Uses of Record Class
net.minecraft.network.message.ArgumentSignatureDataMap.Entry
Packages that use ArgumentSignatureDataMap.Entry
- 
Uses of ArgumentSignatureDataMap.Entry in net.minecraft.network.messageFields in net.minecraft.network.message with type parameters of type ArgumentSignatureDataMap.EntryModifier and TypeFieldDescriptionprivate final List<ArgumentSignatureDataMap.Entry> ArgumentSignatureDataMap.entriesThe field for theentriesrecord component.Methods in net.minecraft.network.message that return types with arguments of type ArgumentSignatureDataMap.EntryModifier and TypeMethodDescriptionArgumentSignatureDataMap.entries()Returns the value of theentriesrecord component.Constructor parameters in net.minecraft.network.message with type arguments of type ArgumentSignatureDataMap.EntryModifierConstructorDescription
- 
Uses of ArgumentSignatureDataMap.Entry in net.minecraft.server.networkMethod parameters in net.minecraft.server.network with type arguments of type ArgumentSignatureDataMap.EntryModifier and TypeMethodDescriptionprivate static <S> MessageChain.MessageChainExceptionServerPlayNetworkHandler.createInvalidCommandSignatureException(String command, List<ArgumentSignatureDataMap.Entry> actual, List<SignedArgumentList.ParsedArgument<S>> expected)