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 CamelEntityModifier and TypeMethodDescriptionvoidCamelEntityRenderer.updateRenderState(CamelEntity camelEntity, CamelEntityRenderState camelEntityRenderState, float float2) -
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.SENSORSMethods 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 TypeMethodDescriptionstatic Brain.Profile<CamelEntity> CamelBrain.createBrainProfile()protected Brain.Profile<CamelEntity> CamelEntity.createBrainProfile()Methods in net.minecraft.entity.passive with parameters of type CamelEntityModifier and TypeMethodDescriptionprotected static voidCamelBrain.initialize(CamelEntity camel, Random random) protected voidCamelBrain.CamelWalkTask.run(ServerWorld serverWorld, CamelEntity camelEntity, long long2) protected voidCamelBrain.SitOrStandTask.run(ServerWorld serverWorld, CamelEntity camelEntity, long long2) protected booleanCamelBrain.SitOrStandTask.shouldRun(ServerWorld serverWorld, CamelEntity camelEntity) static voidCamelBrain.updateActivities(CamelEntity camel) Method parameters in net.minecraft.entity.passive with type arguments of type CamelEntityModifier and TypeMethodDescriptionprivate static voidCamelBrain.addCoreActivities(Brain<CamelEntity> brain) private static voidCamelBrain.addIdleActivities(Brain<CamelEntity> brain) static booleanCamelEntity.canSpawn(EntityType<CamelEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) 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