Class BigIntegerNode

java.lang.Object
dev.satyrn.papermc.api.configuration.v1.ConfigurationNode<BigInteger>
dev.satyrn.papermc.api.configuration.v1.BigIntegerNode
Direct Known Subclasses:
BigIntegerNode

public class BigIntegerNode extends ConfigurationNode<BigInteger>
Represents a configurable BigInteger value.
Since:
1.9.0
Author:
Isabel Maskrey
  • Constructor Details

    • BigIntegerNode

      public BigIntegerNode(@NotNull @NotNull ConfigurationNode<?> parent, @NotNull @NotNull String name)
      Initializes a new Configuration node.
      Parameters:
      parent - The parent node.
      name - The node name.
      Since:
      1.3.0
  • Method Details