Wrong Nullable import
This commit is contained in:
parent
ff055a33da
commit
3200683b74
|
@ -6,7 +6,6 @@ import WayofTime.bloodmagic.api.event.AddToNetworkEvent;
|
|||
import WayofTime.bloodmagic.api.event.SoulNetworkEvent;
|
||||
import WayofTime.bloodmagic.api.util.helper.PlayerHelper;
|
||||
import com.google.common.base.Strings;
|
||||
import com.sun.istack.internal.Nullable;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
@ -19,6 +18,8 @@ import net.minecraft.world.WorldSavedData;
|
|||
import net.minecraftforge.common.MinecraftForge;
|
||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class SoulNetwork extends WorldSavedData {
|
||||
|
|
Loading…
Reference in a new issue