public interface IMixinWorld
Modifier and Type | Method and Description |
---|---|
void |
captureBlockSnapshots(boolean captureSnapshots) |
ArrayList<org.spongepowered.common.block.SpongeBlockSnapshot> |
getCapturedSnapshots() |
boolean |
isCapturingBlockSnapshots() |
boolean |
isRestoringBlockSnapshots() |
void |
markAndNotifyBlock(net.minecraft.util.BlockPos pos,
net.minecraft.world.chunk.Chunk chunk,
net.minecraft.block.state.IBlockState snapshotState,
net.minecraft.block.state.IBlockState newState,
int flags) |
void |
restoreBlockSnapshots(boolean restoreSnapshots) |
boolean isCapturingBlockSnapshots()
boolean isRestoringBlockSnapshots()
void captureBlockSnapshots(boolean captureSnapshots)
void restoreBlockSnapshots(boolean restoreSnapshots)
ArrayList<org.spongepowered.common.block.SpongeBlockSnapshot> getCapturedSnapshots()
void markAndNotifyBlock(net.minecraft.util.BlockPos pos, net.minecraft.world.chunk.Chunk chunk, net.minecraft.block.state.IBlockState snapshotState, net.minecraft.block.state.IBlockState newState, int flags)