Uses of Class
net.minecraft.world.entity.animal.goat.Goat
Packages that use Goat
Package
Description
-
Uses of Goat in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Goat -
Uses of Goat in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type Goat -
Uses of Goat in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Goat -
Uses of Goat in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type GoatModifier and TypeFieldDescriptionprivate final Function<Goat, SoundEvent> RamTarget.getHornBreakSoundprivate final Function<Goat, SoundEvent> RamTarget.getImpactSoundprivate final ToDoubleFunction<Goat> RamTarget.getKnockbackForceprivate final Function<Goat, UniformInt> RamTarget.getTimeBetweenRamsMethods in net.minecraft.world.entity.ai.behavior with parameters of type GoatModifier and TypeMethodDescriptionprotected booleanRamTarget.canStillUse(ServerLevel p_217352_, Goat p_217353_, long p_217354_) protected booleanRamTarget.checkExtraStartConditions(ServerLevel p_217349_, Goat p_217350_) protected voidRamTarget.finishRam(ServerLevel p_217356_, Goat p_217357_) private booleanRamTarget.hasRammedHornBreakingBlock(ServerLevel p_217363_, Goat p_217364_) protected voidRamTarget.start(ServerLevel p_217359_, Goat p_217360_, long p_217361_) protected voidRamTarget.tick(ServerLevel p_217366_, Goat p_217367_, long p_217368_) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type GoatModifierConstructorDescriptionRamTarget(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
Fields in net.minecraft.world.entity.animal.goat with type parameters of type GoatModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<SensorType<? extends Sensor<? super Goat>>> Goat.SENSOR_TYPESMethods in net.minecraft.world.entity.animal.goat that return GoatModifier and TypeMethodDescriptionGoat.getBreedOffspring(ServerLevel p_149376_, AgeableMob p_149377_) Methods in net.minecraft.world.entity.animal.goat that return types with arguments of type GoatModifier and TypeMethodDescriptionprotected Brain.Provider<Goat> Goat.brainProvider()Goat.getBrain()Methods in net.minecraft.world.entity.animal.goat with parameters of type GoatModifier and TypeMethodDescriptionprotected static voidGoatAi.initMemories(Goat p_218765_, RandomSource p_218766_) static voidGoatAi.updateActivity(Goat p_149456_) Method parameters in net.minecraft.world.entity.animal.goat with type arguments of type GoatModifier and TypeMethodDescriptionprivate static voidGoatAi.initCoreActivity(Brain<Goat> p_149454_) private static voidGoatAi.initIdleActivity(Brain<Goat> p_149458_) private static voidGoatAi.initLongJumpActivity(Brain<Goat> p_149462_) private static voidGoatAi.initRamActivity(Brain<Goat> p_149466_) protected static Brain<?> Constructor parameters in net.minecraft.world.entity.animal.goat with type arguments of type Goat