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