Enum Class AntiCheat

java.lang.Object
java.lang.Enum<AntiCheat>
zombie.network.anticheats.AntiCheat
All Implemented Interfaces:
Serializable, Comparable<AntiCheat>, Constable

public enum AntiCheat extends Enum<AntiCheat>
  • Enum Constant Details

    • Item

      public static final AntiCheat Item
    • Transaction

      public static final AntiCheat Transaction
    • Safety

      public static final AntiCheat Safety
    • HitDamage

      public static final AntiCheat HitDamage
    • HitLongDistance

      public static final AntiCheat HitLongDistance
    • HitShortDistance

      public static final AntiCheat HitShortDistance
    • HitWeaponAmmo

      public static final AntiCheat HitWeaponAmmo
    • HitWeaponRate

      public static final AntiCheat HitWeaponRate
    • HitWeaponRange

      public static final AntiCheat HitWeaponRange
    • Owner

      public static final AntiCheat Owner
    • Target

      public static final AntiCheat Target
    • PacketRakNet

      public static final AntiCheat PacketRakNet
    • PacketException

      public static final AntiCheat PacketException
    • PacketType

      public static final AntiCheat PacketType
    • XP

      public static final AntiCheat XP
    • XPUpdate

      public static final AntiCheat XPUpdate
    • XPPlayer

      public static final AntiCheat XPPlayer
    • Time

      public static final AntiCheat Time
    • TimeUpdate

      public static final AntiCheat TimeUpdate
    • Recipe

      public static final AntiCheat Recipe
    • RecipeUpdate

      public static final AntiCheat RecipeUpdate
    • Player

      public static final AntiCheat Player
    • PlayerUpdate

      public static final AntiCheat PlayerUpdate
    • Power

      public static final AntiCheat Power
    • Role

      public static final AntiCheat Role
    • Capability

      public static final AntiCheat Capability
    • Fire

      public static final AntiCheat Fire
    • Smoke

      public static final AntiCheat Smoke
    • SafeHousePlayer

      public static final AntiCheat SafeHousePlayer
    • SafeHouseSurviving

      public static final AntiCheat SafeHouseSurviving
    • Speed

      public static final AntiCheat Speed
    • NoClip

      public static final AntiCheat NoClip
    • Checksum

      public static final AntiCheat Checksum
    • ChecksumUpdate

      public static final AntiCheat ChecksumUpdate
    • ServerCustomizationDDOS

      public static final AntiCheat ServerCustomizationDDOS
    • None

      public static final AntiCheat None
  • Field Details

  • Method Details

    • values

      public static AntiCheat[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AntiCheat valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • isValid

      public boolean isValid(UdpConnection udpConnection, INetworkPacket networkPacket)
    • update

      public static void update(UdpConnection udpConnection)
    • preUpdate

      public static void preUpdate(UdpConnection udpConnection)
    • log

      public static void log(UdpConnection udpConnection, AntiCheat antiCheat, int int0, String string1)
    • act

      public void act(UdpConnection udpConnection, String string)
    • doLogUser

      public static void doLogUser(UdpConnection udpConnection, String string1, String string0)
    • doKickUser

      public static void doKickUser(UdpConnection udpConnection, String string1, String string0)
    • doBanUser

      public static void doBanUser(UdpConnection udpConnection, String string1, String string0)