Uses of Interface
com.comphenix.protocol.reflect.compiler.CompileListener
Packages that use CompileListener
-
Uses of CompileListener in com.comphenix.protocol.reflect.compiler
Methods in com.comphenix.protocol.reflect.compiler with parameters of type CompileListenerModifier and TypeMethodDescription<TKey> voidBackgroundCompiler.addListener(StructureModifier<TKey> uncompiled, CompileListener<TKey> listener)Add a compile listener if we are still waiting for the structure modifier to be compiled.<TKey> voidBackgroundCompiler.scheduleCompilation(StructureModifier<TKey> uncompiled, CompileListener<TKey> listener)Ensure that the given structure modifier is eventually compiled.