Uses of Class
net.minecraft.world.level.storage.ValueInputContextHelper
Packages that use ValueInputContextHelper
-
Uses of ValueInputContextHelper in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as ValueInputContextHelperModifier and TypeFieldDescriptionprivate final ValueInputContextHelper
TagValueInput.CompoundListWrapper.context
private final ValueInputContextHelper
TagValueInput.context
(package private) final ValueInputContextHelper
TagValueInput.ListWrapper.context
(package private) final ValueInputContextHelper
TagValueInput.TypedListWrapper.context
Methods in net.minecraft.world.level.storage with parameters of type ValueInputContextHelperModifier and TypeMethodDescription(package private) static ValueInput
TagValueInput.wrapChild
(ProblemReporter pProblemReporter, ValueInputContextHelper pContext, CompoundTag pTag) private ValueInput.ValueInputList
TagValueInput.wrapList
(String pKey, ValueInputContextHelper pContext, ListTag pTag) Constructors in net.minecraft.world.level.storage with parameters of type ValueInputContextHelperModifierConstructorDescriptionCompoundListWrapper
(ProblemReporter pProblemReporter, ValueInputContextHelper pContext, List<CompoundTag> pList) (package private)
ListWrapper
(ProblemReporter pProblemReporter, String pName, ValueInputContextHelper pContext, ListTag pList) private
TagValueInput
(ProblemReporter pProblemReporter, ValueInputContextHelper pContext, CompoundTag pInput) (package private)
TypedListWrapper
(ProblemReporter p_422552_, String p_421835_, ValueInputContextHelper p_422408_, com.mojang.serialization.Codec<T> p_421508_, ListTag p_422365_)