Package net.minecraft.commands.arguments
Class EntityArgument.Info
java.lang.Object
net.minecraft.commands.arguments.EntityArgument.Info
- All Implemented Interfaces:
- ArgumentTypeInfo<EntityArgument,- EntityArgument.Info.Template> 
- Enclosing class:
- EntityArgument
public static class EntityArgument.Info
extends Object
implements ArgumentTypeInfo<EntityArgument,EntityArgument.Info.Template> 
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final byteprivate static final byte
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserializeFromNetwork(FriendlyByteBuf p_231282_) voidserializeToJson(EntityArgument.Info.Template p_231268_, com.google.gson.JsonObject p_231269_) voidserializeToNetwork(EntityArgument.Info.Template p_231271_, FriendlyByteBuf p_231272_) unpack(EntityArgument p_231274_) 
- 
Field Details- 
FLAG_SINGLEprivate static final byte FLAG_SINGLE- See Also:
 
- 
FLAG_PLAYERS_ONLYprivate static final byte FLAG_PLAYERS_ONLY- See Also:
 
 
- 
- 
Constructor Details- 
Infopublic Info()
 
- 
- 
Method Details- 
serializeToNetwork- Specified by:
- serializeToNetworkin interface- ArgumentTypeInfo<EntityArgument,- EntityArgument.Info.Template> 
 
- 
deserializeFromNetwork- Specified by:
- deserializeFromNetworkin interface- ArgumentTypeInfo<EntityArgument,- EntityArgument.Info.Template> 
 
- 
serializeToJsonpublic void serializeToJson(EntityArgument.Info.Template p_231268_, com.google.gson.JsonObject p_231269_) - Specified by:
- serializeToJsonin interface- ArgumentTypeInfo<EntityArgument,- EntityArgument.Info.Template> 
 
- 
unpack- Specified by:
- unpackin interface- ArgumentTypeInfo<EntityArgument,- EntityArgument.Info.Template> 
 
 
-