Class WrappedCommand1_21.CustomSuggesterInfo
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v21.server.WrappedCommand1_21.CustomSuggesterInfo
- All Implemented Interfaces:
net.minecraft.commands.synchronization.ArgumentTypeInfo<WrappedCommand1_21.CustomSuggester,WrappedCommand1_21.CustomSuggesterInfo.CustomSuggesterTemplate>
- Enclosing class:
WrappedCommand1_21
public static class WrappedCommand1_21.CustomSuggesterInfo
extends Object
implements net.minecraft.commands.synchronization.ArgumentTypeInfo<WrappedCommand1_21.CustomSuggester,WrappedCommand1_21.CustomSuggesterInfo.CustomSuggesterTemplate>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassNested classes/interfaces inherited from interface net.minecraft.commands.synchronization.ArgumentTypeInfo
net.minecraft.commands.synchronization.ArgumentTypeInfo.Template<A extends com.mojang.brigadier.arguments.ArgumentType<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeFromNetwork(net.minecraft.network.FriendlyByteBuf buf) voidserializeToJson(WrappedCommand1_21.CustomSuggesterInfo.CustomSuggesterTemplate template, com.google.gson.JsonObject json) voidserializeToNetwork(WrappedCommand1_21.CustomSuggesterInfo.CustomSuggesterTemplate template, net.minecraft.network.FriendlyByteBuf buf) unpack(WrappedCommand1_21.CustomSuggester suggester)
-
Constructor Details
-
CustomSuggesterInfo
public CustomSuggesterInfo()
-
-
Method Details
-
deserializeFromNetwork
@NotNull public @NotNull WrappedCommand1_21.CustomSuggesterInfo.CustomSuggesterTemplate deserializeFromNetwork(net.minecraft.network.FriendlyByteBuf buf) - Specified by:
deserializeFromNetworkin interfacenet.minecraft.commands.synchronization.ArgumentTypeInfo<WrappedCommand1_21.CustomSuggester,WrappedCommand1_21.CustomSuggesterInfo.CustomSuggesterTemplate>