net.minecraft.client.render.entity

public class VexEntityRenderer

extends MobEntityRenderer<VexEntity, VexEntityRenderState, VexEntityModel>

All mapped superinterfaces:

FeatureRendererContext

net.minecraft.client.renderer.entity.VexRenderer
net.minecraft.class_960
net.minecraft.client.render.entity.VexEntityRenderer

Field summary

Modifier and TypeField
private static final Identifier
VEX_LOCATION
field_4801
TEXTURE
private static final Identifier
VEX_CHARGING_LOCATION
field_4802
CHARGING_TEXTURE

Constructor summary

ModifierConstructor
public (EntityRendererFactory$Context context)

Method summary

Modifier and TypeMethod
protected int
getBlockLightLevel(Vex entity, BlockPos blockPos)
method_24092(class_1634 arg0, class_2338 arg1)
getBlockLight(VexEntity arg0, BlockPos arg1)
public Identifier
getTextureLocation(VexRenderState state)
method_4144(class_10078 arg0)
getTexture(VexEntityRenderState arg0)
public VexEntityRenderState
createRenderState()
method_55269()
createRenderState()
public void
extractRenderState(Vex entity, VexRenderState state, float partialTicks)
method_62565(class_1634 arg0, class_10078 arg1, float arg2)
updateRenderState(VexEntity arg0, VexEntityRenderState 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)
public Identifier
getTextureLocation(LivingEntityRenderState state)
method_3885(class_10042 arg0)
getTexture(LivingEntityRenderState 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()
protected int
getBlockLightLevel(Entity entity, BlockPos blockPos)
method_24087(class_1297 arg0, class_2338 arg1)
getBlockLight(Entity arg0, BlockPos arg1)