Class FluidCategory

java.lang.Object
com.sk89q.worldedit.registry.Category<FluidType>
com.sk89q.worldedit.world.fluid.FluidCategory
All Implemented Interfaces:
Keyed

public class FluidCategory extends Category<FluidType> implements Keyed
A category of fluids. This is due to the splitting up of blocks such as wool into separate ids.
  • Field Details

  • Constructor Details

    • FluidCategory

      public FluidCategory(String id)
  • Method Details

    • load

      protected Set<FluidType> load()
      Description copied from class: Category
      Loads the contents of this category from the platform.
      Specified by:
      load in class Category<FluidType>
      Returns:
      The loaded contents of the category