| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static interface  | DebugProfiler.IDebugResultEntry | 
| コンストラクタと説明 | 
|---|
| DebugProfiler(java.util.function.IntSupplier tickCounterIn) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | endSection()End section | 
| void | endStartSection(java.lang.String name) | 
| void | endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier) | 
| void | endTick() | 
| void | func_230035_c_(java.lang.String p_230035_1_) | 
| void | func_230036_c_(java.util.function.Supplier<java.lang.String> p_230036_1_) | 
| DebugProfiler.IDebugResultEntry | getFixedProfiler() | 
| void | startSection(java.lang.String name)Start section | 
| void | startSection(java.util.function.Supplier<java.lang.String> nameSupplier) | 
| void | startTick() | 
public DebugProfiler.IDebugResultEntry getFixedProfiler()
public void startSection(java.lang.String name)
startSection インタフェース内 IProfilerpublic void startSection(java.util.function.Supplier<java.lang.String> nameSupplier)
startSection インタフェース内 IProfilerpublic void endSection()
endSection インタフェース内 IProfilerpublic void endStartSection(java.lang.String name)
endStartSection インタフェース内 IProfilerpublic void endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier)
endStartSection インタフェース内 IProfilerpublic void func_230035_c_(java.lang.String p_230035_1_)
func_230035_c_ インタフェース内 IProfilerpublic void func_230036_c_(java.util.function.Supplier<java.lang.String> p_230036_1_)
func_230036_c_ インタフェース内 IProfiler