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