Uses of Record Class
net.minecraft.commands.arguments.ArgumentSignatures.Entry
Packages that use ArgumentSignatures.Entry
-
Uses of ArgumentSignatures.Entry in net.minecraft.commands.arguments
Fields in net.minecraft.commands.arguments with type parameters of type ArgumentSignatures.EntryModifier and TypeFieldDescriptionprivate final List
<ArgumentSignatures.Entry> ArgumentSignatures.entries
The field for theentries
record component.Methods in net.minecraft.commands.arguments that return types with arguments of type ArgumentSignatures.EntryModifier and TypeMethodDescriptionArgumentSignatures.entries()
Returns the value of theentries
record component.Constructor parameters in net.minecraft.commands.arguments with type arguments of type ArgumentSignatures.EntryModifierConstructorDescriptionArgumentSignatures
(List<ArgumentSignatures.Entry> entries) Creates an instance of aArgumentSignatures
record class. -
Uses of ArgumentSignatures.Entry in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type ArgumentSignatures.EntryModifier and TypeMethodDescriptionprivate static <S> SignedMessageChain.DecodeException
ServerGamePacketListenerImpl.createSignedArgumentMismatchException
(String p_338499_, List<ArgumentSignatures.Entry> p_338388_, List<SignableCommand.Argument<S>> p_338708_)