Examples of NMSEntityTrackerEntry


Examples of com.bergerkiller.bukkit.common.entity.nms.NMSEntityTrackerEntry

        // Use the previous entry - hotswap the controller
        newEntry = storedEntry;
        EntityTrackerEntryRef.viewers.get(newEntry).clear();
      } else {
        // Create a new entry from scratch
        newEntry = new NMSEntityTrackerEntry(this.getEntity());
        // Transfer possible information over
        if (storedEntry != null) {
          EntityTrackerEntryRef.TEMPLATE.transfer(storedEntry, newEntry);
        }
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.