mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Added events for the other WorldEdit.handle*() methods.
This commit is contained in:
@ -22,12 +22,13 @@ package com.sk89q.worldedit.entity;
|
||||
import com.sk89q.worldedit.PlayerDirection;
|
||||
import com.sk89q.worldedit.WorldEditException;
|
||||
import com.sk89q.worldedit.blocks.BaseBlock;
|
||||
import com.sk89q.worldedit.extension.platform.Actor;
|
||||
import com.sk89q.worldedit.extent.inventory.BlockBag;
|
||||
|
||||
/**
|
||||
* A player.
|
||||
*/
|
||||
public interface Player extends Entity {
|
||||
public interface Player extends Entity, Actor {
|
||||
|
||||
/**
|
||||
* Returns true if the entity is holding a pick axe.
|
||||
|
Reference in New Issue
Block a user