Uses of Class
net.minecraft.entity.passive.CamelEntity
Packages that use CamelEntity
Package
Description
-
Uses of CamelEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type CamelEntity -
Uses of CamelEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type CamelEntity -
Uses of CamelEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CamelEntity -
Uses of CamelEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type CamelEntityModifier and TypeFieldDescriptionprivate static final ImmutableList
<SensorType<? extends Sensor<? super CamelEntity>>> CamelBrain.SENSORS
Methods in net.minecraft.entity.passive that return CamelEntityModifier and TypeMethodDescriptionCamelEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) Methods in net.minecraft.entity.passive that return types with arguments of type CamelEntityModifier and TypeMethodDescriptionprotected Brain.Profile
<CamelEntity> CamelEntity.createBrainProfile()
static Brain.Profile
<CamelEntity> CamelBrain.createProfile()
Methods in net.minecraft.entity.passive with parameters of type CamelEntityModifier and TypeMethodDescriptionprotected static void
CamelBrain.initialize
(CamelEntity camel, Random random) protected void
CamelBrain.CamelWalkTask.run
(ServerWorld serverWorld, CamelEntity camelEntity, long long2) protected void
CamelBrain.SitOrStandTask.run
(ServerWorld serverWorld, CamelEntity camelEntity, long long2) protected boolean
CamelBrain.SitOrStandTask.shouldRun
(ServerWorld serverWorld, CamelEntity camelEntity) static void
CamelBrain.updateActivities
(CamelEntity camel) Method parameters in net.minecraft.entity.passive with type arguments of type CamelEntityModifier and TypeMethodDescriptionprivate static void
CamelBrain.addCoreActivities
(Brain<CamelEntity> brain) private static void
CamelBrain.addIdleActivities
(Brain<CamelEntity> brain) protected static Brain
<?> CamelBrain.create
(Brain<CamelEntity> brain) Constructors in net.minecraft.entity.passive with parameters of type CamelEntityConstructor parameters in net.minecraft.entity.passive with type arguments of type CamelEntity