Class GlowingEntities.Packets

java.lang.Object
fr.skytasul.glowingentities.GlowingEntities.Packets
Enclosing class:
GlowingEntities

protected static class GlowingEntities.Packets extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static boolean
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addPacketsHandler(fr.skytasul.glowingentities.GlowingEntities.PlayerData playerData)
     
    static void
    createEntity(org.bukkit.entity.Player player, int entityId, UUID entityUuid, Object entityType, org.bukkit.Location location)
     
    static Object
    createFlagWatcherItem(byte newFlags)
     
    static void
    createGlowing(fr.skytasul.glowingentities.GlowingEntities.GlowingData glowingData)
     
    static byte
    getEntityFlags(org.bukkit.entity.Entity entity)
     
    static void
    removeEntities(org.bukkit.entity.Player player, int... entitiesId)
     
    static void
    removeGlowing(fr.skytasul.glowingentities.GlowingEntities.GlowingData glowingData)
     
    static void
    removeGlowingColor(fr.skytasul.glowingentities.GlowingEntities.GlowingData glowingData)
     
    static void
    removePacketsHandler(fr.skytasul.glowingentities.GlowingEntities.PlayerData playerData)
     
    static void
    sendPackets(org.bukkit.entity.Player p, Object... packets)
     
    static void
    setGlowingColor(fr.skytasul.glowingentities.GlowingEntities.GlowingData glowingData)
     
    static void
    setMetadata(org.bukkit.entity.Player player, int entityId, byte flags, boolean ignore)
     
    static void
    updateGlowingState(fr.skytasul.glowingentities.GlowingEntities.GlowingData glowingData)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait