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.
Mappings:
Namespace Name
official kr
intermediary net/minecraft/class_4917
named net/minecraft/data/client/BlockStateSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getBlock

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