Package com.bergerkiller.bukkit.common.entity.nms

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

Related Classes of com.bergerkiller.bukkit.common.entity.nms.NMSEntityTrackerEntry

Copyright © 2018 www.massapicom. 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.