Class SubRemoveProxyEvent

java.lang.Object
org.spongepowered.api.event.impl.AbstractEvent
net.ME1312.SubServers.Client.Sponge.Event.SubRemoveProxyEvent
All Implemented Interfaces:
SubEvent, Event

public class SubRemoveProxyEvent extends AbstractEvent implements SubEvent
Proxy Remove Event
  • Constructor Details

    • SubRemoveProxyEvent

      public SubRemoveProxyEvent(String proxy)
      Proxy Remove Event
      Parameters:
      proxy - Host Being Added
  • Method Details

    • getProxy

      public String getProxy()
      Gets the Proxy to be Removed
      Returns:
      The Proxy to be Removed
    • getCause

      @Deprecated public Cause getCause()
      Deprecated.
      Use simplified methods where available
      Gets the cause of this Event
      Specified by:
      getCause in interface Event
      Returns:
      An empty cause list