| Package | Description |
|---|---|
| net.minecraft.client.renderer |
| Modifier and Type | Field and Description |
|---|---|
private static BlockModelRenderer.EnumNeighborInfo[] |
BlockModelRenderer.EnumNeighborInfo.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static BlockModelRenderer.EnumNeighborInfo |
BlockModelRenderer.EnumNeighborInfo.getNeighbourInfo(EnumFacing p_178273_0_) |
static BlockModelRenderer.EnumNeighborInfo |
BlockModelRenderer.EnumNeighborInfo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BlockModelRenderer.EnumNeighborInfo[] |
BlockModelRenderer.EnumNeighborInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|