public class SpongeBlockMaterial extends Material
Constructor and Description |
---|
SpongeBlockMaterial(org.spongepowered.api.block.BlockType blockType) |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.block.BlockType |
getDefault() |
String |
getId() |
boolean |
isSolid() |
boolean |
isTransparent() |
equals, isConsumable, toString
public SpongeBlockMaterial(org.spongepowered.api.block.BlockType blockType)
public org.spongepowered.api.block.BlockType getDefault()
public boolean isTransparent()
isTransparent
in class Material