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_CLOSE
static MemoryModuleType<GlobalPos>
MemoryModuleType. HIDING_PLACE
static MemoryModuleType<GlobalPos>
MemoryModuleType. HOME
static MemoryModuleType<java.util.List<GlobalPos>>
MemoryModuleType. INTERACTABLE_DOORS
static MemoryModuleType<GlobalPos>
MemoryModuleType. JOB_SITE
static MemoryModuleType<GlobalPos>
MemoryModuleType. MEETING_POINT
static MemoryModuleType<GlobalPos>
MemoryModuleType. POTENTIAL_JOB_SITE
static 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 GlobalPos
WalkTowardsRandomSecondaryPosTask. targetPos
Fields in net.minecraft.entity.ai.brain.task with type parameters of type GlobalPos Modifier and Type Field Description private MemoryModuleType<GlobalPos>
GatherPOITask. memoryToAcquire
private MemoryModuleType<GlobalPos>
ExpirePOITask. memoryType
private MemoryModuleType<GlobalPos>
StayNearPointTask. memoryType
private MemoryModuleType<GlobalPos>
WalkTowardsPosTask. memoryType
private MemoryModuleType<GlobalPos>
WorkTask. memoryType
private MemoryModuleType<GlobalPos>
WalkTowardsRandomSecondaryPosTask. mustBeCloseToMemoryType
private MemoryModuleType<java.util.List<GlobalPos>>
WalkTowardsRandomSecondaryPosTask. strollToMemoryType
Methods in net.minecraft.entity.ai.brain.task with parameters of type GlobalPos Modifier and Type Method Description private boolean
StayNearPointTask. closeEnough(ServerWorld p_220547_1_, VillagerEntity p_220547_2_, GlobalPos p_220547_3_)
private boolean
SwitchVillagerJobTask. competesForSameJobsite(GlobalPos p_233934_1_, PointOfInterestType p_233934_2_, VillagerEntity p_233934_3_)
private void
FarmerWorkTask. compostItems(ServerWorld p_234016_1_, VillagerEntity p_234016_2_, GlobalPos p_234016_3_, BlockState p_234016_4_)
private static boolean
InteractWithDoorTask. isDoorTooFarAway(ServerWorld p_242296_0_, LivingEntity p_242296_1_, GlobalPos p_242296_2_)
private boolean
StayNearPointTask. tooFar(VillagerEntity p_242304_1_, GlobalPos p_242304_2_)
private boolean
StayNearPointTask. 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_MEMORIES
Method parameters in net.minecraft.entity.merchant.villager with type arguments of type GlobalPos Modifier and Type Method Description void
VillagerEntity. 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. CODEC
Methods in net.minecraft.util.math that return GlobalPos Modifier and Type Method Description static GlobalPos
GlobalPos. of(RegistryKey<World> p_239648_0_, BlockPos p_239648_1_)
-