| Package | Description |
|---|---|
| net.minecraft.client.renderer.entity | |
| net.minecraft.client.renderer.entity.model | |
| net.minecraft.entity | |
| net.minecraft.entity.item |
| Modifier and Type | Method and Description |
|---|---|
ResourceLocation |
BoatRenderer.getEntityTexture(BoatEntity entity) |
void |
BoatRenderer.render(BoatEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BoatModel.func_228244_a_(BoatEntity p_228244_1_,
int p_228244_2_,
float p_228244_3_) |
void |
BoatModel.setRotationAngles(BoatEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<BoatEntity> |
EntityType.BOAT |
| Constructor and Description |
|---|
BoatEntity(EntityType<? extends BoatEntity> p_i50129_1_,
World p_i50129_2_) |