Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
R
- r - Variable in Klasse net.risingworld.api.utils.ColorRGBA
-
The red color component (0-1)
- R - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- race - Variable in Klasse net.risingworld.api.definitions.Clothing.ClothingDefinition
-
Race which can wear this clothing piece
- RAD_TO_DEG - Statische Variable in Klasse net.risingworld.api.utils.Utils.MathUtils
-
Multiply with this factor to convert a radian value to degrees
- RadialMenus - Enum-Konstante in Enum-Klasse net.risingworld.api.ui.UITarget
-
Attach element to radial menu layer (so it's only visible while a radial menu is open)
- radianToDegree(float) - Statische Methode in Klasse net.risingworld.api.utils.Utils.MathUtils
-
Converts a radian value to degree.
- radiationprotection - Variable in Klasse net.risingworld.api.definitions.Clothing.ClothingDefinition
- Ragdoll - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Npcs.CorpseType
-
Npc body will turn into a ragdoll model
- Rain - Statische Variable in Klasse net.risingworld.api.definitions.WeatherDefs
-
Rain
- rainintensity - Variable in Klasse net.risingworld.api.definitions.WeatherDefs.Weather
- rainsoundintensity - Variable in Klasse net.risingworld.api.definitions.WeatherDefs.Weather
-
Rain sound intensity (0-1)
- Rake - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Items.PickingType
- randomgrowthrotation - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
If true, the Y rotation will change randomly when reaching the next growth stage
- range - Variable in Klasse net.risingworld.api.definitions.Items.PickingInfo
-
Max range of this item
- RangedWeapons - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Crafting.SubCategory
- Raw - Enum-Konstante in Enum-Klasse net.risingworld.api.assets.Asset.Source
-
Asset is loaded from raw byte data
- rawingredientstring - Variable in Klasse net.risingworld.api.definitions.Crafting.Recipe
-
Raw ingredients string (as it was read from the database)
- rawMapTileToBufferedImage(byte[]) - Statische Methode in Klasse net.risingworld.api.utils.Utils.ImageUtils
- rawrequirementstring - Variable in Klasse net.risingworld.api.definitions.Crafting.CraftingRequirement
-
Raw requirement string (as it was read from the database)
- rawworkbenchesstring - Variable in Klasse net.risingworld.api.definitions.Crafting.Recipe
-
Raw workbenches string (as it was read from the database)
- raycast(float, int, boolean, Callback<RaycastResult>) - Methode in Klasse net.risingworld.api.objects.Player
-
Performs a raycast from the player view position to the player view direction.
- raycast(int, Callback<RaycastResult>) - Methode in Klasse net.risingworld.api.objects.Player
-
Performs a raycast from the player view position to the player view direction.
- raycast(Vector3f, float, int, boolean, Callback<RaycastResult>) - Methode in Klasse net.risingworld.api.objects.Player
-
Performs a raycast from the player view position to the provided direction.
- raycastFromScreenPosition(float, float, boolean, float, int, boolean, Callback<RaycastResult>) - Methode in Klasse net.risingworld.api.objects.Player
-
Performs a raycast from the screen xy position.
- raycastFromWorldPosition(Vector3f, Vector3f, float, int, boolean, Callback<RaycastResult>) - Methode in Klasse net.risingworld.api.objects.Player
-
Performs a raycast from a world position.
- RaycastResult - Klasse in net.risingworld.api.utils
-
Represents the result of a raycast.
- rayoffset - Variable in Klasse net.risingworld.api.definitions.Npcs.NpcDefinition
- readBytesFromFile(File) - Statische Methode in Klasse net.risingworld.api.utils.Utils.FileUtils
-
Reads the bytes of a file.
- readLocalPosition(String, Player, Callback<Vector3f>) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Reads the actual local position of the prefab (or a child of this prefab, specified by the path) from a particular player.
- readLocalRotation(String, Player, Callback<Quaternion>) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Reads the actual local rotation of the prefab (or a child of this prefab, specified by the path) from a particular player.
- readStringFromFile(File) - Statische Methode in Klasse net.risingworld.api.utils.Utils.FileUtils
-
Reads a text / string from a file.
- readWorldPosition(String, Player, Callback<Vector3f>) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Reads the actual world position of the prefab (or a child of this prefab, specified by the path) from a particular player.
- readWorldPosition(Player, Callback<Vector3f>) - Methode in Klasse net.risingworld.api.worldelements.GameObject
-
Reads the actual world position of the game object from a particular player.
- readWorldRotation(String, Player, Callback<Quaternion>) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Reads the actual world rotation of the prefab (or a child of this prefab, specified by the path) from a particular player.
- readWorldRotation(Player, Callback<Quaternion>) - Methode in Klasse net.risingworld.api.worldelements.GameObject
-
Reads the actual world rotation of the game object from a particular player.
- Ready - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Vehicles.Stage
- ReadyEvent - Klasse in net.risingworld.api.events.general
-
Triggered when the game or server is fully initialized.
- rearrange() - Methode in Klasse net.risingworld.api.objects.Area
-
Rearranges the values of this area, i.e the start position will be compared with the end position, and if the start position is less than the end position, the values will be swapped.
Note: This method is called automatically when a new area is created or when the start/end position has been changed. - rebindAnimator(String, boolean) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Rebinds all properties and mesh data with the animator controller.
- recipe - Variable in Klasse net.risingworld.api.definitions.Crafting.CraftingRequirement
-
Name of the recipe
- Recycle - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Crosshair
-
Recycle icon
- Red - Statische Variable in Klasse net.risingworld.api.utils.ColorRGBA
-
Red color (1, 0, 0)
- refresh() - Methode in Klasse net.risingworld.api.ui.style.StyleScale
- refresh() - Methode in Klasse net.risingworld.api.ui.style.StyleTransformOrigin
- refresh() - Methode in Klasse net.risingworld.api.ui.style.StyleTranslate
- refuelvalue - Variable in Klasse net.risingworld.api.definitions.Items.ItemInfo
-
If used as fuel, this determines how much the furnace will be refueled
- registerEventListener(Listener) - Methode in Klasse net.risingworld.api.Plugin
-
Registers an event
Listener
. - registerKeys(Key...) - Methode in Klasse net.risingworld.api.objects.Player
-
Defines key inputs the client should forward to the server.
- reinit(float, float, int) - Methode in Klasse net.risingworld.api.Timer
- reinitVFX(String) - Methode in Klasse net.risingworld.api.worldelements.Prefab
- relateditem - Variable in Klasse net.risingworld.api.definitions.Clothing.ClothingDefinition
- relateditem - Variable in Klasse net.risingworld.api.definitions.Constructions.ConstructionDefinition
-
Related item (which represents this construction element)
- relateditem - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Related item name.
- relateditem - Variable in Klasse net.risingworld.api.definitions.Vehicles.VehicleComponent
-
Item that represents this component
- relative - Variable in Klasse net.risingworld.api.definitions.Npcs.NpcDefinition
-
If another npc is related to this type, this is the relative.
- Relative - Enum-Konstante in Enum-Klasse net.risingworld.api.ui.style.Position
-
Default: Relative position
- REMOTEPLAYER - Statische Variable in Klasse net.risingworld.api.utils.Layer
- remove - Variable in Klasse net.risingworld.api.definitions.Items.ConsumeInfo
-
Determines if the item should be removed from inventory after consuming
- remove(short) - Methode in Klasse net.risingworld.api.objects.Clothes
- remove(Clothing.Type) - Methode in Klasse net.risingworld.api.objects.Clothes
- RemoveAdminEvent - Klasse in net.risingworld.api.events.general
-
Called when a player is removed from the admin list.
- removeAll() - Methode in Klasse net.risingworld.api.objects.Clothes
- removeAllChilds() - Methode in Klasse net.risingworld.api.ui.UIElement
-
Removes all children from this element.
- removeAllChilds() - Methode in Klasse net.risingworld.api.worldelements.GameObject
-
Removes all children from this element.
- removeAllLeadingAndTrailingWhitespaces(String) - Statische Methode in Klasse net.risingworld.api.utils.Utils.StringUtils
- removeAllLeadingWhitespaces(String) - Statische Methode in Klasse net.risingworld.api.utils.Utils.StringUtils
-
Removes all leading white spaces.
- removeAllNonWordCharacters(String) - Statische Methode in Klasse net.risingworld.api.utils.Utils.StringUtils
- removeAllTrailingWhitespaces(String) - Statische Methode in Klasse net.risingworld.api.utils.Utils.StringUtils
- removeAllWhitespaces(String) - Statische Methode in Klasse net.risingworld.api.utils.Utils.StringUtils
- removeArea(Area) - Statische Methode in Klasse net.risingworld.api.Server
-
Removes an
Area
that has been added to the server previously. - removeChild(UIElement) - Methode in Klasse net.risingworld.api.ui.UIElement
-
Removes a child from this element.
- removeChild(GameObject) - Methode in Klasse net.risingworld.api.worldelements.GameObject
-
Removes a child from this object.
- removeComponent(String) - Methode in Klasse net.risingworld.api.worldelements.GameObject
- removeComponent(String, String) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Removes a Unity component from the prefab or a child of this prefab.
- removeConstructionElement(long, int, int, int, boolean) - Statische Methode in Klasse net.risingworld.api.World
- removeCustomImage(long, boolean) - Statische Methode in Klasse net.risingworld.api.Server
-
Deletes a custom image (and also removes all placed instances in the world).
- removeEntries(int[], int) - Statische Methode in Klasse net.risingworld.api.utils.Utils.ArrayUtils
- removeEntries(String[], String) - Statische Methode in Klasse net.risingworld.api.utils.Utils.ArrayUtils
- removeFromClassList(String) - Methode in Klasse net.risingworld.api.ui.UIElement
- removeFromParent() - Methode in Klasse net.risingworld.api.ui.UIElement
-
Removes this element from its parent.
- removeFromParent() - Methode in Klasse net.risingworld.api.worldelements.GameObject
-
Removes this object from its parent.
- removeGameObject(GameObject) - Methode in Klasse net.risingworld.api.objects.Player
-
Removes a
GameObject
from the player's world. - removeItem(int) - Methode in Klasse net.risingworld.api.objects.Storage
-
Removes an item from a particular slot in the storage.
- removeItem(int, int) - Methode in Klasse net.risingworld.api.objects.Inventory
-
Removes an item from a total index in inventory (or more precisely, reduces the stack size of the item by the provided amount).
- removeItem(int, int) - Methode in Klasse net.risingworld.api.objects.Storage
-
Removes an item (or more precisely, reduces the stack size of the item by the provided amount) from a particular slot in the storage.
- removeItem(int, Inventory.SlotType) - Methode in Klasse net.risingworld.api.objects.Inventory
-
Removes an item from a particular slot in the inventory.
- removeItem(int, Inventory.SlotType, int) - Methode in Klasse net.risingworld.api.objects.Inventory
-
Removes an item from a particular slot in the inventory (or more precisely, reduces the stack size of the item by the provided amount).
- removeItem(short, int, int) - Methode in Klasse net.risingworld.api.objects.Storage
-
Removes the next item with the given type id and variation from the storage (more precisely, the stack size of the item is reduced by the provided amount).
- removeObject(long, int, int, int, boolean) - Statische Methode in Klasse net.risingworld.api.World
- removePlant(long, int, int, int, boolean, boolean) - Statische Methode in Klasse net.risingworld.api.World
- removePlayerPermission(int) - Methode in Klasse net.risingworld.api.objects.Area
-
Removes a player from the area/permissions.
- removePlayerPermission(Player) - Methode in Klasse net.risingworld.api.objects.Area
-
Removes a player from the area/permissions.
- removeStyleSheet(StyleSheetAsset) - Methode in Klasse net.risingworld.api.ui.UIElement
- removeUIElement(UIElement) - Methode in Klasse net.risingworld.api.objects.Player
-
Removes a UI element from the player's screen.
- renderlightintensity - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Light intensity when rendering the object icon (0.0 - 1.0).
- renderoffset - Variable in Klasse net.risingworld.api.definitions.Items.ItemDefinition
-
Optional offset when rendering the item (e.g as custom icon or for crafting preview)
- renderoffset - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Optional offset of the object when rendering the object icon
- renderoffset - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
Optional plant offset when rendering the plant icon
- renderrotation - Variable in Klasse net.risingworld.api.definitions.Items.ItemDefinition
-
Optional rotation when rendering the item (e.g as custom icon or for crafting preview)
- renderrotation - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Optional offset rotation when rendering the object icon (default rotation will be multiplied with this optional rotation)
- renderrotation - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
Optional plant rotation when rendering the plant icon
- renderscale - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Render scale, i.e scale factor for the object when rendering.
- renderscale - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
Scale factors when rendering the plant icon.
- rendertransform - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Optional offset of the camera when rendering the object icon
- requiredcomponents - Variable in Klasse net.risingworld.api.definitions.Vehicles.VehicleDefinition
-
Required components for the vehicle to be considered "ready"
- requiredCraftingStations - Variable in Klasse net.risingworld.api.definitions.Crafting.Recipe
-
List of all required crafting stations.
- requiredItemType - Variable in Klasse net.risingworld.api.definitions.Npcs.NpcDefinition.NpcLootInfo
- requiredobjecttype - Variable in Klasse net.risingworld.api.definitions.Items.ItemInfo
-
Required object type for processing this item.
- requiredstage - Variable in Klasse net.risingworld.api.definitions.Vehicles.VehicleAssembly
- requirement - Variable in Klasse net.risingworld.api.definitions.Clothing.ClothingDefinition
-
Optional other clothing piece that is required for this piece (i.e the entity must wear this clothing piece already).
- requirements - Variable in Klasse net.risingworld.api.definitions.Crafting.CraftingRequirement
-
Requirements for this recipe
- requiresfarmland - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
If true, this plant can only be planted on farmland (TODO)
- requiresfuel - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectInfoDefinition
- requiresfuel - Variable in Klasse net.risingworld.api.definitions.Vehicles.VehicleDefinition
-
Determines whether or not this vehicle requires fuel
- requiresFuel() - Methode in Klasse net.risingworld.api.objects.MetaObject
-
Gets whether or not this meta object requires fuel for processing (e.g a furnace).
- requiressunlight - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
If true, this plant requires sunlight to grow (TODO)
- requiresupdateloop - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectInfoDefinition
- requireswater - Variable in Klasse net.risingworld.api.definitions.Plants.PlantDefinition
-
If true, this plant requires water to grow (TODO)
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Blur
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.ChromaticAberration
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.ColorFilter
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Contrast
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.DarkTones
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Exposure
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.FilmGrain
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Fog
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Highlights
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Hue
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.LensDistortion
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Midtones
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Saturation
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.Vignette
- reset() - Methode in Klasse net.risingworld.api.objects.visuals.WhiteBalance
- reset() - Methode in Klasse net.risingworld.api.ui.style.Style
-
Resets all style properties
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleColor
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleEnum
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleFloat
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleImage
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleLength
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleScale
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleTransformOrigin
- reset() - Methode in Klasse net.risingworld.api.ui.style.StyleTranslate
- reset(boolean) - Statische Methode in Klasse net.risingworld.api.Internals
-
Resets/Reloads or unloads all plugins.
- resetAnimatorTrigger(String, String) - Methode in Klasse net.risingworld.api.worldelements.Prefab
-
Resets (i.e unsets) the value of the given trigger parameter on the animator controller component.
- resetAttackReaction() - Methode in Klasse net.risingworld.api.objects.Npc
-
Resets the overridden attack reaction to the default reaction
- resetBehaviour() - Methode in Klasse net.risingworld.api.objects.Npc
-
Resets the overridden behaviour to the default behaviour
- resetPivot() - Methode in Klasse net.risingworld.api.ui.UIElement
-
Resets the pivot setting, i.e internally this resets the transformOrigin and translate style parameters.
- resetPosition() - Methode in Klasse net.risingworld.api.ui.UIElement
-
Resets the position, i.e internally this resets the left, bottom, top and right style parameters.
- resetrotationafterplace - Variable in Klasse net.risingworld.api.definitions.Constructions.ConstructionDefinition
-
If true, the current selector rotation will be reset after placing this element
- resetstatusondrop - Variable in Klasse net.risingworld.api.definitions.Items.ItemDefinition
-
If true, the item status will be set to 0 when dropping this item
- resetvalueondrop - Variable in Klasse net.risingworld.api.definitions.Items.ItemDefinition
-
If true, the item value will be set to 0 when dropping this item
- resize(byte[], int) - Statische Methode in Klasse net.risingworld.api.utils.Utils.ArrayUtils
- resize(int[], int) - Statische Methode in Klasse net.risingworld.api.utils.Utils.ArrayUtils
- resize(String[], int) - Statische Methode in Klasse net.risingworld.api.utils.Utils.ArrayUtils
- resizefactor - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Determines how much the element should be resized along x, y and z (0-1).
- resizekeepproportions - Variable in Klasse net.risingworld.api.definitions.Constructions.ConstructionDefinition
-
If true, the mesh will keep its proportions when resizing it (useful for windows, for example)
- ResizeProportionalX - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Objects.SelectorHelperMode
-
Resize proportional based on X size
- ResizeProportionalY - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Objects.SelectorHelperMode
-
Resize proportional based on Y size
- ResizeProportionalZ - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Objects.SelectorHelperMode
-
Resize proportional based on Z size
- Resource - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Items.Category
- Resources - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Crafting.SubCategory
- respawn(SpawnPointType) - Methode in Klasse net.risingworld.api.objects.Player
-
Respawns the player at a specific spawn point (0 for default server spawn, 1 for primary spawn point, 2 for secondary spawn point, 3 for tertiary spawn point.
- respawn(Vector3f, Quaternion) - Methode in Klasse net.risingworld.api.objects.Player
-
Respawns the player at the given position.
- restart() - Statische Methode in Klasse net.risingworld.api.Server
-
Attempts to restart the server process.
- ricochet - Variable in Klasse net.risingworld.api.definitions.Items.ProjectileDefinition
-
If true, the projectile may ricochet from a surface (depending on the angle of impact)
- right - Variable in Klasse net.risingworld.api.ui.style.Style
-
Sets the right distance of the element to the parent box
- Right - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Constructions.Face
- Right - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Items.Hand
- Right - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Vehicles.Hand
- Right - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.MouseButton
- RIGHT - Statische Variable in Klasse net.risingworld.api.utils.Vector3f
-
A unit vector along the X axis (right direction)
- RightAlt - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightApple - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightArrow - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightBracket - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightCommand - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightCtrl - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightHand - Enum-Konstante in Enum-Klasse net.risingworld.api.worldelements.GameObject.AttachTarget
-
Tight hand of the target
- RightMeta - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightShift - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- RightWindows - Enum-Konstante in Enum-Klasse net.risingworld.api.utils.Key
- Robust - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Items.Modifier
-
Good
- Rock - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Plants.Type
- Roofing - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Constructions.BlockType
- Roofing - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Crafting.SubCategory
- Root - Enum-Konstante in Enum-Klasse net.risingworld.api.worldelements.GameObject.AttachTarget
-
Main target.
- ROOT_DIR - Statische Variable in Klasse net.risingworld.api.utils.Utils.FileUtils
- rootbone - Variable in Klasse net.risingworld.api.definitions.Clothing.ClothingDefinition
-
Root bone for the skinned mesh renderer
- rotate - Variable in Klasse net.risingworld.api.ui.style.Style
-
Sets a rotation transformation
- rotatespeed - Variable in Klasse net.risingworld.api.definitions.Npcs.NpcDefinition
-
Rotate/turn speed of the npc
- rotateToLocalRotation(Quaternion, float) - Methode in Klasse net.risingworld.api.worldelements.GameObject
-
Smoothly rotates this object to a target local rotation.
- rotation - Variable in Klasse net.risingworld.api.definitions.Items.ItemDefinition
-
Item model rotation when holding in hands
- rotationoffset - Variable in Klasse net.risingworld.api.definitions.Objects.ObjectDefinition
-
Optional additional rotation that is applied to the model when placing it
- round(float, int) - Statische Methode in Klasse net.risingworld.api.utils.Utils.MathUtils
-
Rounds a float value to a given decimal place.
- Round - Enum-Konstante in Enum-Klasse net.risingworld.api.ui.UIPainter2D.LineCap
- Round - Enum-Konstante in Enum-Klasse net.risingworld.api.ui.UIPainter2D.LineJoin
- Row - Enum-Konstante in Enum-Klasse net.risingworld.api.ui.style.FlexDirection
-
Left to right
- Rowboat - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Vehicles.Category
- rowplacement - Variable in Klasse net.risingworld.api.definitions.Constructions.ConstructionDefinition
-
Determines if this element can be placed in a row (defines which axes are supported)
- RowReverse - Enum-Konstante in Enum-Klasse net.risingworld.api.ui.style.FlexDirection
-
Right to left
- Ruined - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Items.FoodCondition
- runspeed - Variable in Klasse net.risingworld.api.definitions.Npcs.NpcDefinition
-
Run speed of the npc
- Ruthless - Enum-Konstante in Enum-Klasse net.risingworld.api.definitions.Items.Modifier
-
Outstanding
- rx - Variable in Klasse net.risingworld.api.world.generator.PlantInfo
-
The x rotation of the plant (degrees)
- ry - Variable in Klasse net.risingworld.api.world.generator.PlantInfo
-
The y rotation of the plant (degrees)
- rz - Variable in Klasse net.risingworld.api.world.generator.PlantInfo
-
The z rotation of the plant (degrees)
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form