Forgotten block modifications.

Github left this behind.
This commit is contained in:
Daniel Vidmar 2015-01-26 00:25:55 -05:00
parent 351ab96f99
commit e74bdeb7be

View File

@ -8,6 +8,8 @@ namespace TrueCraft.API.Logic
double BlastResistance { get; }
double Hardness { get; }
byte Luminance { get; }
bool Opaque { get; }
byte LightModifier { get; }
string DisplayName { get; }
Tuple<int, int> GetTextureMap(byte metadata);
}