Class BossBarCommand
java.lang.Object
io.github.xrickastley.sevenelements.command.BossBarCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intgetEntity(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, CommandBossBar bossBar) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static intsetEntity(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, CommandBossBar bossBar)
-
Constructor Details
-
BossBarCommand
public BossBarCommand()
-
-
Method Details
-
register
-
setEntity
private static int setEntity(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, CommandBossBar bossBar) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getEntity
private static int getEntity(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, CommandBossBar bossBar) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-