All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
Optional<T> |
createFrom(net.minecraft.block.state.IBlockState blockState) |
Optional<T> |
fromBlockPos(net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
int |
getPriority() |
boolean |
remove(net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos) |
Optional<org.spongepowered.api.block.BlockState> |
removeFrom(net.minecraft.block.state.IBlockState blockState) |
org.spongepowered.api.data.DataTransactionResult |
setData(net.minecraft.world.World world,
net.minecraft.util.BlockPos blockPos,
T manipulator) |
Optional<org.spongepowered.api.block.BlockState> |
withData(net.minecraft.block.state.IBlockState blockState,
T manipulator) |