Package net.minecraft.util.context
Class ContextMap.Builder
java.lang.Object
net.minecraft.util.context.ContextMap.Builder
- Enclosing class:
ContextMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ContextKeySet p_381168_) <T> T
getOptionalParameter
(ContextKey<T> p_381048_) <T> T
getParameter
(ContextKey<T> p_380972_) withOptionalParameter
(ContextKey<T> p_381089_, T p_381019_) withParameter
(ContextKey<T> p_380968_, T p_381024_)
-
Field Details
-
params
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withParameter
-
withOptionalParameter
-
getParameter
-
getOptionalParameter
-
create
-