Modifier and Type | Method and Description |
---|---|
Player |
Server.findNearestPlayer(Vector3f position)
Gets the player who has the shortest distance to a world position.
|
Player |
Server.getPlayer(int playerid)
Gets a player object representing the player with the provided playerid.
|
Player |
Server.getPlayer(long playerUID)
Gets a player object representing the player with the provided unique ID
(for Steam users, this is the SteamID64).
|
Player |
Server.getPlayer(java.lang.String playername)
Gets a player object representing the player with the provided playername.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Player> |
Server.getAllPlayers()
Gets a collection containing all players that are currently connected to the server.
|
Modifier and Type | Method and Description |
---|---|
Player |
NpcSpawnEvent.getRelatedPlayer()
Returns the related player.
|
Constructor and Description |
---|
NpcSpawnEvent(Npc npc,
Player player,
NpcSpawnEvent.Origin origin) |
Modifier and Type | Method and Description |
---|---|
Player |
PlayerDeathEvent.getKiller()
Gets the killer, i.e. the player who is responsible for the death of this
player.
|
Player |
PlayerEvent.getPlayer()
Gets the player object (the player who triggered this event).
|
Player |
PlayerHitEvent.getTargetPlayer()
Gets the target player, i.e. the player who was hit.
|
Player |
PlayerPlayerInteractionEvent.getTargetPlayer()
Gets the target player (i.e. the other player the player interacts with).
|
Player |
PlayerPrivateMessageEvent.getTargetPlayer()
Gets the recipient of the message.
|
Constructor and Description |
---|
PlayerBanEvent(Player player,
java.lang.String sendername,
int duration,
java.lang.String reason) |
PlayerCatchFishEvent(Player player,
Vector3f fishingPosition,
Item catchedItem,
boolean removeBait) |
PlayerChangeBlockPositionEvent(Player player,
Vector3i newBlockPosition,
Vector3i oldBlockPosition) |
PlayerChangeEquippedItemEvent(Player player,
byte slot,
byte oldslot) |
PlayerChangeGamemodeEvent(Player player,
Gamemode gamemode) |
PlayerChangePositionEvent(Player player,
Vector3f position,
Quaternion rotation) |
PlayerChatEvent(Player player,
java.lang.String chatName,
java.lang.String chatMessage) |
PlayerChestAccessEvent(Player player,
commons.objects.ObjectElement object) |
PlayerChestAccessEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerCommandEvent(Player player,
java.lang.String command) |
PlayerConnectEvent(Player player,
boolean newPlayer) |
PlayerCraftItemEvent(Player player,
Item item) |
PlayerCustomImageDeleteEvent(Player player,
CustomImage image) |
PlayerCustomImageUploadEvent(Player player,
CustomImage image,
int totalbytes) |
PlayerCustomImageUploadRequestEvent(Player player,
int id,
java.lang.String imageName,
int width,
int height,
int dimension) |
PlayerDamageEvent(Player player,
short damage,
int previousHealth,
PlayerDamageEvent.Cause cause) |
PlayerDeathEvent(Player player,
Player killer,
Vector3f deathPosition) |
PlayerDisconnectEvent(Player player) |
PlayerDismountNpcEvent(Player player,
Npc targetNpc) |
PlayerDropItemEvent(Player player,
Item item,
int amount,
int inventorySlot,
Inventory.SlotType inventorySlotType,
Vector3f position,
Quaternion rotation) |
PlayerElementCollisionEvent(Player player,
WorldElement worldElement,
boolean colliding,
float appliedImpulse) |
PlayerElementHitEvent(Player player,
WorldElement worldElement,
Vector3f hitPosition,
Vector3f hitNormal) |
PlayerElementInteractionEvent(Player player,
WorldElement worldElement) |
PlayerEnterAreaEvent(Player player,
Area area) |
PlayerEnterChunkEvent(Player player,
Vector3i newChunk,
Vector3i oldChunk) |
PlayerEnterVehicleEvent(Player player,
int seat) |
PlayerEnterWorldpartEvent(Player player,
Vector2i newWorldpart,
Vector2i oldWorldpart) |
PlayerEvent(Player player) |
PlayerExitVehicleEvent(Player player) |
PlayerGenerateMapTileEvent(Player player,
int x,
int y,
boolean refresh) |
PlayerHitEvent(Player player,
Player targetPlayer,
Vector3f damagePoint,
short damage,
float distance) |
PlayerHitNpcEvent(Player player,
Npc targetNpc,
Vector3f damagePoint,
short damage,
float distance) |
PlayerIllegalStateEvent(Player player,
java.lang.String cause,
int illegalStateCount) |
PlayerKeyEvent(Player player,
int key,
boolean pressed) |
PlayerKickEvent(Player player,
java.lang.String sendername,
java.lang.String reason) |
PlayerLeaveAreaEvent(Player player,
Area area) |
PlayerMountNpcEvent(Player player,
Npc targetNpc) |
PlayerNpcEvent(Player player,
Npc npc) |
PlayerNpcInteractionEvent(Player player,
Npc npc) |
PlayerNpcInventoryAccessEvent(Player player,
Npc targetNpc) |
PlayerObjectInteractionEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status,
boolean objectSelectable) |
PlayerPermissionGroupChangeEvent(Player player,
java.lang.String oldGroup,
java.lang.String newGroup) |
PlayerPickupItemEvent(Player player,
WorldItem item,
int targetInventorySlot,
Inventory.SlotType targetInventorySlotType) |
PlayerPlayerInteractionEvent(Player player,
Player targetPlayer) |
PlayerPrivateMessageEvent(Player player,
Player targetPlayer) |
PlayerRespawnEvent(Player player,
Vector3f spawnPosition,
Quaternion spawnRotation,
boolean keepInventory) |
PlayerSetSignTextEvent(Player player,
int signID,
java.lang.String text) |
PlayerSleepEvent(Player player,
boolean sleeping) |
PlayerSpawnEvent(Player player,
Vector3f spawnPosition,
Quaternion spawnRotation) |
PlayerStartFishingEvent(Player player,
Vector3f fishingPosition,
int waterdepth,
byte watertype,
boolean hasBait,
int waitTime,
short catchItemID) |
PlayerStartFlyingEvent(Player player) |
PlayerStopFishingEvent(Player player) |
PlayerStopFlyingEvent(Player player) |
PlayerTeleportEvent(Player player,
Vector3f targetPosition,
PlayerTeleportEvent.Cause cause) |
PlayerVehicleEvent(Player player) |
Constructor and Description |
---|
PlayerChangeScreenResolutionEvent(Player player,
int oldWidth,
int oldHeight,
int newWidth,
int newHeight) |
PlayerGuiElementClickEvent(Player player,
GuiElement guiElement,
boolean doubleClick,
int mouseButton,
float mouseXAbs,
float mouseYAbs,
float mouseXRel,
float mouseYRel) |
PlayerGuiInputEvent(Player player,
GuiElement guiElement,
java.lang.String text) |
PlayerMapClickEvent(Player player,
int mouseButton,
boolean doubleClick,
float worldpositionx,
float worldpositionz) |
PlayerMapCreateMarkerEvent(Player player,
int markerID,
short markerTypeID,
int markerColor,
float worldpositionx,
float worldpositionz) |
PlayerMapRemoveMarkerEvent(Player player,
int markerID,
short markerTypeID,
int markerColor,
float worldpositionx,
float worldpositionz) |
PlayerSelectFileEvent(Player player,
GuiFileBrowser fileBrowser,
java.lang.String filename,
java.lang.String path,
int bytes,
java.lang.String md5) |
Constructor and Description |
---|
PlayerChestDropEvent(Player player,
Item item,
int amount,
int chestID,
int chestSlot) |
PlayerChestToInventoryEvent(Player player,
Item item,
Item exchangeItem,
int amount,
int chestID,
int chestSlot,
int inventorySlot,
Inventory.SlotType inventorySlotType) |
PlayerInventoryAddEvent(Player player,
Item item,
int inventorySlot,
Inventory.SlotType inventorySlotType,
PlayerInventoryAddEvent.Origin origin) |
PlayerInventoryToChestEvent(Player player,
Item originItem,
Item exchangeItem,
int amount,
int inventorySlot,
Inventory.SlotType inventorySlotType,
int chestID,
int chestSlot) |
Constructor and Description |
---|
PlayerChangeObjectStatusEvent(Player player,
commons.objects.ObjectElement object,
byte newstatus) |
PlayerChangeObjectStatusEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status,
byte newstatus) |
PlayerConstructionEvent(Player player,
commons.constructions.ConstructionElement construction) |
PlayerConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
PlayerConstructionHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
PlayerCreateBlueprintEvent(Player player,
BoundingInformation boundingInformation,
int blocks,
int constructions,
int objects) |
PlayerCreativePlaceBlockEvent(Player player,
int blockID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz,
byte areaSizeX,
byte areaSizeY,
byte areaSizeZ) |
PlayerCreativePlaceVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int growthTime) |
PlayerCreativeRemoveConstructionEvent(Player player,
commons.constructions.ConstructionElement construct) |
PlayerCreativeRemoveConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
PlayerCreativeRemoveObjectEvent(Player player,
commons.objects.ObjectElement object) |
PlayerCreativeRemoveObjectEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerCreativeRemoveVegetationEvent(Player player,
commons.world.Plant plant) |
PlayerCreativeRemoveVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean cut) |
PlayerCreativeTerrainEditEvent(Player player,
int terrainID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz,
int brushsize,
PlayerCreativeTerrainEditEvent.Mode mode) |
PlayerDestroyBlockEvent(Player player,
int blockID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerDestroyConstructionEvent(Player player,
commons.constructions.ConstructionElement construct) |
PlayerDestroyConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
PlayerDestroyObjectEvent(Player player,
commons.objects.ObjectElement object) |
PlayerDestroyObjectEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerDestroyTerrainEvent(Player player,
int terrainID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerDestroyVegetationEvent(Player player,
commons.world.Plant plant) |
PlayerDestroyVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean cut) |
PlayerEditConstructionEvent(Player player,
commons.constructions.ConstructionElement construct) |
PlayerEditConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap,
short ntypeid,
int ntexture,
int ncx,
int ncy,
int ncz,
short npx,
short npy,
short npz,
short nrx,
short nry,
short nrz,
short nsx,
short nsy,
short nsz,
byte nrepetitionsh,
byte nrepetitionsv,
byte ngap) |
PlayerObjectEvent(Player player,
commons.objects.ObjectElement object) |
PlayerObjectEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerObjectHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerPlaceBlockEvent(Player player,
int blockID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz,
byte blockCount,
byte blockDir) |
PlayerPlaceBlueprintEvent(Player player,
BoundingInformation boundingInformation,
int terrain,
int blocks,
int constructions,
int objects) |
PlayerPlaceConstructionEvent(Player player,
commons.constructions.ConstructionElement construct) |
PlayerPlaceConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
PlayerPlaceGrassEvent(Player player,
int grassID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerPlaceObjectEvent(Player player,
commons.objects.ObjectElement object) |
PlayerPlaceObjectEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerPlaceTerrainEvent(Player player,
int terrainID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerPlaceVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int growthTime) |
PlayerPlaceWaterEvent(Player player,
int waterID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerRemoveConstructionEvent(Player player,
commons.constructions.ConstructionElement construct) |
PlayerRemoveConstructionEvent(Player player,
short typeid,
int texture,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
short sx,
short sy,
short sz,
byte repetitionsh,
byte repetitionsv,
byte gap) |
PlayerRemoveGrassEvent(Player player,
int grassID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerRemoveObjectEvent(Player player,
commons.objects.ObjectElement object) |
PlayerRemoveObjectEvent(Player player,
short objectid,
byte variation,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
int info,
byte status) |
PlayerRemoveVegetationEvent(Player player,
commons.world.Plant plant) |
PlayerRemoveVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean cut) |
PlayerRemoveWaterEvent(Player player,
int waterID,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerVegetationEvent(Player player,
commons.world.Plant plant) |
PlayerVegetationEvent(Player player,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean iscut) |
PlayerVegetationHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
short plantid,
int cx,
int cy,
int cz,
short px,
short py,
short pz,
short rx,
short ry,
short rz,
boolean iscut) |
PlayerWorldEditEvent(Player player,
int cx,
int cy,
int cz,
int bx,
int by,
int bz) |
PlayerWorldHitEvent(Player player,
float hitx,
float hity,
float hitz,
short dmg,
short id,
int cx,
int cy,
int cz,
int bx,
int by,
int bz,
PlayerWorldHitEvent.Type type) |
Modifier and Type | Method and Description |
---|---|
Player |
ExplosionEvent.getRelatedPlayer()
Gets the player who is responsible for this explosion.
|
Constructor and Description |
---|
ExplosionEvent(Vector3f position,
WorldItem item,
short damage,
Player relatedPlayer) |
Modifier and Type | Method and Description |
---|---|
void |
GuiFileBrowser.getCurrentDirectory(Player player,
Callback<java.lang.String> callback)
Gets the current directory.
|
void |
GuiTextField.getCurrentText(Player player,
Callback<java.lang.String> callback)
Gets the current text of the textfield.
|
Modifier and Type | Method and Description |
---|---|
Player |
Npc.getHostilePlayer()
Gets the "hostile player".
|
Player |
Npc.getNearestPlayer()
Gets the nearest player, or more precisely, the player which is considered as
the "nearest player" by the npc.
|
Player |
WorldItem.getRelatedPlayer()
This function returns the player that is related to this item.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomItem.Action.execute(Player player,
RayCastResult collision) |
Modifier and Type | Method and Description |
---|---|
static Vector3f |
Utils.VectorUtils.getXYZInFrontOfPlayer(Player player,
float distance)
Gets the position in front of the player (with the given distance to the player).
|
static Vector3f |
Utils.VectorUtils.getXYZInFrontOfPlayer(Player player,
float distance,
Vector3f storeTo)
Gets the position in front of the player (with the given distance to the player).
|
static Vector3f |
Utils.VectorUtils.getXZInFrontOfPlayer(Player player,
float distance) |
static Vector3f |
Utils.VectorUtils.getXZInFrontOfPlayer(Player player,
float distance,
Vector3f storeTo) |