diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-10-12 20:17:28 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-10-12 20:17:28 +0200 |
commit | dba4a297e295d68980da31264b0069fe9b18a13e (patch) | |
tree | c7e0a99968ef34509037f969ab7b1beba04a996d /src/main/java/de/hype/bbsentials/constants/BBDisplayNameProviderWithCustom.java | |
parent | e111619d66346a2309b86a00420681f4cddf3cea (diff) | |
download | BBsentials-dba4a297e295d68980da31264b0069fe9b18a13e.tar.gz BBsentials-dba4a297e295d68980da31264b0069fe9b18a13e.tar.bz2 BBsentials-dba4a297e295d68980da31264b0069fe9b18a13e.zip |
preperations to have a common code and different implementations for forge and fabric to ease up maintaining both versions
Diffstat (limited to 'src/main/java/de/hype/bbsentials/constants/BBDisplayNameProviderWithCustom.java')
-rw-r--r-- | src/main/java/de/hype/bbsentials/constants/BBDisplayNameProviderWithCustom.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main/java/de/hype/bbsentials/constants/BBDisplayNameProviderWithCustom.java b/src/main/java/de/hype/bbsentials/constants/BBDisplayNameProviderWithCustom.java deleted file mode 100644 index 4088443..0000000 --- a/src/main/java/de/hype/bbsentials/constants/BBDisplayNameProviderWithCustom.java +++ /dev/null @@ -1,6 +0,0 @@ -package de.hype.bbsentials.constants; - -public interface BBDisplayNameProviderWithCustom<T extends Enum<T>> extends BBDisplayNameProvider { - T setDisplayName(String displayname); - -} |