Uses of Class
net.minecraft.world.entity.animal.camel.Camel
Packages that use Camel
Package
Description
-
Uses of Camel in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Camel in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type CamelModifier and TypeMethodDescription(package private) static voidCamelRenderer.extractAdditionalState(Camel entity, CamelRenderState state, float partialTicks) voidCamelHuskRenderer.extractRenderState(Camel entity, CamelRenderState state, float partialTicks) voidCamelRenderer.extractRenderState(Camel entity, CamelRenderState state, float partialTicks) (package private) static floatCamelRenderer.getJumpCooldown(Camel camel, float partialTicks) Method parameters in net.minecraft.client.renderer.entity with type arguments of type CamelModifier and TypeMethodDescriptionprotected static SimpleEquipmentLayer<CamelRenderState, CamelModel, CamelSaddleModel> CamelRenderer.createCamelSaddleLayer(EntityRendererProvider.Context context, MobRenderer<Camel, CamelRenderState, CamelModel> renderer, EquipmentClientInfo.LayerType saddleLayerType, ModelLayerLocation saddleModelLayer) -
Uses of Camel in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Camel -
Uses of Camel in net.minecraft.world.entity.animal.camel
Subclasses of Camel in net.minecraft.world.entity.animal.camelSubclasses with type arguments of type Camel in net.minecraft.world.entity.animal.camelModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.world.entity.animal.camel with type parameters of type CamelMethods in net.minecraft.world.entity.animal.camel that return CamelModifier and TypeMethodDescription@Nullable CamelCamel.getBreedOffspring(ServerLevel level, AgeableMob partner) @Nullable CamelCamelHusk.getBreedOffspring(ServerLevel level, AgeableMob partner) Methods in net.minecraft.world.entity.animal.camel that return types with arguments of type CamelModifier and TypeMethodDescriptionprotected static List<ActivityData<Camel>> CamelAi.getActivities()Camel.getBrain()private static ActivityData<Camel> CamelAi.initCoreActivity()private static ActivityData<Camel> CamelAi.initIdleActivity()Camel.makeBrain(Brain.Packed packedBrain) Methods in net.minecraft.world.entity.animal.camel with parameters of type CamelModifier and TypeMethodDescriptionprotected booleanCamelAi.CamelPanic.checkExtraStartConditions(ServerLevel level, Camel body) protected booleanCamelAi.RandomSitting.checkExtraStartConditions(ServerLevel level, Camel body) protected static voidCamelAi.initMemories(Camel body, RandomSource random) protected voidCamelAi.CamelPanic.start(ServerLevel level, Camel camel, long timestamp) protected voidCamelAi.RandomSitting.start(ServerLevel level, Camel body, long timestamp) static voidCamelAi.updateActivity(Camel body) Method parameters in net.minecraft.world.entity.animal.camel with type arguments of type CamelModifier and TypeMethodDescriptionstatic booleanCamel.checkCamelSpawnRules(EntityType<Camel> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal.camel with parameters of type CamelConstructor parameters in net.minecraft.world.entity.animal.camel with type arguments of type CamelModifierConstructorDescriptionCamel(EntityType<? extends Camel> type, Level level) CamelHusk(EntityType<? extends Camel> type, Level level)