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
Modifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
boolean
isEmpty()
boolean
isEnabledInList
(T item, @Nullable LivingEntityWrapper lmEntity) boolean
void
mergeCachedModal
(@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