Class BlockStates<T>

    • Constructor Detail

      • BlockStates

        public BlockStates​(TreeStructure structure,
                           T defaultValue)
    • Method Detail

      • put

        public void put​(Block block,
                        T state)
      • getSnapshot

        public Map<String,​T> getSnapshot()
      • of

        public T of​(Block block)