Added setters to applicable MaterialData classes.

This commit is contained in:
sunkid
2011-06-16 15:45:50 -07:00
committed by EvilSeph
parent aec82a1fc9
commit 77a71670b4
17 changed files with 139 additions and 20 deletions

View File

@@ -6,7 +6,6 @@ import org.bukkit.Material;
/**
* Represents the different types of steps.
* @author sunkid
*/
public class Step extends MaterialData {
private static HashSet<Material> stepTypes = new HashSet<Material>();