net.minecraft.client.render.entity

public class BoatRenderer

extends EntityRenderer<BoatEntity>

brw
net.minecraft.class_542
net.minecraft.client.render.entity.BoatRenderer
net.minecraft.client.renderer.entity.RenderBoat

Field summary

Modifier and TypeField
private static final Identifier[]
b
field_13628
LOCATIONS
BOAT_TEXTURES
protected Model
a
field_2085
model
modelBoat

Constructor summary

ModifierConstructor
public (EntityRenderDispatcher arg0)

Method summary

Modifier and TypeMethod
public void
a(aap arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
method_1499(class_962 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
render(BoatEntity entity, double dx, double dy, double dz, float yaw, float tickDelta)
doRender(EntityBoat entity, double x, double y, double z, float entityYaw, float partialTicks)
public void
a(aap arg0, float arg1, float arg2)
method_12440(class_962 arg0, float arg1, float arg2)
glRotate(BoatEntity boat, float angle, float tickDelta)
setupRotation(EntityBoat arg0, float arg1, float arg2)
public void
a(double arg0, double arg1, double arg2)
method_12439(double arg0, double arg1, double arg2)
glTranslate(double dx, double dy, double dz)
setupTranslation(double arg0, double arg1, double arg2)
protected Identifier
a(aap arg0)
method_5735(class_962 arg0)
getTextureLocation(BoatEntity entity)
getEntityTexture(EntityBoat entity)
public boolean
J_()
method_12450()
hasSecondPass()
isMultipass()
public void
b(aap arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
method_12441(class_962 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
renderSecondPass(BoatEntity entity, double dx, double dy, double dz, float yaw, float tickDelta)
renderMultipass(EntityBoat arg0, double arg1, double arg2, double arg3, float arg4, float arg5)