property cleanup
This commit is contained in:
parent
734279ad95
commit
a836d7a2a5
99 changed files with 564 additions and 731 deletions
|
@ -4,7 +4,7 @@ import common.block.Material;
|
|||
import common.color.DyeColor;
|
||||
import common.item.CheatTab;
|
||||
import common.model.BlockLayer;
|
||||
import common.properties.IProperty;
|
||||
import common.properties.Property;
|
||||
import common.world.State;
|
||||
|
||||
public class BlockStainedGlassPane extends BlockPane
|
||||
|
@ -28,9 +28,9 @@ public class BlockStainedGlassPane extends BlockPane
|
|||
return BlockLayer.TRANSLUCENT;
|
||||
}
|
||||
|
||||
protected IProperty[] getProperties()
|
||||
protected Property[] getProperties()
|
||||
{
|
||||
return new IProperty[] {NORTH, EAST, WEST, SOUTH};
|
||||
return new Property[] {NORTH, EAST, WEST, SOUTH};
|
||||
}
|
||||
|
||||
protected String getPaneBase(State state) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue