File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ private BlockBreakHandler onBreak() {
73
73
return new SimpleBlockBreakHandler () {
74
74
75
75
@ Override
76
- public void onBlockBreak (Block b ) {
76
+ public void onBlockBreak (@ Nonnull Block b ) {
77
77
BlockMenu inv = BlockStorage .getInventory (b );
78
78
79
79
if (inv != null ) {
@@ -112,7 +112,7 @@ public int[] getOutputSlots() {
112
112
}
113
113
114
114
@ Override
115
- public EnergyNetComponentType getEnergyComponentType () {
115
+ public @ Nonnull EnergyNetComponentType getEnergyComponentType () {
116
116
return EnergyNetComponentType .CONSUMER ;
117
117
}
118
118
@@ -255,7 +255,7 @@ private boolean isSource(@Nonnull Block block) {
255
255
}
256
256
257
257
@ Override
258
- public BlockTicker getItemHandler () {
258
+ public @ Nonnull BlockTicker getItemHandler () {
259
259
return new BlockTicker () {
260
260
261
261
@ Override
You can’t perform that action at this time.
0 commit comments