Uses of Record Class
net.minecraft.entity.spawn.SpawnContext
Packages that use SpawnContext
- 
Uses of SpawnContext in net.minecraft.entity
Methods in net.minecraft.entity with type parameters of type SpawnContextModifier and TypeMethodDescriptionstatic <T extends VariantSelectorProvider<SpawnContext,?>> 
Optional<RegistryEntry.Reference<T>> Variants.select(SpawnContext context, RegistryKey<Registry<T>> registryRef) Methods in net.minecraft.entity with parameters of type SpawnContextModifier and TypeMethodDescriptionstatic <T extends VariantSelectorProvider<SpawnContext,?>> 
Optional<RegistryEntry.Reference<T>> Variants.select(SpawnContext context, RegistryKey<Registry<T>> registryRef)  - 
Uses of SpawnContext in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return types with arguments of type SpawnContextModifier and TypeMethodDescriptionCatVariant.getSelectors()ChickenVariant.getSelectors()CowVariant.getSelectors()FrogVariant.getSelectors()PigVariant.getSelectors()WolfVariant.getSelectors() - 
Uses of SpawnContext in net.minecraft.entity.spawn
Fields in net.minecraft.entity.spawn with type parameters of type SpawnContextModifier and TypeFieldDescriptionprivate final List<VariantSelectorProvider.Selector<SpawnContext, SpawnCondition>> SpawnConditionSelectors.selectorsThe field for theselectorsrecord component.Methods in net.minecraft.entity.spawn that return SpawnContextModifier and TypeMethodDescriptionstatic SpawnContextSpawnContext.of(ServerWorldAccess world, BlockPos pos) Methods in net.minecraft.entity.spawn that return types with arguments of type SpawnContextModifier and TypeMethodDescriptionSpawnConditionSelectors.selectors()Returns the value of theselectorsrecord component.Methods in net.minecraft.entity.spawn with parameters of type SpawnContextModifier and TypeMethodDescriptionbooleanBiomeSpawnCondition.test(SpawnContext spawnContext) booleanMoonBrightnessSpawnCondition.test(SpawnContext spawnContext) booleanStructureSpawnCondition.test(SpawnContext spawnContext) Constructor parameters in net.minecraft.entity.spawn with type arguments of type SpawnContextModifierConstructorDescription