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 MobCapFlag

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<MobCapFlag>
com.plotsquared.core.plot.flag.implementations.MobCapFlag

public class MobCapFlag extends NonNegativeIntegerFlag<MobCapFlag>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MobCapFlag
    MOB_CAP_UNLIMITED
     

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

    maximum, minimum
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected MobCapFlag
    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

    • MOB_CAP_UNLIMITED

      public static final MobCapFlag MOB_CAP_UNLIMITED
  • Constructor Details

    • MobCapFlag

      protected MobCapFlag(int value)
  • Method Details

    • flagOf

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

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