Uses of Class
net.minecraft.entity.passive.WolfEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of WolfEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprotected float
WolfEntityRenderer.getAnimationProgress
(WolfEntity wolfEntity, float float2) WolfEntityRenderer.getTexture
(WolfEntity wolfEntity) void
WolfEntityRenderer.render
(WolfEntity wolfEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of WolfEntity in net.minecraft.client.render.entity.feature
Modifier and TypeMethodDescriptionvoid
WolfCollarFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntity wolfEntity, float float2, float float3, float float4, float float5, float float6, float float7) ModifierConstructorDescription -
Uses of WolfEntity in net.minecraft.client.render.entity.model
-
Uses of WolfEntity in net.minecraft.entity
-
Uses of WolfEntity in net.minecraft.entity.ai.goal
-
Uses of WolfEntity in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionWolfEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) Modifier and TypeMethodDescriptionstatic boolean
WolfEntity.canSpawn
(EntityType<WolfEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) ModifierConstructorDescriptionAvoidLlamaGoal
(WolfEntity wolf, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)