Uses of Class
net.minecraft.entity.vehicle.BoatEntity
Packages that use BoatEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of BoatEntity in net.minecraft
Methods in net.minecraft with parameters of type BoatEntityModifier and TypeMethodDescriptionprivate static voidclass_7754.method_45712(BoatEntity boatEntity, int int2, ModelPart modelPart, float float2) voidclass_7754.setAngles(BoatEntity boatEntity, float float2, float float3, float float4, float float5, float float6) -
Uses of BoatEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type BoatEntityModifier and TypeFieldDescriptionprivate final Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier, CompositeEntityModel<BoatEntity>>> BoatEntityRenderer.texturesAndModelsMethods in net.minecraft.client.render.entity that return types with arguments of type BoatEntityModifier and TypeMethodDescriptionprivate CompositeEntityModel<BoatEntity>BoatEntityRenderer.createModel(EntityRendererFactory.Context ctx, BoatEntity.Type type, boolean chest) Methods in net.minecraft.client.render.entity with parameters of type BoatEntityModifier and TypeMethodDescriptionBoatEntityRenderer.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 BoatEntityModifier and TypeMethodDescriptionvoidBoatEntityModel.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 -
Uses of BoatEntity in net.minecraft.entity.vehicle
Subclasses of BoatEntity in net.minecraft.entity.vehicleConstructor parameters in net.minecraft.entity.vehicle with type arguments of type BoatEntityModifierConstructorDescriptionBoatEntity(EntityType<? extends BoatEntity> type, World world) ChestBoatEntity(EntityType<? extends BoatEntity> type, World world) -
Uses of BoatEntity in net.minecraft.item
Methods in net.minecraft.item that return BoatEntityModifier and TypeMethodDescriptionprivate BoatEntityBoatItem.createEntity(World world, HitResult hitResult)