added Coffin prefix

This commit is contained in:
Willem Cazander 2022-02-02 18:02:46 +01:00
parent d1b7c5fabc
commit 87841811af
6 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ package love.distributedrebirth.numberxd.base2t.bone;
import java.util.Map;
import java.util.stream.Collectors;
import love.distributedrebirth.bassboonyd.BãßBȍőnStore;
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinStore;
import love.distributedrebirth.bassboonyd.BãßBȍőnEnumSetʸᴰ;
/**
@ -11,7 +11,7 @@ import love.distributedrebirth.bassboonyd.BãßBȍőnEnumSetʸᴰ;
*
* @author willemtsade ©Δ 仙上主天
*/
public interface BassBone<T extends BassBone<T>> extends BãßBȍőnEnumSetʸᴰ<T>, BãßBȍőnStore<BassBoneStoreKey> {
public interface BassBone<T extends BassBone<T>> extends BãßBȍőnEnumSetʸᴰ<T>, BãßBȍőnCoffinStore<BassBoneStoreKey> {
default String getIdentifierTone() {
return GET_BBC().GET_STR(BassBoneStoreKey.ID_TONE);

View file

@ -1,13 +1,13 @@
package love.distributedrebirth.numberxd.base2t.bone;
import love.distributedrebirth.bassboonyd.BãßBȍőnStoreKeyʸᴰ;
import love.distributedrebirth.bassboonyd.BãßBȍőnCoffinStoreKeyʸᴰ;
/**
*
*
* @author willemtsade ©Δ 仙上主天
*/
public enum BassBoneStoreKey implements BãßBȍőnStoreKeyʸᴰ {
public enum BassBoneStoreKey implements BãßBȍőnCoffinStoreKeyʸᴰ {
ID_TONE,
ID_LETTER,