Uses of Class
net.minecraft.world.entity.animal.wolf.Wolf
Packages that use Wolf
Package
Description
-
Uses of Wolf in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Wolf in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type WolfModifier and TypeMethodDescriptionvoidWolfRenderer.extractRenderState(Wolf entity, WolfRenderState state, float partialTicks) -
Uses of Wolf in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Wolf -
Uses of Wolf in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as WolfConstructors in net.minecraft.world.entity.ai.goal with parameters of type Wolf -
Uses of Wolf in net.minecraft.world.entity.animal.equine
Subclasses with type arguments of type Wolf in net.minecraft.world.entity.animal.equine -
Uses of Wolf in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as WolfMethods in net.minecraft.world.entity.animal.wolf that return WolfModifier and TypeMethodDescription@Nullable WolfWolf.getBreedOffspring(ServerLevel level, AgeableMob partner) Method parameters in net.minecraft.world.entity.animal.wolf with type arguments of type WolfModifier and TypeMethodDescriptionstatic booleanWolf.checkWolfSpawnRules(EntityType<Wolf> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal.wolf with parameters of type WolfModifierConstructorDescriptionWolfAvoidEntityGoal(Wolf wolf, Class<T> avoidClass, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) Constructor parameters in net.minecraft.world.entity.animal.wolf with type arguments of type Wolf