public interface IMaterial
Modifier and Type | Method and Description |
---|---|
boolean |
blocksLight() |
boolean |
blocksMovement() |
boolean |
getCanBurn() |
java.lang.Object |
getInternal() |
IMobilityFlag |
getMobilityFlag() |
boolean |
isLiquid() |
boolean |
isOpaque() |
boolean |
isReplaceable() |
boolean |
isSolid() |
boolean |
isToolNotRequired() |
boolean |
matches(IMaterial other) |
IMaterial |
setReplaceable() |
boolean blocksLight()
boolean blocksMovement()
boolean getCanBurn()
IMobilityFlag getMobilityFlag()
boolean isLiquid()
boolean isOpaque()
boolean isReplaceable()
boolean isSolid()
boolean isToolNotRequired()
IMaterial setReplaceable()
boolean matches(IMaterial other)
java.lang.Object getInternal()