java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v21.server.CommandHelper1_21

public class CommandHelper1_21 extends mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<?,?>
    parseEntity(mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?> server, mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<?> sender, String unparsed)
     
    mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<?,?>
    parsePlayer(mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?> server, mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<?> sender, String unparsed)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI

    parseDoubleRef, parsePosition

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommandHelper1_21

      public CommandHelper1_21()
  • Method Details

    • parseEntity

      public mods.thecomputerizer.theimpossiblelibrary.api.common.entity.EntityAPI<?,?> parseEntity(mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?> server, mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<?> sender, String unparsed) throws Exception
      Specified by:
      parseEntity in class mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
      Throws:
      Exception
    • parsePlayer

      public mods.thecomputerizer.theimpossiblelibrary.api.common.entity.PlayerAPI<?,?> parsePlayer(mods.thecomputerizer.theimpossiblelibrary.api.server.MinecraftServerAPI<?> server, mods.thecomputerizer.theimpossiblelibrary.api.server.CommandSenderAPI<?> sender, String unparsed) throws Exception
      Specified by:
      parsePlayer in class mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
      Throws:
      Exception