Class CompatLeveledMap<Instance,​Cls,​V>

java.lang.Object
alexiil.mc.lib.attributes.CompatLeveledMap<Instance,​Cls,​V>
Type Parameters:
Instance - The object to map directly against with equals - for example this might be Block, or Item, or BlockEntityType, or EntityType.
Cls - The class to map directly or hierarchically against - for example this might be Block, or Item, or BlockEntity, or Entity.

public final class CompatLeveledMap<Instance,​Cls,​V>
extends java.lang.Object
Used primarily by Attribute to manage the custom adder list, and FluidContainerRegistry to manage filters for fluids.