blockFoot - ProjectZulu/JustAnotherSpawner GitHub Wiki

Definition

boolean blockFoot(String[N] blockKeys)
boolean blockFoot(String[N] blockKeys, Integer[N] metas)

  • See block for an explanation of expected parameters and types.

Examples

  • blockFoot({'dirt','BiomesOPlenty:driedDirt','grass','sand','stone','cobblestone'})
    • Checks that the mob is, or would be standing on any of these blocks.
  • !blockFoot({'dirt'},{2})
    • Checks that the mob is/would not be standing on podzol.
⚠️ **GitHub.com Fallback** ⚠️