Package org.terasology.monitoring.chunk

Examples of org.terasology.monitoring.chunk.ChunkMonitorEntry.addEvent()


                    map.put(pos, entry);
                } else {
                    entry = map.get(pos);
                }
                if (entry != null) {
                    entry.addEvent(bEvent);
                } else {
                    logger.error("No chunk monitor entry found for position {}", pos);
                }
            }
        }
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.