Package com.mojang.blaze3d.systems
Class TimerQuery.FrameProfile
java.lang.Object
com.mojang.blaze3d.systems.TimerQuery.FrameProfile
- Enclosing class:
- TimerQuery
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final long
private static final long
private final int
private long
-
Constructor Summary
-
Method Summary
-
Field Details
-
NO_RESULT
private static final long NO_RESULT- See Also:
-
CANCELLED_RESULT
private static final long CANCELLED_RESULT- See Also:
-
queryName
private final int queryName -
result
private long result
-
-
Constructor Details
-
FrameProfile
FrameProfile(int p_231148_)
-
-
Method Details
-
cancel
public void cancel() -
isDone
public boolean isDone() -
get
public long get()
-