Package | Description |
---|---|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.hanging |
Events relating to entities that hang . |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ItemFrame |
Represents an Item Frame
|
interface |
LeashHitch |
Represents a Leash Hitch on a fence
|
interface |
Painting |
Represents a Painting.
|
Modifier and Type | Field | Description |
---|---|---|
protected Hanging |
HangingEvent.hanging |
Modifier and Type | Method | Description |
---|---|---|
@NotNull Hanging |
HangingEvent.getEntity() |
Gets the hanging entity involved in this event.
|
Constructor | Description |
---|---|
HangingBreakByEntityEvent(@NotNull Hanging hanging,
@Nullable Entity remover) |
|
HangingBreakByEntityEvent(@NotNull Hanging hanging,
@Nullable Entity remover,
HangingBreakEvent.RemoveCause cause) |
|
HangingBreakEvent(@NotNull Hanging hanging,
HangingBreakEvent.RemoveCause cause) |
|
HangingEvent(@NotNull Hanging painting) |
|
HangingPlaceEvent(@NotNull Hanging hanging,
@Nullable Player player,
@NotNull Block block,
@NotNull BlockFace blockFace) |
Copyright © 2020. All rights reserved.