net.minecraft.client.render.entity

public class IllusionerEntityRenderer

extends IllagerEntityRenderer<IllusionerEntity, IllusionerEntityRenderState>

All mapped superinterfaces:

FeatureRendererContext

net.minecraft.client.renderer.entity.IllusionerRenderer
net.minecraft.class_914
net.minecraft.client.render.entity.IllusionerEntityRenderer

Field summary

Modifier and TypeField
private static final Identifier
ILLUSIONER
field_4718
TEXTURE

Constructor summary

ModifierConstructor
public (EntityRendererFactory$Context context)

Method summary

Modifier and TypeMethod
public Identifier
getTextureLocation(IllusionerRenderState state)
method_3990(class_10036 arg0)
getTexture(IllusionerEntityRenderState arg0)
public IllusionerEntityRenderState
createRenderState()
method_55269()
createRenderState()
public void
extractRenderState(Illusioner entity, IllusionerRenderState state, float partialTicks)
method_62465(class_1581 arg0, class_10036 arg1, float arg2)
updateRenderState(IllusionerEntity arg0, IllusionerEntityRenderState arg1, float arg2)
public void
submit(IllusionerRenderState state, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, CameraRenderState camera)
method_3991(class_10036 arg0, class_4587 arg1, class_11659 arg2, class_12075 arg3)
render(IllusionerEntityRenderState arg0, MatrixStack arg1, OrderedRenderCommandQueue arg2, CameraRenderState arg3)
protected boolean
isBodyVisible(IllusionerRenderState state)
method_3988(class_10036 arg0)
isVisible(IllusionerEntityRenderState arg0)
protected Box
getBoundingBoxForCulling(Illusioner entity)
method_62464(class_1581 arg0)
getBoundingBox(IllusionerEntity arg0)
public void
extractRenderState(AbstractIllager entity, IllagerRenderState state, float partialTicks)
method_62430(class_1543 arg0, class_10035 arg1, float arg2)
updateRenderState(IllagerEntity arg0, IllagerEntityRenderState arg1, float arg2)
public void
extractRenderState(LivingEntity entity, LivingEntityRenderState state, float partialTicks)
method_62355(class_1309 arg0, class_10042 arg1, float arg2)
updateRenderState(LivingEntity arg0, LivingEntityRenderState arg1, float arg2)
protected boolean
isBodyVisible(LivingEntityRenderState state)
method_4056(class_10042 arg0)
isVisible(LivingEntityRenderState arg0)
public Identifier
getTextureLocation(LivingEntityRenderState state)
method_3885(class_10042 arg0)
getTexture(LivingEntityRenderState arg0)
public void
submit(LivingEntityRenderState state, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, CameraRenderState camera)
method_4054(class_10042 arg0, class_4587 arg1, class_11659 arg2, class_12075 arg3)
render(LivingEntityRenderState arg0, MatrixStack arg1, OrderedRenderCommandQueue arg2, CameraRenderState arg3)
protected Box
getBoundingBoxForCulling(LivingEntity entity)
method_62463(class_1309 arg0)
getBoundingBox(LivingEntity arg0)
public void
extractRenderState(Entity entity, EntityRenderState state, float partialTicks)
method_62354(class_1297 arg0, class_10017 arg1, float arg2)
updateRenderState(Entity arg0, EntityRenderState arg1, float arg2)
public EntityRenderState
createRenderState()
method_55269()
createRenderState()
public void
submit(EntityRenderState state, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, CameraRenderState camera)
method_3936(class_10017 arg0, class_4587 arg1, class_11659 arg2, class_12075 arg3)
render(EntityRenderState arg0, MatrixStack arg1, OrderedRenderCommandQueue arg2, CameraRenderState arg3)
protected Box
getBoundingBoxForCulling(Entity entity)
method_62358(class_1297 arg0)
getBoundingBox(Entity arg0)