Uses of Enum Class
net.minecraft.class_7595
Packages that use class_7595
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7595 in net.minecraft
Methods in net.minecraft that return class_7595Modifier and TypeMethodDescriptionprivate class_7595
class_7594.method_44732
(MessageSender messageSender, SignedMessage signedMessage, Text text, @Nullable PlayerListEntry playerListEntry) static class_7595
class_7595.method_44742
(SignedMessage signedMessage, Text text, @Nullable PlayerListEntry playerListEntry) static class_7595
Returns the enum constant of this class with the specified name.static class_7595[]
class_7595.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft with parameters of type class_7595Modifier and TypeMethodDescriptionprivate void
class_7594.method_44737
(SignedMessage signedMessage, MessageSender messageSender, @Nullable PlayerListEntry playerListEntry, class_7595 class_7595) -
Uses of class_7595 in net.minecraft.client.report
Fields in net.minecraft.client.report declared as class_7595Modifier and TypeFieldDescriptionprivate final class_7595
ReceivedMessage.ChatMessage.trustLevel
The field for thetrustLevel
record component.Methods in net.minecraft.client.report that return class_7595Modifier and TypeMethodDescriptionReceivedMessage.ChatMessage.trustLevel()
Returns the value of thetrustLevel
record component.Methods in net.minecraft.client.report with parameters of type class_7595Modifier and TypeMethodDescriptionstatic ReceivedMessage
ReceivedMessage.of
(com.mojang.authlib.GameProfile gameProfile, Text displayName, SignedMessage message, class_7595 class_7595) Returns the received message constructed from a chat message's elements.Constructors in net.minecraft.client.report with parameters of type class_7595ModifierConstructorDescriptionChatMessage
(com.mojang.authlib.GameProfile gameProfile, Text text, SignedMessage signedMessage, class_7595 class_7595)