Interface BlockStateSupplier

All Superinterfaces:
Supplier<JsonElement>
All Known Implementing Classes:
MultipartBlockStateSupplier, VariantsBlockStateSupplier

public interface BlockStateSupplier
extends Supplier<JsonElement>
A supplier of a block state JSON definition.
  • Method Summary

    Modifier and Type Method Description
    Block getBlock()  

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getBlock

      Block getBlock()