| Modifier and Type | Method and Description |
|---|---|
Position |
BlockChangeRecord.getPosition() |
| Constructor and Description |
|---|
BlockChangeRecord(Position position,
BlockState block) |
| Modifier and Type | Method and Description |
|---|---|
Position |
ClientTabCompletePacket.getLookingAt() |
| Constructor and Description |
|---|
ClientTabCompletePacket(String text,
boolean assumeCommand,
Position lookingAt) |
| Modifier and Type | Method and Description |
|---|---|
Position |
ClientPlayerPlaceBlockPacket.getPosition() |
Position |
ClientPlayerActionPacket.getPosition() |
| Constructor and Description |
|---|
ClientPlayerActionPacket(PlayerAction action,
Position position,
BlockFace face) |
ClientPlayerPlaceBlockPacket(Position position,
BlockFace face,
Hand hand,
float cursorX,
float cursorY,
float cursorZ) |
| Modifier and Type | Method and Description |
|---|---|
Position |
ClientUpdateSignPacket.getPosition() |
| Constructor and Description |
|---|
ClientUpdateSignPacket(Position position,
String[] lines) |
| Modifier and Type | Method and Description |
|---|---|
Position |
ServerPlayerUseBedPacket.getPosition() |
| Constructor and Description |
|---|
ServerPlayerUseBedPacket(int entityId,
Position position) |
| Modifier and Type | Method and Description |
|---|---|
Position |
ServerSpawnPaintingPacket.getPosition() |
| Constructor and Description |
|---|
ServerSpawnPaintingPacket(int entityId,
UUID uuid,
PaintingType paintingType,
Position position,
HangingDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
Position |
ServerUpdateTileEntityPacket.getPosition() |
Position |
ServerBlockBreakAnimPacket.getPosition() |
Position |
ServerSpawnPositionPacket.getPosition() |
Position |
ServerBlockValuePacket.getPosition() |
Position |
ServerOpenTileEntityEditorPacket.getPosition() |
Position |
ServerPlayEffectPacket.getPosition() |
| Constructor and Description |
|---|
ServerBlockBreakAnimPacket(int breakerEntityId,
Position position,
BlockBreakStage stage) |
ServerBlockValuePacket(Position position,
BlockValueType type,
BlockValue value,
int blockId) |
ServerOpenTileEntityEditorPacket(Position position) |
ServerPlayEffectPacket(WorldEffect effect,
Position position,
WorldEffectData data) |
ServerPlayEffectPacket(WorldEffect effect,
Position position,
WorldEffectData data,
boolean broadcast) |
ServerSpawnPositionPacket(Position position) |
ServerUpdateTileEntityPacket(Position position,
UpdatedTileType type,
com.github.steveice10.opennbt.tag.builtin.CompoundTag nbt) |
| Modifier and Type | Method and Description |
|---|---|
static Position |
NetUtil.readPosition(com.github.steveice10.packetlib.io.NetInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NetUtil.writePosition(com.github.steveice10.packetlib.io.NetOutput out,
Position pos) |
Copyright © 2020. All rights reserved.