Uses of Class
net.minecraft.entity.passive.GoatEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.client.render.entity.model | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of GoatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GoatEntity Modifier and Type Method Description Identifier
GoatEntityRenderer. getTexture(GoatEntity goatEntity)
-
Uses of GoatEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type GoatEntity Modifier and Type Class Description class
GoatEntityModel<T extends GoatEntity>
-
Uses of GoatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GoatEntity Modifier and Type Field Description static EntityType<GoatEntity>
EntityType. GOAT
-
Uses of GoatEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type GoatEntity Modifier and Type Field Description protected static ImmutableList<SensorType<? extends Sensor<? super GoatEntity>>>
GoatEntity. SENSORS
Methods in net.minecraft.entity.passive that return GoatEntity Modifier and Type Method Description GoatEntity
GoatEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Methods in net.minecraft.entity.passive that return types with arguments of type GoatEntity Modifier and Type Method Description protected Brain.Profile<GoatEntity>
GoatEntity. createBrainProfile()
Brain<GoatEntity>
GoatEntity. getBrain()
Methods in net.minecraft.entity.passive with parameters of type GoatEntity Modifier and Type Method Description protected static void
GoatBrain. resetLongJumpCooldown(GoatEntity goat)
static void
GoatBrain. updateActivities(GoatEntity goat)
Method parameters in net.minecraft.entity.passive with type arguments of type GoatEntity Modifier and Type Method Description private static void
GoatBrain. addCoreActivities(Brain<GoatEntity> brain)
private static void
GoatBrain. addIdleActivities(Brain<GoatEntity> brain)
private static void
GoatBrain. addLongJumpActivities(Brain<GoatEntity> brain)
protected static Brain<?>
GoatBrain. create(Brain<GoatEntity> brain)
Constructor parameters in net.minecraft.entity.passive with type arguments of type GoatEntity Constructor Description GoatEntity(EntityType<? extends GoatEntity> type, World world)