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.functionThe field for thefunctionrecord component.Methods in net.minecraft.advancement that return types with arguments of type LazyContainerModifier and TypeMethodDescriptionAdvancementRewards.function()Returns the value of thefunctionrecord component.Constructor parameters in net.minecraft.advancement with type arguments of type LazyContainerModifierConstructorDescriptionAdvancementRewards(int experience, List<RegistryKey<LootTable>> list, List<RegistryKey<Recipe<?>>> 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