net.minecraft.world

public class Stopwatches

extends SavedData

cdn
net.minecraft.world.Stopwatches
net.minecraft.class_12110
net.minecraft.world.timer.stopwatch.StopwatchPersistentState
net.minecraft.src.C_432806_
net.minecraft.world.Stopwatches

字段概要

修饰符与类型字段
private static final com.mojang.serialization.Codec<Stopwatches>
b
CODEC
field_63285
CODEC
f_435072_
public static final SavedDataType<Stopwatches>
a
TYPE
field_63284
STATE_TYPE
f_434133_
private final Map<Identifier, Stopwatch>
c
stopwatches
field_63286
stopwatches
f_433122_

构造函数概要

修饰符构造函数
private ()

方法概要

修饰符与类型方法
private static Stopwatches
a(Map<amo, Long> arg0)
unpack(Map<Identifier, Long> arg0)
method_75110(Map<class_2960, Long> arg0)
fromElapsedTimes(Map<Identifier, Long> times)
m_440011_(Map<C_432211_, Long> p_452456_)
private Map<Identifier, Long>
d()
pack()
method_75116()
toElapsedTimes()
m_440221_()
public Stopwatch
a(amo arg0)
get(Identifier arg0)
method_75106(class_2960 arg0)
get(Identifier id)
m_441758_(C_432211_ arg0)
public boolean
a(amo arg0, cdm arg1)
add(Identifier arg0, Stopwatch arg1)
method_75107(class_2960 arg0, class_12109 arg1)
add(Identifier id, Stopwatch stopwatch)
m_445160_(C_432211_ p_450666_, C_432463_ arg1)
public boolean
a(amo arg0, UnaryOperator<cdm> arg1)
update(Identifier arg0, UnaryOperator<Stopwatch> arg1)
method_75108(class_2960 arg0, UnaryOperator<class_12109> arg1)
update(Identifier id, UnaryOperator<Stopwatch> f)
m_442276_(C_432211_ p_451099_, UnaryOperator<C_432463_> arg1)
public boolean
b(amo arg0)
remove(Identifier arg0)
method_75114(class_2960 arg0)
remove(Identifier id)
m_446169_(C_432211_ arg0)
public boolean
O_()
isDirty()
method_79()
isDirty()
m_77764_()
public List<Identifier>
b()
ids()
method_75113()
keys()
m_442088_()
public static long
c()
currentTime()
method_75115()
getTimeMs()
m_444331_()