Class BasicBakedModel
java.lang.Object
net.minecraft.client.render.model.BasicBakedModel
- All Implemented Interfaces:
BakedModel
- Mappings:
Namespace Name official fvi
intermediary net/minecraft/class_1093
named net/minecraft/client/render/model/BasicBakedModel
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected final boolean
protected final boolean
protected final ModelOverrideList
protected final Sprite
protected final ModelTransformation
protected final boolean
-
Constructor Summary
ConstructorDescriptionBasicBakedModel
(List<BakedQuad> quads, Map<Direction, List<BakedQuad>> faceQuads, boolean usesAo, boolean isSideLit, boolean hasDepth, Sprite sprite, ModelTransformation transformation, ModelOverrideList itemPropertyOverrides) -
Method Summary
Modifier and TypeMethodDescriptionReturns a texture that represents the model.boolean
hasDepth()
boolean
boolean
Allows control of the lighting when rendering a model in a GUI.boolean
-
Field Details
-
quads
- Mappings:
Namespace Name Mixin selector official a
Lfvi;a:Ljava/util/List;
intermediary field_5411
Lnet/minecraft/class_1093;field_5411:Ljava/util/List;
named quads
Lnet/minecraft/client/render/model/BasicBakedModel;quads:Ljava/util/List;
-
faceQuads
- Mappings:
Namespace Name Mixin selector official b
Lfvi;b:Ljava/util/Map;
intermediary field_5414
Lnet/minecraft/class_1093;field_5414:Ljava/util/Map;
named faceQuads
Lnet/minecraft/client/render/model/BasicBakedModel;faceQuads:Ljava/util/Map;
-
usesAo
protected final boolean usesAo- Mappings:
Namespace Name Mixin selector official c
Lfvi;c:Z
intermediary field_5415
Lnet/minecraft/class_1093;field_5415:Z
named usesAo
Lnet/minecraft/client/render/model/BasicBakedModel;usesAo:Z
-
hasDepth
protected final boolean hasDepth- Mappings:
Namespace Name Mixin selector official d
Lfvi;d:Z
intermediary field_5413
Lnet/minecraft/class_1093;field_5413:Z
named hasDepth
Lnet/minecraft/client/render/model/BasicBakedModel;hasDepth:Z
-
isSideLit
protected final boolean isSideLit- Mappings:
Namespace Name Mixin selector official e
Lfvi;e:Z
intermediary field_21864
Lnet/minecraft/class_1093;field_21864:Z
named isSideLit
Lnet/minecraft/client/render/model/BasicBakedModel;isSideLit:Z
-
sprite
- Mappings:
Namespace Name Mixin selector official f
Lfvi;f:Lftc;
intermediary field_5416
Lnet/minecraft/class_1093;field_5416:Lnet/minecraft/class_1058;
named sprite
Lnet/minecraft/client/render/model/BasicBakedModel;sprite:Lnet/minecraft/client/texture/Sprite;
-
transformation
- Mappings:
Namespace Name Mixin selector official g
Lfvi;g:Lfjm;
intermediary field_5417
Lnet/minecraft/class_1093;field_5417:Lnet/minecraft/class_809;
named transformation
Lnet/minecraft/client/render/model/BasicBakedModel;transformation:Lnet/minecraft/client/render/model/json/ModelTransformation;
-
itemPropertyOverrides
- Mappings:
Namespace Name Mixin selector official h
Lfvi;h:Lfjk;
intermediary field_5412
Lnet/minecraft/class_1093;field_5412:Lnet/minecraft/class_806;
named itemPropertyOverrides
Lnet/minecraft/client/render/model/BasicBakedModel;itemPropertyOverrides:Lnet/minecraft/client/render/model/json/ModelOverrideList;
-
-
Constructor Details
-
BasicBakedModel
public BasicBakedModel(List<BakedQuad> quads, Map<Direction, List<BakedQuad>> faceQuads, boolean usesAo, boolean isSideLit, boolean hasDepth, Sprite sprite, ModelTransformation transformation, ModelOverrideList itemPropertyOverrides) - Mappings:
Namespace Name Mixin selector official <init>
Lfvi;<init>(Ljava/util/List;Ljava/util/Map;ZZZLftc;Lfjm;Lfjk;)V
intermediary <init>
Lnet/minecraft/class_1093;<init>(Ljava/util/List;Ljava/util/Map;ZZZLnet/minecraft/class_1058;Lnet/minecraft/class_809;Lnet/minecraft/class_806;)V
named <init>
Lnet/minecraft/client/render/model/BasicBakedModel;<init>(Ljava/util/List;Ljava/util/Map;ZZZLnet/minecraft/client/texture/Sprite;Lnet/minecraft/client/render/model/json/ModelTransformation;Lnet/minecraft/client/render/model/json/ModelOverrideList;)V
-
-
Method Details
-
getQuads
public List<BakedQuad> getQuads(@Nullable @Nullable BlockState state, @Nullable @Nullable Direction face, Random random) - Specified by:
getQuads
in interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official a
Lfuy;a(Ldbq;Lgz;Lapo;)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;
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;
-
useAmbientOcclusion
public boolean useAmbientOcclusion()- Specified by:
useAmbientOcclusion
in interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official a
Lfuy;a()Z
intermediary method_4708
Lnet/minecraft/class_1087;method_4708()Z
named useAmbientOcclusion
Lnet/minecraft/client/render/model/BakedModel;useAmbientOcclusion()Z
-
hasDepth
public boolean hasDepth()- Specified by:
hasDepth
in interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official b
Lfuy;b()Z
intermediary method_4712
Lnet/minecraft/class_1087;method_4712()Z
named hasDepth
Lnet/minecraft/client/render/model/BakedModel;hasDepth()Z
-
isSideLit
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 interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official c
Lfuy;c()Z
intermediary method_24304
Lnet/minecraft/class_1087;method_24304()Z
named isSideLit
Lnet/minecraft/client/render/model/BakedModel;isSideLit()Z
-
isBuiltin
public boolean isBuiltin()- Specified by:
isBuiltin
in interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official d
Lfuy;d()Z
intermediary method_4713
Lnet/minecraft/class_1087;method_4713()Z
named isBuiltin
Lnet/minecraft/client/render/model/BakedModel;isBuiltin()Z
-
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 interfaceBakedModel
- Returns:
- a texture that represents the model
- Mappings:
Namespace Name Mixin selector official e
Lfuy;e()Lftc;
intermediary method_4711
Lnet/minecraft/class_1087;method_4711()Lnet/minecraft/class_1058;
named getParticleSprite
Lnet/minecraft/client/render/model/BakedModel;getParticleSprite()Lnet/minecraft/client/texture/Sprite;
-
getTransformation
- Specified by:
getTransformation
in interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official f
Lfuy;f()Lfjm;
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
- Specified by:
getOverrides
in interfaceBakedModel
- Mappings:
Namespace Name Mixin selector official g
Lfuy;g()Lfjk;
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;
-