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 huk
  • 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 Lhuk;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 Lhuk;b:Lhun$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 Lhuk;a()Lhun;
    • 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 Lhuk;b()Lhuk;
    • 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 Lhuk;a(Lhuk;)Lgzj;
    • 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 Lhuk;g()Lgzj;
    • 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 Lhuk;b(Lhuk;)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 Lhuk;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 Lhuk;c(Lhuk;)Lhun$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 Lhuk;d()Lhun$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 Lhuk;d(Lhuk;)Lhum;
    • 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 Lhuk;f()Lhum;
    • 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 Lhuk;a(Lgzj;Lhub;Lhuh;)Lhui;
    • 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 Lhuk;a(Lgzj;Lhub;Lhud;)Lhrr;
    • 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 Lhuk;a(Lgzj;Lhub;)Lhrr;
    • 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 Lhuk;a(Lhuk;Ldct;)Lgze;
    • 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 Lhuk;e(Lhuk;)Lgzf;
    • 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 Lhuk;e()Lgzf;