Package com.pixelmonmod.pixelmon.api.context
package com.pixelmonmod.pixelmon.api.context
-
ClassDescriptionContextKey<A>A key for the interaction contextAn object for storing generic data in a map without the burden of having to cast, or deal with the generic types.This is a "strict" implementation of
StoredContext
that only allows immutable context keys to be set and retrieved.