Package org.spongepowered.api.util
Interface RandomProvider
- All Known Subinterfaces:
- Aerial,- Ageable,- Agent,- Allay,- Ambient,- Animal,- Aquatic,- AreaEffectCloud,- ArmorStand,- Arrow,- ArrowEntity,- Axolotl,- Bat,- Bee,- Blaze,- BlockDisplay,- BlockOccupiedMinecart,- Boat,- Boss,- Camel,- CarrierMinecart<M>,- Cat,- CaveSpider,- ChestBoat,- ChestMinecart,- Chicken,- ClientPlayer,- ClientWorld,- Cod,- CommandBlockMinecart,- ComplexLiving<T>,- ComplexLivingPart<P>,- Cow,- Creature,- Creeper,- DamagingProjectile,- DisplayEntity,- Dolphin,- Donkey,- DragonFireball,- Drowned,- Egg,- ElderGuardian,- EndCrystal,- EnderDragon,- EnderDragonPart,- Enderman,- Endermite,- EnderPearl,- Entity,- EntityTargetingProjectile,- Evoker,- EvokerFangs,- ExperienceBottle,- ExperienceOrb,- Explosive,- ExplosiveFireball,- EyeOfEnder,- FallingBlock,- FireballEntity,- FireworkRocket,- Fish,- FishingBobber,- Fox,- Frog,- FurnaceMinecart,- FusedExplosive,- GenerationRegion,- Ghast,- Giant,- GlowSquid,- Goat,- Golem,- Guardian,- Hanging,- Hoglin,- HopperMinecart,- Horse,- HorseLike,- Hostile,- Human,- Humanoid,- Husk,- Illager,- Illusioner,- Interaction,- IronGolem,- Item,- ItemDisplay,- ItemFrame,- LeashKnot,- LightningBolt,- Living,- Llama,- LlamaLike,- LlamaSpit,- LocalPlayer,- MagmaCube,- Marker,- Minecart,- MinecartLike,- Monster,- Mooshroom,- Mule,- Ocelot,- PackHorse,- Painting,- Panda,- Parrot,- Patroller,- Phantom,- Pig,- Piglin,- PiglinBrute,- PiglinLike,- Pillager,- Player,- PolarBear,- Potion,- PrimedTNT,- Projectile,- Pufferfish,- Rabbit,- Raider,- Ranger,- Ravager,- Region<R>,- RemotePlayer,- Salmon,- SchoolingFish,- ServerPlayer,- ServerWorld,- Sheep,- Shulker,- ShulkerBullet,- Silverfish,- Sittable,- Skeleton,- SkeletonHorse,- SkeletonLike,- Slime,- SmallFireball,- Sniffer,- Snowball,- SnowGolem,- SpawnerMinecart,- SpectralArrow,- Spellcaster,- Spider,- Squid,- Stray,- Strider,- Tadpole,- TameableAnimal,- TameableHorse,- TextDisplay,- TNTMinecart,- Trader,- TraderLlama,- Trident,- TropicalFish,- Turtle,- Vehicle,- Vex,- Villager,- Vindicator,- WanderingTrader,- Warden,- WeatherEffect,- Witch,- Wither,- WitherSkeleton,- WitherSkull,- Wolf,- World<W,,- L> - WorldLike<P>,- Zoglin,- Zombie,- ZombieHorse,- ZombieLike,- ZombieVillager,- ZombifiedPiglin
public interface RandomProvider
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA source of randomness.
- 
Method Summary
- 
Method Details- 
randomRandomProvider.Source random()Returns the random source.- Returns:
- The random source
 
 
-