Class Entry

java.lang.Object
com.sk89q.worldguard.session.handler.Handler
net.raidstone.wgevents.Entry
All Implemented Interfaces:
org.bukkit.event.Listener

public class Entry extends com.sk89q.worldguard.session.handler.Handler implements org.bukkit.event.Listener
Since:
3/3/19
Version:
1.0.0
Author:
Weby & Anrza (info@raidstone.net)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    org.bukkit.plugin.PluginManager
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Entry​(com.sk89q.worldguard.session.Session session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onCrossBoundary​(com.sk89q.worldguard.LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, com.sk89q.worldguard.protection.ApplicableRegionSet toSet, Set<com.sk89q.worldguard.protection.regions.ProtectedRegion> entered, Set<com.sk89q.worldguard.protection.regions.ProtectedRegion> left, com.sk89q.worldguard.session.MoveType moveType)
     

    Methods inherited from class com.sk89q.worldguard.session.handler.Handler

    getInvincibility, getSession, getWrappedHandler, initialize, testMoveTo, tick

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pm

      public final org.bukkit.plugin.PluginManager pm
    • factory

      public static final Entry.Factory factory
  • Constructor Details

    • Entry

      public Entry(com.sk89q.worldguard.session.Session session)
  • Method Details

    • onCrossBoundary

      public boolean onCrossBoundary(com.sk89q.worldguard.LocalPlayer player, com.sk89q.worldedit.util.Location from, com.sk89q.worldedit.util.Location to, com.sk89q.worldguard.protection.ApplicableRegionSet toSet, Set<com.sk89q.worldguard.protection.regions.ProtectedRegion> entered, Set<com.sk89q.worldguard.protection.regions.ProtectedRegion> left, com.sk89q.worldguard.session.MoveType moveType)
      Overrides:
      onCrossBoundary in class com.sk89q.worldguard.session.handler.Handler