Package com.jackmeng
Class use_ClientProfile
java.lang.Object
com.jackmeng.use_ClientProfile
- All Implemented Interfaces:
impl_Identifiable
,Serializable
,Cloneable
,Runnable
public class use_ClientProfile
extends Object
implements impl_Identifiable, Runnable, Serializable, Cloneable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate float
private boolean
private final String
private final String
private float
private BufferedImage
-
Constructor Summary
ModifierConstructorDescriptionprivate
use_ClientProfile
(boolean locked, String saveLocation, String name, float totalTimeUsed) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCurrentTime_Minutes_ToHoursVar
(float time) clone()
float
float
private void
static use_ClientProfile
load_instance
(String location) void
run()
void
sync()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jackmeng.core.abst.impl_Identifiable
id
-
Field Details
-
locked
private boolean locked -
name
-
saveLocation
-
userAvatar
-
totalTimeUsed_Hours
private float totalTimeUsed_Hours -
currentTimeUsed_Minutes
private float currentTimeUsed_Minutes
-
-
Constructor Details
-
use_ClientProfile
-
-
Method Details
-
load_instance
-
sync
public void sync() -
addCurrentTime_Minutes_ToHoursVar
public void addCurrentTime_Minutes_ToHoursVar(float time) -
exposeCurrentMinutes
public float exposeCurrentMinutes() -
getUser_Name
-
exposeTotalHours
public float exposeTotalHours() -
exposeUserPfp
-
finalizeTime
private void finalizeTime() -
stringify
-
run
public void run() -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-