code reformat
This commit is contained in:
@@ -33,6 +33,7 @@ public class PixelBlockItem {
|
||||
return owner != null;
|
||||
}
|
||||
}
|
||||
|
||||
public static @Nullable BlockInfo getBlockInfo(ItemStack item) {
|
||||
PersistentDataContainer container = item.getItemMeta().getPersistentDataContainer();
|
||||
if(!container.has(idProperty)) return null;
|
||||
|
Reference in New Issue
Block a user