Class BlockHelper1_18_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.common.block.BlockHelper1_18_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
public class BlockHelper1_18_2
extends Object
implements mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<V extends Comparable<V>>
mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?,V> createProperty(String name, V defVal) <P> mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?,?> getAsProperty(P property) mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<?>getMaterialColorByName(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
getMaterialByName
-
Constructor Details
-
BlockHelper1_18_2
public BlockHelper1_18_2()
-
-
Method Details
-
createProperty
public <V extends Comparable<V>> mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?,V> createProperty(String name, V defVal) - Specified by:
createPropertyin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
-
getAsProperty
public <P> mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?,?> getAsProperty(P property) - Specified by:
getAsPropertyin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
-
getMaterialByNameDirect
- Specified by:
getMaterialByNameDirectin interfacemods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
-
getMaterialColorByName
public mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<?> getMaterialColorByName(String name) - Specified by:
getMaterialColorByNamein interfacemods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
-