Interface Refreshable

All Known Subinterfaces:
Provider
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 Refreshable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Refreshes this object, whatever that means for a given implementation - typically an internal value that may be retrieved over time, but not necessarily.
  • Method Details

    • refresh

      void refresh()
      Refreshes this object, whatever that means for a given implementation - typically an internal value that may be retrieved over time, but not necessarily.