Package me.lokka30.levelledmobs.misc
Class CachedModalList<T extends Comparable<T>>
java.lang.Object
me.lokka30.levelledmobs.misc.CachedModalList<T>
- All Implemented Interfaces:
Cloneable
A standardized list used for holding various rule lists
- Since:
- 3.0.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleanisEmpty()booleanisEnabledInList(T item, @Nullable LivingEntityWrapper lmEntity) booleanvoidmergeCachedModal(@NotNull CachedModalList<?> cachedModalList) toString()
-
Field Details
-
allowedList
-
allowedGroups
-
excludedList
-
excludedGroups
-
doMerge
public boolean doMerge -
allowAll
public boolean allowAll -
excludeAll
public boolean excludeAll
-
-
Constructor Details
-
CachedModalList
public CachedModalList() -
CachedModalList
-
-
Method Details