@Deprecated
public class BlockStateLoader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BlockStateLoader.Marker
Deprecated.
|
static class |
BlockStateLoader.SubModel
Deprecated.
|
Constructor and Description |
---|
BlockStateLoader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BlockModelDefinition |
load(java.io.Reader reader,
ResourceLocation location,
com.google.gson.Gson vanillaGSON,
ModelBakery bakery,
java.util.function.BiConsumer<ResourceLocation,IUnbakedModel> modelConsumer)
Deprecated.
Loads a BlockStates json file.
|
public static BlockModelDefinition load(java.io.Reader reader, ResourceLocation location, com.google.gson.Gson vanillaGSON, ModelBakery bakery, java.util.function.BiConsumer<ResourceLocation,IUnbakedModel> modelConsumer)
reader
- json readlocation
- blockstate locationvanillaGSON
- ModelBlockDefinition's GSON reader.