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, toStringpublic SpongeItemMaterial(org.spongepowered.api.item.ItemType type)
public boolean isTransparent()
isTransparent in class Materialpublic org.spongepowered.api.item.ItemType getDefault()