package net.aufdemrand.denizen.nms.interfaces.packets; public interface PacketOutEntityMetadata { int getEntityId(); boolean checkForGlow(); }