Uses of Class
net.minecraft.world.entity.animal.Animal
Packages that use Animal
Package
Description
-
Uses of Animal in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type AnimalModifier and TypeMethodDescriptionvoidBredAnimalsTrigger.trigger(ServerPlayer player, Animal parent, Animal partner, @Nullable AgeableMob child) voidTameAnimalTrigger.trigger(ServerPlayer player, Animal entity) -
Uses of Animal in net.minecraft.world.entity
Subclasses of Animal in net.minecraft.world.entity -
Uses of Animal in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type AnimalModifier and TypeFieldDescriptionprivate final EntityType<? extends Animal> AnimalMakeLove.partnerTypeMethods in net.minecraft.world.entity.ai.behavior that return AnimalMethods in net.minecraft.world.entity.ai.behavior that return types with arguments of type AnimalMethods in net.minecraft.world.entity.ai.behavior with parameters of type AnimalModifier and TypeMethodDescriptionprotected booleanAnimalMakeLove.canStillUse(ServerLevel level, Animal entity, long gameTime) protected booleanChargeAttack.canStillUse(ServerLevel p_455371_, Animal p_455552_, long p_455029_) protected booleanAnimalMakeLove.checkExtraStartConditions(ServerLevel level, Animal owner) protected booleanChargeAttack.checkExtraStartConditions(ServerLevel p_455492_, Animal p_455417_) private voidChargeAttack.dealDamageToTarget(ServerLevel level, Animal owner, LivingEntity target) private voidChargeAttack.dealKnockBack(Animal owner, LivingEntity target) AnimalMakeLove.findValidBreedPartner(Animal animal) private AnimalAnimalMakeLove.getBreedTarget(Animal animal) private booleanAnimalMakeLove.hasBreedTargetOfRightType(Animal animal) protected voidAnimalMakeLove.start(ServerLevel level, Animal entity, long gameTime) protected voidChargeAttack.start(ServerLevel p_455124_, Animal p_454774_, long p_455262_) protected voidAnimalMakeLove.stop(ServerLevel level, Animal entity, long gameTime) protected voidChargeAttack.stop(ServerLevel p_455505_, Animal p_455790_, long p_454815_) protected voidAnimalMakeLove.tick(ServerLevel level, Animal owner, long gameTime) protected voidChargeAttack.tick(ServerLevel p_454912_, Animal p_455618_, long p_455532_) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type AnimalModifierConstructorDescriptionAnimalMakeLove(EntityType<? extends Animal> partnerType) AnimalMakeLove(EntityType<? extends Animal> partnerType, float speedModifier, int closeEnoughDistance) -
Uses of Animal in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as AnimalModifier and TypeFieldDescriptionprotected final AnimalBreedGoal.animalprivate final AnimalFollowParentGoal.animalprivate @Nullable AnimalFollowParentGoal.parentprotected @Nullable AnimalBreedGoal.partnerFields in net.minecraft.world.entity.ai.goal with type parameters of type AnimalMethods in net.minecraft.world.entity.ai.goal that return AnimalConstructors in net.minecraft.world.entity.ai.goal with parameters of type AnimalConstructor parameters in net.minecraft.world.entity.ai.goal with type arguments of type Animal -
Uses of Animal in net.minecraft.world.entity.animal
Methods in net.minecraft.world.entity.animal with parameters of type AnimalModifier and TypeMethodDescriptionbooleanReturnstrueif the mob is currently able to mate with the specified mob.voidAnimal.finalizeSpawnChildFromBreeding(ServerLevel level, Animal animal, @Nullable AgeableMob baby) voidAnimal.spawnChildFromBreeding(ServerLevel level, Animal partner) Method parameters in net.minecraft.world.entity.animal with type arguments of type AnimalModifier and TypeMethodDescriptionstatic booleanAnimal.checkAnimalSpawnRules(EntityType<? extends Animal> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type AnimalModifierConstructorDescriptionprotectedAnimal(EntityType<? extends Animal> p_27557_, Level p_27558_) -
Uses of Animal in net.minecraft.world.entity.animal.armadillo
Subclasses of Animal in net.minecraft.world.entity.animal.armadilloConstructor parameters in net.minecraft.world.entity.animal.armadillo with type arguments of type Animal -
Uses of Animal in net.minecraft.world.entity.animal.axolotl
Subclasses of Animal in net.minecraft.world.entity.animal.axolotl -
Uses of Animal in net.minecraft.world.entity.animal.bee
Subclasses of Animal in net.minecraft.world.entity.animal.bee -
Uses of Animal in net.minecraft.world.entity.animal.camel
Subclasses of Animal in net.minecraft.world.entity.animal.camelMethods in net.minecraft.world.entity.animal.camel with parameters of type Animal -
Uses of Animal in net.minecraft.world.entity.animal.chicken
Subclasses of Animal in net.minecraft.world.entity.animal.chicken -
Uses of Animal in net.minecraft.world.entity.animal.cow
Subclasses of Animal in net.minecraft.world.entity.animal.cow -
Uses of Animal in net.minecraft.world.entity.animal.equine
Subclasses of Animal in net.minecraft.world.entity.animal.equineModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in net.minecraft.world.entity.animal.equine with parameters of type AnimalModifier and TypeMethodDescriptionbooleanReturnstrueif the mob is currently able to mate with the specified mob.booleanReturnstrueif the mob is currently able to mate with the specified mob.booleanReturnstrueif the mob is currently able to mate with the specified mob.booleanReturnstrueif the mob is currently able to mate with the specified mob.Method parameters in net.minecraft.world.entity.animal.equine with type arguments of type AnimalModifier and TypeMethodDescriptionstatic booleanSkeletonHorse.checkSkeletonHorseSpawnRules(EntityType<? extends Animal> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) -
Uses of Animal in net.minecraft.world.entity.animal.feline
Subclasses of Animal in net.minecraft.world.entity.animal.felineMethods in net.minecraft.world.entity.animal.feline with parameters of type Animal -
Uses of Animal in net.minecraft.world.entity.animal.fox
Subclasses of Animal in net.minecraft.world.entity.animal.fox -
Uses of Animal in net.minecraft.world.entity.animal.frog
Subclasses of Animal in net.minecraft.world.entity.animal.frogMethods in net.minecraft.world.entity.animal.frog with parameters of type AnimalModifier and TypeMethodDescriptionvoidFrog.spawnChildFromBreeding(ServerLevel p_218479_, Animal p_218480_) Method parameters in net.minecraft.world.entity.animal.frog with type arguments of type AnimalModifier and TypeMethodDescriptionstatic booleanFrog.checkFrogSpawnRules(EntityType<? extends Animal> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructor parameters in net.minecraft.world.entity.animal.frog with type arguments of type Animal -
Uses of Animal in net.minecraft.world.entity.animal.goat
Subclasses of Animal in net.minecraft.world.entity.animal.goatMethod parameters in net.minecraft.world.entity.animal.goat with type arguments of type AnimalModifier and TypeMethodDescriptionstatic booleanGoat.checkGoatSpawnRules(EntityType<? extends Animal> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) -
Uses of Animal in net.minecraft.world.entity.animal.happyghast
Subclasses of Animal in net.minecraft.world.entity.animal.happyghast -
Uses of Animal in net.minecraft.world.entity.animal.nautilus
Subclasses of Animal in net.minecraft.world.entity.animal.nautilus -
Uses of Animal in net.minecraft.world.entity.animal.panda
Subclasses of Animal in net.minecraft.world.entity.animal.panda -
Uses of Animal in net.minecraft.world.entity.animal.parrot
Subclasses of Animal in net.minecraft.world.entity.animal.parrotMethods in net.minecraft.world.entity.animal.parrot with parameters of type Animal -
Uses of Animal in net.minecraft.world.entity.animal.pig
Subclasses of Animal in net.minecraft.world.entity.animal.pig -
Uses of Animal in net.minecraft.world.entity.animal.polarbear
Subclasses of Animal in net.minecraft.world.entity.animal.polarbear -
Uses of Animal in net.minecraft.world.entity.animal.rabbit
Subclasses of Animal in net.minecraft.world.entity.animal.rabbit -
Uses of Animal in net.minecraft.world.entity.animal.sheep
Subclasses of Animal in net.minecraft.world.entity.animal.sheep -
Uses of Animal in net.minecraft.world.entity.animal.sniffer
Subclasses of Animal in net.minecraft.world.entity.animal.snifferMethods in net.minecraft.world.entity.animal.sniffer with parameters of type AnimalModifier and TypeMethodDescriptionbooleanvoidSniffer.spawnChildFromBreeding(ServerLevel p_277923_, Animal p_277857_) Constructor parameters in net.minecraft.world.entity.animal.sniffer with type arguments of type Animal -
Uses of Animal in net.minecraft.world.entity.animal.turtle
Subclasses of Animal in net.minecraft.world.entity.animal.turtle -
Uses of Animal in net.minecraft.world.entity.animal.wolf
Subclasses of Animal in net.minecraft.world.entity.animal.wolfMethods in net.minecraft.world.entity.animal.wolf with parameters of type Animal -
Uses of Animal in net.minecraft.world.entity.monster
Subclasses of Animal in net.minecraft.world.entity.monster -
Uses of Animal in net.minecraft.world.entity.monster.hoglin
Subclasses of Animal in net.minecraft.world.entity.monster.hoglin -
Uses of Animal in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type AnimalModifier and TypeMethodDescriptionstatic booleanEventHooks.onAnimalTame(Animal animal, Player tamer) -
Uses of Animal in net.neoforged.neoforge.event.entity.living
Fields in net.neoforged.neoforge.event.entity.living declared as AnimalMethods in net.neoforged.neoforge.event.entity.living that return AnimalConstructors in net.neoforged.neoforge.event.entity.living with parameters of type Animal