Class MemoryKey<T>

java.lang.Object
org.bukkit.entity.memory.MemoryKey<T>
Type Parameters:
T - the class type of the memory value
All Implemented Interfaces:
net.kyori.adventure.key.Keyed, Keyed

public final class MemoryKey<T> extends Object implements Keyed
Represents a key used for accessing memory values of a LivingEntity.