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 pContextKeySet) <T> TgetOptionalParameter(ContextKey<T> pKey) <T> TgetParameter(ContextKey<T> pKey) withOptionalParameter(ContextKey<T> pKey, T pValue) withParameter(ContextKey<T> pKey, T pValue)
-
Field Details
-
params
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withParameter
-
withOptionalParameter
-
getParameter
-
getOptionalParameter
-
create
-