Interface UnbakedModel

All Known Implementing Classes:
GeneratedItemModel, JsonUnbakedModel

@Environment(CLIENT) public interface UnbakedModel
Mappings:
Namespace Name
named net/minecraft/client/render/model/UnbakedModel
intermediary net/minecraft/class_1100
official hmf
  • Field Details

    • PARTICLE_TEXTURE

      static final String PARTICLE_TEXTURE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named PARTICLE_TEXTURE Lnet/minecraft/client/render/model/UnbakedModel;PARTICLE_TEXTURE:Ljava/lang/String;
      intermediary field_57026 Lnet/minecraft/class_1100;field_57026:Ljava/lang/String;
      official c Lhmf;c:Ljava/lang/String;
  • Method Details

    • getAmbientOcclusion

      @Nullable default @Nullable Boolean getAmbientOcclusion()
      Mappings:
      Namespace Name Mixin selector
      named getAmbientOcclusion Lnet/minecraft/client/render/model/UnbakedModel;getAmbientOcclusion()Ljava/lang/Boolean;
      intermediary comp_3741 Lnet/minecraft/class_1100;comp_3741()Ljava/lang/Boolean;
      official c Lhmf;c()Ljava/lang/Boolean;
    • getGuiLight

      @Nullable default @Nullable UnbakedModel.GuiLight getGuiLight()
      Mappings:
      Namespace Name Mixin selector
      named getGuiLight Lnet/minecraft/client/render/model/UnbakedModel;getGuiLight()Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
      intermediary comp_3740 Lnet/minecraft/class_1100;comp_3740()Lnet/minecraft/class_1100$class_4751;
      official b Lhmf;b()Lhmf$a;
    • getTransformations

      @Nullable default @Nullable ModelTransformation getTransformations()
      Mappings:
      Namespace Name Mixin selector
      named getTransformations Lnet/minecraft/client/render/model/UnbakedModel;getTransformations()Lnet/minecraft/client/render/model/json/ModelTransformation;
      intermediary comp_3742 Lnet/minecraft/class_1100;comp_3742()Lnet/minecraft/class_809;
      official d Lhmf;d()Lgsc;
    • getTextures

      default ModelTextures.Textures getTextures()
      Mappings:
      Namespace Name Mixin selector
      named getTextures Lnet/minecraft/client/render/model/UnbakedModel;getTextures()Lnet/minecraft/client/render/model/ModelTextures$Textures;
      intermediary comp_3743 Lnet/minecraft/class_1100;comp_3743()Lnet/minecraft/class_10419$class_10420;
      official e Lhmf;e()Lgsg$a;
    • getGeometry

      @Nullable default @Nullable Geometry getGeometry()
      Mappings:
      Namespace Name Mixin selector
      named getGeometry Lnet/minecraft/client/render/model/UnbakedModel;getGeometry()Lnet/minecraft/client/render/model/Geometry;
      intermediary comp_3739 Lnet/minecraft/class_1100;comp_3739()Lnet/minecraft/class_10820;
      official a Lhmf;a()Lhme;
    • getParentId

      @Nullable default @Nullable Identifier getParentId()
      Mappings:
      Namespace Name Mixin selector
      named getParentId Lnet/minecraft/client/render/model/UnbakedModel;getParentId()Lnet/minecraft/util/Identifier;
      intermediary comp_3744 Lnet/minecraft/class_1100;comp_3744()Lnet/minecraft/class_2960;
      official f Lhmf;f()Lalg;