MCPcopy Create free account
hub / github.com/LunarClient/Apollo / Event

Interface Event

api/src/main/java/com/lunarclient/apollo/event/Event.java:33–35  ·  view source on GitHub ↗

Represents an event that can be posted, or listened for in the EventBus. @see EventBus @since 1.0.0

Source from the content-addressed store, hash-verified

31 * @since 1.0.0
32 */
33public interface Event {
34 // Marker interface.
35}

Callers

nothing calls this directly

Implementers 11

CoolApolloEventexample/bukkit/api/src/main/java/com/l
ApolloUpdateModOptionEventapi/src/main/java/com/lunarclient/apol
ApolloUnregisterPlayerEventapi/src/main/java/com/lunarclient/apol
ApolloRegisterPlayerEventapi/src/main/java/com/lunarclient/apol
ApolloPlayerHandshakeEventapi/src/main/java/com/lunarclient/apol
ApolloPlayerChatCloseEventapi/src/main/java/com/lunarclient/apol
ApolloPlayerChatOpenEventapi/src/main/java/com/lunarclient/apol
ApolloPlayerUseItemEventapi/src/main/java/com/lunarclient/apol
ApolloPlayerUseItemBucketEventapi/src/main/java/com/lunarclient/apol
ApolloPlayerAttackEventapi/src/main/java/com/lunarclient/apol
ApolloReceivePacketEventcommon/src/main/java/com/lunarclient/a

Calls

no outgoing calls

Tested by

no test coverage detected