Static plz
This commit is contained in:
parent
f0dfc539ba
commit
ae2c1285d6
@ -710,17 +710,17 @@ public class Mixin
|
||||
// STATIC EXPOSE: COMMAND
|
||||
// -------------------------------------------- //
|
||||
|
||||
public boolean dispatchCommand(CommandSender sender, String commandLine)
|
||||
public static boolean dispatchCommand(CommandSender sender, String commandLine)
|
||||
{
|
||||
return getCommandMixin().dispatchCommand(sender, commandLine);
|
||||
}
|
||||
|
||||
public boolean dispatchCommand(SenderEntity<?> sender, String commandLine)
|
||||
public static boolean dispatchCommand(SenderEntity<?> sender, String commandLine)
|
||||
{
|
||||
return getCommandMixin().dispatchCommand(sender, commandLine);
|
||||
}
|
||||
|
||||
public boolean dispatchCommand(String sender, String commandLine)
|
||||
public static boolean dispatchCommand(String sender, String commandLine)
|
||||
{
|
||||
return getCommandMixin().dispatchCommand(sender, commandLine);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user