mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
General cleanup (deprecated+whitespace)
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
@@ -306,7 +306,7 @@ public enum Material {
|
||||
* @return true if this material is a block
|
||||
*/
|
||||
public boolean isBlock() {
|
||||
return id < 256;
|
||||
return id < 256;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -355,7 +355,7 @@ public enum Material {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
static {
|
||||
for (Material material : values()) {
|
||||
lookupId.put(material.getId(), material);
|
||||
|
Reference in New Issue
Block a user