Class WrapperBakedModel

java.lang.Object
net.minecraft.client.render.model.WrapperBakedModel
All Implemented Interfaces:
BakedModel
Direct Known Subclasses:
MultipartBakedModel, WeightedBakedModel

@Environment(CLIENT) public abstract class WrapperBakedModel extends Object implements BakedModel
Mappings:
Namespace Name
named net/minecraft/client/render/model/WrapperBakedModel
intermediary net/minecraft/class_10200
official hgx
  • Field Details Link icon

    • wrapped Link icon

      protected final BakedModel wrapped
      Mappings:
      Namespace Name Mixin selector
      named wrapped Lnet/minecraft/client/render/model/WrapperBakedModel;wrapped:Lnet/minecraft/client/render/model/BakedModel;
      intermediary field_54188 Lnet/minecraft/class_10200;field_54188:Lnet/minecraft/class_1087;
      official a Lhgx;a:Lhgt;
  • Constructor Details Link icon

    • WrapperBakedModel Link icon

      public WrapperBakedModel(BakedModel wrapped)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/model/WrapperBakedModel;<init>(Lnet/minecraft/client/render/model/BakedModel;)V
      intermediary <init> Lnet/minecraft/class_10200;<init>(Lnet/minecraft/class_1087;)V
      official <init> Lhgx;<init>(Lhgt;)V
  • Method Details Link icon

    • getQuads Link icon

      public List<BakedQuad> getQuads(@Nullable @Nullable BlockState state, @Nullable @Nullable Direction face, Random random)
      Specified by:
      getQuads in interface BakedModel
      Mappings:
      Namespace Name Mixin selector
      named getQuads Lnet/minecraft/client/render/model/BakedModel;getQuads(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;Lnet/minecraft/util/math/random/Random;)Ljava/util/List;
      intermediary method_4707 Lnet/minecraft/class_1087;method_4707(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Lnet/minecraft/class_5819;)Ljava/util/List;
      official a Lhgt;a(Ldwy;Ljn;Lazh;)Ljava/util/List;
    • useAmbientOcclusion Link icon

      public boolean useAmbientOcclusion()
      Specified by:
      useAmbientOcclusion in interface BakedModel
      Mappings:
      Namespace Name Mixin selector
      named useAmbientOcclusion Lnet/minecraft/client/render/model/BakedModel;useAmbientOcclusion()Z
      intermediary method_4708 Lnet/minecraft/class_1087;method_4708()Z
      official a Lhgt;a()Z
    • hasDepth Link icon

      public boolean hasDepth()
      Specified by:
      hasDepth in interface BakedModel
      Mappings:
      Namespace Name Mixin selector
      named hasDepth Lnet/minecraft/client/render/model/BakedModel;hasDepth()Z
      intermediary method_4712 Lnet/minecraft/class_1087;method_4712()Z
      official b Lhgt;b()Z
    • isSideLit Link icon

      public boolean isSideLit()
      Allows control of the lighting when rendering a model in a GUI.

      True, the model will be lit from the side, like a block.

      False, the model will be lit from the front, like an item.

      Specified by:
      isSideLit in interface BakedModel
      Mappings:
      Namespace Name Mixin selector
      named isSideLit Lnet/minecraft/client/render/model/BakedModel;isSideLit()Z
      intermediary method_24304 Lnet/minecraft/class_1087;method_24304()Z
      official c Lhgt;c()Z
    • getParticleSprite Link icon

      public Sprite getParticleSprite()
      Returns a texture that represents the model.

      This is primarily used in particles. For example, block break particles use this sprite.

      Specified by:
      getParticleSprite in interface BakedModel
      Returns:
      a texture that represents the model
      Mappings:
      Namespace Name Mixin selector
      named getParticleSprite Lnet/minecraft/client/render/model/BakedModel;getParticleSprite()Lnet/minecraft/client/texture/Sprite;
      intermediary method_4711 Lnet/minecraft/class_1087;method_4711()Lnet/minecraft/class_1058;
      official d Lhgt;d()Lhet;
    • getTransformation Link icon

      public ModelTransformation getTransformation()
      Specified by:
      getTransformation in interface BakedModel
      Mappings:
      Namespace Name Mixin selector
      named getTransformation Lnet/minecraft/client/render/model/BakedModel;getTransformation()Lnet/minecraft/client/render/model/json/ModelTransformation;
      intermediary method_4709 Lnet/minecraft/class_1087;method_4709()Lnet/minecraft/class_809;
      official e Lhgt;e()Lgnq;