Package | Description |
---|---|
net.minecraft.client.renderer.model | |
net.minecraftforge.client.model.generators |
Modifier and Type | Field and Description |
---|---|
private BlockModel.GuiLight |
BlockModel.field_230174_i_ |
Modifier and Type | Method and Description |
---|---|
BlockModel.GuiLight |
BlockModel.func_230176_c_() |
static BlockModel.GuiLight |
BlockModel.GuiLight.func_230179_a_(java.lang.String p_230179_0_) |
static BlockModel.GuiLight |
BlockModel.GuiLight.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockModel.GuiLight[] |
BlockModel.GuiLight.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BlockModel(ResourceLocation p_i230056_1_,
java.util.List<BlockPart> p_i230056_2_,
java.util.Map<java.lang.String,com.mojang.datafixers.util.Either<Material,java.lang.String>> p_i230056_3_,
boolean p_i230056_4_,
BlockModel.GuiLight p_i230056_5_,
ItemCameraTransforms p_i230056_6_,
java.util.List<ItemOverride> p_i230056_7_) |
Modifier and Type | Field and Description |
---|---|
protected BlockModel.GuiLight |
ModelBuilder.guiLight |
Modifier and Type | Method and Description |
---|---|
T |
ModelBuilder.guiLight(BlockModel.GuiLight light) |