RecordedDeviation.java
net.minecraft.util.profiling.metrics.storage.RecordedDeviation
信息
- 全限定名:net.minecraft.util.profiling.metrics.storage.RecordedDeviation
- 类型:public final class
- 包:net.minecraft.util.profiling.metrics.storage
- 源码路径:src/main/java/net/minecraft/util/profiling/metrics/storage/RecordedDeviation.java
- 起始行号:L6
- 职责:
TODO
字段/常量
-
timestamp- 类型:
Instant - 修饰符:
public final - 源码定位:
L7 - 说明:
TODO
- 类型:
-
tick- 类型:
int - 修饰符:
public final - 源码定位:
L8 - 说明:
TODO
- 类型:
-
profilerResultAtTick- 类型:
ProfileResults - 修饰符:
public final - 源码定位:
L9 - 说明:
TODO
- 类型:
内部类/嵌套类型
- 无
构造器
public RecordedDeviation(Instant timestamp, int tick, ProfileResults profilerResultAtTick) @ L11
- 构造器名:RecordedDeviation
- 源码定位:L11
- 修饰符:public
参数:
- timestamp: Instant
- tick: int
- profilerResultAtTick: ProfileResults
说明:
TODO
方法
下面的方法块按源码顺序生成。
- 无
代码
public final class RecordedDeviation {
public final Instant timestamp;
public final int tick;
public final ProfileResults profilerResultAtTick;
public RecordedDeviation(Instant timestamp, int tick, ProfileResults profilerResultAtTick) {
this.timestamp = timestamp;
this.tick = tick;
this.profilerResultAtTick = profilerResultAtTick;
}
}引用的其他类
- ProfileResults
- 引用位置:
参数/字段
- 引用位置: