mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Sync roomunit methods
This commit is contained in:
parent
4233ed2a7f
commit
c5137177f3
@ -422,7 +422,7 @@ public class RoomUnit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isInRoom() {
|
public synchronized boolean isInRoom() {
|
||||||
return this.inRoom;
|
return this.inRoom;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -430,7 +430,7 @@ public class RoomUnit {
|
|||||||
this.inRoom = inRoom;
|
this.inRoom = inRoom;
|
||||||
}
|
}
|
||||||
|
|
||||||
public RoomUnitType getRoomUnitType() {
|
public synchronized RoomUnitType getRoomUnitType() {
|
||||||
return this.roomUnitType;
|
return this.roomUnitType;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -459,7 +459,7 @@ public class RoomUnit {
|
|||||||
this.headRotation = headRotation;
|
this.headRotation = headRotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
public DanceType getDanceType() {
|
public synchronized DanceType getDanceType() {
|
||||||
return this.danceType;
|
return this.danceType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user