property cleanup

This commit is contained in:
Sen 2025-06-21 10:31:07 +02:00
parent 734279ad95
commit a836d7a2a5
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
99 changed files with 564 additions and 731 deletions

View file

@ -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) {