Class StatsView.Filters
java.lang.Object
java.util.AbstractMap<net.minecraft.resources.Identifier, Object>
java.util.HashMap<net.minecraft.resources.Identifier, Object>
com.thecsdev.common.util.collections.GenericProperties<net.minecraft.resources.Identifier>
com.thecsdev.betterstats.api.mcbs.view.statsview.StatsView.Filters
- All Implemented Interfaces:
Serializable, Cloneable, Map<net.minecraft.resources.Identifier, Object>
- Enclosing class:
StatsView
@NonExtendable
public static class StatsView.Filters
extends com.thecsdev.common.util.collections.GenericProperties<net.minecraft.resources.Identifier>
GenericProperties implementation that holds "Filters" configuration that
is used to filter statistics displayed with StatsView.StatsInitContexts.
These filters are defined and managed with StatsView.FiltersInitContexts.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.thecsdev.common.util.collections.GenericProperties
getProperty, getProperty, setPropertyMethods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toString
-
Constructor Details
-
Filters
public Filters()
-