Uses of Class
net.minecraft.util.math.GlobalPos
-
Packages that use GlobalPos Package Description net.minecraft.entity.ai.brain.memory net.minecraft.entity.ai.brain.task net.minecraft.entity.merchant.villager net.minecraft.util.math -
-
Uses of GlobalPos in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type GlobalPos Modifier and Type Field Description static MemoryModuleType<java.util.Set<GlobalPos>>MemoryModuleType. DOORS_TO_CLOSEstatic MemoryModuleType<GlobalPos>MemoryModuleType. HIDING_PLACEstatic MemoryModuleType<GlobalPos>MemoryModuleType. HOMEstatic MemoryModuleType<java.util.List<GlobalPos>>MemoryModuleType. INTERACTABLE_DOORSstatic MemoryModuleType<GlobalPos>MemoryModuleType. JOB_SITEstatic MemoryModuleType<GlobalPos>MemoryModuleType. MEETING_POINTstatic MemoryModuleType<GlobalPos>MemoryModuleType. POTENTIAL_JOB_SITEstatic MemoryModuleType<java.util.List<GlobalPos>>MemoryModuleType. SECONDARY_JOB_SITE -
Uses of GlobalPos in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as GlobalPos Modifier and Type Field Description private GlobalPosWalkTowardsRandomSecondaryPosTask. targetPosFields in net.minecraft.entity.ai.brain.task with type parameters of type GlobalPos Modifier and Type Field Description private MemoryModuleType<GlobalPos>GatherPOITask. memoryToAcquireprivate MemoryModuleType<GlobalPos>ExpirePOITask. memoryTypeprivate MemoryModuleType<GlobalPos>StayNearPointTask. memoryTypeprivate MemoryModuleType<GlobalPos>WalkTowardsPosTask. memoryTypeprivate MemoryModuleType<GlobalPos>WorkTask. memoryTypeprivate MemoryModuleType<GlobalPos>WalkTowardsRandomSecondaryPosTask. mustBeCloseToMemoryTypeprivate MemoryModuleType<java.util.List<GlobalPos>>WalkTowardsRandomSecondaryPosTask. strollToMemoryTypeMethods in net.minecraft.entity.ai.brain.task with parameters of type GlobalPos Modifier and Type Method Description private booleanStayNearPointTask. closeEnough(ServerWorld p_220547_1_, VillagerEntity p_220547_2_, GlobalPos p_220547_3_)private booleanSwitchVillagerJobTask. competesForSameJobsite(GlobalPos p_233934_1_, PointOfInterestType p_233934_2_, VillagerEntity p_233934_3_)private voidFarmerWorkTask. compostItems(ServerWorld p_234016_1_, VillagerEntity p_234016_2_, GlobalPos p_234016_3_, BlockState p_234016_4_)private static booleanInteractWithDoorTask. isDoorTooFarAway(ServerWorld p_242296_0_, LivingEntity p_242296_1_, GlobalPos p_242296_2_)private booleanStayNearPointTask. tooFar(VillagerEntity p_242304_1_, GlobalPos p_242304_2_)private booleanStayNearPointTask. wrongDimension(ServerWorld p_242303_1_, GlobalPos p_242303_2_)Method parameters in net.minecraft.entity.ai.brain.task with type arguments of type GlobalPos Modifier and Type Method Description private static com.google.common.collect.ImmutableMap<MemoryModuleType<?>,MemoryModuleStatus>GatherPOITask. constructEntryConditionMap(MemoryModuleType<GlobalPos> p_233841_0_, MemoryModuleType<GlobalPos> p_233841_1_)Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type GlobalPos Constructor Description ExpirePOITask(PointOfInterestType p_i50338_1_, MemoryModuleType<GlobalPos> p_i50338_2_)GatherPOITask(PointOfInterestType p_i241907_1_, MemoryModuleType<GlobalPos> p_i241907_2_, boolean p_i241907_3_, java.util.Optional<java.lang.Byte> p_i241907_4_)GatherPOITask(PointOfInterestType p_i241906_1_, MemoryModuleType<GlobalPos> p_i241906_2_, MemoryModuleType<GlobalPos> p_i241906_3_, boolean p_i241906_4_, java.util.Optional<java.lang.Byte> p_i241906_5_)StayNearPointTask(MemoryModuleType<GlobalPos> p_i51501_1_, float p_i51501_2_, int p_i51501_3_, int p_i51501_4_, int p_i51501_5_)WalkTowardsPosTask(MemoryModuleType<GlobalPos> p_i241910_1_, float p_i241910_2_, int p_i241910_3_, int p_i241910_4_)WalkTowardsRandomSecondaryPosTask(MemoryModuleType<java.util.List<GlobalPos>> p_i50340_1_, float p_i50340_2_, int p_i50340_3_, int p_i50340_4_, MemoryModuleType<GlobalPos> p_i50340_5_)WorkTask(MemoryModuleType<GlobalPos> p_i241909_1_, float p_i241909_2_, int p_i241909_3_) -
Uses of GlobalPos in net.minecraft.entity.merchant.villager
Fields in net.minecraft.entity.merchant.villager with type parameters of type GlobalPos Modifier and Type Field Description static java.util.Map<MemoryModuleType<GlobalPos>,java.util.function.BiPredicate<VillagerEntity,PointOfInterestType>>VillagerEntity. POI_MEMORIESMethod parameters in net.minecraft.entity.merchant.villager with type arguments of type GlobalPos Modifier and Type Method Description voidVillagerEntity. releasePoi(MemoryModuleType<GlobalPos> p_213742_1_) -
Uses of GlobalPos in net.minecraft.util.math
Fields in net.minecraft.util.math with type parameters of type GlobalPos Modifier and Type Field Description static com.mojang.serialization.Codec<GlobalPos>GlobalPos. CODECMethods in net.minecraft.util.math that return GlobalPos Modifier and Type Method Description static GlobalPosGlobalPos. of(RegistryKey<World> p_239648_0_, BlockPos p_239648_1_)
-