Uses of Class
net.minecraft.entity.passive.GoatEntity
Packages that use GoatEntity
Package
Description
-
Uses of GoatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GoatEntity -
Uses of GoatEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type GoatEntityModifier and TypeClassDescriptionclass
GoatEntityModel<T extends GoatEntity>
Represents the model of a GoatEntity. -
Uses of GoatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GoatEntity -
Uses of GoatEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type GoatEntityModifier and TypeFieldDescriptionprotected static final ImmutableList<SensorType<? extends Sensor<? super GoatEntity>>>
GoatEntity.SENSORS
Methods in net.minecraft.entity.passive that return GoatEntityModifier and TypeMethodDescriptionGoatEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) Methods in net.minecraft.entity.passive that return types with arguments of type GoatEntityModifier and TypeMethodDescriptionprotected Brain.Profile<GoatEntity>
GoatEntity.createBrainProfile()
GoatEntity.getBrain()
Methods in net.minecraft.entity.passive with parameters of type GoatEntityModifier and TypeMethodDescriptionprotected static void
GoatBrain.resetLongJumpCooldown
(GoatEntity goat) static void
GoatBrain.updateActivities
(GoatEntity goat) Method parameters in net.minecraft.entity.passive with type arguments of type GoatEntityModifier and TypeMethodDescriptionprivate static void
GoatBrain.addCoreActivities
(Brain<GoatEntity> brain) private static void
GoatBrain.addIdleActivities
(Brain<GoatEntity> brain) private static void
GoatBrain.addLongJumpActivities
(Brain<GoatEntity> brain) private static void
GoatBrain.addRamActivities
(Brain<GoatEntity> brain) protected static Brain<?>
GoatBrain.create
(Brain<GoatEntity> brain) Constructor parameters in net.minecraft.entity.passive with type arguments of type GoatEntity