Package net.minecraft
Class class_10200
java.lang.Object
net.minecraft.class_10200
- All Implemented Interfaces:
BakedModel
- Direct Known Subclasses:
class_10202.class_10203,MultipartBakedModel,WeightedBakedModel
- Mappings:
Namespace Name named net/minecraft/class_10200intermediary net/minecraft/class_10200official gzy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a texture that represents the model.booleanhasDepth()booleanbooleanAllows control of the lighting when rendering a model in a GUI.booleanMethods 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
getOverrides
-
Field Details
-
field_54188
- Mappings:
Namespace Name Mixin selector named field_54188Lnet/minecraft/class_10200;field_54188:Lnet/minecraft/client/render/model/BakedModel;intermediary field_54188Lnet/minecraft/class_10200;field_54188:Lnet/minecraft/class_1087;official aLgzy;a:Lgzu;
-
-
Constructor Details
-
class_10200
-
-
Method Details
-
getQuads
public List<BakedQuad> getQuads(@Nullable @Nullable BlockState state, @Nullable @Nullable Direction face, Random random) - Specified by:
getQuadsin interfaceBakedModel- 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 aLgzu;a(Ldvd;Ljl;Lazr;)Ljava/util/List;
-
useAmbientOcclusion
public boolean useAmbientOcclusion()- Specified by:
useAmbientOcclusionin interfaceBakedModel- Mappings:
Namespace Name Mixin selector named useAmbientOcclusionLnet/minecraft/client/render/model/BakedModel;useAmbientOcclusion()Zintermediary method_4708Lnet/minecraft/class_1087;method_4708()Zofficial aLgzu;a()Z
-
hasDepth
public boolean hasDepth()- Specified by:
hasDepthin interfaceBakedModel- Mappings:
Namespace Name Mixin selector named hasDepthLnet/minecraft/client/render/model/BakedModel;hasDepth()Zintermediary method_4712Lnet/minecraft/class_1087;method_4712()Zofficial bLgzu;b()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:
isSideLitin interfaceBakedModel- Mappings:
Namespace Name Mixin selector named isSideLitLnet/minecraft/client/render/model/BakedModel;isSideLit()Zintermediary method_24304Lnet/minecraft/class_1087;method_24304()Zofficial cLgzu;c()Z
-
isBuiltin
public boolean isBuiltin()- Specified by:
isBuiltinin interfaceBakedModel- Mappings:
Namespace Name Mixin selector named isBuiltinLnet/minecraft/client/render/model/BakedModel;isBuiltin()Zintermediary method_4713Lnet/minecraft/class_1087;method_4713()Zofficial dLgzu;d()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:
getParticleSpritein interfaceBakedModel- Returns:
- a texture that represents the model
- Mappings:
Namespace Name Mixin selector named getParticleSpriteLnet/minecraft/client/render/model/BakedModel;getParticleSprite()Lnet/minecraft/client/texture/Sprite;intermediary method_4711Lnet/minecraft/class_1087;method_4711()Lnet/minecraft/class_1058;official eLgzu;e()Lgxs;
-
getTransformation
- Specified by:
getTransformationin interfaceBakedModel- Mappings:
Namespace Name Mixin selector named getTransformationLnet/minecraft/client/render/model/BakedModel;getTransformation()Lnet/minecraft/client/render/model/json/ModelTransformation;intermediary method_4709Lnet/minecraft/class_1087;method_4709()Lnet/minecraft/class_809;official fLgzu;f()Lgjo;
-