Async event

This commit is contained in:
tr7zw 2020-03-08 16:18:34 +01:00
parent fa48c8b3ff
commit 5d052e720b
1 changed files with 3 additions and 3 deletions

View File

@ -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>
Date: Wed, 26 Feb 2020 22:21:14 +0100
Subject: [PATCH] Add GameProfileLookupEvent
@ -40,7 +40,7 @@ index ca897873..3f97b2be 100644
<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
new file mode 100644
index 00000000..78bb8e58
index 00000000..82ffe5a5
--- /dev/null
+++ b/src/main/java/de/tr7zw/yapfa/events/GameProfileLookupEvent.java
@@ -0,0 +1,45 @@
@ -60,7 +60,7 @@ index 00000000..78bb8e58
+ private final String name;
+
+ public GameProfileLookupEvent(UUID uuid, String name) {
+ super();
+ super(true);
+ this.uuid = uuid;
+ this.name = name;
+ }