Uses of Class
net.minecraft.class_7894
Packages that use class_7894
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7894 in net.minecraft
Methods in net.minecraft that return class_7894Modifier and TypeMethodDescriptionstatic <E extends LivingEntity>
class_7894<E>class_7897.method_47166(List<com.mojang.datafixers.util.Pair<? extends class_7911<? super E>, Integer>> list) static <E extends LivingEntity>
class_7894<E>class_7897.method_47167(List<com.mojang.datafixers.util.Pair<? extends class_7911<? super E>, Integer>> list, CompositeTask.Order order, CompositeTask.RunMode runMode) static <E extends LivingEntity>
class_7894<E>class_7898.method_47217(class_7911<? super E> class_7911, class_7911<? super E> class_79112) static <E extends LivingEntity>
class_7894<E>class_7898.method_47221(BiPredicate<ServerWorld, E> biPredicate) static <E extends LivingEntity>
class_7894<E>class_7898.method_47224(Function<class_7898.class_7900<E>, ? extends com.mojang.datafixers.kinds.App<class_7898.class_7902<E>, class_7911<E>>> function) static <E extends LivingEntity>
class_7894<E>class_7898.method_47225(Predicate<E> predicate) static <E extends LivingEntity>
class_7894<E>class_7898.method_47227(Predicate<E> predicate, class_7894<? super E> class_7894) Methods in net.minecraft with parameters of type class_7894Modifier and TypeMethodDescriptionstatic <E extends LivingEntity>
class_7894<E>class_7898.method_47227(Predicate<E> predicate, class_7894<? super E> class_7894) -
Uses of class_7894 in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task that return class_7894Modifier and TypeMethodDescriptionstatic class_7894<PassiveEntity>WalkTowardClosestAdultTask.method_46896(UniformIntProvider uniformIntProvider, float float2) static class_7894<PassiveEntity>WalkTowardClosestAdultTask.method_46897(UniformIntProvider uniformIntProvider, Function<LivingEntity, Float> function) static class_7894<MobEntity>AttackTask.method_46901(int int2, float float2) static <E extends MobEntity>
class_7894<E>GoToCelebrateTask.method_46941(MemoryModuleType<BlockPos> memoryModuleType, int int2, float float2) static class_7894<LivingEntity>HideInHomeTask.method_46975(int int2, float float2, int int3) static class_7894<MobEntity>MeleeAttackTask.method_46987(int int2) static class_7894<LivingEntity>SeekSkyTask.method_46995(float float2) static class_7894<PathAwareEntity>StrollTask.method_47014(float float2) private static class_7894<PathAwareEntity>StrollTask.method_47017(float float2, Function<PathAwareEntity, Vec3d> function, Predicate<PathAwareEntity> predicate) static class_7894<PathAwareEntity>StrollTask.method_47018(float float2, boolean bool) static class_7894<LivingEntity>FollowMobTask.method_47056(float float2) static class_7894<LivingEntity>FollowMobTask.method_47057(EntityType<?> entityType, float float2) static class_7894<LivingEntity>FollowMobTask.method_47065(Predicate<LivingEntity> predicate, float float2) private static <T> class_7894<PathAwareEntity>GoToRememberedPositionTask.method_47092(MemoryModuleType<T> memoryModuleType, float float2, int int2, boolean bool, Function<T, Vec3d> function) static class_7894<VillagerEntity>VillagerWalkTowardsTask.method_47102(MemoryModuleType<GlobalPos> memoryModuleType, float float2, int int2, int int3, int int4) static class_7894<LivingEntity>GoTowardsLookTarget.method_47104(float float2, int int2) static class_7894<LivingEntity>GoTowardsLookTarget.method_47109(Predicate<LivingEntity> predicate, Function<LivingEntity, Float> function, int int2) static class_7894<LivingEntity>MeetVillagerTask.method_47111()static class_7894<PathAwareEntity>GoToIfNearbyTask.method_47153(MemoryModuleType<GlobalPos> memoryModuleType, float float2, int int2) static class_7894<PathAwareEntity>FindWalkTargetTask.method_47191(float float2) static class_7894<PathAwareEntity>FindWalkTargetTask.method_47192(float float2, int int2, int int3) static class_7894<PiglinEntity>HuntHoglinTask.method_47283()static class_7894<PathAwareEntity>GoToRememberedPositionTask.toEntity(MemoryModuleType<? extends Entity> memoryType, float speed, int range, boolean requiresWalkTarget) -
Uses of class_7894 in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return types with arguments of type class_7894Modifier and TypeMethodDescriptionprivate static ImmutableList<com.mojang.datafixers.util.Pair<class_7894<LivingEntity>,Integer>> PiglinBrain.method_47272()