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) |
java.lang.Object |
getMaterialByNameDirect(java.lang.String name) |
mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<?> |
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 java.lang.Object getMaterialByNameDirect(java.lang.String name)
getMaterialByNameDirect in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPIpublic mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<?> getMaterialColorByName(java.lang.String name)
getMaterialColorByName in interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI