AddToNetworkEvent should be cancellable
This commit is contained in:
parent
22bd2f0628
commit
76b3c14499
|
@ -1,10 +1,12 @@
|
||||||
package WayofTime.bloodmagic.api.event;
|
package WayofTime.bloodmagic.api.event;
|
||||||
|
|
||||||
|
import net.minecraftforge.fml.common.eventhandler.Cancelable;
|
||||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||||
|
|
||||||
|
@Cancelable
|
||||||
public class AddToNetworkEvent extends Event
|
public class AddToNetworkEvent extends Event
|
||||||
{
|
{
|
||||||
public String ownerNetwork;
|
public final String ownerNetwork;
|
||||||
public int addedAmount;
|
public int addedAmount;
|
||||||
public int maximum;
|
public int maximum;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue