@@ -7,62 +7,6 @@ import com.mairwunnx.projectessentials.core.api.v1.events.IModuleEventType
77 * @since 2.0.0-SNAPSHOT.1.
88 */
99enum class ModuleCoreEventType : IModuleEventType {
10- /* *
11- * This event type will be fired on
12- * processor registering.
13- * @since 2.0.0-SNAPSHOT.1.
14- */
15- OnProcessorRegister ,
16-
17- /* *
18- * This event type will be fired after
19- * processor registering.
20- * @since 2.0.0-SNAPSHOT.1.
21- */
22- OnProcessorAfterRegister ,
23-
24- /* *
25- * This event type will be fired on
26- * processor initializing.
27- * @since 2.0.0-SNAPSHOT.1.
28- */
29- OnProcessorInitializing ,
30-
31- /* *
32- * This event type will be fired after
33- * processor initializing.
34- * @since 2.0.0-SNAPSHOT.1.
35- */
36- OnProcessorAfterInitializing ,
37-
38- /* *
39- * This event type will be fired on
40- * processor processing.
41- * @since 2.0.0-SNAPSHOT.1.
42- */
43- OnProcessorProcessing ,
44-
45- /* *
46- * This event type will be fired after
47- * processor processing.
48- * @since 2.0.0-SNAPSHOT.1.
49- */
50- OnProcessorAfterProcessing ,
51-
52- /* *
53- * This event type will be fired on
54- * processor post processing.
55- * @since 2.0.0-SNAPSHOT.1.
56- */
57- OnProcessorPostProcessing ,
58-
59- /* *
60- * This event type will be fired after
61- * processor post processing.
62- * @since 2.0.0-SNAPSHOT.1.
63- */
64- OnProcessorAfterPostProcessing ,
65-
6610 /* *
6711 * This event type will be fired on
6812 * module class processing.
@@ -77,13 +21,6 @@ enum class ModuleCoreEventType : IModuleEventType {
7721 */
7822 OnModuleClassProcessed ,
7923
80- /* *
81- * This event type will be fired on
82- * module class post processing.
83- * @since 2.0.0-SNAPSHOT.1.
84- */
85- OnModuleClassPostProcessing ,
86-
8724 /* *
8825 * This event type will be fired on
8926 * configuration class processing.
@@ -98,34 +35,6 @@ enum class ModuleCoreEventType : IModuleEventType {
9835 */
9936 OnConfigurationClassProcessed ,
10037
101- /* *
102- * This event type will be fired on
103- * configuration class post processing.
104- * @since 2.0.0-SNAPSHOT.1.
105- */
106- OnConfigurationClassPostProcessing ,
107-
108- /* *
109- * This event type will be fired on
110- * localization initializing.
111- * @since 2.0.0-SNAPSHOT.1.
112- */
113- OnLocalizationInitializing ,
114-
115- /* *
116- * This event type will be fired on
117- * localization processing.
118- * @since 2.0.0-SNAPSHOT.1.
119- */
120- OnLocalizationProcessing ,
121-
122- /* *
123- * This event type will be fired after
124- * localization processing.
125- * @since 2.0.0-SNAPSHOT.1.
126- */
127- OnLocalizationProcessed ,
128-
12938 /* *
13039 * This event type will be fired on
13140 * command class processing.
@@ -138,12 +47,5 @@ enum class ModuleCoreEventType : IModuleEventType {
13847 * command class processing.
13948 * @since 2.0.0-SNAPSHOT.1.
14049 */
141- OnCommandClassProcessed ,
142-
143- /* *
144- * This event type will be fired on
145- * command class post processing.
146- * @since 2.0.0-SNAPSHOT.1.
147- */
148- OnCommandClassPostProcessing
50+ OnCommandClassProcessed
14951}
0 commit comments