Uses of Class
net.minecraft.entity.vehicle.BoatEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.client.render.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.vehicle |
-
Uses of BoatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type BoatEntity Modifier and Type Method Description IdentifierBoatEntityRenderer. getTexture(BoatEntity boatEntity)voidBoatEntityRenderer. render(BoatEntity boatEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of BoatEntity in net.minecraft.client.render.entity.model
Methods in net.minecraft.client.render.entity.model with parameters of type BoatEntity Modifier and Type Method Description voidBoatEntityModel. setAngles(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6)private static voidBoatEntityModel. setPaddleAngle(BoatEntity entity, int sigma, ModelPart part, float angle) -
Uses of BoatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type BoatEntity Modifier and Type Field Description static EntityType<BoatEntity>EntityType. BOAT -
Uses of BoatEntity in net.minecraft.entity.vehicle
Constructor parameters in net.minecraft.entity.vehicle with type arguments of type BoatEntity Constructor Description BoatEntity(EntityType<? extends BoatEntity> type, World world)