UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

114 lines • 7.75 kB
import { default as AreaEffectCloud } from './other/AreaEffectCloud'; import { default as ArmorStand } from './other/ArmorStand'; import { default as Arrow } from './other/Arrow'; import { default as Balloon } from './other/Balloon'; import { default as Bat } from './passive/Bat'; import { default as Bee } from './neutral/Bee'; import { default as Blaze } from './hostile/Blaze'; import { default as Boat } from './other/Boat'; import { default as Cat } from './passive/Cat'; import { default as CaveSpider } from './neutral/CaveSpider'; import { default as Chalkboard } from './other/Chalkboard'; import { default as ChestMinecart } from './other/ChestMinecart'; import { default as Chicken } from './passive/Chicken'; import { default as Cod } from './passive/Cod'; import { default as CommandBlockMinecart } from './other/CommandBlockMinecart'; import { default as Cow } from './passive/Cow'; import { default as Creeper } from './hostile/Creeper'; import { default as Dolphin } from './neutral/Dolphin'; import { default as Donkey } from './passive/Donkey'; import { default as DragonFireball } from './other/DragonFireball'; import { default as Drowned } from './hostile/Drowned'; import { default as Egg } from './other/Egg'; import { default as ElderGuardian } from './hostile/ElderGuardian'; import { default as ElderGuardianGhost } from './other/ElderGuardianGhost'; import { default as EnderCrystal } from './other/EnderCrystal'; import { default as EnderDragon } from './hostile/EnderDragon'; import { default as EnderPearl } from './other/EnderPearl'; import { default as Enderman } from './neutral/Enderman'; import { default as Endermite } from './hostile/Endermite'; import { default as EvokerFang } from './other/EvokerFang'; import { default as EvokerIllager } from './hostile/EvokerIllager'; import { default as EyeOfEnderSignal } from './other/EyeOfEnderSignal'; import { default as FallingBlock } from './other/FallingBlock'; import { default as Fireball } from './other/Fireball'; import { default as FireworksRocket } from './other/FireworksRocket'; import { default as FishingHook } from './other/FishingHook'; import { default as Fox } from './passive/Fox'; import { default as Ghast } from './hostile/Ghast'; import { default as Guardian } from './hostile/Guardian'; import { default as Hoglin } from './hostile/Hoglin'; import { default as HopperMinecart } from './other/HopperMinecart'; import { default as Horse } from './passive/Horse'; import { default as Husk } from './hostile/Husk'; import { default as IceBomb } from './other/IceBomb'; import { default as IronGolem } from './neutral/IronGolem'; import { Item } from './other/Item'; import { default as LeashKnot } from './other/LeashKnot'; import { default as LightningBolt } from './other/LightningBolt'; import { default as LingeringPotion } from './other/LingeringPotion'; import { default as Llama } from './neutral/Llama'; import { default as LlamaSpit } from './other/LlamaSpit'; import { default as MagmaCube } from './hostile/MagmaCube'; import { default as Minecart } from './other/Minecart'; import { default as Mooshroom } from './passive/Mooshroom'; import { default as MovingBlock } from './other/MovingBlock'; import { default as Mule } from './passive/Mule'; import { default as NPC } from './other/NPC'; import { default as Ocelot } from './passive/Ocelot'; import { default as OldVillager } from './passive/OldVillager'; import { default as OldZombieVillager } from './hostile/OldZombieVillager'; import { default as Painting } from './other/Painting'; import { default as Panda } from './neutral/Panda'; import { default as Parrot } from './passive/Parrot'; import { default as Phantom } from './hostile/Phantom'; import { default as Pig } from './passive/Pig'; import { default as Piglin } from './neutral/Piglin'; import { default as PiglinBrute } from './hostile/PiglinBrute'; import { default as Pillager } from './hostile/Pillager'; import { default as Player } from './Human'; import { default as PolarBear } from './neutral/PolarBear'; import { default as Pufferfish } from './passive/Pufferfish'; import { default as Rabbit } from './passive/Rabbit'; import { default as Ravager } from './hostile/Ravager'; import { default as Salmon } from './passive/Salmon'; import { default as Sheep } from './passive/Sheep'; import { default as Shield } from './other/Shield'; import { default as Shulker } from './hostile/Shulker'; import { default as ShulkerBullet } from './other/ShulkerBullet'; import { default as Silverfish } from './hostile/Silverfish'; import { default as Skeleton } from './hostile/Skeleton'; import { default as SkeletonHorse } from './passive/SkeletonHorse'; import { default as Slime } from './hostile/Slime'; import { default as SmallFireball } from './other/SmallFireball'; import { default as SnowGolem } from './passive/SnowGolem'; import { default as Snowball } from './other/Snowball'; import { default as Spider } from './neutral/Spider'; import { default as SplashPotion } from './other/SplashPotion'; import { default as Squid } from './passive/Squid'; import { default as Stray } from './hostile/Stray'; import { default as Strider } from './passive/Strider'; import { default as ThrownTrident } from './other/ThrownTrident'; import { default as Tnt } from './other/Tnt'; import { default as TntMinecart } from './other/TntMinecart'; import { default as TropicalFish } from './passive/TropicalFish'; import { default as Turtle } from './passive/Turtle'; import { default as Vex } from './hostile/Vex'; import { default as Villager } from './passive/Villager'; import { default as Vindicator } from './hostile/Vindicator'; import { default as WanderingTrader } from './passive/WanderingTrader'; import { default as Witch } from './hostile/Witch'; import { default as Wither } from './hostile/Wither'; import { default as WitherSkeleton } from './hostile/WitherSkeleton'; import { default as WitherSkull } from './other/WitherSkull'; import { default as WitherSkullDangerous } from './other/WitherSkullDangerous'; import { default as Wolf } from './neutral/Wolf'; import { default as XpBottle } from './other/XpBottle'; import { default as XpOrb } from './other/XpOrb'; import { default as Zoglin } from './hostile/Zoglin'; import { default as Zombie } from './hostile/Zombie'; import { default as ZombieHorse } from './passive/ZombieHorse'; import { default as ZombiePigman } from './neutral/ZombiePigman'; import { default as ZombieVillager } from './hostile/ZombieVillager'; export { AreaEffectCloud, ArmorStand, Arrow, Balloon, Bat, Bee, Blaze, Boat, Cat, CaveSpider, Chalkboard, ChestMinecart, Chicken, Cod, CommandBlockMinecart, Cow, Creeper, Dolphin, Donkey, DragonFireball, Drowned, Egg, ElderGuardian, ElderGuardianGhost, EnderCrystal, EnderDragon, EnderPearl, Enderman, Endermite, EvokerFang, EvokerIllager, EyeOfEnderSignal, FallingBlock, Fireball, FireworksRocket, FishingHook, Fox, Ghast, Guardian, Hoglin, HopperMinecart, Horse, Husk, IceBomb, IronGolem, Item, LeashKnot, LightningBolt, LingeringPotion, Llama, LlamaSpit, MagmaCube, Minecart, Mooshroom, MovingBlock, Mule, NPC, Ocelot, OldVillager, OldZombieVillager, Painting, Panda, Parrot, Phantom, Pig, Piglin, PiglinBrute, Pillager, Player, PolarBear, Pufferfish, Rabbit, Ravager, Salmon, Sheep, Shield, Shulker, ShulkerBullet, Silverfish, Skeleton, SkeletonHorse, Slime, SmallFireball, SnowGolem, Snowball, Spider, SplashPotion, Squid, Stray, Strider, ThrownTrident, Tnt, TntMinecart, TropicalFish, Turtle, Vex, Villager, Vindicator, WanderingTrader, Witch, Wither, WitherSkeleton, WitherSkull, WitherSkullDangerous, Wolf, XpBottle, XpOrb, Zoglin, Zombie, ZombieHorse, ZombiePigman, ZombieVillager }; //# sourceMappingURL=Entities.d.ts.map