net.minecraft.util.context

public class ContextMap$Builder

bbp$a
net.minecraft.util.context.ContextMap$Builder
net.minecraft.class_10352$class_10353
net.minecraft.util.context.ContextParameterMap$Builder
net.minecraft.util.context.ContextMap$a

Field summary

Modifier and TypeField
private final Map<ContextKey<?>, Object>
a
params
field_54894
map

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public <T> ContextMap$Builder
a(bbn<T> arg0, T arg1)
withParameter(ContextKey<T> arg0, T arg1)
method_64970(class_169<T> arg0, T arg1)
add(ContextParameter<T> parameter, T value)
public <T> ContextMap$Builder
b(bbn<T> arg0, T arg1)
withOptionalParameter(ContextKey<T> arg0, T arg1)
method_64973(class_169<T> arg0, T arg1)
addNullable(ContextParameter<T> parameter, T value)
public <T> T
a(bbn<T> arg0)
getParameter(ContextKey<T> arg0)
method_64969(class_169<T> arg0)
getOrThrow(ContextParameter<T> parameter)
public <T> T
b(bbn<T> arg0)
getOptionalParameter(ContextKey<T> arg0)
method_64972(class_169<T> arg0)
getNullable(ContextParameter<T> parameter)
public ContextMap
a(bbo arg0)
create(ContextKeySet arg0)
method_64971(class_176 arg0)
build(ContextType type)