Class BeretEntityModel<T extends LivingEntity>

java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
net.minecraft.client.render.entity.model.BeretEntityModel<T>
All Implemented Interfaces:
ModelWithHead

@Environment(CLIENT) public class BeretEntityModel<T extends LivingEntity> extends EntityModel<T> implements ModelWithHead
Mappings:
Namespace Name
official fem
intermediary net/minecraft/class_8454
named net/minecraft/client/render/entity/model/BeretEntityModel
  • Field Details

    • beret

      public final ModelPart beret
      Mappings:
      Namespace Name Mixin selector
      official a Lfem;a:Lfii;
      intermediary field_44374 Lnet/minecraft/class_8454;field_44374:Lnet/minecraft/class_630;
      named beret Lnet/minecraft/client/render/entity/model/BeretEntityModel;beret:Lnet/minecraft/client/model/ModelPart;
  • Constructor Details

    • BeretEntityModel

      public BeretEntityModel(ModelPart beret)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfem;<init>(Lfii;)V
      intermediary <init> Lnet/minecraft/class_8454;<init>(Lnet/minecraft/class_630;)V
      named <init> Lnet/minecraft/client/render/entity/model/BeretEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
  • Method Details

    • getTexturedModelData

      public static TexturedModelData getTexturedModelData()
      Mappings:
      Namespace Name Mixin selector
      official a Lfem;a()Lfio;
      intermediary method_50990 Lnet/minecraft/class_8454;method_50990()Lnet/minecraft/class_5607;
      named getTexturedModelData Lnet/minecraft/client/render/entity/model/BeretEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
    • setAngles

      public void setAngles(T t, float float2, float float3, float float4, float float5, float float6)
      Specified by:
      setAngles in class EntityModel<T extends LivingEntity>
      Mappings:
      Namespace Name Mixin selector
      official a Lfem;a(Lbjh;FFFFF)V
      intermediary method_50991 Lnet/minecraft/class_8454;method_50991(Lnet/minecraft/class_1309;FFFFF)V
      named setAngles Lnet/minecraft/client/render/entity/model/BeretEntityModel;setAngles(Lnet/minecraft/entity/LivingEntity;FFFFF)V
    • render

      public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha)
      Renders the model.
      Specified by:
      render in class Model
      Parameters:
      light - the lightmap coordinates used for this model rendering
      Mappings:
      Namespace Name Mixin selector
      official a Lfgd;a(Lemi;Lemm;IIFFFF)V
      intermediary method_2828 Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)V
      named render Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
    • getHead

      public ModelPart getHead()
      Gets the head model part.
      Specified by:
      getHead in interface ModelWithHead
      Returns:
      the head
      Mappings:
      Namespace Name Mixin selector
      official b Lffp;b()Lfii;
      intermediary method_2838 Lnet/minecraft/class_3882;method_2838()Lnet/minecraft/class_630;
      named getHead Lnet/minecraft/client/render/entity/model/ModelWithHead;getHead()Lnet/minecraft/client/model/ModelPart;