Class SculkBlockChargeEventData

java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.level.event.SculkBlockChargeEventData
All Implemented Interfaces:
LevelEventData

public final class SculkBlockChargeEventData extends Object implements LevelEventData
  • Constructor Details

    • SculkBlockChargeEventData

      public SculkBlockChargeEventData(int charge, Set<Direction> blockFaces)
    • SculkBlockChargeEventData

      public SculkBlockChargeEventData(int value)
  • Method Details

    • getLevelValue

      public int getLevelValue()
    • getCharge

      public int getCharge()
    • getBlockFaces

      public Set<Direction> getBlockFaces()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public @NonNull String toString()
      Overrides:
      toString in class Object