net.minecraft.util.context

public class ContextMap

baz
net.minecraft.util.context.ContextMap
net.minecraft.class_10352
net.minecraft.unmapped.C_zcrtzabd
net.minecraft.util.context.ContextParameterMap
net.minecraft.util.context.ContextMap

Field summary

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

Constructor summary

ModifierConstructor
(Map<ContextKey<?>, Object> map)

Method summary

Modifier and TypeMethod
public boolean
a(bax<?> arg0)
has(ContextKey<?> arg0)
method_64965(class_169<?> arg0)
m_zjtjxnih(C_fwhrecir<?> arg0)
contains(ContextParameter<?> parameter)
contains(ContextKey<?> key)
public <T> T
b(bax<T> arg0)
getOrThrow(ContextKey<T> arg0)
method_64967(class_169<T> arg0)
m_yqtpycln(C_fwhrecir<T> arg0)
getOrThrow(ContextParameter<T> parameter)
getOrThrow(ContextKey<T> key)
public <T> T
c(bax<T> arg0)
getOptional(ContextKey<T> arg0)
method_64968(class_169<T> arg0)
m_yhqbolpt(C_fwhrecir<T> arg0)
getNullable(ContextParameter<T> parameter)
get(ContextKey<T> key)
public <T> T
a(bax<T> arg0, T arg1)
getOrDefault(ContextKey<T> arg0, T arg1)
method_64966(class_169<T> arg0, T arg1)
m_nlwivfes(C_fwhrecir<T> arg0, T arg1)
getOrDefault(ContextParameter<T> parameter, T defaultValue)
getOrDefault(ContextKey<T> key, T defaultValue)