Class Dictionary.Entry<S,T>

java.lang.Object
net.minecraft.util.parsing.packrat.Dictionary.Entry<S,T>
All Implemented Interfaces:
Supplier<String>, NamedRule<S,T>
Enclosing class:
Dictionary<S>

static class Dictionary.Entry<S,T> extends Object implements NamedRule<S,T>, Supplier<String>
  • Field Details

    • name

      private final Atom<T> name
    • value

      @Nullable Rule<S,T> value
  • Constructor Details

    • Entry

      private Entry(Atom<T> p_410058_)
  • Method Details