Class WeightedBakedModel
java.lang.Object
net.minecraft.client.render.model.WeightedBakedModel
- All Implemented Interfaces:
BakedModel
- Mappings:
Namespace Name named net/minecraft/client/render/model/WeightedBakedModelintermediary net/minecraft/class_1097official hnw
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.client.render.model.BakedModel
BakedModel.class_10891, BakedModel.class_10892, BakedModel.GroupableModel -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmethod_68513(Random random, List<class_10889> list) Returns a texture that represents the model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.model.BakedModel
method_68512
-
Field Details
-
models
- Mappings:
Namespace Name Mixin selector named modelsLnet/minecraft/client/render/model/WeightedBakedModel;models:Lnet/minecraft/util/collection/Pool;intermediary field_5434Lnet/minecraft/class_1097;field_5434:Lnet/minecraft/class_6012;official aLhnw;a:Lbtb;
-
particleSprite
- Mappings:
Namespace Name Mixin selector named particleSpriteLnet/minecraft/client/render/model/WeightedBakedModel;particleSprite:Lnet/minecraft/client/texture/Sprite;intermediary field_57028Lnet/minecraft/class_1097;field_57028:Lnet/minecraft/class_1058;official bLhnw;b:Lhla;
-
-
Constructor Details
-
WeightedBakedModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/model/WeightedBakedModel;<init>(Lnet/minecraft/util/collection/Pool;)Vintermediary <init>Lnet/minecraft/class_1097;<init>(Lnet/minecraft/class_6012;)Vofficial <init>Lhnw;<init>(Lbtb;)V
-
-
Method Details
-
particleSprite
Returns a texture that represents the model.This is primarily used in particles. For example, block break particles use this sprite.
- Specified by:
particleSpritein interfaceBakedModel- Returns:
- a texture that represents the model
- Mappings:
Namespace Name Mixin selector named particleSpriteLnet/minecraft/client/render/model/BakedModel;particleSprite()Lnet/minecraft/client/texture/Sprite;intermediary method_68511Lnet/minecraft/class_1087;method_68511()Lnet/minecraft/class_1058;official aLgtn;a()Lhla;
-
method_68513
- Specified by:
method_68513in interfaceBakedModel- Mappings:
Namespace Name Mixin selector named method_68513Lnet/minecraft/client/render/model/BakedModel;method_68513(Lnet/minecraft/util/math/random/Random;Ljava/util/List;)Vintermediary method_68513Lnet/minecraft/class_1087;method_68513(Lnet/minecraft/class_5819;Ljava/util/List;)Vofficial aLgtn;a(Lazx;Ljava/util/List;)V
-