类 JsonEventLog<T>
java.lang.Object
net.minecraft.util.eventlog.JsonEventLog<T>
- 所有已实现的接口:
Closeable
,AutoCloseable
-
字段概要
字段修饰符和类型字段说明(专用程序包) final FileChannel
private final com.mojang.serialization.Codec
<T> private static final com.google.gson.Gson
private final AtomicInteger
-
构造器概要
构造器 -
方法概要
-
字段详细资料
-
GSON
private static final com.google.gson.Gson GSON -
codec
-
channel
-
referenceCount
-
-
构造器详细资料
-
JsonEventLog
-
-
方法详细资料
-
open
public static <T> JsonEventLog<T> open(com.mojang.serialization.Codec<T> p_261795_, Path p_261489_) throws IOException - 抛出:
IOException
-
write
- 抛出:
IOException
-
openReader
- 抛出:
IOException
-
close
- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 抛出:
IOException
-
releaseReference
- 抛出:
IOException
-