Class StatFilterSettings

java.lang.Object
java.util.AbstractMap<net.minecraft.util.Identifier,Object>
java.util.HashMap<net.minecraft.util.Identifier,Object>
io.github.thecsdev.tcdcommons.api.util.collections.GenericProperties<net.minecraft.util.Identifier>
io.github.thecsdev.betterstats.api.client.util.StatFilterSettings
All Implemented Interfaces:
Serializable, Cloneable, Map<net.minecraft.util.Identifier,Object>

public final class StatFilterSettings extends io.github.thecsdev.tcdcommons.api.util.collections.GenericProperties<net.minecraft.util.Identifier>
An instance of GenericProperties whose sole purpose is to store information about "statistics filters" applied to a BetterStatsPanel.
See Also:
  • Constructor Details

    • StatFilterSettings

      public StatFilterSettings()