Class CommandHelper1_21
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 -
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_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:
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
-