Uses of Class
net.minecraft.world.entity.animal.goat.Goat
Package
Description
-
Uses of Goat in net.minecraft.client.model
-
Uses of Goat in net.minecraft.client.renderer.entity
-
Uses of Goat in net.minecraft.world.entity
-
Uses of Goat in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate final Function<Goat,
SoundEvent> RamTarget.getHornBreakSound
private final Function<Goat,
SoundEvent> RamTarget.getImpactSound
private final ToDoubleFunction<Goat>
RamTarget.getKnockbackForce
private final Function<Goat,
UniformInt> RamTarget.getTimeBetweenRams
Modifier and TypeMethodDescriptionprotected boolean
RamTarget.canStillUse
(ServerLevel p_217352_, Goat p_217353_, long p_217354_) protected boolean
RamTarget.checkExtraStartConditions
(ServerLevel p_217349_, Goat p_217350_) protected void
RamTarget.finishRam
(ServerLevel p_217356_, Goat p_217357_) private boolean
RamTarget.hasRammedHornBreakingBlock
(ServerLevel p_217363_, Goat p_217364_) protected void
RamTarget.start
(ServerLevel p_217359_, Goat p_217360_, long p_217361_) protected void
RamTarget.tick
(ServerLevel p_217366_, Goat p_217367_, long p_217368_) ModifierConstructorDescriptionRamTarget
(Function<Goat, UniformInt> p_217342_, TargetingConditions p_217343_, float p_217344_, ToDoubleFunction<Goat> p_217345_, Function<Goat, SoundEvent> p_217346_, Function<Goat, SoundEvent> p_217347_) RamTarget
(Function<Goat, UniformInt> p_217342_, TargetingConditions p_217343_, float p_217344_, ToDoubleFunction<Goat> p_217345_, Function<Goat, SoundEvent> p_217346_, Function<Goat, SoundEvent> p_217347_) -
Uses of Goat in net.minecraft.world.entity.animal.goat
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Goat>>>
Goat.SENSOR_TYPES
Modifier and TypeMethodDescriptionGoat.getBreedOffspring
(ServerLevel p_149376_, AgeableMob p_149377_) Modifier and TypeMethodDescriptionprotected Brain.Provider<Goat>
Goat.brainProvider()
Goat.getBrain()
Modifier and TypeMethodDescriptionprotected static void
GoatAi.initMemories
(Goat p_218765_, RandomSource p_218766_) static void
GoatAi.updateActivity
(Goat p_149456_) Modifier and TypeMethodDescriptionprivate static void
GoatAi.initCoreActivity
(Brain<Goat> p_149454_) private static void
GoatAi.initIdleActivity
(Brain<Goat> p_149458_) private static void
GoatAi.initLongJumpActivity
(Brain<Goat> p_149462_) private static void
GoatAi.initRamActivity
(Brain<Goat> p_149466_) protected static Brain<?>