public class BlockHelper1_12_2
extends java.lang.Object
implements mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
| Constructor and Description |
|---|
BlockHelper1_12_2() |
| Modifier and Type | Method and Description |
|---|---|
<V extends java.lang.Comparable<V>> |
createProperty(java.lang.String name,
V defVal) |
<P> BlockProperty1_12_2<?> |
getAsProperty(P property) |
Material1_12_2 |
getMaterialByName(java.lang.String name) |
MaterialColor1_12_2 |
getMaterialColorByName(java.lang.String name) |
public <V extends java.lang.Comparable<V>> BlockProperty1_12_2<V> createProperty(java.lang.String name, V defVal)
createProperty in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPIpublic <P> BlockProperty1_12_2<?> getAsProperty(P property)
getAsProperty in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPIpublic Material1_12_2 getMaterialByName(java.lang.String name)
getMaterialByName in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPIpublic MaterialColor1_12_2 getMaterialColorByName(java.lang.String name)
getMaterialColorByName in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI