Package net.minecraft.test
Class TestServer.class_11794
java.lang.Object
net.minecraft.test.TestServer.class_11794
- All Implemented Interfaces:
GameProfileResolver
- Enclosing class:
TestServer
- Mappings:
Namespace Name named net/minecraft/test/TestServer$class_11794intermediary net/minecraft/class_6306$class_11794official tl$a
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.GameProfileResolver
GameProfileResolver.CachedSessionProfileResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.mojang.authlib.GameProfile> getProfileById(UUID id) Optional<com.mojang.authlib.GameProfile> getProfileByName(String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.GameProfileResolver
getProfile
-
Constructor Details
-
class_11794
class_11794()
-
-
Method Details
-
getProfileByName
- Specified by:
getProfileByNamein interfaceGameProfileResolver- Mappings:
Namespace Name Mixin selector named getProfileByNameLnet/minecraft/server/GameProfileResolver;getProfileByName(Ljava/lang/String;)Ljava/util/Optional;intermediary method_73289Lnet/minecraft/class_11755;method_73289(Ljava/lang/String;)Ljava/util/Optional;official aLays;a(Ljava/lang/String;)Ljava/util/Optional;
-
getProfileById
- Specified by:
getProfileByIdin interfaceGameProfileResolver- Mappings:
Namespace Name Mixin selector named getProfileByIdLnet/minecraft/server/GameProfileResolver;getProfileById(Ljava/util/UUID;)Ljava/util/Optional;intermediary method_73290Lnet/minecraft/class_11755;method_73290(Ljava/util/UUID;)Ljava/util/Optional;official aLays;a(Ljava/util/UUID;)Ljava/util/Optional;
-