public class DoubleChestValue extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isDirectionPositive
If true, direction is positive (east/south); if false, direction is negative (west/north)
|
boolean |
isFacingEast
If true, then chest is facing east/west; if false, south/north
|
boolean |
isLeft
If true, chest is the left of a pair; if false, chest is the right of a pair.
|
| Constructor and Description |
|---|
DoubleChestValue() |
public boolean isFacingEast
public boolean isDirectionPositive
public boolean isLeft
Copyright © 2020 GeyserMC. All rights reserved.