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