@@ -34,7 +34,7 @@ declare namespace Dimensions {
3434 * (like in the End or Nether).
3535 * @param hasSkyLight if true, the sky produces light in the dimension
3636 * @returns Reference to itself to be used in sequential calls.
37- * @since 3.1.1b127 (existed but not working until it)
37+ * @since 3.1.0b126 (existed but not working until it)
3838 */
3939 setHasSkyLight ( hasSkyLight : boolean ) : CustomDimension ;
4040
@@ -126,70 +126,70 @@ declare namespace Dimensions {
126126 /**
127127 * Sets, can liquid evaporate or not.
128128 * @param evaporates if true water will evaporate just like nether
129- * @since 3.1.1b127
129+ * @since 3.1.0b126
130130 */
131131 setEvaporatesLiquids ( evaporates : boolean ) : CustomDimension ;
132132
133133 /**
134134 * Sets, has world tick of weather seasons or not.
135135 * @param seasons if true weather will work
136- * @since 3.1.1b127
136+ * @since 3.1.0b126
137137 */
138138 setWeatherSeasons ( seasons : boolean ) : CustomDimension ;
139139
140140 /**
141141 * Sets behavior with interacting between player and bed like a nether or end.
142142 * @param explode if true player can't sleep on beds
143- * @since 3.1.1b127
143+ * @since 3.1.0b126
144144 */
145145 setBedExplodesOnSleep ( explode : boolean ) : CustomDimension ;
146146
147147 /**
148148 * Sets visualization of sky like overworld.
149149 * @param enabled
150- * @since 3.1.1b127
150+ * @since 3.1.0b126
151151 */
152152 setSkyAtmosphereEnabled ( enabled : boolean ) : CustomDimension ;
153153
154154 /**
155155 * Sets height of clouds.
156156 * @param height height by "y" angle
157- * @since 3.1.1b127
157+ * @since 3.1.0b126
158158 */
159159 setCloudHeight ( height : number ) : CustomDimension ;
160160
161161 /**
162162 * Overrides time of day by interval [0, 1].
163163 * @param interval number between 0 and 1,
164164 * e.g. 0.25 represents noon, 0.75 midnight
165- * @since 3.1.1b127
165+ * @since 3.1.0b126
166166 */
167167 setTimeOfDay ( interval : number ) : CustomDimension ;
168168
169169 /**
170170 * Multiplies time for dimension based on world one
171171 * (e.g., {@link World.getWorldTime}() * amplifier).
172172 * @param amplifier any number
173- * @since 3.1.1b127
173+ * @since 3.1.0b126
174174 */
175175 setTimeOfDayAmplifier ( amplifier : number ) : CustomDimension ;
176176
177177 /**
178178 * Resets custom time of day interval.
179- * @since 3.1.1b127
179+ * @since 3.1.0b126
180180 */
181181 resetTimeOfDay ( ) : CustomDimension ;
182182
183183 /**
184184 * Sets star brightness.
185185 * @param interval number between 0 and 1
186- * @since 3.1.1b127
186+ * @since 3.1.0b126
187187 */
188188 setStarBrightness ( interval : number ) : CustomDimension ;
189189
190190 /**
191191 * Resets star brightness.
192- * @since 3.1.1b127
192+ * @since 3.1.0b126
193193 */
194194 resetStarBrightness ( ) : CustomDimension ;
195195 }
@@ -630,15 +630,15 @@ declare namespace Dimensions {
630630 * Returns number between 0 and 7 (inclusive), which represents chance to spawn
631631 * slimes, equipped mobs, etc. (see {@link https://minecraft.wiki/w/Moon})
632632 * @param dimensionId numeric id of the dimension
633- * @since 3.1.1b127
633+ * @since 3.1.0b126
634634 */
635635 function getMoonPhase ( dimensionId : number ) : number ;
636636
637637 /**
638638 * Returns floating number in range [0, 1], which represents chance to spawn
639639 * slimes, equipped mobs, etc. (see {@link https://minecraft.wiki/w/Moon})
640640 * @param dimensionId numeric id of the dimension
641- * @since 3.1.1b127
641+ * @since 3.1.0b126
642642 */
643643 function getMoonBrightness ( dimensionId : number ) : number ;
644644}
0 commit comments