Interface FakeEntity

All Known Subinterfaces:
BoneRenderer, HandRenderer, LeashPoint, MountPoint, NametagPoint, SubHitboxEntity, VFXRenderer

public interface FakeEntity
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    despawn(org.bukkit.entity.Player player)
     
    void
     
    void
     
    void
     
    void
    spawn(org.bukkit.entity.Player player)
     
    void
     
  • Field Details

  • Method Details

    • setBone

      void setBone(ModelBone bone)
    • initialize

      void initialize()
    • spawn

      void spawn()
    • spawn

      void spawn(org.bukkit.entity.Player player)
    • despawn

      void despawn()
    • despawn

      void despawn(org.bukkit.entity.Player player)
    • update

      void update()