Uses of Class
net.minecraft.entity.vehicle.BoatEntity
Package
Description
-
Uses of BoatEntity in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate final Map<BoatEntity.Type,
com.mojang.datafixers.util.Pair<Identifier, CompositeEntityModel<BoatEntity>>> BoatEntityRenderer.texturesAndModels
Modifier and TypeMethodDescriptionprivate CompositeEntityModel<BoatEntity>
BoatEntityRenderer.createModel
(EntityRendererFactory.Context ctx, BoatEntity.Type type, boolean chest) Modifier and TypeMethodDescriptionBoatEntityRenderer.getTexture
(BoatEntity boatEntity) void
BoatEntityRenderer.render
(BoatEntity boatEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of BoatEntity in net.minecraft.client.render.entity.model
Modifier and TypeMethodDescriptionvoid
BoatEntityModel.setAngles
(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6) void
RaftEntityModel.setAngles
(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6) private static void
BoatEntityModel.setPaddleAngle
(BoatEntity entity, int sigma, ModelPart part, float angle) private static void
RaftEntityModel.setPaddleAngle
(BoatEntity entity, int sigma, ModelPart part, float angle) -
Uses of BoatEntity in net.minecraft.entity
-
Uses of BoatEntity in net.minecraft.entity.vehicle
ModifierConstructorDescriptionBoatEntity
(EntityType<? extends BoatEntity> type, World world) ChestBoatEntity
(EntityType<? extends BoatEntity> type, World world) -
Uses of BoatEntity in net.minecraft.item
Modifier and TypeMethodDescriptionprivate BoatEntity
BoatItem.createEntity
(World world, HitResult hitResult)