Module device

Module device 

Source

Structs§

BlockOperationsModule
A module that allows interaction with blocks in the world.
FileImportExportCard
A device that allows importing and exporting of files from the player’s computer.
InventoryOperationsModule
A module that allows interaction with inventories in the the world.
RedstoneDevice
A device that can interact with redstone in the world.
RobotDevice
SoundCard
A device that allows a computer or robot to play sounds.

Traits§

BlockOperationsInterface
An interface between devices which carry out block operations and the HLAPI
EnergyStorageInterface
An interface between an energy storage device and the HLAPI.
FileImportExportInterface
An interface for transferring files between a user’s real computer and the HLAPI
InventoryOperationsInterface
An interface between devices which carry out robot inventory operations and the HLAPI
ItemHandlerInterface
An interface between item storage devices or blocks and the HLAPI.
RedstoneInterface
An interface between redstone signal sending and receiving devices and the HLAPI
RobotInterface
An interface between robots and the HLAPI.
RpcDevice
SoundInterface
An interface between sound-making devices and the HALPI