-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLConstructionEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLConstructionEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLConstructionEvent extends FMLStateEvent { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLFingerprintViolationEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLFingerprintViolationEvent extends FMLEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLFingerprintViolationEvent extends FMLEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLInitializationEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLInitializationEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLInitializationEvent extends FMLStateEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLInterModComms.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public class FMLInterModComms { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLInterModComms { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLLoadCompleteEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLLoadCompleteEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLLoadCompleteEvent extends FMLStateEvent { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLLoadEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLLoadEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLMissingMappingsEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLMissingMappingsEvent extends FMLEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLMissingMappingsEvent extends FMLEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLModDisabledEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLModDisabledEvent extends FMLEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLModDisabledEvent extends FMLEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLModIdMappingEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLModIdMappingEvent extends FMLEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLModIdMappingEvent extends FMLEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLPostInitializationEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLPostInitializationEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLPostInitializationEvent extends FMLStateEvent { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLServerAboutToStartEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLServerAboutToStartEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLServerAboutToStartEvent extends FMLStateEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLServerStartedEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLServerStartedEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLServerStartedEvent extends FMLStateEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLServerStartingEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLServerStartingEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLServerStartingEvent extends FMLStateEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLServerStoppedEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLServerStoppedEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLServerStoppedEvent extends FMLStateEvent { | ||
} |
6 changes: 3 additions & 3 deletions
6
src/main/java/cpw/mods/fml/common/event/FMLServerStoppingEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLServerStoppingEvent extends FMLStateEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLServerStoppingEvent extends FMLStateEvent { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cpw.mods.fml.common.event; | ||
|
||
public interface FMLStateEvent extends FMLEvent { | ||
package cpw.mods.fml.common.event; | ||
|
||
public abstract class FMLStateEvent extends FMLEvent { | ||
} |