java.lang.Object
org.cloudburstmc.api.block.material.MaterialType
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MaterialType.Builderbuilder()@org.checkerframework.checker.index.qual.NonNegative floatbooleanbooleanbooleanbooleanbooleanisLiquid()booleanbooleanbooleanisSolid()booleanboolean
-
Method Details
-
builder
-
getTranslucency
public @org.checkerframework.checker.index.qual.NonNegative float getTranslucency() -
isNeverBuildable
public boolean isNeverBuildable() -
isLiquid
public boolean isLiquid() -
isSolid
public boolean isSolid() -
isSuperHot
public boolean isSuperHot() -
isAlwaysDestroyable
public boolean isAlwaysDestroyable() -
isReplaceable
public boolean isReplaceable() -
isFlammable
public boolean isFlammable() -
isBlockingPrecipitation
public boolean isBlockingPrecipitation() -
isBlockingMotion
public boolean isBlockingMotion() -
isSolidBlocking
public boolean isSolidBlocking()
-