Class BlockStateSnapshotResult


  • public class BlockStateSnapshotResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockStateSnapshotResult​(boolean isSnapshot, org.bukkit.block.BlockState state)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bukkit.block.BlockState getState()  
      boolean isSnapshot()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockStateSnapshotResult

        public BlockStateSnapshotResult​(boolean isSnapshot,
                                        org.bukkit.block.BlockState state)
    • Method Detail

      • isSnapshot

        public boolean isSnapshot()
      • getState

        public org.bukkit.block.BlockState getState()