Class BlockHelper1_20_6
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v20.m6.common.block.BlockHelper1_20_6
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockHelperAPI
public class BlockHelper1_20_6
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.MaterialAPI<?> getMaterialByName(String name) mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialColorAPI<?> getMaterialColorByName(String name)
-
Constructor Details
-
BlockHelper1_20_6
public BlockHelper1_20_6()
-
-
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
-
getMaterialByName
public mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialAPI<?> getMaterialByName(String name) - Specified by:
getMaterialByNamein 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
-