Class ChiseledBlockModel
-
- All Implemented Interfaces:
-
net.fabricmc.fabric.api.renderer.v1.model.FabricBlockStateModel,net.minecraft.client.renderer.block.model.BlockStateModel
public final class ChiseledBlockModel extends WrapperBlockStateModel
-
-
Constructor Summary
Constructors Constructor Description ChiseledBlockModel(BlockStateModel model)
-
Method Summary
Modifier and Type Method Description UnitcollectParts(RandomSource random, List<BlockModelPart> parts)List<BlockModelPart>collectParts(RandomSource random)TextureAtlasSpriteparticleIcon()UnitemitQuads(QuadEmitter emitter, BlockAndTintGetter blockView, BlockPos pos, BlockState state, RandomSource random, Predicate<Direction> cullTest)Horribly unoptimised. ObjectcreateGeometryKey(BlockAndTintGetter blockView, BlockPos pos, BlockState state, RandomSource random)TextureAtlasSpriteparticleSprite(BlockAndTintGetter blockView, BlockPos pos, BlockState state)-
-
Method Detail
-
collectParts
Unit collectParts(RandomSource random, List<BlockModelPart> parts)
-
collectParts
List<BlockModelPart> collectParts(RandomSource random)
-
particleIcon
TextureAtlasSprite particleIcon()
-
emitQuads
Unit emitQuads(QuadEmitter emitter, BlockAndTintGetter blockView, BlockPos pos, BlockState state, RandomSource random, Predicate<Direction> cullTest)
Horribly unoptimised.
-
createGeometryKey
Object createGeometryKey(BlockAndTintGetter blockView, BlockPos pos, BlockState state, RandomSource random)
-
particleSprite
TextureAtlasSprite particleSprite(BlockAndTintGetter blockView, BlockPos pos, BlockState state)
-
-
-
-