mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-15 20:02:10 +01:00
Async event
This commit is contained in:
parent
fa48c8b3ff
commit
5d052e720b
@ -1,4 +1,4 @@
|
|||||||
From cca27c924d81ceff7c064f57913f33e11331e080 Mon Sep 17 00:00:00 2001
|
From 1bd45bffe8d3ae9c4b67794f60b2ac31e360002c Mon Sep 17 00:00:00 2001
|
||||||
From: tr7zw <tr7zw@live.de>
|
From: tr7zw <tr7zw@live.de>
|
||||||
Date: Wed, 26 Feb 2020 22:21:14 +0100
|
Date: Wed, 26 Feb 2020 22:21:14 +0100
|
||||||
Subject: [PATCH] Add GameProfileLookupEvent
|
Subject: [PATCH] Add GameProfileLookupEvent
|
||||||
@ -40,7 +40,7 @@ index ca897873..3f97b2be 100644
|
|||||||
<artifactId>fastutil</artifactId>
|
<artifactId>fastutil</artifactId>
|
||||||
diff --git a/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java b/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java
|
diff --git a/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java b/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 00000000..78bb8e58
|
index 00000000..82ffe5a5
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java
|
+++ b/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java
|
||||||
@@ -0,0 +1,45 @@
|
@@ -0,0 +1,45 @@
|
||||||
@ -60,7 +60,7 @@ index 00000000..78bb8e58
|
|||||||
+ private final String name;
|
+ private final String name;
|
||||||
+
|
+
|
||||||
+ public GameProfileLookupEvent(UUID uuid, String name) {
|
+ public GameProfileLookupEvent(UUID uuid, String name) {
|
||||||
+ super();
|
+ super(true);
|
||||||
+ this.uuid = uuid;
|
+ this.uuid = uuid;
|
||||||
+ this.name = name;
|
+ this.name = name;
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
Reference in New Issue
Block a user