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.entriesThe field for theentriesrecord component.Methods in net.minecraft.commands.arguments that return types with arguments of type ArgumentSignatures.EntryModifier and TypeMethodDescriptionArgumentSignatures.entries()Returns the value of theentriesrecord component.Constructor parameters in net.minecraft.commands.arguments with type arguments of type ArgumentSignatures.EntryModifierConstructorDescriptionArgumentSignatures(List<ArgumentSignatures.Entry> entries) Creates an instance of aArgumentSignaturesrecord 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.DecodeExceptionServerGamePacketListenerImpl.createSignedArgumentMismatchException(String p_338499_, List<ArgumentSignatures.Entry> p_338388_, List<SignableCommand.Argument<S>> p_338708_)