Interface Memory<T>

Type Parameters:
T - Type of Memory
All Superinterfaces:
Keyed
All Known Implementing Classes:
EntityMemory

public interface Memory<T> extends Keyed
Represents an Entity Memory
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Represents a Memory Type of Walking Target
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetches the Class of this Memory.

    Methods inherited from interface org.bukkit.Keyed

    getKey
  • Method Details

    • getBukkitClass

      @NotNull @NotNull Class<T> getBukkitClass()
      Fetches the Class of this Memory.
      Returns:
      Bukkit Class