Package org.cyclops.cyclopscore.datastructure


package org.cyclops.cyclopscore.datastructure
  • Class
    Description
    Provides a composite read-only view on a collection of maps.
    A read-only DataSlot that refers to a certain supplied value.
    A simple data class for a block position inside a world.
    An iterator that wraps around another iterator and only outputs unique items.
    An efficient implementation for mapping facings to any value.
    A stack with limited size that automatically removes elements at the bottom of the stack if required.
    An iterator that takes an iterator as input, and applies each element of that iterator to a function that produces another iterator.
    A generic single object cache.
    This is responsible for fetching new updates when the cache desires this.
    Simple generic wrapper class.