Class ServerEvents.Player.Interact.Attack

java.lang.Object
icu.suc.serverevents.ServerEvents.Player.Interact.Attack
Enclosing class:
ServerEvents.Player.Interact

public abstract static class ServerEvents.Player.Interact.Attack extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.player.AttackBlockCallback>
     
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.player.AttackEntityCallback>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BLOCK

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.player.AttackBlockCallback> BLOCK
      See Also:
      • AttackBlockCallback.EVENT
    • ENTITY

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.player.AttackEntityCallback> ENTITY
      See Also:
      • AttackEntityCallback.EVENT
  • Constructor Details

    • Attack

      public Attack()