Class WorldUnloadedEvent
java.lang.Object
net.minecraft.client.util.telemetry.WorldUnloadedEvent
- All Implemented Interfaces:
TelemetryEvent
- Mappings:
Namespace Name official ftl
intermediary net/minecraft/class_7982
named net/minecraft/client/util/telemetry/WorldUnloadedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate long
private long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
getSecondsSinceLoad
(Instant startTime) void
send
(TelemetrySender sender) void
void
setTick
(long tick)
-
Field Details
-
startTime
- Mappings:
Namespace Name Mixin selector official a
Lftl;a:Ljava/util/Optional;
intermediary field_41521
Lnet/minecraft/class_7982;field_41521:Ljava/util/Optional;
named startTime
Lnet/minecraft/client/util/telemetry/WorldUnloadedEvent;startTime:Ljava/util/Optional;
-
ticksSinceLoad
private long ticksSinceLoad- Mappings:
Namespace Name Mixin selector official b
Lftl;b:J
intermediary field_41522
Lnet/minecraft/class_7982;field_41522:J
named ticksSinceLoad
Lnet/minecraft/client/util/telemetry/WorldUnloadedEvent;ticksSinceLoad:J
-
lastTick
private long lastTick- Mappings:
Namespace Name Mixin selector official c
Lftl;c:J
intermediary field_41523
Lnet/minecraft/class_7982;field_41523:J
named lastTick
Lnet/minecraft/client/util/telemetry/WorldUnloadedEvent;lastTick:J
-
-
Constructor Details
-
WorldUnloadedEvent
public WorldUnloadedEvent()
-
-
Method Details
-
setTick
public void setTick(long tick) - Mappings:
Namespace Name Mixin selector official a
Lftl;a(J)V
intermediary method_47798
Lnet/minecraft/class_7982;method_47798(J)V
named setTick
Lnet/minecraft/client/util/telemetry/WorldUnloadedEvent;setTick(J)V
-
setStartTime
public void setStartTime()- Mappings:
Namespace Name Mixin selector official a
Lftl;a()V
intermediary method_47797
Lnet/minecraft/class_7982;method_47797()V
named setStartTime
Lnet/minecraft/client/util/telemetry/WorldUnloadedEvent;setStartTime()V
-
getSecondsSinceLoad
- Mappings:
Namespace Name Mixin selector official a
Lftl;a(Ljava/time/Instant;)I
intermediary method_47800
Lnet/minecraft/class_7982;method_47800(Ljava/time/Instant;)I
named getSecondsSinceLoad
Lnet/minecraft/client/util/telemetry/WorldUnloadedEvent;getSecondsSinceLoad(Ljava/time/Instant;)I
-
send
- Specified by:
send
in interfaceTelemetryEvent
- Mappings:
Namespace Name Mixin selector official a
Lfti;a(Lfta;)V
intermediary method_47786
Lnet/minecraft/class_7978;method_47786(Lnet/minecraft/class_7965;)V
named send
Lnet/minecraft/client/util/telemetry/TelemetryEvent;send(Lnet/minecraft/client/util/telemetry/TelemetrySender;)V
-