类 CachedParseState.PositionCache
java.lang.Object
net.minecraft.util.parsing.packrat.CachedParseState.PositionCache
- 封闭类:
CachedParseState<S>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
allocateNewEntry
(Atom<?> p_410029_) int
findKeyIndex
(Atom<?> p_410592_) <T> CachedParseState.CacheEntry
<T> getValue
(int p_410518_) void
setValue
(int p_409757_, CachedParseState.CacheEntry<?> p_410617_)
-
字段详细资料
-
ENTRY_STRIDE
public static final int ENTRY_STRIDE- 另请参阅:
-
NOT_FOUND
private static final int NOT_FOUND- 另请参阅:
-
atomCache
-
nextKey
private int nextKey
-
-
构造器详细资料
-
PositionCache
PositionCache()
-
-
方法详细资料
-
findKeyIndex
-
allocateNewEntry
-
getValue
-
setValue
-