Package ws.siri.jscore.behaviour.command
Class SnapshotCommand
java.lang.Object
ws.siri.jscore.behaviour.command.SnapshotCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intdelete(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) static ws.siri.jscore.behaviour.command.ListSuggestionProviderstatic intpull(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) static intrestore(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) static intsnap(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) static intsnapNamed(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context)
-
Constructor Details
-
SnapshotCommand
public SnapshotCommand()
-
-
Method Details
-
listProvider
public static ws.siri.jscore.behaviour.command.ListSuggestionProvider listProvider() -
snapNamed
public static int snapNamed(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) -
snap
public static int snap(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) -
restore
public static int restore(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) -
pull
public static int pull(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) -
delete
public static int delete(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context)
-