/* * Decompiled with CFR 0.151. * * Could not load the following classes: * org.gotti.wurmunlimited.modloader.classhooks.HookManager * org.gotti.wurmunlimited.modloader.classhooks.InvocationHandlerFactory */ package net.encode.wurmesp.feature.hook; import org.gotti.wurmunlimited.modloader.classhooks.HookManager; import org.gotti.wurmunlimited.modloader.classhooks.InvocationHandlerFactory; public class HookFeature { public void prepareHook(String path, String methodName, String descriptor, InvocationHandlerFactory invocationHandlerFactory) { HookManager.getInstance().registerHook(path, methodName, descriptor, invocationHandlerFactory); } }