Package-level declarations
Types
Link copied to clipboard
class BlockPlacer(name: String, val module: ClientModule, val priority: Priority, val slotFinder: (BlockPos?) -> HotbarItemSlot?, allowSupportPlacements: Boolean = true) : ValueGroup, EventListener
Link copied to clipboard
abstract class BlockPlacerRotationMode(name: String, modeValueGroup: ModeValueGroup<BlockPlacerRotationMode>, val placer: BlockPlacer) : Mode, MinecraftShortcuts
Link copied to clipboard
class CrystalDestroyFeature(eventListener: EventListener, module: ClientModule) : ToggleableValueGroup
Link copied to clipboard
class NormalRotationMode(modeValueGroup: ModeValueGroup<BlockPlacerRotationMode>, placer: BlockPlacer) : BlockPlacerRotationMode
Normal rotations. Only one placement per tick is possible, possible less because rotating takes some time.
Link copied to clipboard
class NoRotationMode(modeValueGroup: ModeValueGroup<BlockPlacerRotationMode>, placer: BlockPlacer) : BlockPlacerRotationMode
No rotations, or just a packet containing the rotation target.
Link copied to clipboard
Places blocks to support placements.