Uses of Class
net.minecraft.entity.passive.WolfEntity
-
Uses of WolfEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type WolfEntity Modifier and Type Method Description protected float
WolfEntityRenderer. getAnimationProgress(WolfEntity wolfEntity, float float2)
Identifier
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
Methods in net.minecraft.client.render.entity.feature with parameters of type WolfEntity Modifier and Type Method Description void
WolfCollarFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, WolfEntity wolfEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type WolfEntity Constructor Description WolfCollarFeatureRenderer(FeatureRendererContext<WolfEntity,WolfEntityModel<WolfEntity>> context)
WolfCollarFeatureRenderer(FeatureRendererContext<WolfEntity,WolfEntityModel<WolfEntity>> context)
-
Uses of WolfEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type WolfEntity Modifier and Type Class Description class
WolfEntityModel<T extends WolfEntity>
-
Uses of WolfEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type WolfEntity Modifier and Type Field Description static EntityType<WolfEntity>
EntityType. WOLF
-
Uses of WolfEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as WolfEntity Modifier and Type Field Description private WolfEntity
WolfBegGoal. wolf
Constructors in net.minecraft.entity.ai.goal with parameters of type WolfEntity Constructor Description WolfBegGoal(WolfEntity wolf, float begDistance)
-
Uses of WolfEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as WolfEntity Modifier and Type Field Description private WolfEntity
WolfEntity.AvoidLlamaGoal. wolf
Methods in net.minecraft.entity.passive that return WolfEntity Modifier and Type Method Description WolfEntity
WolfEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Constructors in net.minecraft.entity.passive with parameters of type WolfEntity Constructor Description AvoidLlamaGoal(WolfEntity wolf, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
Constructor parameters in net.minecraft.entity.passive with type arguments of type WolfEntity Constructor Description WolfEntity(EntityType<? extends WolfEntity> type, World world)