Cleanup Imports
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.hypherionmc.craterlib.api.event.common;
|
||||
|
||||
import com.hypherionmc.craterlib.core.event.CraterEvent;
|
||||
import com.hypherionmc.craterlib.core.event.CraterEventBus;
|
||||
import net.minecraft.world.damagesource.DamageSource;
|
||||
import net.minecraft.world.entity.LivingEntity;
|
||||
|
||||
|
@@ -1,12 +1,8 @@
|
||||
package com.hypherionmc.craterlib.api.event.server;
|
||||
|
||||
import com.hypherionmc.craterlib.core.event.CraterEvent;
|
||||
import com.mojang.authlib.GameProfile;
|
||||
import net.minecraft.network.chat.Component;
|
||||
import net.minecraft.world.entity.player.Player;
|
||||
|
||||
import java.net.SocketAddress;
|
||||
|
||||
public class CraterPlayerEvent extends CraterEvent {
|
||||
|
||||
private final Player player;
|
||||
|
Reference in New Issue
Block a user