public class EntityPortalEvent extends EntityTeleportEvent
 For players see PlayerPortalEvent
Event.Resultentity| Constructor and Description | 
|---|
EntityPortalEvent(@NotNull Entity entity,
                 @NotNull Location from,
                 @Nullable Location to)  | 
EntityPortalEvent(@NotNull Entity entity,
                 @NotNull Location from,
                 @Nullable Location to,
                 int searchRadius)  | 
| Modifier and Type | Method and Description | 
|---|---|
static @NotNull HandlerList | 
getHandlerList()  | 
@NotNull HandlerList | 
getHandlers()  | 
int | 
getSearchRadius()
Gets the search radius value for finding an available portal. 
 | 
void | 
setSearchRadius(int searchRadius)
Set the Block radius to search in for available portals. 
 | 
getFrom, getTo, isCancelled, setCancelled, setFrom, setTogetEntity, getEntityTypecallEvent, getEventName, isAsynchronouspublic EntityPortalEvent(@NotNull @NotNull Entity entity, @NotNull @NotNull Location from, @Nullable @Nullable Location to)
public void setSearchRadius(int searchRadius)
searchRadius - the radius in which to search for a portal from the
 locationpublic int getSearchRadius()
@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class EntityTeleportEvent@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2022. All rights reserved.