Class WeightedBakedModel
java.lang.Object
net.minecraft.client.render.model.WeightedBakedModel
- All Implemented Interfaces:
BakedModel
- Mappings:
Namespace Name official fvk
intermediary net/minecraft/class_1097
named net/minecraft/client/render/model/WeightedBakedModel
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BakedModel
private final List<Weighted.Present<BakedModel>>
private final int
-
Constructor Summary
-
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
-
totalWeight
private final int totalWeight- Mappings:
Namespace Name Mixin selector official a
Lfvk;a:I
intermediary field_5433
Lnet/minecraft/class_1097;field_5433:I
named totalWeight
Lnet/minecraft/client/render/model/WeightedBakedModel;totalWeight:I
-
models
- Mappings:
Namespace Name Mixin selector official b
Lfvk;b:Ljava/util/List;
intermediary field_5434
Lnet/minecraft/class_1097;field_5434:Ljava/util/List;
named models
Lnet/minecraft/client/render/model/WeightedBakedModel;models:Ljava/util/List;
-
defaultModel
- Mappings:
Namespace Name Mixin selector official c
Lfvk;c:Lfuy;
intermediary field_5435
Lnet/minecraft/class_1097;field_5435:Lnet/minecraft/class_1087;
named defaultModel
Lnet/minecraft/client/render/model/WeightedBakedModel;defaultModel:Lnet/minecraft/client/render/model/BakedModel;
-
-
Constructor Details
-
WeightedBakedModel
- Mappings:
Namespace Name Mixin selector official <init>
Lfvk;<init>(Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_1097;<init>(Ljava/util/List;)V
named <init>
Lnet/minecraft/client/render/model/WeightedBakedModel;<init>(Ljava/util/List;)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;
-