Class Projectile

java.lang.Object
net.mcreator.element.GeneratableElement
net.mcreator.element.types.Projectile
All Implemented Interfaces:
ICommonType, IEntityWithModel

public class Projectile extends GeneratableElement implements IEntityWithModel, ICommonType
  • Field Details

    • projectileItem

      public MItemBlock projectileItem
    • showParticles

      public boolean showParticles
    • actionSound

      public Sound actionSound
    • igniteFire

      public boolean igniteFire
    • power

      public double power
    • damage

      public double damage
    • knockback

      public int knockback
    • entityModel

      public String entityModel
    • customModelTexture

      public String customModelTexture
    • onHitsBlock

      public Procedure onHitsBlock
    • onHitsPlayer

      public Procedure onHitsPlayer
    • onHitsEntity

      public Procedure onHitsEntity
    • onFlyingTick

      public Procedure onFlyingTick
  • Constructor Details

    • Projectile

      public Projectile(ModElement element)
  • Method Details