Interface BlockStateManager

  • All Known Implementing Classes:
    DatabaseBlockManager

    public interface BlockStateManager
    Author:
    Pavel.Sher Date: 19.11.2007
    • Method Detail

      • setBlockState

        void setBlockState​(User user,
                           String blocksType,
                           String blocksState)
      • getBlockState

        @Nullable
        String getBlockState​(User user,
                             String blocksType)