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 Identifierparent -
Constructor Summary
Constructors Constructor Description SimpleModelSupplier(Identifier parent) -
Method Summary
Modifier and Type Method Description JsonElementget()
-
Field Details
-
parent
-
-
Constructor Details
-
SimpleModelSupplier
-
-
Method Details
-
get
- Specified by:
getin interfaceSupplier<JsonElement>
-