Uses of Class
net.minecraft.entity.passive.DolphinEntity
-
Packages that use DolphinEntity Package Description net.minecraft.client.renderer.entity net.minecraft.client.renderer.entity.layers net.minecraft.entity net.minecraft.entity.ai.goal net.minecraft.entity.passive -
-
Uses of DolphinEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type DolphinEntity Modifier and Type Method Description ResourceLocation
DolphinRenderer. getTextureLocation(DolphinEntity p_110775_1_)
-
Uses of DolphinEntity in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type DolphinEntity Modifier and Type Method Description void
DolphinCarriedItemLayer. render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, DolphinEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)
Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type DolphinEntity Constructor Description DolphinCarriedItemLayer(IEntityRenderer<DolphinEntity,DolphinModel<DolphinEntity>> p_i50944_1_)
DolphinCarriedItemLayer(IEntityRenderer<DolphinEntity,DolphinModel<DolphinEntity>> p_i50944_1_)
-
Uses of DolphinEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type DolphinEntity Modifier and Type Field Description static EntityType<DolphinEntity>
EntityType. DOLPHIN
-
Uses of DolphinEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as DolphinEntity Modifier and Type Field Description private DolphinEntity
DolphinJumpGoal. dolphin
Constructors in net.minecraft.entity.ai.goal with parameters of type DolphinEntity Constructor Description DolphinJumpGoal(DolphinEntity p_i50329_1_, int p_i50329_2_)
-
Uses of DolphinEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as DolphinEntity Modifier and Type Field Description private DolphinEntity
DolphinEntity.MoveHelperController. dolphin
private DolphinEntity
DolphinEntity.SwimToTreasureGoal. dolphin
private DolphinEntity
DolphinEntity.SwimWithPlayerGoal. dolphin
Method parameters in net.minecraft.entity.passive with type arguments of type DolphinEntity Modifier and Type Method Description static boolean
DolphinEntity. checkDolphinSpawnRules(EntityType<DolphinEntity> p_223364_0_, IWorld p_223364_1_, SpawnReason p_223364_2_, BlockPos p_223364_3_, java.util.Random p_223364_4_)
Constructors in net.minecraft.entity.passive with parameters of type DolphinEntity Constructor Description MoveHelperController(DolphinEntity p_i48945_1_)
SwimToTreasureGoal(DolphinEntity p_i49344_1_)
SwimWithPlayerGoal(DolphinEntity p_i48994_1_, double p_i48994_2_)
Constructor parameters in net.minecraft.entity.passive with type arguments of type DolphinEntity Constructor Description DolphinEntity(EntityType<? extends DolphinEntity> p_i50275_1_, World p_i50275_2_)
-