multiverse.server.plugins
Class ProxyPlugin.DefaultInstanceEntryCallback

java.lang.Object
  extended by multiverse.server.plugins.ProxyPlugin.DefaultInstanceEntryCallback
All Implemented Interfaces:
InstanceEntryCallback
Enclosing class:
ProxyPlugin

private static class ProxyPlugin.DefaultInstanceEntryCallback
extends Object
implements InstanceEntryCallback


Constructor Summary
private ProxyPlugin.DefaultInstanceEntryCallback()
           
 
Method Summary
 boolean instanceEntryAllowed(long playerOid, Long instanceOid, Point location)
           
 Long selectInstance(Player player, String instanceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPlugin.DefaultInstanceEntryCallback

private ProxyPlugin.DefaultInstanceEntryCallback()
Method Detail

instanceEntryAllowed

public boolean instanceEntryAllowed(long playerOid,
                                    Long instanceOid,
                                    Point location)
Specified by:
instanceEntryAllowed in interface InstanceEntryCallback

selectInstance

public Long selectInstance(Player player,
                           String instanceName)
Specified by:
selectInstance in interface InstanceEntryCallback