Package net.minecraft.server
Class BannedIpEntry
- Mappings:
- Namespace - Name - named - net/minecraft/server/BannedIpEntry- intermediary - net/minecraft/class_3320- official - avb
- 
Field SummaryFields inherited from class net.minecraft.server.BanEntrycreationDate, DATE_FORMAT, expiryDate, FOREVER, reason, source
- 
Constructor SummaryConstructorsConstructorDescriptionBannedIpEntry(JsonObject json) BannedIpEntry(String ip) BannedIpEntry(String ip, @Nullable Date created, @Nullable String source, @Nullable Date expiry, @Nullable String reason) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate static StringgetIp(JsonObject json) toText()protected voidwrite(JsonObject json) Methods inherited from class net.minecraft.server.BanEntrygetCreationDate, getExpiryDate, getReason, getSource, isInvalidMethods inherited from class net.minecraft.server.ServerConfigEntrygetKey
- 
Constructor Details- 
BannedIpEntry- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/BannedIpEntry;<init>(Ljava/lang/String;)V- intermediary - <init>- Lnet/minecraft/class_3320;<init>(Ljava/lang/String;)V- official - <init>- Lavb;<init>(Ljava/lang/String;)V
 
- 
BannedIpEntrypublic BannedIpEntry(String ip, @Nullable @Nullable Date created, @Nullable @Nullable String source, @Nullable @Nullable Date expiry, @Nullable @Nullable String reason) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/BannedIpEntry;<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- official - <init>- Lavb;<init>(Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;Ljava/util/Date;Ljava/lang/String;)V
 
- 
BannedIpEntry- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/server/BannedIpEntry;<init>(Lcom/google/gson/JsonObject;)V- intermediary - <init>- Lnet/minecraft/class_3320;<init>(Lcom/google/gson/JsonObject;)V- official - <init>- Lavb;<init>(Lcom/google/gson/JsonObject;)V
 
 
- 
- 
Method Details- 
toText
- 
getIp- Mappings:
- Namespace - Name - Mixin selector - named - getIp- Lnet/minecraft/server/BannedIpEntry;getIp(Lcom/google/gson/JsonObject;)Ljava/lang/String;- intermediary - method_14532- Lnet/minecraft/class_3320;method_14532(Lcom/google/gson/JsonObject;)Ljava/lang/String;- official - b- Lavb;b(Lcom/google/gson/JsonObject;)Ljava/lang/String;
 
- 
write- Overrides:
- writein class- BanEntry<String>
- Mappings:
- Namespace - Name - Mixin selector - named - write- Lnet/minecraft/server/ServerConfigEntry;write(Lcom/google/gson/JsonObject;)V- intermediary - method_24896- Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)V- official - a- Lavh;a(Lcom/google/gson/JsonObject;)V
 
 
-