Uses of Class
net.minecraft.network.protocol.game.ClientboundCommandsPacket.Entry
Packages that use ClientboundCommandsPacket.Entry
-
Uses of ClientboundCommandsPacket.Entry in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundCommandsPacket.EntryModifier and TypeFieldDescriptionprivate final List<ClientboundCommandsPacket.Entry>
ClientboundCommandsPacket.entries
private final List<ClientboundCommandsPacket.Entry>
ClientboundCommandsPacket.NodeResolver.entries
Methods in net.minecraft.network.protocol.game that return ClientboundCommandsPacket.EntryModifier and TypeMethodDescriptionprivate static ClientboundCommandsPacket.Entry
ClientboundCommandsPacket.createEntry
(com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_237622_, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_237623_) private static ClientboundCommandsPacket.Entry
ClientboundCommandsPacket.readNode
(FriendlyByteBuf p_131888_) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCommandsPacket.EntryModifier and TypeMethodDescriptionprivate static List<ClientboundCommandsPacket.Entry>
ClientboundCommandsPacket.createEntries
(it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_237627_) Method parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundCommandsPacket.EntryModifier and TypeMethodDescriptionprivate static void
ClientboundCommandsPacket.validateEntries
(List<ClientboundCommandsPacket.Entry> p_237629_) private static void
ClientboundCommandsPacket.validateEntries
(List<ClientboundCommandsPacket.Entry> p_237631_, BiPredicate<ClientboundCommandsPacket.Entry, it.unimi.dsi.fastutil.ints.IntSet> p_237632_) private static void
ClientboundCommandsPacket.validateEntries
(List<ClientboundCommandsPacket.Entry> p_237631_, BiPredicate<ClientboundCommandsPacket.Entry, it.unimi.dsi.fastutil.ints.IntSet> p_237632_) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundCommandsPacket.EntryModifierConstructorDescription(package private)
NodeResolver
(CommandBuildContext p_237689_, List<ClientboundCommandsPacket.Entry> p_237690_)