Class CommandHelper1_20
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v20.server.CommandHelper1_20
public class CommandHelper1_20
extends mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmods.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
-
Constructor Details
-
CommandHelper1_20
public CommandHelper1_20()
-
-
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:
parseEntityin classmods.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:
parsePlayerin classmods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI- Throws:
Exception
-