Enum Class InfiniteBlockGenerator

java.lang.Object
java.lang.Enum<InfiniteBlockGenerator>
io.github.thebusybiscuit.slimefun4.utils.InfiniteBlockGenerator
All Implemented Interfaces:
Serializable, Comparable<InfiniteBlockGenerator>, Constable, Predicate<Block>

public enum InfiniteBlockGenerator extends Enum<InfiniteBlockGenerator> implements Predicate<Block>
This enum holds various ways of infinite block generators. The most prominent member of these is the standard Cobblestone Generator. We use this enum for performance optimizations for the MinerAndroid.
Author:
TheBusyBiscuit
  • Enum Constant Details

    • COBBLESTONE_GENERATOR

      public static final InfiniteBlockGenerator COBBLESTONE_GENERATOR
      Your standard Cobblestone Generator with flowing lava and water.
    • STONE_GENERATOR

      public static final InfiniteBlockGenerator STONE_GENERATOR
      When lava flows onto a stationary water block it generates normal stone.
    • BASALT_GENERATOR

      public static final InfiniteBlockGenerator BASALT_GENERATOR
      The Basalt Generator (1.16+ only) allows you to generate infinite Basalt!
  • Method Details