Hook

data class Hook(val id: Int, val targetBinary: String, val targetInternal: String, val method: String, val descriptor: String?, val at: String, val module: TesseraModule?, val callback: TesseraCallback)

Constructors

Link copied to clipboard
constructor(id: Int, targetBinary: String, targetInternal: String, method: String, descriptor: String?, at: String, module: TesseraModule?, callback: TesseraCallback)

Properties

Link copied to clipboard
val at: String

One of MixinAt.

Link copied to clipboard
Link copied to clipboard

Method descriptor to match exactly, or null to match every overload by name.

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Binary name, e.g. net.minecraft.client.Minecraft.

Link copied to clipboard

Internal name, e.g. net/minecraft/client/Minecraft.