Interface Provider

All Superinterfaces:
Refreshable
All Known Implementing Classes:
AbsGenerator, AdditionGenerator, BinaryFunctionalGenerator, BlockDataProvider, ClampGenerator, CycleGenerator, DivisionGenerator, DoubleGenerator, DustOptionsProvider, FunctionalGenerator, ItemStackProvider, MaxGenerator, MinGenerator, ModuloGenerator, MultiplicationGenerator, NumProvider, PingPongGenerator, PulseGenerator, RandomGenerator, SubtractionGenerator, VectorBinaryFunctionalGenerator, VectorFunctionalGenerator, VectorGenerator, VectorGeneratorAdd, VectorGeneratorCross, VectorGeneratorMul, VectorGeneratorNormalise, VectorGeneratorRotate, VectorGeneratorSub, VectorProvider

public interface Provider extends Refreshable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeToConfig(org.bukkit.configuration.ConfigurationSection section, String path)
    Save this provider in a config (that can often by read by its constructor)

    Methods inherited from interface wbs.utils.util.providers.Refreshable

    refresh
  • Method Details

    • writeToConfig

      void writeToConfig(org.bukkit.configuration.ConfigurationSection section, String path)
      Save this provider in a config (that can often by read by its constructor)
      Parameters:
      section - The section to write to
      path - The field/path inside the given section