Module minecraft_json::minecraft::data::conditions [−][src]
Expand description
Conditions common to all Criterions.
Structs
| Block | Block conditions. |
| DamageSource | Properties of damage source. |
| Distance | World distance. |
| Effect | Effect properties. |
| Enchantment | Minecraft enchantment. |
| Entity | Tags common to all entities. |
| EntityFlags | Predicate Flags to be checked for an entity. |
| Equipment | Entity equipments. |
| Fluid | Fluid conditions. |
| Item | Tags common to all items. |
| LightningBolt | Lightning bolt properties. |
| Location | Tags common to all locations. |
| Player | Player properties. |
| Statistic | A statistic. Note that unlike when adding scoreboard objectives, the base (for example,
|
Enums
| AdvancementStatus | Status of an advancement. |
| GameMode | The game mode of a player. |
Type Definitions
| PredicatesOrEntity | Either a list of predicates, or an entity. |