Block Placer
Constructors
Properties
Stores the ValueGroup in which the ValueGroup is included, can be null.
Construct a hit result at the point selected by target finding when the raytrace result is invalid. This can make the module rotations wrong as well as place a bit outside the range, but it makes the placements a lot more reliable and works on most servers.
If true, value will not be included in generated public config. Can be set using doNotIncludeWhen or doNotIncludeAlways.
Get the related CoroutineScope of receiver EventListener.
Group for optional inclusion during configuration saving. Managed by AutoConfig.
If true, the description won't be bound to any net.ccbluex.liquidbounce.config.types.group.ValueGroup.
If true, value will always keep inner equals defaultValue.
If true, value will not be included in generated RestAPI config.
Renders all placements.
Returns whether the listenable is running or not, this is based on the parent listenable and if no parent is present, it will return the opposite of isDestructed.
Renders all tracked positions that are queued to be placed.
Functions
Adds a block to be placed.
Checks if this value should be included in the public configuration based on its doNotInclude condition and inclusionGroup.
Children EventListener
Returns computed ReadWriteProperty based on the accumulator of specific event.
Deserialize value from JSON
Assigns the value of the settings to the component
Parent EventListener
Allows dynamic groups to create their children before stored values are applied.
Remove cached scope and cancel it.
Removes a block from the queue.
Registers an event hook for events of type T and launches a sequence
Start a Job on event.
Registers a repeatable sequence which repeats the execution of code on GameTickEvent.
Unregisters the event handler from the manager. This decision is FINAL! After the class was unregistered we cannot restore the handlers.
Removes all positions that are not in positions and adds all that are not in the queue.
Walks the path of the ValueGroup and its children
Wrap the original interceptor and make it auto-detect the listener's running state at suspension to determine whether to resume the continuation.