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 ValueInputContextHelperTagValueInput.CompoundListWrapper.contextprivate final ValueInputContextHelperTagValueInput.contextprivate final ValueInputContextHelperTagValueInput.ListWrapper.contextprivate final ValueInputContextHelperTagValueInput.TypedListWrapper.contextMethods in net.minecraft.world.level.storage with parameters of type ValueInputContextHelperModifier and TypeMethodDescriptionprivate static ValueInputTagValueInput.wrapChild(ProblemReporter problemReporter, ValueInputContextHelper context, CompoundTag compoundTag) private ValueInput.ValueInputListTagValueInput.wrapList(String name, ValueInputContextHelper context, ListTag list) Constructors in net.minecraft.world.level.storage with parameters of type ValueInputContextHelperModifierConstructorDescriptionCompoundListWrapper(ProblemReporter problemReporter, ValueInputContextHelper context, List<CompoundTag> list) privateListWrapper(ProblemReporter problemReporter, String name, ValueInputContextHelper context, ListTag list) privateTagValueInput(ProblemReporter problemReporter, ValueInputContextHelper context, CompoundTag input) privateTypedListWrapper(ProblemReporter problemReporter, String name, ValueInputContextHelper context, com.mojang.serialization.Codec<T> codec, ListTag list)