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