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.