Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • New
  • Deprecated
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package com.plotsquared.core.plot.flag.implementations

Class MiscCapFlag

java.lang.Object
com.plotsquared.core.plot.flag.PlotFlag<N,F>
com.plotsquared.core.plot.flag.types.NumberFlag<Integer,F>
com.plotsquared.core.plot.flag.types.IntegerFlag<F>
com.plotsquared.core.plot.flag.types.NonNegativeIntegerFlag<MiscCapFlag>
com.plotsquared.core.plot.flag.implementations.MiscCapFlag

public class MiscCapFlag extends NonNegativeIntegerFlag<MiscCapFlag>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MiscCapFlag
    MISC_CAP_UNLIMITED
     

    Fields inherited from class com.plotsquared.core.plot.flag.types.NumberFlag

    maximum, minimum
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    MiscCapFlag(int value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected MiscCapFlag
    flagOf(@NonNull Integer value)
     

    Methods inherited from class com.plotsquared.core.plot.flag.types.IntegerFlag

    getExample, merge, parseNumber, toString

    Methods inherited from class com.plotsquared.core.plot.flag.types.NumberFlag

    parse

    Methods inherited from class com.plotsquared.core.plot.flag.PlotFlag

    canEqual, createFlagInstance, equals, getFlagCategory, getFlagDescription, getFlagName, getName, getTabCompletions, getValue, hashCode, isValuedPermission

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MISC_CAP_UNLIMITED

      public static final MiscCapFlag MISC_CAP_UNLIMITED
  • Constructor Details

    • MiscCapFlag

      protected MiscCapFlag(int value)
  • Method Details

    • flagOf

      protected MiscCapFlag flagOf(@NonNull Integer value)
      Specified by:
      flagOf in class PlotFlag<Integer,MiscCapFlag>

Javadocs generated for PlotSquared | Documentation |Visit us on our Discord server :)