Interface BakedModel
- All Known Implementing Classes:
GeometryBakedModel,MultipartBakedModel,WeightedBakedModel
- Mappings:
Namespace Name named net/minecraft/client/render/model/BakedModelintermediary net/minecraft/class_1087official gry
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns a texture that represents the model.getQuads(BlockState state, @Nullable Direction face, Random random) boolean
-
Method Details
-
getQuads
- 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 aLgry;a(Leao;Ljb;Lazv;)Ljava/util/List;
-
useAmbientOcclusion
boolean useAmbientOcclusion()- Mappings:
Namespace Name Mixin selector named useAmbientOcclusionLnet/minecraft/client/render/model/BakedModel;useAmbientOcclusion()Zintermediary comp_3751Lnet/minecraft/class_1087;comp_3751()Zofficial aLgry;a()Z
-
getParticleSprite
Sprite getParticleSprite()Returns a texture that represents the model.This is primarily used in particles. For example, block break particles use this sprite.
- 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 comp_3752Lnet/minecraft/class_1087;comp_3752()Lnet/minecraft/class_1058;official bLgry;b()Lhjk;
-