Class ForgetCompletedPointOfInterestTask
java.lang.Object
net.minecraft.entity.ai.brain.task.ForgetCompletedPointOfInterestTask
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/ForgetCompletedPointOfInterestTaskintermediary net/minecraft/class_4128official ccz
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Task<LivingEntity> create(Predicate<RegistryEntry<PointOfInterestType>> poiTypePredicate, MemoryModuleType<GlobalPos> poiPosModule) private static booleanisBedOccupiedByOthers(ServerWorld world, BlockPos pos, LivingEntity entity) private static booleanisSleepingVillagerAt(ServerWorld world, BlockPos pos)
-
Field Details
-
MAX_RANGE
private static final int MAX_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_RANGELnet/minecraft/entity/ai/brain/task/ForgetCompletedPointOfInterestTask;MAX_RANGE:Iintermediary field_30185Lnet/minecraft/class_4128;field_30185:Iofficial aLccz;a:I
-
-
Constructor Details
-
ForgetCompletedPointOfInterestTask
public ForgetCompletedPointOfInterestTask()
-
-
Method Details
-
create
public static Task<LivingEntity> create(Predicate<RegistryEntry<PointOfInterestType>> poiTypePredicate, MemoryModuleType<GlobalPos> poiPosModule) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/entity/ai/brain/task/ForgetCompletedPointOfInterestTask;create(Ljava/util/function/Predicate;Lnet/minecraft/entity/ai/brain/MemoryModuleType;)Lnet/minecraft/entity/ai/brain/task/Task;intermediary method_47190Lnet/minecraft/class_4128;method_47190(Ljava/util/function/Predicate;Lnet/minecraft/class_4140;)Lnet/minecraft/class_7893;official aLccz;a(Ljava/util/function/Predicate;Lchh;)Lbzx;
-
isBedOccupiedByOthers
- Mappings:
Namespace Name Mixin selector named isBedOccupiedByOthersLnet/minecraft/entity/ai/brain/task/ForgetCompletedPointOfInterestTask;isBedOccupiedByOthers(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/LivingEntity;)Zintermediary method_20500Lnet/minecraft/class_4128;method_20500(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_1309;)Zofficial aLccz;a(Lasb;Liw;Lbyf;)Z
-
isSleepingVillagerAt
- Mappings:
Namespace Name Mixin selector named isSleepingVillagerAtLnet/minecraft/entity/ai/brain/task/ForgetCompletedPointOfInterestTask;isSleepingVillagerAt(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;)Zintermediary method_65946Lnet/minecraft/class_4128;method_65946(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)Zofficial aLccz;a(Lasb;Liw;)Z
-