Interface CompositeBlockStateModel

All Superinterfaces:
BlockStateModel

@NonExtendable public interface CompositeBlockStateModel extends BlockStateModel
A custom block state model that is made of one or more other block state models. Analogous to CompositeItemModel. Uses the first submodel to determine the particle sprite.
  • Method Details