Class FurnitureBed
-
- All Implemented Interfaces:
public final class FurnitureBed
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FurnitureBed.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Vector
offset
private final Boolean
skipNight
private final Boolean
resetPhantoms
public final static FurnitureBed.Companion
Companion
-
Constructor Summary
Constructors Constructor Description FurnitureBed(String bedString)
FurnitureBed(Vector offset, Boolean skipNight, Boolean resetPhantoms)
-
Method Summary
Modifier and Type Method Description final Vector
getOffset()
final Boolean
getSkipNight()
final Boolean
getResetPhantoms()
final Vector
offset(Float yaw)
Offset rotated around the baseEntity's yaw -
-
Method Detail
-
getOffset
final Vector getOffset()
-
getSkipNight
final Boolean getSkipNight()
-
getResetPhantoms
final Boolean getResetPhantoms()
-
-
-
-