From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../mods/fml/common/versioning/Restriction.html | 400 +++++++++++++++++++++ 1 file changed, 400 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/versioning/Restriction.html (limited to 'javadoc/cpw/mods/fml/common/versioning/Restriction.html') diff --git a/javadoc/cpw/mods/fml/common/versioning/Restriction.html b/javadoc/cpw/mods/fml/common/versioning/Restriction.html new file mode 100644 index 0000000..808a953 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/versioning/Restriction.html @@ -0,0 +1,400 @@ + + + + + +Restriction (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.versioning
+

Class Restriction

+
+
+ +
+
    +
  • +
    +
    +
    public class Restriction
    +extends java.lang.Object
    +
    Describes a restriction in versioning.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        EVERYTHING

        +
        public static final Restriction EVERYTHING
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Restriction

        +
        public Restriction(ArtifactVersion lowerBound,
        +           boolean lowerBoundInclusive,
        +           ArtifactVersion upperBound,
        +           boolean upperBoundInclusive)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        isLowerBoundInclusive

        +
        public boolean isLowerBoundInclusive()
        +
      • +
      + + + + + + + +
        +
      • +

        isUpperBoundInclusive

        +
        public boolean isUpperBoundInclusive()
        +
      • +
      + + + +
        +
      • +

        containsVersion

        +
        public boolean containsVersion(ArtifactVersion version)
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object other)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3