Class WeightedBakedModel
java.lang.Object
net.minecraft.client.render.model.WrapperBakedModel
net.minecraft.client.render.model.WeightedBakedModel
- All Implemented Interfaces:
BakedModel
- Mappings:
Namespace Name named net/minecraft/client/render/model/WeightedBakedModelintermediary net/minecraft/class_1097official hhp
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.model.WrapperBakedModel
wrapped -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.render.model.WrapperBakedModel
getParticleSprite, getTransformation, hasDepth, isSideLit, useAmbientOcclusion
-
Field Details
-
models
- Mappings:
Namespace Name Mixin selector named modelsLnet/minecraft/client/render/model/WeightedBakedModel;models:Lnet/minecraft/util/collection/DataPool;intermediary field_5434Lnet/minecraft/class_1097;field_5434:Lnet/minecraft/class_6005;official bLhhp;b:Lbqt;
-
-
Constructor Details
-
WeightedBakedModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/model/WeightedBakedModel;<init>(Lnet/minecraft/util/collection/DataPool;)Vintermediary <init>Lnet/minecraft/class_1097;<init>(Lnet/minecraft/class_6005;)Vofficial <init>Lhhp;<init>(Lbqt;)V
-
-
Method Details
-
getQuads
public List<BakedQuad> getQuads(@Nullable @Nullable BlockState state, @Nullable @Nullable Direction face, Random random) - Specified by:
getQuadsin interfaceBakedModel- Overrides:
getQuadsin classWrapperBakedModel- Mappings:
Namespace Name Mixin selector named getQuadsLnet/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_4707Lnet/minecraft/class_1087;method_4707(Lnet/minecraft/class_2680;Lnet/minecraft/class_2350;Lnet/minecraft/class_5819;)Ljava/util/List;official aLhgt;a(Ldwy;Ljn;Lazh;)Ljava/util/List;
-