Make EntityJoinWorldEvent Cancelable properly
This commit is contained in:
parent
96c13d9049
commit
65ddfd49af
1 changed files with 2 additions and 0 deletions
|
@ -2,7 +2,9 @@ package net.minecraftforge.event.entity;
|
||||||
|
|
||||||
import net.minecraft.src.Entity;
|
import net.minecraft.src.Entity;
|
||||||
import net.minecraft.src.World;
|
import net.minecraft.src.World;
|
||||||
|
import net.minecraftforge.event.Cancelable;
|
||||||
|
|
||||||
|
@Cancelable
|
||||||
public class EntityJoinWorldEvent extends EntityEvent
|
public class EntityJoinWorldEvent extends EntityEvent
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue