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
FieldsModifier and TypeFieldDescriptionprivate floatprivate booleanprivate final Stringprivate final Stringprivate floatprivate BufferedImage -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateuse_ClientProfile(boolean locked, String saveLocation, String name, float totalTimeUsed) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCurrentTime_Minutes_ToHoursVar(float time) clone()floatfloatprivate voidstatic use_ClientProfileload_instance(String location) voidrun()voidsync()Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
clonein classObject- Throws:
CloneNotSupportedException
-