Interface BlockStateSupplier

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

@Environment(CLIENT) public interface BlockStateSupplier extends Supplier<JsonElement>
A supplier of a block state JSON definition.
Mappings:
Namespace Name
named net/minecraft/client/data/BlockStateSupplier
intermediary net/minecraft/class_4917
official fnf
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Supplier Link icon

    get
  • Method Details Link icon

    • getBlock Link icon

      Block getBlock()
      Mappings:
      Namespace Name Mixin selector
      named getBlock Lnet/minecraft/client/data/BlockStateSupplier;getBlock()Lnet/minecraft/block/Block;
      intermediary method_25743 Lnet/minecraft/class_4917;method_25743()Lnet/minecraft/class_2248;
      official a Lfnf;a()Ldjn;