Uses of Class
net.minecraft.entity.passive.DolphinEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.feature | |
| net.minecraft.entity | |
| net.minecraft.entity.ai.goal | |
| net.minecraft.entity.passive |
-
Uses of DolphinEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type DolphinEntity Modifier and Type Method Description IdentifierDolphinEntityRenderer. getTexture(DolphinEntity dolphinEntity) -
Uses of DolphinEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type DolphinEntity Modifier and Type Method Description voidDolphinHeldItemFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, DolphinEntity dolphinEntity, float float2, float float3, float float4, float float5, float float6, float float7)Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type DolphinEntity Constructor Description DolphinHeldItemFeatureRenderer(FeatureRendererContext<DolphinEntity,DolphinEntityModel<DolphinEntity>> context)DolphinHeldItemFeatureRenderer(FeatureRendererContext<DolphinEntity,DolphinEntityModel<DolphinEntity>> context) -
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 DolphinEntityDolphinJumpGoal. dolphinConstructors in net.minecraft.entity.ai.goal with parameters of type DolphinEntity Constructor Description DolphinJumpGoal(DolphinEntity dolphin, int chance) -
Uses of DolphinEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as DolphinEntity Modifier and Type Field Description private DolphinEntityDolphinEntity.LeadToNearbyTreasureGoal. dolphinprivate DolphinEntityDolphinEntity.SwimWithPlayerGoal. dolphinMethod parameters in net.minecraft.entity.passive with type arguments of type DolphinEntity Modifier and Type Method Description static booleanDolphinEntity. canSpawn(EntityType<DolphinEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructors in net.minecraft.entity.passive with parameters of type DolphinEntity Constructor Description LeadToNearbyTreasureGoal(DolphinEntity dolphin)SwimWithPlayerGoal(DolphinEntity dolphin, double speed)Constructor parameters in net.minecraft.entity.passive with type arguments of type DolphinEntity Constructor Description DolphinEntity(EntityType<? extends DolphinEntity> type, World world)