Hierarchy For Package com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.ArrayVoxelSpace<T> (implements com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpace<T>)
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.BooleanVoxelSpace (implements com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpace<T>)
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.NullSpace<V> (implements com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpace<T>)
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelCoordinate
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpaceUtil
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpaceUtil.BatchTransfer<T> (implements java.lang.Runnable)
    • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.WindowVoxelSpace<T> (implements com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpace<T>)

Interface Hierarchy

  • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelConsumer<V>
  • com.hypixel.hytale.builtin.hytalegenerator.datastructures.voxelspace.VoxelSpace<T>