Uses of Class
net.minecraft.server.function.LazyContainer
Packages that use LazyContainer
-
Uses of LazyContainer in net.minecraft.advancement
Fields in net.minecraft.advancement with type parameters of type LazyContainerModifier and TypeFieldDescriptionprivate final Optional<LazyContainer>
AdvancementRewards.function
The field for thefunction
record component.Methods in net.minecraft.advancement that return types with arguments of type LazyContainerModifier and TypeMethodDescriptionAdvancementRewards.function()
Returns the value of thefunction
record component.Constructor parameters in net.minecraft.advancement with type arguments of type LazyContainerModifierConstructorDescriptionAdvancementRewards
(int experience, List<Identifier> list, List<Identifier> list2, Optional<LazyContainer> optional) -
Uses of LazyContainer in net.minecraft.server.function
Fields in net.minecraft.server.function with type parameters of type LazyContainerModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<LazyContainer>
LazyContainer.CODEC