Ejemplo n.º 1
0
 public static ushort GetTexID(this BlockID B)
 {
     return(BlockDef.Get(B).TexID);
 }
Ejemplo n.º 2
0
 public static bool IsTransparent(this BlockID B)
 {
     return(BlockDef.Get(B).Transparent);
 }