public interface IMixinBlockAxisOriented extends IMixinBlock
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.data.manipulator.immutable.block.ImmutableAxisData |
getAxisData(net.minecraft.block.state.IBlockState blockState) |
void |
resetAxis(net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
org.spongepowered.api.data.DataTransactionResult |
setAxisData(org.spongepowered.api.data.manipulator.mutable.block.AxisData axisData,
net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
getApplicableKeys, getDefaultBlockState, getManipulators, getValues, isFlammable, supports
org.spongepowered.api.data.manipulator.immutable.block.ImmutableAxisData getAxisData(net.minecraft.block.state.IBlockState blockState)
org.spongepowered.api.data.DataTransactionResult setAxisData(org.spongepowered.api.data.manipulator.mutable.block.AxisData axisData, net.minecraft.world.World world, net.minecraft.util.BlockPos blockPos)
void resetAxis(net.minecraft.world.World world, net.minecraft.util.BlockPos blockPos)