Uses of Interface
net.minecraft.world.level.storage.ValueInput.ValueInputList
Packages that use ValueInput.ValueInputList
Package
Description
-
Uses of ValueInput.ValueInputList in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ValueInput.ValueInputListModifier and TypeMethodDescriptionEntityType.loadEntitiesRecursive
(ValueInput.ValueInputList pInput, Level pLevel, EntitySpawnReason pSpawnReason) -
Uses of ValueInput.ValueInputList in net.minecraft.world.level.chunk.status
Methods in net.minecraft.world.level.chunk.status with parameters of type ValueInput.ValueInputListModifier and TypeMethodDescriptionprivate static void
ChunkStatusTasks.postLoadProtoChunk
(ServerLevel pLevel, ValueInput.ValueInputList pInput) -
Uses of ValueInput.ValueInputList in net.minecraft.world.level.storage
Classes in net.minecraft.world.level.storage that implement ValueInput.ValueInputListModifier and TypeClassDescription(package private) static class
(package private) static class
Fields in net.minecraft.world.level.storage declared as ValueInput.ValueInputListModifier and TypeFieldDescription(package private) final ValueInput.ValueInputList
ValueInputContextHelper.emptyChildList
Methods in net.minecraft.world.level.storage that return ValueInput.ValueInputListModifier and TypeMethodDescriptionTagValueInput.childrenListOrEmpty
(String pKey) ValueInput.childrenListOrEmpty
(String pKey) static ValueInput.ValueInputList
TagValueInput.create
(ProblemReporter pProblemReporter, HolderLookup.Provider pLookup, List<CompoundTag> pInput) ValueInputContextHelper.emptyList()
private ValueInput.ValueInputList
TagValueInput.wrapList
(String pKey, ValueInputContextHelper pContext, ListTag pTag) Methods in net.minecraft.world.level.storage that return types with arguments of type ValueInput.ValueInputListModifier and TypeMethodDescriptionTagValueInput.childrenList
(String pKey) ValueInput.childrenList
(String pKey)