Interface BakedModel

All Known Implementing Classes:
BasicBakedModel, BuiltinBakedModel, class_2903, WeightedBakedModel

@Environment(CLIENT) public interface BakedModel
Mappings:
Namespace Name
official dez
intermediary net/minecraft/class_2528
named net/minecraft/client/render/model/BakedModel
  • Method Details

    • method_19561

      List<BakedQuad> method_19561(@Nullable BlockState blockState, @Nullable Direction direction, Random random)
      Mappings:
      Namespace Name Mixin selector
      official a Ldez;a(Lblc;Leq;Ljava/util/Random;)Ljava/util/List;
      intermediary method_19561 Lnet/minecraft/class_2528;method_19561(Lnet/minecraft/class_2232;Lnet/minecraft/class_1354;Ljava/util/Random;)Ljava/util/List;
      named method_19561 Lnet/minecraft/client/render/model/BakedModel;method_19561(Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/Direction;Ljava/util/Random;)Ljava/util/List;
    • useAmbientOcclusion

      boolean useAmbientOcclusion()
      Mappings:
      Namespace Name Mixin selector
      official a Ldez;a()Z
      intermediary method_10373 Lnet/minecraft/class_2528;method_10373()Z
      named useAmbientOcclusion Lnet/minecraft/client/render/model/BakedModel;useAmbientOcclusion()Z
    • hasDepth

      boolean hasDepth()
      Mappings:
      Namespace Name Mixin selector
      official b Ldez;b()Z
      intermediary method_10374 Lnet/minecraft/class_2528;method_10374()Z
      named hasDepth Lnet/minecraft/client/render/model/BakedModel;hasDepth()Z
    • isBuiltin

      boolean isBuiltin()
      Mappings:
      Namespace Name Mixin selector
      official c Ldez;c()Z
      intermediary method_10375 Lnet/minecraft/class_2528;method_10375()Z
      named isBuiltin Lnet/minecraft/client/render/model/BakedModel;isBuiltin()Z
    • getParticleSprite

      Sprite getParticleSprite()
      Mappings:
      Namespace Name Mixin selector
      official d Ldez;d()Lddm;
      intermediary method_10376 Lnet/minecraft/class_2528;method_10376()Lnet/minecraft/class_1639;
      named getParticleSprite Lnet/minecraft/client/render/model/BakedModel;getParticleSprite()Lnet/minecraft/client/texture/Sprite;
    • getTransformation

      ModelTransformation getTransformation()
      Mappings:
      Namespace Name Mixin selector
      official e Ldez;e()Lcvk;
      intermediary method_10377 Lnet/minecraft/class_2528;method_10377()Lnet/minecraft/class_2462;
      named getTransformation Lnet/minecraft/client/render/model/BakedModel;getTransformation()Lnet/minecraft/client/render/model/json/ModelTransformation;
    • method_12503

      class_2876 method_12503()
      Mappings:
      Namespace Name Mixin selector
      official f Ldez;f()Lcvi;
      intermediary method_12503 Lnet/minecraft/class_2528;method_12503()Lnet/minecraft/class_2876;
      named method_12503 Lnet/minecraft/client/render/model/BakedModel;method_12503()Lnet/minecraft/client/class_2876;