Class InfiniteBan
java.lang.Object
com.hypixel.hytale.server.core.modules.accesscontrol.ban.AbstractBan
com.hypixel.hytale.server.core.modules.accesscontrol.ban.InfiniteBan
- All Implemented Interfaces:
Ban,AccessProvider
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.core.modules.accesscontrol.ban.AbstractBan
by, reason, target, timestamp -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InfiniteBanfromJsonObject(com.google.gson.JsonObject object) getDisconnectReason(UUID uuid) getType()booleanMethods inherited from class com.hypixel.hytale.server.core.modules.accesscontrol.ban.AbstractBan
getBy, getReason, getTarget, getTimestamp, toJsonObject
-
Constructor Details
-
InfiniteBan
-
-
Method Details
-
fromJsonObject
@Nonnull public static InfiniteBan fromJsonObject(@Nonnull com.google.gson.JsonObject object) throws com.google.gson.JsonParseException - Throws:
com.google.gson.JsonParseException
-
isInEffect
public boolean isInEffect() -
getType
-
getDisconnectReason
-