Add annotations.
This commit is contained in:
@@ -70,7 +70,7 @@ public class NetworkNodeCraftingMonitor extends NetworkNode implements ICrafting
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCancelled(EntityPlayerMP player, UUID id) {
|
public void onCancelled(EntityPlayerMP player, @Nullable UUID id) {
|
||||||
if (network != null) {
|
if (network != null) {
|
||||||
network.getItemGridHandler().onCraftingCancelRequested(player, id);
|
network.getItemGridHandler().onCraftingCancelRequested(player, id);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ public class WirelessCraftingMonitor implements ICraftingMonitor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCancelled(EntityPlayerMP player, UUID id) {
|
public void onCancelled(EntityPlayerMP player, @Nullable UUID id) {
|
||||||
INetwork network = getNetwork();
|
INetwork network = getNetwork();
|
||||||
|
|
||||||
if (network != null) {
|
if (network != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user