CreationShakeCode

Constructors

Link copied to clipboard
constructor(statements: List<CreationShakeStatement>)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

A list of statements that make up this block of code.

Functions

Link copied to clipboard
open override fun toJson(): Map<String, Any>

Converts this block of code to a JSON representation. This can be useful for serialization, debugging, or for interfacing with other components that consume JSON.