public class BlockPartFace
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BlockPartFace.Deserializer |
| Modifier and Type | Field and Description |
|---|---|
BlockFaceUV |
blockFaceUV |
Direction |
cullFace |
java.lang.String |
texture |
int |
tintIndex |
| Constructor and Description |
|---|
BlockPartFace(Direction cullFaceIn,
int tintIndexIn,
java.lang.String textureIn,
BlockFaceUV blockFaceUVIn) |
public final Direction cullFace
public final int tintIndex
public final java.lang.String texture
public final BlockFaceUV blockFaceUV
public BlockPartFace(@Nullable
Direction cullFaceIn,
int tintIndexIn,
java.lang.String textureIn,
BlockFaceUV blockFaceUVIn)