Package | Description |
---|---|
io.papermc.paper.event.player | |
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
Modifier and Type | Method and Description |
---|---|
@NotNull Sign |
PlayerSignCommandPreprocessEvent.getSign()
Gets the sign that the command originated from.
|
Constructor and Description |
---|
PlayerSignCommandPreprocessEvent(@NotNull Player player,
@NotNull String message,
@NotNull Set<Player> recipients,
@NotNull Sign sign) |
Modifier and Type | Method and Description |
---|---|
void |
HumanEntity.openSign(Sign sign)
Opens an editor window for the specified sign
|
Copyright © 2022. All rights reserved.