clean imports

This commit is contained in:
jvyden 2020-06-24 11:10:28 -04:00
parent fde70150c8
commit 80117b2622
No known key found for this signature in database
GPG Key ID: 0E0E3FA31751954E
1 changed files with 3 additions and 3 deletions

View File

@ -13,13 +13,13 @@ import net.minecraft.inventory.EntityEquipmentSlot;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import team.stiff.pomelo.impl.annotated.handler.annotation.Listener;
import java.util.*;
import java.util.ArrayList;
import java.util.List;
/**
* @author jvyden
* @date 6/24/20
* @since 6/24/20
*/
public class TotemNotifierModule extends Module {
final Minecraft mc = Minecraft.getMinecraft();