Constructs a new dimension with specified name and preferred id
dimension name, can be used to get dimension via Dimensions.getDimensionByName call
preferred dimension id. If id is already occupied by some another dimension, constructor will look for the next empty dimension id and assign it to the current dimension
Custom dimension id
whether the sky produces light in the current dimension
Resets clouds color to the default value
reference to itself to be used in sequential calls
Resets fog color to the default value
reference to itself to be used in sequential calls
Resets fog displaying distance
Resets sky color to the default value
reference to itself to be used in sequential calls
Resets sunset sky color to the default value
reference to itself to be used in sequential calls
Sets clouds color for the dimension in the RGB format. Default color is as in the Overworld
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Sets fog color for the dimension in the RGB format. Default color is as in the Overworld
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Sets fog displaying distance
nearest fog distance
farthest fog distance
reference to itself to be used in sequential calls
Sets custom landscape generator
custom landscape generator used for current dimension
reference to itself to be used in sequential calls
Specifies whether the sky produces light (like in overworld) or not (like in the End or Nether). By default this value is true
if true, the sky produces light in the dimension
reference to itself to be used in sequential calls
Sets sky color for the dimension in the RGB format. Default color is as in the Overworld
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Sets sunset sky color for the dimension in the RGB format. Default color is as in the Overworld
red color component, value from 0 to 1
green color component, value from 0 to 1
blue color component, value from 0 to 1
reference to itself to be used in sequential calls
Generated using TypeDoc
Class representing custom dimension