Package ws.siri.jscore.behaviour.command
Class RequireCommand
java.lang.Object
ws.siri.jscore.behaviour.command.RequireCommand
Require [strict/lazy] <path>
- strict always loads the file
- lazy only loads the file if not previously loaded
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intlazy(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) static intstrict(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context)
-
Constructor Details
-
RequireCommand
public RequireCommand()
-
-
Method Details
-
lazy
public static int lazy(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context) -
strict
public static int strict(com.mojang.brigadier.context.CommandContext<net.fabricmc.fabric.api.client.command.v2.FabricClientCommandSource> context)
-