Uses of Class
net.minecraft.util.dynamic.GlobalPos
| Package | Description |
|---|---|
| net.minecraft.entity.ai.brain | |
| net.minecraft.entity.ai.brain.task | |
| net.minecraft.entity.passive | |
| net.minecraft.util.dynamic |
-
Uses of GlobalPos in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type GlobalPos Modifier and Type Field Description static MemoryModuleType<Set<GlobalPos>>MemoryModuleType. DOORS_TO_CLOSEstatic MemoryModuleType<GlobalPos>MemoryModuleType. HIDING_PLACEstatic MemoryModuleType<GlobalPos>MemoryModuleType. HOMEstatic MemoryModuleType<List<GlobalPos>>MemoryModuleType. INTERACTABLE_DOORSstatic MemoryModuleType<GlobalPos>MemoryModuleType. JOB_SITEstatic MemoryModuleType<GlobalPos>MemoryModuleType. MEETING_POINTstatic MemoryModuleType<GlobalPos>MemoryModuleType. POTENTIAL_JOB_SITEstatic MemoryModuleType<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 @Nullable GlobalPosGoToSecondaryPositionTask. chosenPositionFields in net.minecraft.entity.ai.brain.task with type parameters of type GlobalPos Modifier and Type Field Description private MemoryModuleType<GlobalPos>VillagerWalkTowardsTask. destinationprivate MemoryModuleType<GlobalPos>ForgetCompletedPointOfInterestTask. memoryModuleprivate MemoryModuleType<GlobalPos>GoToNearbyPositionTask. memoryModuleTypeprivate MemoryModuleType<GlobalPos>GoToSecondaryPositionTask. primaryPositionprivate MemoryModuleType<List<GlobalPos>>GoToSecondaryPositionTask. secondaryPositionsprivate MemoryModuleType<GlobalPos>GoToIfNearbyTask. targetprivate MemoryModuleType<GlobalPos>FindPointOfInterestTask. targetMemoryModuleTypeMethods in net.minecraft.entity.ai.brain.task with parameters of type GlobalPos Modifier and Type Method Description private static booleanOpenDoorsTask. cannotReachDoor(ServerWorld world, LivingEntity entity, GlobalPos doorPos)private voidFarmerWorkTask. compostSeeds(ServerWorld world, VillagerEntity entity, GlobalPos pos, BlockState composterState)private booleanVillagerWalkTowardsTask. dimensionMismatches(ServerWorld world, GlobalPos pos)private booleanVillagerWalkTowardsTask. exceedsMaxRange(VillagerEntity villager, GlobalPos pos)private booleanWorkStationCompetitionTask. isUsingWorkStationAt(GlobalPos pos, PointOfInterestType poiType, VillagerEntity villager)private booleanVillagerWalkTowardsTask. reachedDestination(ServerWorld world, VillagerEntity villager, GlobalPos pos)Method parameters in net.minecraft.entity.ai.brain.task with type arguments of type GlobalPos Modifier and Type Method Description private static ImmutableMap<MemoryModuleType<?>,MemoryModuleState>FindPointOfInterestTask. method_29245(MemoryModuleType<GlobalPos> memoryModuleType, MemoryModuleType<GlobalPos> memoryModuleType2)Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type GlobalPos Constructor Description FindPointOfInterestTask(PointOfInterestType poiType, MemoryModuleType<GlobalPos> memoryModuleType, boolean onlyRunIfChild, Optional<Byte> optional)FindPointOfInterestTask(PointOfInterestType poiType, MemoryModuleType<GlobalPos> memoryModuleType, MemoryModuleType<GlobalPos> targetMemoryModuleType, boolean onlyRunIfChild, Optional<Byte> optional)ForgetCompletedPointOfInterestTask(PointOfInterestType poiType, MemoryModuleType<GlobalPos> memoryModule)GoToIfNearbyTask(MemoryModuleType<GlobalPos> target, float float2, int maxDistance)GoToNearbyPositionTask(MemoryModuleType<GlobalPos> memoryModuleType, float float2, int completionRange, int maxDistance)GoToSecondaryPositionTask(MemoryModuleType<List<GlobalPos>> secondaryPositions, float speed, int completionRange, int primaryPositionActivationDistance, MemoryModuleType<GlobalPos> primaryPosition)VillagerWalkTowardsTask(MemoryModuleType<GlobalPos> destination, float speed, int completionRange, int maxRange, int maxRunTime) -
Uses of GlobalPos in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type GlobalPos Modifier and Type Field Description static Map<MemoryModuleType<GlobalPos>,BiPredicate<VillagerEntity,PointOfInterestType>>VillagerEntity. POINTS_OF_INTERESTMethod parameters in net.minecraft.entity.passive with type arguments of type GlobalPos Modifier and Type Method Description voidVillagerEntity. releaseTicketFor(MemoryModuleType<GlobalPos> memoryModuleType) -
Uses of GlobalPos in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic with type parameters of type GlobalPos Modifier and Type Field Description static com.mojang.serialization.Codec<GlobalPos>GlobalPos. CODECMethods in net.minecraft.util.dynamic that return GlobalPos Modifier and Type Method Description static GlobalPosGlobalPos. create(RegistryKey<World> dimension, BlockPos pos)