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
Methods in net.minecraft.world.entity.animal that return types with arguments of type SpawnContextModifier and TypeMethodDescriptionCatVariant.selectors()ChickenVariant.selectors()CowVariant.selectors()PigVariant.selectors()Methods in net.minecraft.world.entity.animal with parameters of type SpawnContextModifier and TypeMethodDescriptionstatic Optional<Holder.Reference<CatVariant>> CatVariants.selectVariantToSpawn(RandomSource random, RegistryAccess registryAccess, SpawnContext context) static Optional<Holder.Reference<ChickenVariant>> ChickenVariants.selectVariantToSpawn(RandomSource random, RegistryAccess registryAccess, SpawnContext spawnContext) static Optional<Holder.Reference<CowVariant>> CowVariants.selectVariantToSpawn(RandomSource random, RegistryAccess registryAccess, SpawnContext context) static Optional<Holder.Reference<PigVariant>> PigVariants.selectVariantToSpawn(RandomSource random, RegistryAccess registryAccess, SpawnContext context) -
Uses of SpawnContext in net.minecraft.world.entity.animal.frog
Methods in net.minecraft.world.entity.animal.frog that return types with arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.frog with parameters of type SpawnContextModifier and TypeMethodDescriptionstatic Optional<Holder.Reference<FrogVariant>> FrogVariants.selectVariantToSpawn(RandomSource source, RegistryAccess registryAccess, SpawnContext context) -
Uses of SpawnContext in net.minecraft.world.entity.animal.wolf
Methods in net.minecraft.world.entity.animal.wolf that return types with arguments of type SpawnContextMethods in net.minecraft.world.entity.animal.wolf with parameters of type SpawnContextModifier and TypeMethodDescriptionstatic Optional<? extends Holder<WolfVariant>> WolfVariants.selectVariantToSpawn(RandomSource random, RegistryAccess registryAccess, SpawnContext context) -
Uses of SpawnContext in net.minecraft.world.entity.variant
Fields 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 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 TypeMethodDescriptionbooleanBiomeCheck.test(SpawnContext p_400182_) booleanMoonBrightnessCheck.test(SpawnContext p_400287_) booleanStructureCheck.test(SpawnContext p_400042_) Constructor parameters in net.minecraft.world.entity.variant with type arguments of type SpawnContextModifierConstructorDescriptionCreates an instance of aSpawnPrioritySelectorsrecord class.