Package net.minecraft.server
Class BannedIpEntry
- Mappings:
Namespace Name official aef
intermediary net/minecraft/class_3320
named net/minecraft/server/BannedIpEntry
-
Field Summary
Fields inherited from class net.minecraft.server.BanEntry
creationDate, DATE_FORMAT, expiryDate, FOREVER, reason, source
-
Constructor Summary
ConstructorDescriptionBannedIpEntry(JsonObject json)
BannedIpEntry(String ip)
BannedIpEntry(String ip, @Nullable Date created, @Nullable String source, @Nullable Date expiry, @Nullable String reason)
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
fromJson(JsonObject json)
private static String
getIp(JsonObject json)
toText()
Methods inherited from class net.minecraft.server.BanEntry
getCreationDate, getExpiryDate, getReason, getSource, isInvalid
Methods inherited from class net.minecraft.server.ServerConfigEntry
getKey
-
Constructor Details
-
BannedIpEntry
- Mappings:
Namespace Name Mixin selector official <init>
Laef;<init>(Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3320;<init>(Ljava/lang/String;)V
named <init>
Lnet/minecraft/server/BannedIpEntry;<init>(Ljava/lang/String;)V
-
BannedIpEntry
public BannedIpEntry(String ip, @Nullable @Nullable Date created, @Nullable @Nullable String source, @Nullable @Nullable Date expiry, @Nullable @Nullable String reason)- Mappings:
Namespace Name Mixin selector official <init>
Laef;<init>(Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3320;<init>(Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V
named <init>
Lnet/minecraft/server/BannedIpEntry;<init>(Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V
-
BannedIpEntry
- Mappings:
Namespace Name Mixin selector official <init>
Laef;<init>(Lcom/google/gson/JsonObject;)V
intermediary <init>
Lnet/minecraft/class_3320;<init>(Lcom/google/gson/JsonObject;)V
named <init>
Lnet/minecraft/server/BannedIpEntry;<init>(Lcom/google/gson/JsonObject;)V
-
-
Method Details
-
toText
-
getIp
- Mappings:
Namespace Name Mixin selector official b
Laef;b(Lcom/google/gson/JsonObject;)Ljava/lang/String;
intermediary method_14532
Lnet/minecraft/class_3320;method_14532(Lcom/google/gson/JsonObject;)Ljava/lang/String;
named getIp
Lnet/minecraft/server/BannedIpEntry;getIp(Lcom/google/gson/JsonObject;)Ljava/lang/String;
-
fromJson
- Overrides:
fromJson
in classBanEntry<String>
- Mappings:
Namespace Name Mixin selector official a
Lael;a(Lcom/google/gson/JsonObject;)V
intermediary method_24896
Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)V
named fromJson
Lnet/minecraft/server/ServerConfigEntry;fromJson(Lcom/google/gson/JsonObject;)V
-