Package net.minecraft.commands.arguments
Class ResourceOrTagArgument.Info<T>
java.lang.Object
net.minecraft.commands.arguments.ResourceOrTagArgument.Info<T>
- All Implemented Interfaces:
- ArgumentTypeInfo<ResourceOrTagArgument<T>,- ResourceOrTagArgument.Info<T>.Template> 
- Enclosing class:
- ResourceOrTagArgument<T>
public static class ResourceOrTagArgument.Info<T>
extends Object
implements ArgumentTypeInfo<ResourceOrTagArgument<T>,ResourceOrTagArgument.Info<T>.Template> 
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserializeFromNetwork(FriendlyByteBuf p_250205_) voidserializeToJson(ResourceOrTagArgument.Info<T>.Template p_251957_, com.google.gson.JsonObject p_249067_) voidserializeToNetwork(ResourceOrTagArgument.Info<T>.Template p_250419_, FriendlyByteBuf p_249726_) unpack(ResourceOrTagArgument<T> p_252206_) 
- 
Constructor Details- 
Infopublic Info()
 
- 
- 
Method Details- 
serializeToNetworkpublic void serializeToNetwork(ResourceOrTagArgument.Info<T>.Template p_250419_, FriendlyByteBuf p_249726_) - Specified by:
- serializeToNetworkin interface- ArgumentTypeInfo<ResourceOrTagArgument<T>,- ResourceOrTagArgument.Info<T>.Template> 
 
- 
deserializeFromNetwork- Specified by:
- deserializeFromNetworkin interface- ArgumentTypeInfo<ResourceOrTagArgument<T>,- ResourceOrTagArgument.Info<T>.Template> 
 
- 
serializeToJsonpublic void serializeToJson(ResourceOrTagArgument.Info<T>.Template p_251957_, com.google.gson.JsonObject p_249067_) - Specified by:
- serializeToJsonin interface- ArgumentTypeInfo<ResourceOrTagArgument<T>,- ResourceOrTagArgument.Info<T>.Template> 
 
- 
unpack- Specified by:
- unpackin interface- ArgumentTypeInfo<ResourceOrTagArgument<T>,- ResourceOrTagArgument.Info<T>.Template> 
 
 
-