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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ChiseledBlockModel(BlockStateModel model)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit collectParts(RandomSource random, List<BlockModelPart> parts)
      List<BlockModelPart> collectParts(RandomSource random)
      TextureAtlasSprite particleIcon()
      Unit emitQuads(QuadEmitter emitter, BlockAndTintGetter blockView, BlockPos pos, BlockState state, RandomSource random, Predicate<Direction> cullTest) Horribly unoptimised.
      Object createGeometryKey(BlockAndTintGetter blockView, BlockPos pos, BlockState state, RandomSource random)
      TextureAtlasSprite particleSprite(BlockAndTintGetter blockView, BlockPos pos, BlockState state)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChiseledBlockModel

        ChiseledBlockModel(BlockStateModel model)
    • Method Detail

      • 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)