Uses of Interface
net.minecraft.class_7500
Packages that use class_7500
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7500 in net.minecraft
Fields in net.minecraft declared as class_7500Modifier and TypeFieldDescriptionstatic final class_7500
class_7500.field_39397
private final class_7500
class_7497.serviceSignatureValidator
The field for theserviceSignatureValidator
record component.Methods in net.minecraft that return class_7500Modifier and TypeMethodDescriptionstatic class_7500
class_7500.method_44172
(com.mojang.authlib.yggdrasil.ServicesKeyInfo servicesKeyInfo) static class_7500
class_7500.method_44175
(PublicKey publicKey, String string) class_7497.serviceSignatureValidator()
Returns the value of theserviceSignatureValidator
record component.Constructors in net.minecraft with parameters of type class_7500ModifierConstructorDescriptionclass_7497
(com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, class_7500 class_7500, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache) -
Uses of class_7500 in net.minecraft.client
Fields in net.minecraft.client declared as class_7500Methods in net.minecraft.client that return class_7500 -
Uses of class_7500 in net.minecraft.client.network
Constructors in net.minecraft.client.network with parameters of type class_7500ModifierConstructorDescriptionPlayerListEntry
(PlayerListS2CPacket.Entry playerListPacketEntry, class_7500 class_7500) -
Uses of class_7500 in net.minecraft.network.encryption
Methods in net.minecraft.network.encryption that return class_7500Methods in net.minecraft.network.encryption with parameters of type class_7500Modifier and TypeMethodDescription(package private) boolean
PlayerPublicKey.PublicKeyData.method_44205
(class_7500 class_7500) boolean
ChatMessageSignature.verify
(class_7500 class_7500, String message) Returns whethermessage
can be verified with this signature.boolean
ChatMessageSignature.verify
(class_7500 class_7500, Text text) Returns whethermessage
can be verified with this signature.static PlayerPublicKey
PlayerPublicKey.verifyAndDecode
(class_7500 class_7500, PlayerPublicKey.PublicKeyData publicKeyData) Verifies the public key and decodes it. -
Uses of class_7500 in net.minecraft.server
Methods in net.minecraft.server that return class_7500 -
Uses of class_7500 in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type class_7500Modifier and TypeMethodDescriptionprivate static @Nullable PlayerPublicKey
ServerLoginNetworkHandler.getVerifiedPublicKey
(LoginHelloC2SPacket packet, class_7500 class_7500, boolean shouldThrowOnMissingKey)