Uses of Class
net.minecraft.entity.passive.DolphinEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of DolphinEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionvoid
DolphinEntityRenderer.updateRenderState
(DolphinEntity dolphinEntity, DolphinEntityRenderState dolphinEntityRenderState, float float2) -
Uses of DolphinEntity in net.minecraft.entity
-
Uses of DolphinEntity in net.minecraft.entity.ai.goal
-
Uses of DolphinEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final DolphinEntity
DolphinEntity.LeadToNearbyTreasureGoal.dolphin
private final DolphinEntity
DolphinEntity.SwimWithPlayerGoal.dolphin
Modifier and TypeMethodDescriptionDolphinEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) ModifierConstructorDescription(package private)
LeadToNearbyTreasureGoal
(DolphinEntity dolphin) (package private)
SwimWithPlayerGoal
(DolphinEntity dolphin, double speed) ModifierConstructorDescriptionDolphinEntity
(EntityType<? extends DolphinEntity> type, World world)