Class ArgumentList.EntryValue

java.lang.Object
net.minecraftforge.userdev.ArgumentList.EntryValue
All Implemented Interfaces:
Supplier<String[]>
Enclosing class:
ArgumentList

private class ArgumentList.EntryValue extends Object implements Supplier<String[]>
  • Field Details

    • prefix

      private final String prefix
    • key

      private final String key
    • split

      private final boolean split
    • value

      private String value
  • Constructor Details

    • EntryValue

      public EntryValue(boolean split, String prefix, String key, String value)
  • Method Details