Uses of Record Class
net.minecraft.world.entity.variant.SpawnContext
Packages that use SpawnContext
Package
Description
-
Uses of SpawnContext in net.minecraft.world.entity.animal.chicken
Classes in net.minecraft.world.entity.animal.chicken that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.chicken that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.animal.cow
Classes in net.minecraft.world.entity.animal.cow that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.cow that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.animal.feline
Classes in net.minecraft.world.entity.animal.feline that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.feline that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.animal.frog
Classes in net.minecraft.world.entity.animal.frog that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.frog that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.animal.nautilus
Classes in net.minecraft.world.entity.animal.nautilus that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.nautilus that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.animal.pig
Classes in net.minecraft.world.entity.animal.pig that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.pig that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.animal.wolf
Classes in net.minecraft.world.entity.animal.wolf that implement interfaces with type arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.wolf that return types with arguments of type SpawnContext -
Uses of SpawnContext in net.minecraft.world.entity.variant
Subinterfaces with type arguments of type SpawnContext in net.minecraft.world.entity.variantFields in net.minecraft.world.entity.variant with type parameters of type SpawnContextModifier and TypeFieldDescriptionprivate final List<PriorityProvider.Selector<SpawnContext, SpawnCondition>> SpawnPrioritySelectors.selectorsThe field for theselectorsrecord component.Methods in net.minecraft.world.entity.variant with type parameters of type SpawnContextModifier and TypeMethodDescriptionstatic <T extends PriorityProvider<SpawnContext, ?>>
Optional<Holder.Reference<T>> VariantUtils.selectVariantToSpawn(SpawnContext context, ResourceKey<Registry<T>> variantRegistry) Methods in net.minecraft.world.entity.variant that return SpawnContextModifier and TypeMethodDescriptionstatic SpawnContextSpawnContext.create(ServerLevelAccessor level, BlockPos pos) Methods in net.minecraft.world.entity.variant that return types with arguments of type SpawnContextModifier and TypeMethodDescriptionSpawnPrioritySelectors.selectors()Returns the value of theselectorsrecord component.Methods in net.minecraft.world.entity.variant with parameters of type SpawnContextModifier and TypeMethodDescriptionstatic <T extends PriorityProvider<SpawnContext, ?>>
Optional<Holder.Reference<T>> VariantUtils.selectVariantToSpawn(SpawnContext context, ResourceKey<Registry<T>> variantRegistry) booleanBiomeCheck.test(SpawnContext context) booleanMoonBrightnessCheck.test(SpawnContext context) booleanStructureCheck.test(SpawnContext context) Constructor parameters in net.minecraft.world.entity.variant with type arguments of type SpawnContextModifierConstructorDescriptionCreates an instance of aSpawnPrioritySelectorsrecord class.