Port attack event

This commit is contained in:
ThisIsALegitUsername 2022-12-27 21:48:03 +00:00
parent 7a659e230b
commit bd11a8eb10
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package dev.resent.event.impl;
import net.kyori.event.Cancellable;
import net.minecraft.src.Entity;
import net.minecraft.entity.Entity;
public class EventAttack extends Event implements Cancellable{
public Entity target;