Package net.minecraft.data.client.model
Class SimpleModelSupplier
java.lang.Object
net.minecraft.data.client.model.SimpleModelSupplier
- All Implemented Interfaces:
Supplier<JsonElement>
public class SimpleModelSupplier extends Object implements Supplier<JsonElement>
-
Field Summary
Fields Modifier and Type Field Description private Identifier
parent
-
Constructor Summary
Constructors Constructor Description SimpleModelSupplier(Identifier parent)
-
Method Summary
Modifier and Type Method Description JsonElement
get()
-
Field Details
-
parent
-
-
Constructor Details
-
SimpleModelSupplier
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<JsonElement>
-