Class DiscoverZoneEvent.Display
java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.server.core.event.events.ecs.DiscoverZoneEvent
com.hypixel.hytale.server.core.event.events.ecs.DiscoverZoneEvent.Display
- All Implemented Interfaces:
ICancellableEcsEvent
- Enclosing class:
DiscoverZoneEvent
public static class DiscoverZoneEvent.Display
extends DiscoverZoneEvent
implements ICancellableEcsEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.server.core.event.events.ecs.DiscoverZoneEvent
DiscoverZoneEvent.Display -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.server.core.event.events.ecs.DiscoverZoneEvent
getDiscoveryInfo
-
Field Details
-
cancelled
private boolean cancelled
-
-
Constructor Details
-
Display
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceICancellableEcsEvent
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceICancellableEcsEvent
-