Skip to content

peanut-framework / Types/Minecraft/Molang/queries / MolangQueryFunction

Type Alias: MolangQueryFunction

ts
type MolangQueryFunction = 
  | "above_top_solid"
  | "actor_count"
  | "actor_property"
  | "age"
  | "air"
  | "all_animations_finished"
  | "all_animations_looping"
  | "any_animation_finished"
  | "any_animation_looping"
  | "any_tag"
  | "armor_color_slot"
  | "armor_material_slot"
  | "armor_texture_slot"
  | "attack_time"
  | "block_adjacent_to_liquid"
  | "block_face"
  | "block_property"
  | "block_state"
  | "body_x_rotation"
  | "body_y_rotation"
  | "bone_aabb"
  | "bone_origin"
  | "bone_rotation"
  | "camera_distance"
  | "camera_position"
  | "can_climb"
  | "can_fly"
  | "can_power_jump"
  | "can_swim"
  | "can_walk"
  | "cape_flap_amount"
  | "cape_flap_speed"
  | "color"
  | "current_squish_value"
  | "damage_taken"
  | "day"
  | "death_time"
  | "destructible_by_mining"
  | "distance_from_camera"
  | "distance_travelled"
  | "effect_emitter_count"
  | "effect_particle_count"
  | "equipment_count"
  | "eye_target_position"
  | "fall_distance"
  | "first_person_camera_mode"
  | "fishing_hook_distance"
  | "fishing_hook_position"
  | "flag"
  | "fleece_color"
  | "ground_speed"
  | "has_armor_slot"
  | "has_cape"
  | "has_collision"
  | "has_equipment_slot"
  | "has_rider"
  | "has_target"
  | "health"
  | "hurt_direction"
  | "hurt_time"
  | "in_caravan"
  | "in_love_ticks"
  | "is_angry"
  | "is_attached_to_entity"
  | "is_baby"
  | "is_breathing"
  | "is_casting"
  | "is_celebrating"
  | "is_charged"
  | "is_chested"
  | "is_critical"
  | "is_dancing"
  | "is_eating"
  | "is_elder"
  | "is_falling"
  | "is_glowing"
  | "is_grazing"
  | "is_idling"
  | "is_illager_captain"
  | "is_in_love"
  | "is_in_ui"
  | "is_in_water"
  | "is_interested"
  | "is_invisible"
  | "is_laying_down"
  | "is_laying_egg"
  | "is_leashed"
  | "is_lingering"
  | "is_moving"
  | "is_on_fire"
  | "is_on_ground"
  | "is_onfire"
  | "is_orphaned"
  | "is_powered"
  | "is_pregnant"
  | "is_riding"
  | "is_roaring"
  | "is_saddled"
  | "is_shaking"
  | "is_sheared"
  | "is_sleeping"
  | "is_sneaking"
  | "is_sprinting"
  | "is_stackable"
  | "is_stalking"
  | "is_standing"
  | "is_swimming"
  | "is_tamed"
  | "is_transforming"
  | "item_count"
  | "item_property"
  | "last_hit_by_player"
  | "leash_holder_position"
  | "life_span"
  | "life_time"
  | "limb_speed"
  | "liquid_depth"
  | "main_hand_item_count"
  | "mark_variant"
  | "max_health"
  | "moon_brightness"
  | "moon_phase"
  | "movement_direction"
  | "off_hand_item_count"
  | "on_fire"
  | "owner_identifier"
  | "player_level"
  | "position"
  | "previous_squish_value"
  | "roll"
  | "runtime_identifier"
  | "saddle_material"
  | "skin_id"
  | "spellcolor"
  | "strength"
  | "structural_integrity"
  | "swim_amount"
  | "target_distance"
  | "target_position"
  | "temp"
  | "time_of_day"
  | "time_since_death"
  | "time_since_hurt"
  | "total_emitter_count"
  | "total_particle_count"
  | "trade_tier"
  | "unhappy_counter"
  | "variant"
  | "vertical_speed"
  | "walk_distance"
  | "wing_flap_position"
  | "wing_flap_speed"
  | "yaw_speed";

Released under the MIT License.