Class GlowingEntities.Packets

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

protected static class GlowingEntities.Packets extends Object
Author:
SkytAsul
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static Object
     
  • 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)
     
    protected static void
     
    static byte
    getEntityFlags(org.bukkit.entity.Entity entity)
     
    protected static void
    loadReflection(@NotNull fr.skytasul.reflection.ReflectionAccessor reflection, @NotNull fr.skytasul.reflection.Version version)
     
    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, fr.skytasul.glowingentities.GlowingEntities.EntityIdentifier entity, byte flags, boolean ignore)
     
    static void
    updateGlowingState(fr.skytasul.glowingentities.GlowingEntities.GlowingData glowingData)
     

    Methods inherited from class Object

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