Class AbstractBan
java.lang.Object
com.hypixel.hytale.server.core.modules.accesscontrol.ban.AbstractBan
- All Implemented Interfaces:
Ban,AccessProvider
- Direct Known Subclasses:
InfiniteBan,TimedBan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.server.core.modules.accesscontrol.provider.AccessProvider
getDisconnectReasonMethods inherited from interface com.hypixel.hytale.server.core.modules.accesscontrol.ban.Ban
getType, isInEffect
-
Field Details
-
target
-
by
-
timestamp
-
reason
-
-
Constructor Details
-
AbstractBan
-
-
Method Details
-
getTarget
-
getBy
-
getTimestamp
- Specified by:
getTimestampin interfaceBan
-
getReason
-
toJsonObject
@Nonnull public com.google.gson.JsonObject toJsonObject()- Specified by:
toJsonObjectin interfaceBan
-