Uses of Class
net.minecraft.world.entity.animal.dolphin.Dolphin
Packages that use Dolphin
Package
Description
-
Uses of Dolphin in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Dolphin in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type DolphinModifier and TypeMethodDescriptionvoidDolphinRenderer.extractRenderState(Dolphin entity, DolphinRenderState state, float partialTicks) -
Uses of Dolphin in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Dolphin -
Uses of Dolphin in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as DolphinConstructors in net.minecraft.world.entity.ai.goal with parameters of type Dolphin -
Uses of Dolphin in net.minecraft.world.entity.animal.dolphin
Fields in net.minecraft.world.entity.animal.dolphin declared as DolphinModifier and TypeFieldDescriptionprivate final DolphinDolphin.DolphinSwimToTreasureGoal.dolphinprivate final DolphinDolphin.DolphinSwimWithPlayerGoal.dolphinMethods in net.minecraft.world.entity.animal.dolphin that return DolphinModifier and TypeMethodDescription@Nullable DolphinDolphin.getBreedOffspring(ServerLevel level, AgeableMob partner) Constructors in net.minecraft.world.entity.animal.dolphin with parameters of type DolphinModifierConstructorDescription(package private)DolphinSwimToTreasureGoal(Dolphin dolphin) (package private)DolphinSwimWithPlayerGoal(Dolphin dolphin, double speedModifier) Constructor parameters in net.minecraft.world.entity.animal.dolphin with type arguments of type Dolphin