类 ContextMap.Builder
java.lang.Object
net.minecraft.util.context.ContextMap.Builder
- 封闭类:
ContextMap
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明create()
create
(ContextKeySet p_369803_) <T> T
getOptionalParameter
(ContextKey<T> p_362877_) <T> T
getParameter
(ContextKey<T> p_363188_) withOptionalParameter
(ContextKey<T> p_366888_, T p_366368_) withParameter
(ContextKey<T> p_369289_, T p_362485_)
-
字段详细资料
-
params
-
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
withParameter
-
withOptionalParameter
-
getParameter
-
getOptionalParameter
-
create
-
create
-