net.minecraft.client.render.entity

public class BoatRenderer

extends EntityRenderer<BoatEntity>

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

Field summary

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

Constructor summary

ModifierConstructor
public (EntityRenderDispatcher arg0)

Method summary

Modifier and TypeMethod
public void
a(apj 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)
func_76986_a(EntityBoat arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
doRender(EntityBoat entity, double x, double y, double z, float entityYaw, float partialTicks)
public void
a(apj arg0, float arg1, float arg2)
method_12440(class_962 arg0, float arg1, float arg2)
glRotate(BoatEntity boat, float angle, float tickDelta)
func_188311_a(EntityBoat arg0, float arg1, float arg2)
setupRotation(EntityBoat entityIn, float entityYaw, float partialTicks)
public void
a(double arg0, double arg1, double arg2)
method_12439(double arg0, double arg1, double arg2)
glTranslate(double dx, double dy, double dz)
func_188309_a(double arg0, double arg1, double arg2)
setupTranslation(double x, double y, double z)
protected Identifier
a(apj arg0)
method_5735(class_962 arg0)
getTextureLocation(BoatEntity entity)
func_110775_a(EntityBoat arg0)
getEntityTexture(EntityBoat entity)
public boolean
al_()
method_12450()
hasSecondPass()
func_188295_H_()
isMultipass()
public void
b(apj 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)
func_188300_b(EntityBoat arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
renderMultipass(EntityBoat entityIn, double x, double y, double z, float entityYaw, float partialTicks)