mcipc.rcon.ee.commands package

Submodules

mcipc.rcon.ee.commands.agent module

Agent-related commands.

mcipc.rcon.ee.commands.agent.collect(self: Client, item: str) str

Lets your agent collect all items within a one block from Agent in three dimensions.

mcipc.rcon.ee.commands.agent.createagent(self: Client) str

Creates an Agent at the current player’s position.

mcipc.rcon.ee.commands.agent.destroy(self: Client, direction: Direction | str) str

Makes your agent destroy a block or item in the specified direction.

mcipc.rcon.ee.commands.agent.detect(self: Client, direction: Direction | str) str

Lets your agent detect if there is a collidable block in the specified direction.

mcipc.rcon.ee.commands.agent.detectredstone(self: Client, direction: Direction | str) str

Lets your agent detect a redstone signal in the specified direction.

mcipc.rcon.ee.commands.agent.dropall(self: Client, direction: Direction | str) str

Makes an agent drop all its items from all slots onto the ground by one block in the specified direction.

mcipc.rcon.ee.commands.agent.move(self: Client, direction: Direction | str) str

Moves an Agent in a specified direction.

mcipc.rcon.ee.commands.agent.remove(self: Client, target: str) str

Removes an agent.

mcipc.rcon.ee.commands.agent.tpagent(self: Client) str

Teleport the player to their Agent’s position.

mcipc.rcon.ee.commands.agent.transfer(self: Client, src_slot_num: int, quantity: int, dst_slot_num: int) str

Transfers a specified quantity of items from one slot to another of your Agent’s inventory.

mcipc.rcon.ee.commands.agent.turn(self: Client, direction: Direction | str) str

Rotates an Agent in a specified direction by 90 degrees.

mcipc.rcon.ee.commands.classroommode module

Implementation of the classroommode command.

mcipc.rcon.ee.commands.classroommode.classroommode(self: Client)

Unknown invocation and behaviour. See: https://minecraft.gamepedia.com/Commands/classroommode

mcipc.rcon.ee.commands.code module

Implementation of the code command.

mcipc.rcon.ee.commands.code.code(self: Client) str

Used to access code connection.

mcipc.rcon.ee.commands.geteduclientinfo module

Implementation of the geteduclientinfo command.

mcipc.rcon.ee.commands.geteduclientinfo.geteduclientinfo(self: Client) str

Returns information about the game’s client.

mcipc.rcon.ee.commands.immutableworld module

Implementation of the immutableworld command.

mcipc.rcon.ee.commands.immutableworld.immutableworld(self: Client, value: bool) str

Toggles the world to be able altered or cannot be altered.

mcipc.rcon.ee.commands.position module

Implementation of the position command.

mcipc.rcon.ee.commands.position.position(self: Client) str

Toggles player coordinates to be displayed on the HUD.

Module contents

Commands for the Education Edition.