Uses of Class
net.minecraft.world.entity.AgeableMob
Packages that use AgeableMob
Package
Description
-
Uses of AgeableMob in net.minecraft.advancements.criterion
Methods in net.minecraft.advancements.criterion with parameters of type AgeableMobModifier and TypeMethodDescriptionvoidBredAnimalsTrigger.trigger(ServerPlayer player, Animal parent, Animal partner, @Nullable AgeableMob child) -
Uses of AgeableMob in net.minecraft.world.entity
Subclasses of AgeableMob in net.minecraft.world.entityMethods in net.minecraft.world.entity that return AgeableMobModifier and TypeMethodDescriptionabstract @Nullable AgeableMobAgeableMob.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity with parameters of type AgeableMobModifier and TypeMethodDescriptionabstract @Nullable AgeableMobAgeableMob.getBreedOffspring(ServerLevel level, AgeableMob partner) Constructor parameters in net.minecraft.world.entity with type arguments of type AgeableMobModifierConstructorDescriptionprotectedAgeableMob(EntityType<? extends AgeableMob> type, Level level) -
Uses of AgeableMob in net.minecraft.world.entity.ai.memory
Fields in net.minecraft.world.entity.ai.memory with type parameters of type AgeableMobModifier and TypeFieldDescriptionstatic final MemoryModuleType<AgeableMob> MemoryModuleType.BREED_TARGET -
Uses of AgeableMob in net.minecraft.world.entity.animal
Subclasses of AgeableMob in net.minecraft.world.entity.animalMethods in net.minecraft.world.entity.animal with parameters of type AgeableMobModifier and TypeMethodDescriptionvoidAnimal.finalizeSpawnChildFromBreeding(ServerLevel level, Animal partner, @Nullable AgeableMob offspring) -
Uses of AgeableMob in net.minecraft.world.entity.animal.armadillo
Subclasses of AgeableMob in net.minecraft.world.entity.animal.armadilloMethods in net.minecraft.world.entity.animal.armadillo that return AgeableMobModifier and TypeMethodDescriptionArmadillo.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.armadillo with parameters of type AgeableMobModifier and TypeMethodDescriptionArmadillo.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.axolotl
Subclasses of AgeableMob in net.minecraft.world.entity.animal.axolotlMethods in net.minecraft.world.entity.animal.axolotl that return AgeableMobModifier and TypeMethodDescriptionAxolotl.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.axolotl with parameters of type AgeableMobModifier and TypeMethodDescriptionAxolotl.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.bee
Subclasses of AgeableMob in net.minecraft.world.entity.animal.beeMethods in net.minecraft.world.entity.animal.bee with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.camel
Subclasses of AgeableMob in net.minecraft.world.entity.animal.camelMethods in net.minecraft.world.entity.animal.camel with parameters of type AgeableMobModifier and TypeMethodDescriptionCamel.getBreedOffspring(ServerLevel level, AgeableMob partner) CamelHusk.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.chicken
Subclasses of AgeableMob in net.minecraft.world.entity.animal.chickenMethods in net.minecraft.world.entity.animal.chicken with parameters of type AgeableMobModifier and TypeMethodDescriptionChicken.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.cow
Subclasses of AgeableMob in net.minecraft.world.entity.animal.cowMethods in net.minecraft.world.entity.animal.cow with parameters of type AgeableMobModifier and TypeMethodDescriptionCow.getBreedOffspring(ServerLevel level, AgeableMob partner) MushroomCow.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.dolphin
Subclasses of AgeableMob in net.minecraft.world.entity.animal.dolphinMethods in net.minecraft.world.entity.animal.dolphin with parameters of type AgeableMobModifier and TypeMethodDescriptionDolphin.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.equine
Subclasses of AgeableMob in net.minecraft.world.entity.animal.equineModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in net.minecraft.world.entity.animal.equine that return AgeableMobModifier and TypeMethodDescriptionAbstractHorse.getBreedOffspring(ServerLevel level, AgeableMob partner) Donkey.getBreedOffspring(ServerLevel level, AgeableMob partner) Horse.getBreedOffspring(ServerLevel level, AgeableMob partner) Mule.getBreedOffspring(ServerLevel level, AgeableMob partner) SkeletonHorse.getBreedOffspring(ServerLevel level, AgeableMob partner) ZombieHorse.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.equine with parameters of type AgeableMobModifier and TypeMethodDescriptionAbstractHorse.getBreedOffspring(ServerLevel level, AgeableMob partner) Donkey.getBreedOffspring(ServerLevel level, AgeableMob partner) Horse.getBreedOffspring(ServerLevel level, AgeableMob partner) Llama.getBreedOffspring(ServerLevel level, AgeableMob partner) Mule.getBreedOffspring(ServerLevel level, AgeableMob partner) SkeletonHorse.getBreedOffspring(ServerLevel level, AgeableMob partner) ZombieHorse.getBreedOffspring(ServerLevel level, AgeableMob partner) private voidAbstractHorse.setOffspringAttribute(AgeableMob partner, AbstractHorse baby, Holder<Attribute> attribute, double attributeRangeMin, double attributeRangeMax) protected voidAbstractHorse.setOffspringAttributes(AgeableMob partner, AbstractHorse baby) -
Uses of AgeableMob in net.minecraft.world.entity.animal.feline
Subclasses of AgeableMob in net.minecraft.world.entity.animal.felineMethods in net.minecraft.world.entity.animal.feline with parameters of type AgeableMobModifier and TypeMethodDescriptionCat.getBreedOffspring(ServerLevel level, AgeableMob partner) Ocelot.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.fox
Subclasses of AgeableMob in net.minecraft.world.entity.animal.foxMethods in net.minecraft.world.entity.animal.fox with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.frog
Subclasses of AgeableMob in net.minecraft.world.entity.animal.frogMethods in net.minecraft.world.entity.animal.frog that return AgeableMobMethods in net.minecraft.world.entity.animal.frog with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.goat
Subclasses of AgeableMob in net.minecraft.world.entity.animal.goatMethods in net.minecraft.world.entity.animal.goat with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.happyghast
Subclasses of AgeableMob in net.minecraft.world.entity.animal.happyghastMethods in net.minecraft.world.entity.animal.happyghast that return AgeableMobModifier and TypeMethodDescriptionHappyGhast.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.happyghast with parameters of type AgeableMobModifier and TypeMethodDescriptionHappyGhast.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.nautilus
Subclasses of AgeableMob in net.minecraft.world.entity.animal.nautilusMethods in net.minecraft.world.entity.animal.nautilus with parameters of type AgeableMobModifier and TypeMethodDescriptionNautilus.getBreedOffspring(ServerLevel level, AgeableMob partner) ZombieNautilus.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.panda
Subclasses of AgeableMob in net.minecraft.world.entity.animal.pandaMethods in net.minecraft.world.entity.animal.panda that return AgeableMobMethods in net.minecraft.world.entity.animal.panda with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.parrot
Subclasses of AgeableMob in net.minecraft.world.entity.animal.parrotMethods in net.minecraft.world.entity.animal.parrot that return AgeableMobModifier and TypeMethodDescriptionParrot.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.parrot with parameters of type AgeableMobModifier and TypeMethodDescriptionParrot.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.pig
Subclasses of AgeableMob in net.minecraft.world.entity.animal.pigMethods in net.minecraft.world.entity.animal.pig with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.polarbear
Subclasses of AgeableMob in net.minecraft.world.entity.animal.polarbearMethods in net.minecraft.world.entity.animal.polarbear that return AgeableMobModifier and TypeMethodDescriptionPolarBear.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.polarbear with parameters of type AgeableMobModifier and TypeMethodDescriptionPolarBear.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.rabbit
Subclasses of AgeableMob in net.minecraft.world.entity.animal.rabbitMethods in net.minecraft.world.entity.animal.rabbit with parameters of type AgeableMobModifier and TypeMethodDescriptionRabbit.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.sheep
Subclasses of AgeableMob in net.minecraft.world.entity.animal.sheepMethods in net.minecraft.world.entity.animal.sheep with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.animal.sniffer
Subclasses of AgeableMob in net.minecraft.world.entity.animal.snifferMethods in net.minecraft.world.entity.animal.sniffer that return AgeableMobModifier and TypeMethodDescriptionSniffer.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.sniffer with parameters of type AgeableMobModifier and TypeMethodDescriptionSniffer.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.squid
Subclasses of AgeableMob in net.minecraft.world.entity.animal.squidMethods in net.minecraft.world.entity.animal.squid that return AgeableMobModifier and TypeMethodDescriptionGlowSquid.getBreedOffspring(ServerLevel level, AgeableMob partner) Squid.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.squid with parameters of type AgeableMobModifier and TypeMethodDescriptionGlowSquid.getBreedOffspring(ServerLevel level, AgeableMob partner) Squid.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.turtle
Subclasses of AgeableMob in net.minecraft.world.entity.animal.turtleMethods in net.minecraft.world.entity.animal.turtle that return AgeableMobModifier and TypeMethodDescriptionTurtle.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.turtle with parameters of type AgeableMobModifier and TypeMethodDescriptionTurtle.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.animal.wolf
Subclasses of AgeableMob in net.minecraft.world.entity.animal.wolfMethods in net.minecraft.world.entity.animal.wolf with parameters of type AgeableMob -
Uses of AgeableMob in net.minecraft.world.entity.monster
Subclasses of AgeableMob in net.minecraft.world.entity.monsterMethods in net.minecraft.world.entity.monster with parameters of type AgeableMobModifier and TypeMethodDescriptionStrider.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.monster.hoglin
Subclasses of AgeableMob in net.minecraft.world.entity.monster.hoglinMethods in net.minecraft.world.entity.monster.hoglin that return AgeableMobModifier and TypeMethodDescriptionHoglin.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.monster.hoglin with parameters of type AgeableMobModifier and TypeMethodDescriptionHoglin.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.npc.villager
Subclasses of AgeableMob in net.minecraft.world.entity.npc.villagerMethods in net.minecraft.world.entity.npc.villager with parameters of type AgeableMobModifier and TypeMethodDescriptionVillager.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.minecraft.world.entity.npc.wanderingtrader
Subclasses of AgeableMob in net.minecraft.world.entity.npc.wanderingtraderMethods in net.minecraft.world.entity.npc.wanderingtrader that return AgeableMobModifier and TypeMethodDescriptionWanderingTrader.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.npc.wanderingtrader with parameters of type AgeableMobModifier and TypeMethodDescriptionWanderingTrader.getBreedOffspring(ServerLevel level, AgeableMob partner) -
Uses of AgeableMob in net.neoforged.neoforge.event.entity.living
Fields in net.neoforged.neoforge.event.entity.living declared as AgeableMobMethods in net.neoforged.neoforge.event.entity.living that return AgeableMobMethods in net.neoforged.neoforge.event.entity.living with parameters of type AgeableMobConstructors in net.neoforged.neoforge.event.entity.living with parameters of type AgeableMobModifierConstructorDescriptionBabyEntitySpawnEvent(Mob parentA, Mob parentB, @Nullable AgeableMob proposedChild)