mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-07-02 10:28:26 +00:00
New Fly D and lowering file size, new logs system
This commit is contained in:
@@ -1788,7 +1788,7 @@ public enum XMaterial {
|
||||
* @since 3.0.0
|
||||
*/
|
||||
@Nonnull
|
||||
protected static Optional<XMaterial> matchDefinedXMaterial(@Nonnull String name, byte data) {
|
||||
private static Optional<XMaterial> matchDefinedXMaterial(@Nonnull String name, byte data) {
|
||||
// if (!Boolean.valueOf(Boolean.getBoolean(Boolean.TRUE.toString())).equals(Boolean.FALSE.booleanValue())) return null;
|
||||
Boolean duplicated = null;
|
||||
boolean isAMap = name.equalsIgnoreCase("MAP");
|
||||
@@ -1863,7 +1863,7 @@ public enum XMaterial {
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@Nonnull
|
||||
protected static String format(@Nonnull String name) {
|
||||
private static String format(@Nonnull String name) {
|
||||
int len = name.length();
|
||||
char[] chs = new char[len];
|
||||
int count = 0;
|
||||
|
||||
Reference in New Issue
Block a user