Uses of Class
net.minecraft.world.entity.animal.Animal
Packages that use Animal
Package
Description
-
Uses of Animal in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type AnimalModifier and TypeMethodDescriptionvoid
BredAnimalsTrigger.trigger(ServerPlayer p_147279_, Animal p_147280_, Animal p_147281_, AgeableMob p_147282_)
void
TameAnimalTrigger.trigger(ServerPlayer p_68830_, Animal p_68831_)
-
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 AnimalMethods 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 boolean
AnimalMakeLove.canStillUse(ServerLevel p_22416_, Animal p_22417_, long p_22418_)
protected boolean
AnimalMakeLove.checkExtraStartConditions(ServerLevel p_22401_, Animal p_22402_)
AnimalMakeLove.findValidBreedPartner(Animal p_22432_)
private Animal
AnimalMakeLove.getBreedTarget(Animal p_22410_)
private boolean
AnimalMakeLove.hasBreedTargetOfRightType(Animal p_22422_)
protected void
AnimalMakeLove.start(ServerLevel p_22404_, Animal p_22405_, long p_22406_)
protected void
AnimalMakeLove.stop(ServerLevel p_22438_, Animal p_22439_, long p_22440_)
protected void
AnimalMakeLove.tick(ServerLevel p_22428_, Animal p_22429_, long p_22430_)
Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type AnimalModifierConstructorDescriptionAnimalMakeLove(EntityType<? extends Animal> p_22391_, float p_22392_)
-
Uses of Animal in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as AnimalModifier and TypeFieldDescriptionprotected Animal
BreedGoal.animal
private Animal
FollowParentGoal.animal
private Animal
FollowParentGoal.parent
protected Animal
BreedGoal.partner
Fields 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
Subclasses of Animal in net.minecraft.world.entity.animalModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in net.minecraft.world.entity.animal with parameters of type AnimalModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
private DyeColor
Sheep.getOffspringColor(Animal p_29824_, Animal p_29825_)
void
Animal.spawnChildFromBreeding(ServerLevel p_27564_, Animal p_27565_)
Method parameters in net.minecraft.world.entity.animal with type arguments of type AnimalModifier and TypeMethodDescriptionstatic boolean
Animal.checkAnimalSpawnRules(EntityType<? extends Animal> p_27578_, LevelAccessor p_27579_, MobSpawnType p_27580_, BlockPos p_27581_, Random p_27582_)
Constructor parameters in net.minecraft.world.entity.animal with type arguments of type AnimalModifierConstructorDescriptionprotected
Animal(EntityType<? extends Animal> p_27557_, Level p_27558_)
-
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.goat
Subclasses of Animal in net.minecraft.world.entity.animal.goat -
Uses of Animal in net.minecraft.world.entity.animal.horse
Subclasses of Animal in net.minecraft.world.entity.animal.horseModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in net.minecraft.world.entity.animal.horse 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.minecraftforge.debug.entity
Subclasses of Animal in net.minecraftforge.debug.entity -
Uses of Animal in net.minecraftforge.event
Methods in net.minecraftforge.event with parameters of type AnimalModifier and TypeMethodDescriptionstatic boolean
ForgeEventFactory.onAnimalTame(Animal animal, Player tamer)
-
Uses of Animal in net.minecraftforge.event.entity.living
Fields in net.minecraftforge.event.entity.living declared as AnimalMethods in net.minecraftforge.event.entity.living that return AnimalConstructors in net.minecraftforge.event.entity.living with parameters of type Animal