Package net.minecraft.client.realms.util
Class RealmsServerFilterer
java.lang.Object
net.minecraft.client.realms.util.RealmsServerFilterer
- All Implemented Interfaces:
Iterable<RealmsServer>
@Environment(CLIENT)
public class RealmsServerFilterer
extends Object
implements Iterable<RealmsServer>
- Mappings:
Namespace Name official esjintermediary net/minecraft/class_7580named net/minecraft/client/realms/util/RealmsServerFilterer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate final Set<RealmsServer>private List<RealmsServer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterAndSort(List<RealmsServer> servers) booleanisEmpty()iterator()voidremove(RealmsServer server) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
client
- Mappings:
Namespace Name Mixin selector official aLesj;a:Levi;intermediary field_39692Lnet/minecraft/class_7580;field_39692:Lnet/minecraft/class_310;named clientLnet/minecraft/client/realms/util/RealmsServerFilterer;client:Lnet/minecraft/client/MinecraftClient;
-
removedServers
- Mappings:
Namespace Name Mixin selector official bLesj;b:Ljava/util/Set;intermediary field_39693Lnet/minecraft/class_7580;field_39693:Ljava/util/Set;named removedServersLnet/minecraft/client/realms/util/RealmsServerFilterer;removedServers:Ljava/util/Set;
-
sortedServers
- Mappings:
Namespace Name Mixin selector official cLesj;c:Ljava/util/List;intermediary field_39694Lnet/minecraft/class_7580;field_39694:Ljava/util/List;named sortedServersLnet/minecraft/client/realms/util/RealmsServerFilterer;sortedServers:Ljava/util/List;
-
-
Constructor Details
-
RealmsServerFilterer
- Mappings:
Namespace Name Mixin selector official <init>Lesj;<init>(Levi;)Vintermediary <init>Lnet/minecraft/class_7580;<init>(Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/realms/util/RealmsServerFilterer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
filterAndSort
- Mappings:
Namespace Name Mixin selector official aLesj;a(Ljava/util/List;)Vintermediary method_44623Lnet/minecraft/class_7580;method_44623(Ljava/util/List;)Vnamed filterAndSortLnet/minecraft/client/realms/util/RealmsServerFilterer;filterAndSort(Ljava/util/List;)V
-
remove
- Mappings:
Namespace Name Mixin selector official aLesj;a(Leri;)Vintermediary method_44622Lnet/minecraft/class_7580;method_44622(Lnet/minecraft/class_4877;)Vnamed removeLnet/minecraft/client/realms/util/RealmsServerFilterer;remove(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
iterator
- Specified by:
iteratorin interfaceIterable<RealmsServer>
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector official aLesj;a()Zintermediary method_52664Lnet/minecraft/class_7580;method_52664()Znamed isEmptyLnet/minecraft/client/realms/util/RealmsServerFilterer;isEmpty()Z
-