Class WrappedCommand1_18_2.CustomSuggesterInfo
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.server.WrappedCommand1_18_2.CustomSuggesterInfo
- All Implemented Interfaces:
net.minecraft.commands.synchronization.ArgumentSerializer<WrappedCommand1_18_2.CustomSuggester>
- Enclosing class:
- WrappedCommand1_18_2
public static final class WrappedCommand1_18_2.CustomSuggesterInfo
extends Object
implements net.minecraft.commands.synchronization.ArgumentSerializer<WrappedCommand1_18_2.CustomSuggester>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull WrappedCommand1_18_2.CustomSuggesterdeserializeFromNetwork(net.minecraft.network.FriendlyByteBuf buf) voidserializeToJson(WrappedCommand1_18_2.CustomSuggester type, com.google.gson.JsonObject json) voidserializeToNetwork(WrappedCommand1_18_2.CustomSuggester type, net.minecraft.network.FriendlyByteBuf buf)
-
Constructor Details
-
CustomSuggesterInfo
public CustomSuggesterInfo()
-
-
Method Details
-
deserializeFromNetwork
@NotNull public @NotNull WrappedCommand1_18_2.CustomSuggester deserializeFromNetwork(net.minecraft.network.FriendlyByteBuf buf) - Specified by:
deserializeFromNetworkin interfacenet.minecraft.commands.synchronization.ArgumentSerializer<WrappedCommand1_18_2.CustomSuggester>