Weave Loader
0.2.4
jvm
Weave
Loader
net.
weavemc.
loader
Weave
Loader
Mod
Config
Weave
Mod
net.
weavemc.
loader.
api
Hook
Assembler
Config
Mod
Initializer
net.
weavemc.
loader.
api.
command
Command
Command
Bus
net.
weavemc.
loader.
api.
event
Cancellable
Event
Chat
Received
Event
Chat
Sent
Event
Entity
List
Event
Add
Remove
Event
Event
Bus
Gui
Open
Event
Keyboard
Event
Mouse
Event
Packet
Event
Receive
Send
Player
List
Event
Add
Remove
Render
Game
Overlay
Event
Post
Pre
Render
Hand
Event
Render
Living
Event
Post
Pre
Render
World
Event
Server
Connect
Event
Shutdown
Event
Start
Game
Event
Post
Pre
Subscribe
Event
Tick
Event
Post
Pre
World
Event
Load
Unload
net.
weavemc.
loader.
api.
util
asm()
Insn
Builder
visit
Asm()
net.
weavemc.
loader.
bootstrap
premain()
net.
weavemc.
loader.
mixins
Weave
Mixin
Service
Weave Loader
/
net.weavemc.loader.api.command
/
Command
Command
abstract
class
Command
(
source
)
The base Command class for commands using the Weave command system.
See also
Command
Bus
Members
Constructors
Command
Link copied to clipboard
constructor
(
name
:
String
,
aliases
:
Array
<
String
>
)
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
@
NotNull
args
:
Array
<
String
>
)
'Handles' behavior on command execution.
Properties
aliases
Link copied to clipboard
val
aliases
:
Array
<
String
>
name
Link copied to clipboard
val
name
:
String