Class CommandHelper1_19
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.server.CommandHelperAPI
mods.thecomputerizer.theimpossiblelibrary.shared.v19.server.CommandHelper1_19
public class CommandHelper1_19
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_19
public CommandHelper1_19()
-
-
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
-