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.WeatherEntryNested classes/interfaces inherited from class mindustry.ctype.Content
Content.ModContentInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionarc.graphics.Colorfloatfloatfloatfloatarc.graphics.g2d.TextureRegion[]floatfloatfloatfloatFields inherited from class mindustry.type.Weather
attrs, duration, hidden, opacityMultiplier, rand, sound, soundVol, soundVolMin, soundVolOscMag, soundVolOscScl, status, statusAir, statusDuration, statusGround, typeFields inherited from class mindustry.ctype.UnlockableContent
allDatabaseTabs, alwaysUnlocked, databaseTabs, description, details, fullIcon, fullOverride, generateIcons, hideDatabase, hideDetails, inlineDescription, localizedName, selectionSize, shownPlanets, stats, techNode, techNodes, uiIcon, unlockedFields inherited from class mindustry.ctype.MappableContent
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mindustry.type.Weather
create, create, create, createWeather, drawNoise, drawNoiseLayers, drawParticles, drawRain, drawSplashes, getContentType, instance, isActive, isHidden, remove, update, updateEffectMethods inherited from class mindustry.ctype.UnlockableContent
afterPatch, checkStats, clearUnlock, createIcons, displayDescription, displayExtra, emoji, emojiChar, getDependencies, getLogicId, hasEmoji, isBanned, isOnPlanet, loadIcon, locked, logicVisible, makeOutline, makeOutline, makeOutline, onUnlock, postInit, quietUnlock, researchRequirements, setStats, showUnlock, unlock, unlocked, unlockedHost, unlockedNow, unlockedNowHostMethods 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
public arc.graphics.g2d.TextureRegion[] splashes -
color
public arc.graphics.Color color
-
-
Constructor Details
-
RainWeather
-
-
Method Details
-
load
public void load()Description copied from class:ContentCalled 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)
-