Uses of Enum Class
net.minecraft.entity.ai.pathing.LandType
Packages that use LandType
-
Uses of LandType in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as LandTypeMethods in net.minecraft.entity.ai.pathing that return LandTypeModifier and TypeMethodDescriptionabstract LandTypeclass_2771.method_11913(BlockView blockView, int int2, int int3, int int4) LandPathNodeMaker.method_11913(BlockView blockView, int int2, int int3, int int4) WaterPathNodeMaker.method_11913(BlockView blockView, int int2, int int3, int int4) abstract LandTypeclass_2771.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) LandPathNodeMaker.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) WaterPathNodeMaker.method_11914(BlockView blockView, int int2, int int3, int int4, MobEntity mobEntity, int int5, int int6, int int7, boolean bool, boolean bool2) private LandTypeWaterPathNodeMaker.method_11945(int int2, int int3, int int4) private LandTypeLandPathNodeMaker.method_11947(MobEntity mobEntity, int int2, int int3, int int4) private LandTypeLandPathNodeMaker.method_11948(MobEntity mobEntity, BlockPos blockPos) private LandTypeLandPathNodeMaker.method_11949(BlockView blockView, int int2, int int3, int int4) static LandTypeReturns the enum constant of this class with the specified name.static LandType[]LandType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LandType in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob with type parameters of type LandTypeMethods in net.minecraft.entity.mob with parameters of type LandTypeModifier and TypeMethodDescriptionfloatMobEntity.method_13075(LandType landType) voidMobEntity.method_13076(LandType landType, float float2)