Class BlockStateSnapshotBeforeSnapshots
- java.lang.Object
-
- io.papermc.lib.features.blockstatesnapshot.BlockStateSnapshotBeforeSnapshots
-
- All Implemented Interfaces:
BlockStateSnapshot
public class BlockStateSnapshotBeforeSnapshots extends java.lang.Object implements BlockStateSnapshot
Block State Snapshots was added in 1.12, this will always be no snapshots
-
-
Constructor Summary
Constructors Constructor Description BlockStateSnapshotBeforeSnapshots()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockStateSnapshotResultgetBlockState(org.bukkit.block.Block block, boolean useSnapshot)
-
-
-
Method Detail
-
getBlockState
public BlockStateSnapshotResult getBlockState(org.bukkit.block.Block block, boolean useSnapshot)
- Specified by:
getBlockStatein interfaceBlockStateSnapshot
-
-