All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
org.spongepowered.api.data.manipulator.mutable.block.AttachedData |
getAttachedData(net.minecraft.block.state.IBlockState blockState) |
void |
resetAttached(net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
org.spongepowered.api.data.DataTransactionResult |
setAttachedData(org.spongepowered.api.data.manipulator.mutable.block.AttachedData attachedData,
net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
net.minecraft.block.state.IBlockState |
setAttachedData(net.minecraft.block.state.IBlockState blockState,
org.spongepowered.api.data.manipulator.mutable.block.AttachedData attachedData) |