Package mindustry.type.weather
Class RainWeather
java.lang.Object
mindustry.ctype.Content
mindustry.ctype.MappableContent
mindustry.ctype.UnlockableContent
mindustry.type.Weather
mindustry.type.weather.RainWeather
- All Implemented Interfaces:
Comparable<Content>
-
Nested Class Summary
Nested classes/interfaces inherited from class mindustry.type.Weather
Weather.WeatherEntry
Nested classes/interfaces inherited from class mindustry.ctype.Content
Content.ModContentInfo
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
float
float
float
Fields inherited from class mindustry.type.Weather
attrs, duration, hidden, opacityMultiplier, rand, sound, soundVol, soundVolMin, soundVolOscMag, soundVolOscScl, status, statusAir, statusDuration, statusGround, type
Fields inherited from class mindustry.ctype.UnlockableContent
alwaysUnlocked, description, details, fullIcon, generateIcons, hideDetails, iconId, inlineDescription, localizedName, selectionSize, stats, techNode, techNodes, uiIcon, unlocked
Fields inherited from class mindustry.ctype.MappableContent
name
-
Constructor Summary
-
Method Summary
Methods inherited from class mindustry.type.Weather
create, create, create, createWeather, drawNoise, drawNoiseLayers, drawParticles, drawRain, drawSplashes, getContentType, instance, isActive, isHidden, remove, update, updateEffect
Methods inherited from class mindustry.ctype.UnlockableContent
checkStats, clearUnlock, createIcons, displayDescription, displayExtra, emoji, getDependencies, getLogicId, hasEmoji, loadIcon, locked, logicVisible, makeOutline, makeOutline, makeOutline, onUnlock, quietUnlock, researchRequirements, setStats, showUnlock, unlock, unlocked, unlockedNow, unlockedNowHost
Methods inherited from class mindustry.ctype.MappableContent
toString
-
Field Details
-
yspeed
public float yspeed -
xspeed
public float xspeed -
padding
public float padding -
density
public float density -
stroke
public float stroke -
sizeMin
public float sizeMin -
sizeMax
public float sizeMax -
splashTimeScale
public float splashTimeScale -
liquid
-
splashes
-
color
-
-
Constructor Details
-
RainWeather
-
-
Method Details
-
load
public void load()Description copied from class:Content
Called after all content is created, only on non-headless versions. Use for loading regions or other image data. -
drawOver
public void drawOver(mindustry.gen.WeatherState state) -
drawUnder
public void drawUnder(mindustry.gen.WeatherState state)
-