Raven B4
  • Main Page
  • Guide
    • Setup
    • Examples
  • Documentation
    • imports
    • events
    • client
    • entity
    • network
    • world
    • render
    • gl
    • modules
    • config
    • keybinds
    • inventory
    • tile entity
    • util
    • bridge
    • http
    • json
    • packets
    • objects
Powered by GitBook
On this page
  • get
  • set
  1. Documentation

config

get

String value = config.get(String key);

Gets a value from the config.

set

boolean set = config.set(String key, String value);

Sets a value in the config.

Last updated 5 months ago