public interface VanillaModelDataBuilder<T extends VanillaModelDataBuilder<T,S>,S>
| Modifier and Type | Method and Description |
|---|---|
S |
build() |
static VanillaModelDataBuilder<?,net.minecraft.client.renderer.block.model.ModelBlock> |
builder() |
T |
parent(net.minecraft.util.ResourceLocation parent)
Sets the parent model.
|
T |
texture(java.lang.String key,
net.minecraft.util.ResourceLocation texture)
Puts the given texture under the given key.
|
T |
texture(java.lang.String key,
java.lang.String reference)
Puts the given reference under the given key.
|
static VanillaModelDataBuilder<?,net.minecraft.client.renderer.block.model.ModelBlock> builder()
T parent(net.minecraft.util.ResourceLocation parent)
T texture(java.lang.String key, java.lang.String reference)
T texture(java.lang.String key, net.minecraft.util.ResourceLocation texture)
S build()