Interface BakedModel
- All Known Implementing Classes:
BasicBakedModel
,BuiltinBakedModel
,MultipartBakedModel
,WeightedBakedModel
@Environment(CLIENT) public interface BakedModel
- Mappings:
Namespace Name official etg
intermediary net/minecraft/class_1087
named net/minecraft/client/render/model/BakedModel
-
Method Summary
Modifier and Type Method Description ModelOverrideList
getOverrides()
List<BakedQuad>
getQuads(BlockState state, Direction face, Random random)
Sprite
getSprite()
ModelTransformation
getTransformation()
boolean
hasDepth()
boolean
isBuiltin()
boolean
isSideLit()
Allows control of the lighting when rendering a model in a GUI.boolean
useAmbientOcclusion()
-
Method Details
-
getQuads
- Mappings:
Namespace Name Mixin selector official a
Letg;a(Lcht;Lgc;Ljava/util/Random;)Ljava/util/List;
intermediary method_4707
Lnet/minecraft/class_1087;method_4707(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Ljava/util/Random;)Ljava/util/List;
named getQuads
Lnet/minecraft/client/render/model/BakedModel;getQuads(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
Letg;a()Z
intermediary method_4708
Lnet/minecraft/class_1087;method_4708()Z
named useAmbientOcclusion
Lnet/minecraft/client/render/model/BakedModel;useAmbientOcclusion()Z
-
hasDepth
boolean hasDepth()- Mappings:
Namespace Name Mixin selector official b
Letg;b()Z
intermediary method_4712
Lnet/minecraft/class_1087;method_4712()Z
named hasDepth
Lnet/minecraft/client/render/model/BakedModel;hasDepth()Z
-
isSideLit
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.
- Mappings:
Namespace Name Mixin selector official c
Letg;c()Z
intermediary method_24304
Lnet/minecraft/class_1087;method_24304()Z
named isSideLit
Lnet/minecraft/client/render/model/BakedModel;isSideLit()Z
-
isBuiltin
boolean isBuiltin()- Mappings:
Namespace Name Mixin selector official d
Letg;d()Z
intermediary method_4713
Lnet/minecraft/class_1087;method_4713()Z
named isBuiltin
Lnet/minecraft/client/render/model/BakedModel;isBuiltin()Z
-
getSprite
Sprite getSprite()- Mappings:
Namespace Name Mixin selector official e
Letg;e()Leru;
intermediary method_4711
Lnet/minecraft/class_1087;method_4711()Lnet/minecraft/class_1058;
named getSprite
Lnet/minecraft/client/render/model/BakedModel;getSprite()Lnet/minecraft/client/texture/Sprite;
-
getTransformation
ModelTransformation getTransformation()- Mappings:
Namespace Name Mixin selector official f
Letg;f()Leiw;
intermediary method_4709
Lnet/minecraft/class_1087;method_4709()Lnet/minecraft/class_809;
named getTransformation
Lnet/minecraft/client/render/model/BakedModel;getTransformation()Lnet/minecraft/client/render/model/json/ModelTransformation;
-
getOverrides
ModelOverrideList getOverrides()- Mappings:
Namespace Name Mixin selector official g
Letg;g()Leiu;
intermediary method_4710
Lnet/minecraft/class_1087;method_4710()Lnet/minecraft/class_806;
named getOverrides
Lnet/minecraft/client/render/model/BakedModel;getOverrides()Lnet/minecraft/client/render/model/json/ModelOverrideList;
-