Uses of Record Class
net.minecraft.class_7471
Packages that use class_7471
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7471 in net.minecraft
Methods in net.minecraft that return class_7471Modifier and TypeMethodDescriptionclass_7448.class_7449.signArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, Text text) class_7448.signArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string, Text text) -
Uses of class_7471 in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return class_7471Modifier and TypeMethodDescriptionstatic class_7471MessageArgumentType.method_43770(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string) -
Uses of class_7471 in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play that return class_7471 -
Uses of class_7471 in net.minecraft.server
Methods in net.minecraft.server with parameters of type class_7471Modifier and TypeMethodDescriptionvoidPlayerManager.broadcast(class_7471 class_7471, Function<ServerPlayerEntity, class_7471> playerMessageFactory, ChatMessageSender chatMessageSender, RegistryKey<MessageType> registryKey) Broadcasts a chat message to all players and the server console.voidPlayerManager.method_43673(class_7471 class_7471, TextStream.Message message, ServerPlayerEntity serverPlayerEntity, RegistryKey<MessageType> registryKey) voidPlayerManager.method_43674(class_7471 class_7471, ChatMessageSender chatMessageSender, RegistryKey<MessageType> registryKey) Method parameters in net.minecraft.server with type arguments of type class_7471Modifier and TypeMethodDescriptionvoidPlayerManager.broadcast(class_7471 class_7471, Function<ServerPlayerEntity, class_7471> playerMessageFactory, ChatMessageSender chatMessageSender, RegistryKey<MessageType> registryKey) Broadcasts a chat message to all players and the server console. -
Uses of class_7471 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_7471Modifier and TypeMethodDescriptionprivate static intMessageCommand.execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, class_7471 class_7471) private static intTeamMsgCommand.execute(ServerCommandSource serverCommandSource, class_7471 class_7471) -
Uses of class_7471 in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type class_7471Modifier and TypeMethodDescriptionvoidServerPlayerEntity.sendChatMessage(class_7471 class_7471, ChatMessageSender chatMessageSender, RegistryKey<MessageType> registryKey) Sends a chat message to the player.