Class HolderQuery.Context<K,V,H extends me.hsgamer.topper.data.core.DataHolder<K,V>>

java.lang.Object
me.hsgamer.topper.query.holder.HolderQuery.Context<K,V,H>
All Implemented Interfaces:
me.hsgamer.topper.query.simple.SimpleQuery.Context
Enclosing class:
HolderQuery<K,V,H extends me.hsgamer.topper.data.core.DataHolder<K,V>,A>

public static final class HolderQuery.Context<K,V,H extends me.hsgamer.topper.data.core.DataHolder<K,V>> extends Object implements me.hsgamer.topper.query.simple.SimpleQuery.Context
  • Field Details

    • holder

      @NotNull public final H extends me.hsgamer.topper.data.core.DataHolder<K,V> holder
    • parent

      @NotNull public final @NotNull me.hsgamer.topper.query.simple.SimpleQueryContext parent
  • Method Details

    • getActionName

      @NotNull public @NotNull String getActionName()
      Specified by:
      getActionName in interface me.hsgamer.topper.query.simple.SimpleQuery.Context