Interface ICloneHandler


  • public interface ICloneHandler
    • Method Detail

      • spawn

        IEntity spawn​(double x,
                      double y,
                      double z,
                      int tab,
                      java.lang.String name,
                      IWorld world,
                      boolean ignoreProtection)
      • spawn

        IEntity spawn​(IPos pos,
                      int tab,
                      java.lang.String name,
                      IWorld world,
                      boolean ignoreProtection)
      • spawn

        IEntity spawn​(double x,
                      double y,
                      double z,
                      int tab,
                      java.lang.String name,
                      IWorld world)
      • spawn

        IEntity spawn​(IPos pos,
                      int tab,
                      java.lang.String name,
                      IWorld world)
      • get

        IEntity get​(int tab,
                    java.lang.String name,
                    IWorld world)
      • set

        void set​(int tab,
                 java.lang.String name,
                 IEntity entity)
      • remove

        void remove​(int tab,
                    java.lang.String name)