Uses of Record Class
net.minecraft.class_7436
Packages that use class_7436
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7436 in net.minecraft
Fields in net.minecraft declared as class_7436Modifier and TypeFieldDescriptionprivate final class_7436class_7438.senderThe field for thesenderrecord component.Methods in net.minecraft that return class_7436Modifier and TypeMethodDescriptionclass_7438.sender()Returns the value of thesenderrecord component.Constructors in net.minecraft with parameters of type class_7436ModifierConstructorDescriptionclass_7438(Text text, MessageType messageType, class_7436 class_7436, Instant instant, NetworkEncryptionUtils.class_7425 class_7425) -
Uses of class_7436 in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type class_7436Modifier and TypeMethodDescriptionvoidClientChatListener.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) voidGameInfoChatListener.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) -
Uses of class_7436 in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type class_7436Modifier and TypeMethodDescriptionvoidInGameHud.method_43592(MessageType messageType, Text text, class_7436 class_7436) private static TextChatHudListener.method_43594(Text text, class_7436 class_7436) voidChatHudListener.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) -
Uses of class_7436 in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type class_7436Modifier and TypeMethodDescriptionprivate TextNarratorManager.method_43593(MessageType messageType, Text text, @Nullable class_7436 class_7436) voidNarratorManager.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) -
Uses of class_7436 in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return class_7436 -
Uses of class_7436 in net.minecraft.server
Methods in net.minecraft.server with parameters of type class_7436Modifier and TypeMethodDescriptionvoidPlayerManager.method_43513(Text text, Function<ServerPlayerEntity, Text> function, MessageType messageType, class_7436 class_7436, Instant instant, NetworkEncryptionUtils.class_7425 class_7425) voidMinecraftServer.method_43614(class_7436 class_7436, Text text) -
Uses of class_7436 in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type class_7436Modifier and TypeMethodDescriptionvoidServerPlayerEntity.method_43505(Text text, MessageType messageType, class_7436 class_7436, Instant instant, NetworkEncryptionUtils.class_7425 class_7425)