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 TypeMethodDescriptionvoid
WolfEntityRenderer.updateRenderState
(WolfEntity wolfEntity, WolfEntityRenderState wolfEntityRenderState, float float2) -
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)