panic
Toggle table of contents
0.3.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
panic
panic
/
net.crystopia.crystalshard.paper.panic.experimental
/
ClientMods
Client
Mods
class
ClientMods
(
val
player
:
Player
,
val
plugin
:
JavaPlugin
)
Members
Constructors
Client
Mods
Link copied to clipboard
constructor
(
player
:
Player
,
plugin
:
JavaPlugin
)
Types
Mod
Link copied to clipboard
class
Mod
(
var
player
:
Player
,
val
plugin
:
JavaPlugin
,
val
blockPos
:
BlockPos
,
val
listenerKey
:
String
)
Properties
listener
Key
Link copied to clipboard
val
listenerKey
:
String
player
Link copied to clipboard
val
player
:
Player
plugin
Link copied to clipboard
val
plugin
:
JavaPlugin
Functions
detect
Packets
Sender
Link copied to clipboard
fun
detectPacketsSender
(
key
:
String
)
on
Mod
Link copied to clipboard
fun
onMod
(
translationKey
:
String
,
callback
:
ClientMods.Mod
.
(
)
->
Unit
)
:
ClientMods