Class RenderLayer<T extends Entity,M extends EntityModel<T>> 
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,M> 
- Direct Known Subclasses:
 BreezeEyesLayer,BreezeWindLayer,CapeLayer,CarriedBlockLayer,CatCollarLayer,CrossedArmsItemLayer,CustomHeadLayer,Deadmau5EarsLayer,DolphinCarryingItemLayer,DrownedOuterLayer,ElytraLayer,EnergySwirlLayer,EyesLayer,FoxHeldItemLayer,HorseArmorLayer,HorseMarkingLayer,HumanoidArmorLayer,IronGolemCrackinessLayer,IronGolemFlowerLayer,ItemInHandLayer,LlamaDecorLayer,MushroomCowMushroomLayer,PandaHoldsItemLayer,ParrotOnShoulderLayer,SaddleLayer,SheepFurLayer,ShulkerHeadLayer,SlimeOuterLayer,SnowGolemHeadLayer,SpinAttackEffectLayer,StrayClothingLayer,StuckInBodyLayer,TropicalFishPatternLayer,VillagerProfessionLayer,WardenEmissiveLayer,WolfCollarLayer
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected static <T extends LivingEntity>
voidcoloredCutoutModelCopyLayerRender(EntityModel<T> p_117360_, EntityModel<T> p_117361_, ResourceLocation p_117362_, PoseStack p_117363_, MultiBufferSource p_117364_, int p_117365_, T p_117366_, float p_117367_, float p_117368_, float p_117369_, float p_117370_, float p_117371_, float p_117372_, float p_117373_, float p_117374_, float p_117375_) protected ResourceLocationgetTextureLocation(T p_117348_) abstract voidrender(PoseStack p_117349_, MultiBufferSource p_117350_, int p_117351_, T p_117352_, float p_117353_, float p_117354_, float p_117355_, float p_117356_, float p_117357_, float p_117358_) protected static <T extends LivingEntity>
voidrenderColoredCutoutModel(EntityModel<T> p_117377_, ResourceLocation p_117378_, PoseStack p_117379_, MultiBufferSource p_117380_, int p_117381_, T p_117382_, float p_117383_, float p_117384_, float p_117385_)  
- 
Field Details
- 
renderer
 
 - 
 - 
Constructor Details
- 
RenderLayer
 
 - 
 - 
Method Details
- 
coloredCutoutModelCopyLayerRender
protected static <T extends LivingEntity> void coloredCutoutModelCopyLayerRender(EntityModel<T> p_117360_, EntityModel<T> p_117361_, ResourceLocation p_117362_, PoseStack p_117363_, MultiBufferSource p_117364_, int p_117365_, T p_117366_, float p_117367_, float p_117368_, float p_117369_, float p_117370_, float p_117371_, float p_117372_, float p_117373_, float p_117374_, float p_117375_)  - 
renderColoredCutoutModel
protected static <T extends LivingEntity> void renderColoredCutoutModel(EntityModel<T> p_117377_, ResourceLocation p_117378_, PoseStack p_117379_, MultiBufferSource p_117380_, int p_117381_, T p_117382_, float p_117383_, float p_117384_, float p_117385_)  - 
getParentModel
 - 
getTextureLocation
 - 
render
public abstract void render(PoseStack p_117349_, MultiBufferSource p_117350_, int p_117351_, T p_117352_, float p_117353_, float p_117354_, float p_117355_, float p_117356_, float p_117357_, float p_117358_)  
 -