Package net.minecraft.data.client.model
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.