Mechanics
Other WikisDonate
  • Home
  • Examples
  • Placeholders
  • ⚙️Mechanics
    • Action Bar
    • Boss Bar
    • Command
    • Custom Sound
    • Damage
    • Drop Item
    • Fake Item
    • Firework
    • Flinch
    • Ignite
    • Leap
    • Lightning
    • Message
    • Particle
    • Potion
    • Push
    • Sculk Bloom
    • Sculk Shriek
    • Sound
    • Title
    • Warden Disturbance
  • 🎯Targeters
    • ServerPlayers
    • Shapes
      • Box
      • Scatter
    • Source
    • Target
    • World
  • ❔Conditions
    • Biome
    • Custom Biome
    • Entity Type
    • Gliding
    • Has Permission
    • InCone
    • Light Level
    • Material Category
    • On Ground
    • Range
    • Riding
    • Sneaking
    • Sprinting
  • 🔌Integrations
    • 🌊GeyserMC
    • 🌎MechanicsEverywhere
    • 👽MythicMobs
    • 🔫WeaponMechanics
Powered by GitBook
On this page
  1. Conditions

Entity Type

Last updated 1 year ago

The entity type condition checks which mob an entity is (a player? a zombie? a pig?)

Argument
Description
Default Value

entity

Which entity to target

*Required

Use the reference for a full entity list.

Mechanics:
  - "Ignite{time=200} @World{} ?EntityType{entity=PIG}"
  - "Particle{particle=FLAME, count=15, spread=0.5 0.5 0.5} @World{} ?EntityType{entity=PIG}"

This lights all pigs in the world on fire for 10 seconds. It also spawns in some flame particles.

❔
#entities