Class: WorldTarget

WorldTarget()

A base class for all the modifiers.

A modifier does "something" to a component (generator, automator, the world etc), for example speeds up, slows down, increases production or something similar.

Constructor

new WorldTarget()

Author:
  • Harri Pellikka
Source:

Methods

build()

Creates the actual modifier based on the given settings

Source:
Returns:

Modifier

disableActivators()

Disables all the activators

Source:
Returns:

This target for chaining

speedBy(multiplier)

Speeds up all the processing by the given multiplier.

Parameters:
Name Type Description
multiplier

Multiplier for advancing the time

Source:
Returns:

This target for chaining