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