Class RenderLayer<S extends EntityRenderState,M extends EntityModel<? super S>>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<S,M>
- Direct Known Subclasses:
BreezeEyesLayer,BreezeWindLayer,CapeLayer,CarriedBlockLayer,CatCollarLayer,CrossedArmsItemLayer,CustomHeadLayer,Deadmau5EarsLayer,DolphinCarryingItemLayer,DrownedOuterLayer,EnergySwirlLayer,EyesLayer,FoxHeldItemLayer,HorseMarkingLayer,HumanoidArmorLayer,IronGolemCrackinessLayer,IronGolemFlowerLayer,ItemInHandLayer,LivingEntityEmissiveLayer,LlamaDecorLayer,MushroomCowMushroomLayer,PandaHoldsItemLayer,ParrotOnShoulderLayer,SheepWoolLayer,SheepWoolUndercoatLayer,SimpleEquipmentLayer,SkeletonClothingLayer,SlimeOuterLayer,SnowGolemHeadLayer,SpinAttackEffectLayer,StuckInBodyLayer,TropicalFishPatternLayer,VillagerProfessionLayer,WingsLayer,WolfArmorLayer,WolfCollarLayer
public abstract class RenderLayer<S extends EntityRenderState,M extends EntityModel<? super S>>
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static <S extends LivingEntityRenderState>
voidcoloredCutoutModelCopyLayerRender(EntityModel<S> model, ResourceLocation textureLocation, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, S renderState, int color) abstract voidrender(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, S renderState, float yRot, float xRot) protected static voidrenderColoredCutoutModel(EntityModel<?> model, ResourceLocation textureLocation, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, LivingEntityRenderState renderState, int color)
-
Field Details
-
renderer
private final RenderLayerParent<S extends EntityRenderState,M extends EntityModel<? super S>> renderer
-
-
Constructor Details
-
RenderLayer
-
-
Method Details
-
coloredCutoutModelCopyLayerRender
protected static <S extends LivingEntityRenderState> void coloredCutoutModelCopyLayerRender(EntityModel<S> model, ResourceLocation textureLocation, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, S renderState, int color) -
renderColoredCutoutModel
protected static void renderColoredCutoutModel(EntityModel<?> model, ResourceLocation textureLocation, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, LivingEntityRenderState renderState, int color) -
getParentModel
-
render
public abstract void render(PoseStack poseStack, MultiBufferSource bufferSource, int packedLight, S renderState, float yRot, float xRot)
-