public abstract class MixinBlockLeaves extends MixinBlock implements IMixinBlockTree
Constructor and Description |
---|
MixinBlockLeaves() |
Modifier and Type | Method and Description |
---|---|
void |
callLeafDecay(net.minecraft.world.World worldIn,
net.minecraft.util.BlockPos pos,
net.minecraft.block.state.IBlockState state,
Random rand,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
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 void callLeafDecay(net.minecraft.world.World worldIn, net.minecraft.util.BlockPos pos, net.minecraft.block.state.IBlockState state, Random rand, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
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