Interface BakedSimpleModel

All Superinterfaces:
SimpleModel
All Known Implementing Classes:
ReferencedModelsCollector.Holder

@Environment(CLIENT) public interface BakedSimpleModel extends SimpleModel
Mappings:
Namespace Name
named net/minecraft/client/render/model/BakedSimpleModel
intermediary net/minecraft/class_10819
official hul
  • Field Details

    • DEFAULT_AMBIENT_OCCLUSION

      static final boolean DEFAULT_AMBIENT_OCCLUSION
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_AMBIENT_OCCLUSION Lnet/minecraft/client/render/model/BakedSimpleModel;DEFAULT_AMBIENT_OCCLUSION:Z
      intermediary field_57023 Lnet/minecraft/class_10819;field_57023:Z
      official a Lhul;a:Z
    • DEFAULT_GUI_LIGHT

      static final UnbakedModel.GuiLight DEFAULT_GUI_LIGHT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT_GUI_LIGHT Lnet/minecraft/client/render/model/BakedSimpleModel;DEFAULT_GUI_LIGHT:Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
      intermediary field_57024 Lnet/minecraft/class_10819;field_57024:Lnet/minecraft/class_1100$class_4751;
      official b Lhul;b:Lhuo$a;
  • Method Details

    • getModel

      UnbakedModel getModel()
      Mappings:
      Namespace Name Mixin selector
      named getModel Lnet/minecraft/client/render/model/BakedSimpleModel;getModel()Lnet/minecraft/client/render/model/UnbakedModel;
      intermediary method_68031 Lnet/minecraft/class_10819;method_68031()Lnet/minecraft/class_1100;
      official a Lhul;a()Lhuo;
    • getParent

      Mappings:
      Namespace Name Mixin selector
      named getParent Lnet/minecraft/client/render/model/BakedSimpleModel;getParent()Lnet/minecraft/client/render/model/BakedSimpleModel;
      intermediary method_68038 Lnet/minecraft/class_10819;method_68038()Lnet/minecraft/class_10819;
      official b Lhul;b()Lhul;
    • getTextures

      static ModelTextures getTextures(BakedSimpleModel model)
      Mappings:
      Namespace Name Mixin selector
      named getTextures Lnet/minecraft/client/render/model/BakedSimpleModel;getTextures(Lnet/minecraft/client/render/model/BakedSimpleModel;)Lnet/minecraft/client/render/model/ModelTextures;
      intermediary method_68055 Lnet/minecraft/class_10819;method_68055(Lnet/minecraft/class_10819;)Lnet/minecraft/class_10419;
      official a Lhul;a(Lhul;)Lgzk;
    • getTextures

      default ModelTextures getTextures()
      Mappings:
      Namespace Name Mixin selector
      named getTextures Lnet/minecraft/client/render/model/BakedSimpleModel;getTextures()Lnet/minecraft/client/render/model/ModelTextures;
      intermediary method_68045 Lnet/minecraft/class_10819;method_68045()Lnet/minecraft/class_10419;
      official g Lhul;g()Lgzk;
    • getAmbientOcclusion

      static boolean getAmbientOcclusion(BakedSimpleModel model)
      Mappings:
      Namespace Name Mixin selector
      named getAmbientOcclusion Lnet/minecraft/client/render/model/BakedSimpleModel;getAmbientOcclusion(Lnet/minecraft/client/render/model/BakedSimpleModel;)Z
      intermediary method_68057 Lnet/minecraft/class_10819;method_68057(Lnet/minecraft/class_10819;)Z
      official b Lhul;b(Lhul;)Z
    • getAmbientOcclusion

      default boolean getAmbientOcclusion()
      Mappings:
      Namespace Name Mixin selector
      named getAmbientOcclusion Lnet/minecraft/client/render/model/BakedSimpleModel;getAmbientOcclusion()Z
      intermediary method_68040 Lnet/minecraft/class_10819;method_68040()Z
      official c Lhul;c()Z
    • getGuiLight

      static UnbakedModel.GuiLight getGuiLight(BakedSimpleModel model)
      Mappings:
      Namespace Name Mixin selector
      named getGuiLight Lnet/minecraft/client/render/model/BakedSimpleModel;getGuiLight(Lnet/minecraft/client/render/model/BakedSimpleModel;)Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
      intermediary method_68058 Lnet/minecraft/class_10819;method_68058(Lnet/minecraft/class_10819;)Lnet/minecraft/class_1100$class_4751;
      official c Lhul;c(Lhul;)Lhuo$a;
    • getGuiLight

      default UnbakedModel.GuiLight getGuiLight()
      Mappings:
      Namespace Name Mixin selector
      named getGuiLight Lnet/minecraft/client/render/model/BakedSimpleModel;getGuiLight()Lnet/minecraft/client/render/model/UnbakedModel$GuiLight;
      intermediary method_68042 Lnet/minecraft/class_10819;method_68042()Lnet/minecraft/class_1100$class_4751;
      official d Lhul;d()Lhuo$a;
    • getGeometry

      static Geometry getGeometry(BakedSimpleModel model)
      Mappings:
      Namespace Name Mixin selector
      named getGeometry Lnet/minecraft/client/render/model/BakedSimpleModel;getGeometry(Lnet/minecraft/client/render/model/BakedSimpleModel;)Lnet/minecraft/client/render/model/Geometry;
      intermediary method_68059 Lnet/minecraft/class_10819;method_68059(Lnet/minecraft/class_10819;)Lnet/minecraft/class_10820;
      official d Lhul;d(Lhul;)Lhun;
    • getGeometry

      default Geometry getGeometry()
      Mappings:
      Namespace Name Mixin selector
      named getGeometry Lnet/minecraft/client/render/model/BakedSimpleModel;getGeometry()Lnet/minecraft/client/render/model/Geometry;
      intermediary method_68044 Lnet/minecraft/class_10819;method_68044()Lnet/minecraft/class_10820;
      official f Lhul;f()Lhun;
    • bakeGeometry

      default BakedGeometry bakeGeometry(ModelTextures textures, Baker baker, ModelBakeSettings settings)
      Mappings:
      Namespace Name Mixin selector
      named bakeGeometry Lnet/minecraft/client/render/model/BakedSimpleModel;bakeGeometry(Lnet/minecraft/client/render/model/ModelTextures;Lnet/minecraft/client/render/model/Baker;Lnet/minecraft/client/render/model/ModelBakeSettings;)Lnet/minecraft/client/render/model/BakedGeometry;
      intermediary method_68034 Lnet/minecraft/class_10819;method_68034(Lnet/minecraft/class_10419;Lnet/minecraft/class_7775;Lnet/minecraft/class_3665;)Lnet/minecraft/class_10817;
      official a Lhul;a(Lgzk;Lhuc;Lhui;)Lhuj;
    • getParticleTexture

      static Sprite getParticleTexture(ModelTextures textures, Baker baker, SimpleModel model)
      Mappings:
      Namespace Name Mixin selector
      named getParticleTexture Lnet/minecraft/client/render/model/BakedSimpleModel;getParticleTexture(Lnet/minecraft/client/render/model/ModelTextures;Lnet/minecraft/client/render/model/Baker;Lnet/minecraft/client/render/model/SimpleModel;)Lnet/minecraft/client/texture/Sprite;
      intermediary method_68054 Lnet/minecraft/class_10819;method_68054(Lnet/minecraft/class_10419;Lnet/minecraft/class_7775;Lnet/minecraft/class_10813;)Lnet/minecraft/class_1058;
      official a Lhul;a(Lgzk;Lhuc;Lhue;)Lhrs;
    • getParticleTexture

      default Sprite getParticleTexture(ModelTextures textures, Baker baker)
      Mappings:
      Namespace Name Mixin selector
      named getParticleTexture Lnet/minecraft/client/render/model/BakedSimpleModel;getParticleTexture(Lnet/minecraft/client/render/model/ModelTextures;Lnet/minecraft/client/render/model/Baker;)Lnet/minecraft/client/texture/Sprite;
      intermediary method_68033 Lnet/minecraft/class_10819;method_68033(Lnet/minecraft/class_10419;Lnet/minecraft/class_7775;)Lnet/minecraft/class_1058;
      official a Lhul;a(Lgzk;Lhuc;)Lhrs;
    • extractTransformation

      static Transformation extractTransformation(BakedSimpleModel model, ItemDisplayContext mode)
      Mappings:
      Namespace Name Mixin selector
      named extractTransformation Lnet/minecraft/client/render/model/BakedSimpleModel;extractTransformation(Lnet/minecraft/client/render/model/BakedSimpleModel;Lnet/minecraft/item/ItemDisplayContext;)Lnet/minecraft/client/render/model/json/Transformation;
      intermediary method_68056 Lnet/minecraft/class_10819;method_68056(Lnet/minecraft/class_10819;Lnet/minecraft/class_811;)Lnet/minecraft/class_804;
      official a Lhul;a(Lhul;Ldct;)Lgzf;
    • copyTransformations

      static ModelTransformation copyTransformations(BakedSimpleModel model)
      Mappings:
      Namespace Name Mixin selector
      named copyTransformations Lnet/minecraft/client/render/model/BakedSimpleModel;copyTransformations(Lnet/minecraft/client/render/model/BakedSimpleModel;)Lnet/minecraft/client/render/model/json/ModelTransformation;
      intermediary method_68060 Lnet/minecraft/class_10819;method_68060(Lnet/minecraft/class_10819;)Lnet/minecraft/class_809;
      official e Lhul;e(Lhul;)Lgzg;
    • getTransformations

      default ModelTransformation getTransformations()
      Mappings:
      Namespace Name Mixin selector
      named getTransformations Lnet/minecraft/client/render/model/BakedSimpleModel;getTransformations()Lnet/minecraft/client/render/model/json/ModelTransformation;
      intermediary method_68043 Lnet/minecraft/class_10819;method_68043()Lnet/minecraft/class_809;
      official e Lhul;e()Lgzg;