public class SpongeItemMaterial extends Material
Constructor and Description |
---|
SpongeItemMaterial(org.spongepowered.api.item.ItemType type) |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.item.ItemType |
getDefault() |
String |
getId() |
boolean |
isSolid() |
boolean |
isTransparent() |
equals, isConsumable, toString
public SpongeItemMaterial(org.spongepowered.api.item.ItemType type)
public boolean isTransparent()
isTransparent
in class Material
public org.spongepowered.api.item.ItemType getDefault()