Uses of Record 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.entriesprivate final List<ClientboundCommandsPacket.Entry> ClientboundCommandsPacket.NodeResolver.entriesMethods in net.minecraft.network.protocol.game that return ClientboundCommandsPacket.EntryModifier and TypeMethodDescriptionprivate static <S> ClientboundCommandsPacket.EntryClientboundCommandsPacket.createEntry(com.mojang.brigadier.tree.CommandNode<S> node, ClientboundCommandsPacket.NodeInspector<S> inspector, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<S>> ids) private static ClientboundCommandsPacket.EntryClientboundCommandsPacket.readNode(FriendlyByteBuf input) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCommandsPacket.EntryModifier and TypeMethodDescriptionprivate static <S> List<ClientboundCommandsPacket.Entry> ClientboundCommandsPacket.createEntries(it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<S>> nodeToId, ClientboundCommandsPacket.NodeInspector<S> inspector) Method parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundCommandsPacket.EntryModifier and TypeMethodDescriptionprivate static voidClientboundCommandsPacket.validateEntries(List<ClientboundCommandsPacket.Entry> entries) private static voidClientboundCommandsPacket.validateEntries(List<ClientboundCommandsPacket.Entry> entries, BiPredicate<ClientboundCommandsPacket.Entry, it.unimi.dsi.fastutil.ints.IntSet> validator) private static voidClientboundCommandsPacket.validateEntries(List<ClientboundCommandsPacket.Entry> entries, BiPredicate<ClientboundCommandsPacket.Entry, it.unimi.dsi.fastutil.ints.IntSet> validator) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundCommandsPacket.EntryModifierConstructorDescriptionprivateNodeResolver(CommandBuildContext context, ClientboundCommandsPacket.NodeBuilder<S> builder, List<ClientboundCommandsPacket.Entry> entries)