public abstract class MixinBlockLog extends MixinBlock implements IMixinBlockTree
Constructor and Description |
---|
MixinBlockLog() |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.data.manipulator.mutable.block.TreeData |
getTreeData(net.minecraft.block.state.IBlockState blockState) |
org.spongepowered.api.block.BlockState |
resetTreeData(org.spongepowered.api.block.BlockState blockState) |
org.spongepowered.api.data.DataTransactionResult |
setTreeData(org.spongepowered.api.data.manipulator.mutable.block.TreeData treeData,
net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
areStatisticsEnabled, callRandomTickEvent, getDefaultBlockState, getDefaultState, getEmittedLight, getEnableStats, getHeldItem, getId, getLightValue, getManipulators, getMaterial, getName, getStateFromMeta, getTickRandomly, getTranslation, getUnlocalizedName, isAffectedByGravity, isBlockNormalCube, isGaseous, isLiquid, isReplaceable, isSolidCube, setTickRandomly, shadow$getDefaultState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getApplicableKeys, getDefaultBlockState, getManipulators, getValues, isFlammable, supports
public org.spongepowered.api.data.manipulator.mutable.block.TreeData getTreeData(net.minecraft.block.state.IBlockState blockState)
getTreeData
in interface IMixinBlockTree
public org.spongepowered.api.data.DataTransactionResult setTreeData(org.spongepowered.api.data.manipulator.mutable.block.TreeData treeData, net.minecraft.world.World world, net.minecraft.util.BlockPos blockPos)
public org.spongepowered.api.block.BlockState resetTreeData(org.spongepowered.api.block.BlockState blockState)
resetTreeData
in interface IMixinBlockTree