Exemplo n.º 1
0
 /// <summary>
 /// Creates a new endermite
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Endermite(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new command block minecart
 /// </summary>
 /// <param name="type">the type of entity</param>
 public MinecartCommand(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// Creates a new illager
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Illager(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 4
0
 /// <summary>
 /// Creates a new entity
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Mob(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 5
0
 /// <summary>
 /// Creates a new item frame or painting entity
 /// </summary>
 /// <param name="type">the type of entity</param>
 public ItemFrame(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 6
0
 /// <summary>
 /// Creates a new firework rocket
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Firework(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 7
0
 /// <summary>
 /// Creates a new chest minecart
 /// </summary>
 /// <param name="type">the type of entity</param>
 public MinecartChest(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 8
0
 /// <summary>
 /// Creates a new entity
 /// </summary>
 /// <param name="type">the type of entity</param>
 public BaseProjectile(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 9
0
 /// <summary>
 /// Creates a new enderman
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Enderman(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 10
0
 /// <summary>
 /// Creates a new ender dragon
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Dragon(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 11
0
 /// <summary>
 /// Creates a new dolphin
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Dolphin(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 12
0
 /// <summary>
 /// Creates a new bat
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Bat(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 13
0
 /// <summary>
 /// Creates a new evoker fangs
 /// </summary>
 /// <param name="type">the type of entity</param>
 public EvokerFangs(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 14
0
 /// <summary>
 /// Creates a new <see cref="ID.Entity.dragon_fireball"/>, <see cref="ID.Entity.fireball"/>, <see cref="ID.Entity.small_fireball"/> or <see cref="ID.Entity.wither_skull"/>
 /// </summary>
 /// <param name="type">the type of entity</param>
 public MobProjectile(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 15
0
 /// <summary>
 /// Creates a new ocelot
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Ocelot(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 16
0
 /// <summary>
 /// Creates a new entity
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Entity(ID.Entity?type)
 {
     EntityType = type;
 }
Exemplo n.º 17
0
 /// <summary>
 /// Creates new llama spit
 /// </summary>
 /// <param name="type">the type of entity</param>
 public LlamaSpit(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 18
0
 /// <summary>
 /// Creates a new furnace minecart
 /// </summary>
 /// <param name="type">the type of entity</param>
 public MinecartFurnace(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 19
0
 /// <summary>
 /// Creates a new snowman
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Snowman(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 20
0
 /// <summary>
 /// Creates a new strider
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Strider(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 21
0
 /// <summary>
 /// Creates a new wolf
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Wolf(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 22
0
 /// <summary>
 /// Creates a new vindicator
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Vindicator(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 23
0
 /// <summary>
 /// Creates a new piglin
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Piglin(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 24
0
 /// <summary>
 /// Creates a new hopper minecart
 /// </summary>
 /// <param name="type">the type of entity</param>
 public MinecartHopper(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 25
0
 /// <summary>
 /// Creates a new bee
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Bee(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 26
0
 /// <summary>
 /// Creates a new zombie villager
 /// </summary>
 /// <param name="type">the type of entity</param>
 public ZombieVillager(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 27
0
 /// <summary>
 /// Creates a new tnt minecart
 /// </summary>
 /// <param name="type">the type of entity</param>
 public MinecartTNT(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 28
0
 /// <summary>
 /// Creates a new ghast
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Ghast(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 29
0
 /// <summary>
 /// Creates a new sheep
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Sheep(ID.Entity?type) : base(type)
 {
 }
Exemplo n.º 30
0
 /// <summary>
 /// Creates a new fox
 /// </summary>
 /// <param name="type">the type of entity</param>
 public Fox(ID.Entity?type) : base(type)
 {
 }