Class BlockState1_12_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.block.state.IBlockState>
mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.common.block.BlockState1_12_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.block.state.IBlockState>
public class BlockState1_12_2
extends mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
wrapped -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockAPI<net.minecraft.block.Block> getBlock()mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialAPI<net.minecraft.block.material.Material> getProperty(String name) booleangetPropertyBool(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, Boolean> property) <E extends Enum<E>>
EgetPropertyEnum(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, E> property) <V extends Comparable<V>>
VgetPropertyValue(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, V> property) <V extends Comparable<V>>
mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState> withProperty(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, V> property, V value) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI
getPropertyBool, getPropertyEnum, getPropertyValue, withPropertyMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped
equals, getWrapped, getWrappedClass, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped
unwrap
-
Constructor Details
-
BlockState1_12_2
-
-
Method Details
-
getBlock
public mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockAPI<net.minecraft.block.Block> getBlock()- Specified by:
getBlockin classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
getMaterial
public mods.thecomputerizer.theimpossiblelibrary.api.common.block.MaterialAPI<net.minecraft.block.material.Material> getMaterial()- Specified by:
getMaterialin classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
getProperty
- Specified by:
getPropertyin classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
getPropertyBool
public boolean getPropertyBool(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, Boolean> property) - Specified by:
getPropertyBoolin classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
getPropertyEnum
public <E extends Enum<E>> E getPropertyEnum(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, E> property) - Specified by:
getPropertyEnumin classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
getPropertyValue
public <V extends Comparable<V>> V getPropertyValue(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, V> property) - Specified by:
getPropertyValuein classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-
withProperty
public <V extends Comparable<V>> mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState> withProperty(mods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockPropertyAPI<?, V> property, V value) - Specified by:
withPropertyin classmods.thecomputerizer.theimpossiblelibrary.api.common.block.BlockStateAPI<net.minecraft.block.state.IBlockState>
-