Class InteractionDebouncer

java.lang.Object
com.sk89q.worldedit.internal.event.InteractionDebouncer

public class InteractionDebouncer extends Object
  • Constructor Details

    • InteractionDebouncer

      public InteractionDebouncer(Platform platform)
  • Method Details

    • clearInteraction

      public void clearInteraction(Identifiable player)
    • setLastInteraction

      public void setLastInteraction(Identifiable player, boolean result)
    • getDuplicateInteractionResult

      public Optional<Boolean> getDuplicateInteractionResult(Identifiable player)