Class RocketCommands
java.lang.Object
net.rocketpowered.connector.commands.RocketCommands
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Predicate<net.minecraft.commands.CommandSourceStack>hasPermissions(long permissions) static voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.Commands.CommandSelection selection)
-
Field Details
-
ROCKET_UNAVAILABLE_ERROR
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ROCKET_UNAVAILABLE_ERROR
-
-
Constructor Details
-
RocketCommands
public RocketCommands()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher, net.minecraft.commands.Commands.CommandSelection selection) -
hasPermissions
-