AnimationBuilder

class AnimationBuilder(inv: Inventory)(source)

Constructors

Link copied to clipboard
constructor(inv: Inventory)

Functions

Link copied to clipboard
fun burn(space: ComponentSpace, base: ItemStack, edge: ItemStack, trail: ItemStack, frequency: Int = 1, delay: Int = frequency + 1, preconfig: (RenderTask) -> RenderTask = identity())
Link copied to clipboard
fun dissolve(space: ComponentSpace, to: ItemStack, trail: ItemStack, frequency: Int = 1, delay: Int = frequency, perTick: Int = 1, preconfig: (RenderTask) -> RenderTask = identity())
Link copied to clipboard
fun dissolveInstant(space: ComponentSpace, to: ItemStack, trail: ItemStack, frequency: Int = 1, perTick: Int = 1, preconfig: (RenderTask) -> RenderTask = identity())
Link copied to clipboard
fun draw(space: ComponentSpace, item: ItemStack, frequency: Int = 1, perTick: Int = 1, preconfig: (RenderTask) -> RenderTask = identity())
Link copied to clipboard
fun dummy(mat: Material): ItemStack
Link copied to clipboard
fun instant(space: ComponentSpace, item: ItemStack)

Properties

Link copied to clipboard