Package com.welcome234.pluginsystem


package com.welcome234.pluginsystem
This is the main package of the API, containing general classes
  • Interface Summary
    Interface
    Description
    Represents a command, which is used to register custom commands
    Represents an Events Listener, which is used to register events
    Represents a Java Plugin, which is interfaced for a plugin to be loaded and enabled.
  • Class Summary
    Class
    Description
    This class is used for working with the built-in analytics feature
    Represents a world chunk
    Represents a command sender
    Configurations are provided as a simple way to store plugin data
    Represents a Custom world generator, which is extended and registered with a generator name
    This class is used to log messages to the server logs
    This class is used for generating terrain with Simplex Noise
    Represents a player, both online and offline
    This class is used for managing players
    This class is used for Plugin management and registering listeners
    Represents the server, containing settings, and server management.
    This class is used for managing the TaskScheduler
    Task Schedulers are used to run tasks with the ticking of the server.
    Represents the world, containing the blocks, time, biomes and chunks.
  • Enum Summary
    Enum
    Description
    This enum represents all biome types
    This enum represents all blocks types