.
This commit is contained in:
parent
a379a16369
commit
070e224ef8
4 changed files with 0 additions and 45 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
package de.kentoj.scrow.bukkit.util.chat;
|
|
||||||
|
|
||||||
import lombok.AccessLevel;
|
|
||||||
import lombok.NoArgsConstructor;
|
|
||||||
import net.kyori.adventure.audience.Audience;
|
|
||||||
import net.kyori.adventure.audience.Audiences;
|
|
||||||
import net.kyori.adventure.platform.bukkit.BukkitAudiences;
|
|
||||||
import net.kyori.adventure.text.Component;
|
|
||||||
import org.bukkit.Bukkit;
|
|
||||||
import org.bukkit.entity.Player;
|
|
||||||
|
|
||||||
@NoArgsConstructor(access = AccessLevel.PRIVATE)
|
|
||||||
public class ErrorMessage {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
package de.kentoj.scrow.bukkit.util.pair;
|
|
||||||
|
|
||||||
import lombok.Value;
|
|
||||||
|
|
||||||
@Value
|
|
||||||
public class Tuple2<A, B> {
|
|
||||||
A first;
|
|
||||||
B second;
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
package de.kentoj.scrow.bukkit.util.pair;
|
|
||||||
|
|
||||||
import lombok.Value;
|
|
||||||
|
|
||||||
@Value
|
|
||||||
public class Tuple3<A, B, C> {
|
|
||||||
A first;
|
|
||||||
B second;
|
|
||||||
C third;
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
package de.kentoj.scrow.bukkit.util.pair;
|
|
||||||
|
|
||||||
import lombok.Value;
|
|
||||||
|
|
||||||
@Value
|
|
||||||
public class Tuple4<A, B, C, D> {
|
|
||||||
A first;
|
|
||||||
B second;
|
|
||||||
C third;
|
|
||||||
D fourth;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue