SYMBOL INDEX (28025 symbols across 908 files) FILE: pumpkin-api-macros/src/lib.rs function plugin_method (line 19) | pub fn plugin_method(_attr: TokenStream, item: TokenStream) -> TokenStre... function plugin_impl (line 57) | pub fn plugin_impl(_attr: TokenStream, item: TokenStream) -> TokenStream { function with_runtime (line 114) | pub fn with_runtime(attr: TokenStream, item: TokenStream) -> TokenStream { FILE: pumpkin-codegen/src/attributes.rs type Attributes (line 11) | struct Attributes { function build (line 19) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/biome.rs type Biome (line 11) | pub struct Biome { type SpawnGroups (line 35) | struct SpawnGroups { type Spawner (line 57) | struct Spawner { method to_tokens (line 68) | pub fn to_tokens(&self) -> TokenStream { type SpawnCosts (line 84) | struct SpawnCosts { method to_tokens (line 93) | pub fn to_tokens(&self) -> TokenStream { type TemperatureModifier (line 108) | enum TemperatureModifier { type ParameterRange (line 117) | struct ParameterRange { method into_token_stream (line 126) | fn into_token_stream(self) -> TokenStream { type BiomeTree (line 143) | enum BiomeTree { method into_token_stream (line 163) | fn into_token_stream(self) -> TokenStream { type MultiNoiseBiomeSuppliers (line 200) | struct MultiNoiseBiomeSuppliers { function build (line 209) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/bitsets.rs type Bitset (line 6) | pub struct Bitset { function gen_u16_bitset (line 23) | pub fn gen_u16_bitset(name: &str, ids: &[u16]) -> Bitset { FILE: pumpkin-codegen/src/block.rs function fill_array (line 23) | fn fill_array(array: Vec<(u16, T)>) -> Vec) -> Vec { function const_block_name_from_block_name (line 54) | fn const_block_name_from_block_name(block: &str) -> String { function property_group_name_from_derived_name (line 62) | fn property_group_name_from_derived_name(name: &str) -> String { type PropertyType (line 67) | enum PropertyType { type PropertyVariantMapping (line 75) | struct PropertyVariantMapping { type PropertyCollectionData (line 83) | struct PropertyCollectionData { method add_block (line 96) | pub fn add_block(&mut self, block_name: String, block_id: u16) { method from_mappings (line 104) | pub const fn from_mappings(variant_mappings: Vec String { type PropertyStruct (line 119) | pub struct PropertyStruct { method to_tokens (line 127) | fn to_tokens(&self, tokens: &mut TokenStream) { type BlockPropertyStruct (line 199) | struct BlockPropertyStruct { method to_tokens (line 205) | fn to_tokens(&self, tokens: &mut TokenStream) { type FlammableStruct (line 388) | pub struct FlammableStruct { method to_tokens (line 396) | fn to_tokens(&self, tokens: &mut TokenStream) { type BoundingBox (line 411) | pub struct BoundingBox { method to_tokens (line 419) | fn to_tokens(&self, tokens: &mut TokenStream) { type BlockState (line 439) | pub struct BlockState { constant IS_AIR (line 494) | const IS_AIR: u16 = 1 << 0; constant HAS_RANDOM_TICKS (line 496) | const HAS_RANDOM_TICKS: u16 = 1 << 9; method has_random_ticks (line 499) | const fn has_random_ticks(&self) -> bool { method is_air (line 504) | pub const fn is_air(&self) -> bool { method to_tokens (line 509) | fn to_tokens(&self) -> TokenStream { type PistonBehavior (line 467) | pub enum PistonBehavior { method to_tokens (line 481) | fn to_tokens(&self) -> TokenStream { type Block (line 561) | pub struct Block { method to_tokens (line 595) | fn to_tokens(&self, tokens: &mut TokenStream) { type GeneratedPropertyType (line 658) | pub enum GeneratedPropertyType { type GeneratedProperty (line 680) | pub struct GeneratedProperty { method to_property (line 695) | fn to_property(&self) -> Property { type Property (line 726) | struct Property { type BlockAssets (line 737) | pub struct BlockAssets { function build (line 747) | pub fn build() -> TokenStream { function get_be_data_from_nbt (line 1279) | fn get_be_data_from_nbt( function read_varint (line 1372) | fn read_varint(reader: &mut W) -> u32 { function read_byte (line 1389) | fn read_byte(reader: &mut W) -> u8 { FILE: pumpkin-codegen/src/chunk_gen_settings.rs type BlockStateCodecStruct (line 9) | pub struct BlockStateCodecStruct { type GenerationSettingsStruct (line 20) | pub struct GenerationSettingsStruct { type GenerationShapeConfigStruct (line 45) | pub struct GenerationShapeConfigStruct { type MaterialRuleStruct (line 59) | pub enum MaterialRuleStruct { type MaterialConditionStruct (line 91) | pub enum MaterialConditionStruct { type YOffsetStruct (line 173) | pub enum YOffsetStruct { method to_tokens (line 195) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 217) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 244) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 257) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 274) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 407) | fn to_tokens(&self, tokens: &mut TokenStream) { function build (line 442) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/chunk_status.rs function build (line 8) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/composter_increase_chance.rs function build (line 8) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/configured_feature.rs function build (line 12) | pub fn build() -> TokenStream { function value_to_configured_feature (line 151) | pub fn value_to_configured_feature(v: &Value) -> TokenStream { function value_to_block_state_provider (line 668) | fn value_to_block_state_provider(v: &Value) -> TokenStream { function value_to_noise_base (line 784) | fn value_to_noise_base(v: &Value) -> TokenStream { function value_to_dpnp (line 797) | fn value_to_dpnp(v: &Value) -> TokenStream { function value_to_rule_test (line 818) | fn value_to_rule_test(v: &Value) -> TokenStream { function value_to_block_wrapper (line 858) | fn value_to_block_wrapper(v: &Value) -> TokenStream { function value_to_tree_feature (line 876) | fn value_to_tree_feature(config: &Value) -> TokenStream { function value_to_trunk_placer (line 908) | fn value_to_trunk_placer(v: &Value) -> TokenStream { function value_to_foliage_placer (line 954) | fn value_to_foliage_placer(v: &Value) -> TokenStream { function value_to_feature_size (line 1033) | fn value_to_feature_size(v: &Value) -> TokenStream { function value_to_tree_decorator (line 1092) | fn value_to_tree_decorator(v: &Value) -> TokenStream { function value_to_inline_placed_feature (line 1158) | fn value_to_inline_placed_feature(v: &Value) -> TokenStream { function value_to_placed_feature_wrapper (line 1183) | fn value_to_placed_feature_wrapper(v: &Value) -> TokenStream { function value_to_feature_ref (line 1205) | fn value_to_feature_ref(v: &Value) -> TokenStream { function value_to_placement_modifier_cf (line 1227) | fn value_to_placement_modifier_cf(v: &Value) -> TokenStream { FILE: pumpkin-codegen/src/damage_type.rs type DamageTypeEntry (line 10) | struct DamageTypeEntry { type DamageTypeData (line 19) | pub struct DamageTypeData { type DamageEffects (line 35) | pub enum DamageEffects { type DamageScaling (line 47) | pub enum DamageScaling { type DeathMessageType (line 56) | pub enum DeathMessageType { function build (line 63) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/data_component.rs function build (line 8) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/dimension.rs function parse_hex_color (line 12) | fn parse_hex_color(s: &str) -> Option { type Dimension (line 22) | pub struct Dimension { function build (line 71) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/effect.rs type Effect (line 10) | struct Effect { type MobEffectCategory (line 26) | pub enum MobEffectCategory { method to_tokens (line 66) | pub fn to_tokens(&self) -> TokenStream { type Modifiers (line 34) | pub struct Modifiers { method get_tokens (line 48) | pub fn get_tokens(self) -> TokenStream { function build (line 77) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/enchantments.rs type Enchantment (line 12) | pub struct Enchantment { type AttributeModifierSlot (line 32) | pub enum AttributeModifierSlot { method to_tokens (line 59) | pub fn to_tokens(&self) -> TokenStream { function build (line 78) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/entity_pose.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/entity_status.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/entity_type.rs type EntityType (line 13) | pub struct EntityType { type SpawnRestriction (line 46) | pub struct SpawnRestriction { type SpawnLocation (line 56) | pub enum SpawnLocation { type MobCategory (line 67) | pub enum MobCategory { type NamedEntityType (line 79) | pub struct NamedEntityType<'a>(&'a str, &'a EntityType); method to_tokens (line 83) | fn to_tokens(&self, tokens: &mut TokenStream) { function build (line 184) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/flower_pot_transformations.rs function build (line 6) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/fluid.rs function const_fluid_name_from_fluid_name (line 12) | fn const_fluid_name_from_fluid_name(fluid: &str) -> String { function property_group_name_from_derived_name (line 17) | fn property_group_name_from_derived_name(name: &str) -> String { type PropertyVariantMapping (line 22) | struct PropertyVariantMapping { type PropertyCollectionData (line 30) | struct PropertyCollectionData { method add_fluid_name (line 39) | pub fn add_fluid_name(&mut self, fluid_name: String) { method from_mappings (line 44) | pub const fn from_mappings(variant_mappings: Vec String { type PropertyStruct (line 59) | pub struct PropertyStruct { method to_tokens (line 68) | fn to_tokens(&self, tokens: &mut TokenStream) { type FluidPropertyStruct (line 151) | struct FluidPropertyStruct { method to_tokens (line 158) | fn to_tokens(&self, tokens: &mut TokenStream) { type FluidState (line 303) | struct FluidState { type FluidStateRef (line 322) | struct FluidStateRef { method to_tokens (line 330) | fn to_tokens(&self, tokens: &mut TokenStream) { type Property (line 344) | struct Property { type Fluid (line 353) | pub struct Fluid { function default_flow_speed (line 376) | const fn default_flow_speed() -> u32 { function default_flow_distance (line 381) | const fn default_flow_distance() -> u32 { function build (line 387) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/fuels.rs function build (line 5) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/game_event.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/game_rules.rs function build (line 10) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/item.rs type Item (line 14) | pub struct Item { type ItemComponents (line 23) | pub struct ItemComponents { method to_tokens (line 69) | fn to_tokens(&self, tokens: &mut TokenStream) { function return_1f32 (line 471) | const fn return_1f32() -> f32 { function return_true (line 476) | const fn return_true() -> bool { function default_item_damage (line 481) | const fn default_item_damage() -> u32 { type ToolComponent (line 486) | pub struct ToolComponent { function return_false (line 501) | const fn return_false() -> bool { type FoodComponent (line 507) | pub struct FoodComponent { type ToolRule (line 519) | pub struct ToolRule { type Modifier (line 530) | pub struct Modifier { function _true (line 545) | const fn _true() -> bool { type Consumable (line 551) | pub struct Consumable { type DeathProtection (line 558) | pub struct DeathProtection { type WeaponComponent (line 564) | pub struct WeaponComponent { type BlocksAttacks (line 572) | pub struct BlocksAttacks { type DamageResistantComponent (line 578) | pub struct DamageResistantComponent { type EquippableComponent (line 585) | pub struct EquippableComponent { type Operation (line 619) | pub enum Operation { function build (line 629) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/jukebox_song.rs type JukeboxSongData (line 11) | struct JukeboxSongData { function build (line 19) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/loot.rs type LootTableStruct (line 13) | pub struct LootTableStruct { method to_tokens (line 24) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootPoolStruct (line 50) | pub struct LootPoolStruct { method to_tokens (line 65) | fn to_tokens(&self, tokens: &mut TokenStream) { type ItemEntryStruct (line 100) | pub struct ItemEntryStruct { method to_tokens (line 107) | fn to_tokens(&self, tokens: &mut TokenStream) { type AlternativeEntryStruct (line 120) | pub struct AlternativeEntryStruct { method to_tokens (line 127) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootPoolEntryTypesStruct (line 141) | pub enum LootPoolEntryTypesStruct { method to_tokens (line 170) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootConditionStruct (line 203) | pub enum LootConditionStruct { method to_tokens (line 270) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootFunctionStruct (line 311) | pub struct LootFunctionStruct { method to_tokens (line 321) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootFunctionTypesStruct (line 343) | pub enum LootFunctionTypesStruct { method to_tokens (line 403) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootFunctionNumberProviderStruct (line 483) | pub enum LootFunctionNumberProviderStruct { method to_tokens (line 507) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootFunctionLimitCountStruct (line 526) | pub struct LootFunctionLimitCountStruct { type LootFunctionBonusParameterStruct (line 536) | pub enum LootFunctionBonusParameterStruct { method to_tokens (line 554) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootPoolEntryStruct (line 570) | pub struct LootPoolEntryStruct { method to_tokens (line 582) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootTableTypeStruct (line 610) | pub enum LootTableTypeStruct { method to_tokens (line 627) | fn to_tokens(&self, tokens: &mut TokenStream) { FILE: pumpkin-codegen/src/main.rs constant OUT_DIR (line 62) | pub const OUT_DIR: &str = "../pumpkin-data/src/generated"; function main (line 66) | pub fn main() { function array_to_tokenstream (line 150) | pub fn array_to_tokenstream(array: &[String]) -> TokenStream { function write_generated_file (line 167) | pub fn write_generated_file(new_code: &str, out_file: &str) { type RustFmtError (line 182) | pub struct RustFmtError; function format_code (line 192) | pub fn format_code(unformatted_code: &str) -> Result TokenStream { FILE: pumpkin-codegen/src/meta_data_type.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/noise_parameter.rs function build (line 8) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/noise_router.rs type HashableF32 (line 15) | struct HashableF32(pub f32); method deserialize (line 45) | fn deserialize>(deserializer: D) -> Result... method hash (line 19) | fn hash(&self, state: &mut H) { method to_tokens (line 25) | fn to_tokens(&self, tokens: &mut TokenStream) { type HashableF64 (line 51) | struct HashableF64(pub f64); method deserialize (line 81) | fn deserialize>(deserializer: D) -> Result... method hash (line 55) | fn hash(&self, state: &mut H) { method to_tokens (line 61) | fn to_tokens(&self, tokens: &mut TokenStream) { type SplineRepr (line 89) | enum SplineRepr { method get_token_stream (line 117) | fn get_token_stream( type BinaryOperation (line 174) | enum BinaryOperation { method get_token_stream (line 191) | fn get_token_stream(&self) -> TokenStream { type LinearOperation (line 219) | enum LinearOperation { method into_token_stream (line 230) | fn into_token_stream(self) -> TokenStream { type UnaryOperation (line 248) | enum UnaryOperation { method into_token_stream (line 271) | fn into_token_stream(self) -> TokenStream { type WeirdScaledMapper (line 309) | enum WeirdScaledMapper { method into_token_stream (line 320) | fn into_token_stream(self) -> TokenStream { type WrapperType (line 338) | enum WrapperType { method into_token_stream (line 354) | fn into_token_stream(self) -> TokenStream { type NoiseData (line 387) | struct NoiseData { type ShiftedNoiseData (line 401) | struct ShiftedNoiseData { type WeirdScaledData (line 415) | struct WeirdScaledData { type InterpolatedNoiseSamplerData (line 426) | struct InterpolatedNoiseSamplerData { type ClampedYGradientData (line 454) | struct ClampedYGradientData { type BinaryData (line 471) | struct BinaryData { type LinearData (line 485) | struct LinearData { type UnaryData (line 501) | struct UnaryData { type ClampData (line 515) | struct ClampData { type RangeChoiceData (line 526) | struct RangeChoiceData { type SplineData (line 537) | struct SplineData { type DensityFunctionRepr (line 549) | enum DensityFunctionRepr { method unique_id (line 700) | fn unique_id(&self) -> u64 { method get_index_for_component (line 711) | fn get_index_for_component( method get_token_stream (line 733) | fn get_token_stream( type NoiseRouterReprs (line 1002) | struct NoiseRouterReprs { type NoiseRouterRepr (line 1022) | struct NoiseRouterRepr { method into_token_stream (line 1066) | fn into_token_stream(self) -> TokenStream { function build (line 1185) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/packet.rs constant LATEST_VERSION (line 9) | const LATEST_VERSION: MinecraftVersion = MinecraftVersion::V_1_21_11; type Packets (line 13) | pub struct Packets { function build (line 25) | pub(crate) fn build() -> TokenStream { function generate_struct (line 76) | fn generate_struct(versions: &BTreeMap) -> Token... function generate_mapped_consts (line 133) | fn generate_mapped_consts( FILE: pumpkin-codegen/src/particle.rs function build (line 10) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/placed_feature.rs function build (line 7) | pub fn build() -> TokenStream { function value_to_placed_feature (line 60) | fn value_to_placed_feature(v: &Value) -> TokenStream { function value_to_feature (line 85) | fn value_to_feature(v: &Value) -> TokenStream { function value_to_placement_modifier (line 106) | fn value_to_placement_modifier(v: &Value) -> TokenStream { function value_to_block_predicate (line 255) | pub fn value_to_block_predicate(v: &Value) -> TokenStream { function value_to_height_provider (line 395) | pub fn value_to_height_provider(v: &Value) -> TokenStream { function value_to_y_offset (line 462) | pub fn value_to_y_offset(v: &Value) -> TokenStream { function value_to_int_provider (line 484) | pub fn value_to_int_provider(v: &Value) -> TokenStream { function value_to_height_map (line 552) | pub fn value_to_height_map(s: &str) -> TokenStream { function value_to_block_direction (line 571) | pub fn value_to_block_direction(s: &str) -> TokenStream { function value_to_offset_predicate (line 590) | fn value_to_offset_predicate(v: &Value) -> TokenStream { function value_to_matching_blocks_wrapper (line 610) | fn value_to_matching_blocks_wrapper(v: &Value) -> TokenStream { function value_to_block_state_codec (line 633) | pub fn value_to_block_state_codec(v: &Value) -> TokenStream { function value_to_option_i32 (line 668) | fn value_to_option_i32(v: &Value) -> TokenStream { function value_to_inline_configured_feature (line 680) | fn value_to_inline_configured_feature(_v: &Value) -> TokenStream { FILE: pumpkin-codegen/src/potion.rs type Potion (line 10) | struct Potion { type Effect (line 19) | pub struct Effect { method to_tokens (line 36) | pub fn to_tokens(&self) -> TokenStream { function build (line 64) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/potion_brewing.rs type PotionBrewing (line 8) | struct PotionBrewing { type Recipes (line 18) | pub struct Recipes { method get_tokens_potion (line 29) | pub fn get_tokens_potion(self) -> TokenStream { method get_tokens_item (line 56) | pub fn get_tokens_item(self) -> TokenStream { function build (line 84) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/recipe_remainder.rs function build (line 6) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/recipes.rs type RecipeTypes (line 10) | pub enum RecipeTypes { type CookingRecipeStruct (line 52) | pub struct CookingRecipeStruct { method generate_recipe_id (line 70) | fn generate_recipe_id(&self, cooking_type: &str) -> String { method to_tokens_with_id (line 101) | fn to_tokens_with_id(&self, tokens: &mut TokenStream, recipe_id: &str) { method to_tokens (line 129) | fn to_tokens(&self, tokens: &mut TokenStream) { type CraftingShapedRecipeStruct (line 159) | pub struct CraftingShapedRecipeStruct { method to_tokens (line 175) | fn to_tokens(&self, tokens: &mut TokenStream) { type CraftingShapelessRecipeStruct (line 216) | pub struct CraftingShapelessRecipeStruct { method to_tokens (line 228) | fn to_tokens(&self, tokens: &mut TokenStream) { type CraftingTransmuteRecipeStruct (line 258) | pub struct CraftingTransmuteRecipeStruct { method to_tokens (line 272) | fn to_tokens(&self, tokens: &mut TokenStream) { type CraftingDecoratedPotStruct (line 300) | pub struct CraftingDecoratedPotStruct { method to_tokens (line 306) | fn to_tokens(&self, tokens: &mut TokenStream) { type RecipeResultStruct (line 322) | pub struct RecipeResultStruct { method to_tokens (line 331) | fn to_tokens(&self, tokens: &mut TokenStream) { type RecipeIngredientTypes (line 347) | pub enum RecipeIngredientTypes { method to_tokens (line 355) | fn to_tokens(&self, tokens: &mut TokenStream) { type RecipeCategoryTypes (line 379) | pub enum RecipeCategoryTypes { method to_tokens (line 401) | fn to_tokens(&self, tokens: &mut TokenStream) { function build (line 428) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/registry.rs constant LATEST_VERSION (line 10) | const LATEST_VERSION: MinecraftVersion = MinecraftVersion::V_1_21_11; function build (line 14) | pub(crate) fn build() -> TokenStream { FILE: pumpkin-codegen/src/remap/block_state.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/remap/entity_id.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/remap/item_id.rs function reverse_mapping (line 15) | fn reverse_mapping(mapping: &[u16], mapped_size: usize) -> Vec { function build (line 25) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/remap/mod.rs function build (line 12) | pub fn build() -> Vec<(fn() -> TokenStream, &'static str)> { type MappingNode (line 22) | pub struct MappingNode<'a, P> { type Remapper (line 33) | pub struct Remapper { function process (line 48) | pub fn process(&self, mappings: &MappingNode<'_, P>) -> Vec<(MinecraftVe... type ParsedMappings (line 66) | pub struct ParsedMappings { method parse_mapping_file (line 82) | pub fn parse_mapping_file(path: &str, section: &str) -> Option { method parse_mappings (line 100) | fn parse_mappings(mappings: &NbtCompound, path: &str, section: &str) -... method invert_with_default_to_u16 (line 213) | pub fn invert_with_default_to_u16(&self, name: &str) -> Vec { FILE: pumpkin-codegen/src/scoreboard_slot.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/screen.rs function build (line 9) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/sound.rs function build (line 10) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/sound_category.rs function build (line 10) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/spawn_egg.rs function build (line 8) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/structures.rs type StructureSetStruct (line 8) | pub struct StructureSetStruct { type WeightedEntryStruct (line 17) | pub struct WeightedEntryStruct { type StructurePlacementStruct (line 26) | pub struct StructurePlacementStruct { type StructurePlacementTypeStruct (line 41) | pub enum StructurePlacementTypeStruct { type StructureStruct (line 68) | pub struct StructureStruct { method to_tokens (line 77) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 92) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 107) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 137) | fn to_tokens(&self, tokens: &mut TokenStream) { method to_tokens (line 180) | fn to_tokens(&self, tokens: &mut TokenStream) { function structure_key_to_token (line 199) | fn structure_key_to_token(key: &str) -> TokenStream { function frequency_reduction_to_token (line 245) | fn frequency_reduction_to_token(method: &str) -> TokenStream { function spread_type_to_token (line 259) | fn spread_type_to_token(spread: &str) -> TokenStream { function generation_step_to_token (line 271) | fn generation_step_to_token(step: &str) -> TokenStream { function build (line 289) | pub fn build() -> TokenStream { FILE: pumpkin-codegen/src/tag.rs type EnumCreator (line 17) | pub struct EnumCreator { method to_tokens (line 26) | fn to_tokens(&self, tokens: &mut TokenStream) { constant LATEST_VERSION (line 69) | const LATEST_VERSION: MinecraftVersion = MinecraftVersion::V_1_21_11; function build (line 73) | pub(crate) fn build() -> TokenStream { FILE: pumpkin-codegen/src/tracked_data.rs constant LATEST_VERSION (line 8) | const LATEST_VERSION: MinecraftVersion = MinecraftVersion::V_1_21_11; function build (line 11) | pub(crate) fn build() -> TokenStream { function generate_struct (line 53) | fn generate_struct(versions: &BTreeMap) -> Token... function generate_consts (line 97) | fn generate_consts(versions: &BTreeMap TokenStream { FILE: pumpkin-codegen/src/version.rs type MinecraftVersion (line 9) | pub enum MinecraftVersion { method to_field_ident (line 83) | pub fn to_field_ident(self) -> Ident { method to_tokens (line 140) | fn to_tokens(&self, tokens: &mut proc_macro2::TokenStream) { FILE: pumpkin-codegen/src/world_event.rs function build (line 8) | pub fn build() -> TokenStream { FILE: pumpkin-config/src/chat.rs type ChatConfig (line 8) | pub struct ChatConfig { method default (line 15) | fn default() -> Self { FILE: pumpkin-config/src/chunk.rs type ChunkConfig (line 10) | pub enum ChunkConfig { method default (line 20) | fn default() -> Self { type AnvilChunkConfig (line 28) | pub struct AnvilChunkConfig { type ChunkCompression (line 37) | pub struct ChunkCompression { method default (line 45) | fn default() -> Self { type Compression (line 54) | pub enum Compression { type LinearChunkConfig (line 67) | pub struct LinearChunkConfig { type LinearVersion (line 74) | pub enum LinearVersion { FILE: pumpkin-config/src/commands.rs type CommandsConfig (line 10) | pub struct CommandsConfig { method default (line 22) | fn default() -> Self { FILE: pumpkin-config/src/fun.rs type FunConfig (line 6) | pub struct FunConfig { method default (line 12) | fn default() -> Self { FILE: pumpkin-config/src/lib.rs type AdvancedConfiguration (line 52) | pub struct AdvancedConfiguration { type BasicConfiguration (line 80) | pub struct BasicConfiguration { method get_world_path (line 171) | pub fn get_world_path(&self) -> PathBuf { method default (line 136) | fn default() -> Self { type LoadConfiguration (line 180) | pub trait LoadConfiguration { method load (line 188) | fn load(config_dir: &Path) -> Self method merge_with_default_toml (line 249) | fn merge_with_default_toml(parsed_toml: toml::Value) -> (Self, bool) method merge_toml_values (line 271) | fn merge_toml_values(base: toml::Value, overlay: toml::Value) -> (toml... method get_path (line 302) | fn get_path() -> &'static Path; method validate (line 305) | fn validate(&self); method get_path (line 309) | fn get_path() -> &'static Path { method validate (line 313) | fn validate(&self) { method get_path (line 319) | fn get_path() -> &'static Path { method validate (line 323) | fn validate(&self) { FILE: pumpkin-config/src/lighting.rs type LightingEngineConfig (line 5) | pub enum LightingEngineConfig { FILE: pumpkin-config/src/logging.rs type LoggingConfig (line 8) | pub struct LoggingConfig { method default (line 22) | fn default() -> Self { FILE: pumpkin-config/src/networking/auth.rs type AuthenticationConfig (line 9) | pub struct AuthenticationConfig { method default (line 31) | fn default() -> Self { type PlayerProfileConfig (line 51) | pub struct PlayerProfileConfig { method default (line 59) | fn default() -> Self { type TextureConfig (line 75) | pub struct TextureConfig { method default (line 87) | fn default() -> Self { type TextureTypes (line 100) | pub struct TextureTypes { method default (line 110) | fn default() -> Self { FILE: pumpkin-config/src/networking/compression.rs type CompressionConfig (line 8) | pub struct CompressionConfig { method default (line 17) | fn default() -> Self { type CompressionInfo (line 30) | pub struct CompressionInfo { method default (line 40) | fn default() -> Self { FILE: pumpkin-config/src/networking/lan_broadcast.rs type LANBroadcastConfig (line 8) | pub struct LANBroadcastConfig { FILE: pumpkin-config/src/networking/mod.rs type NetworkingConfig (line 21) | pub struct NetworkingConfig { FILE: pumpkin-config/src/networking/proxy.rs type ProxyConfig (line 8) | pub struct ProxyConfig { type BungeeCordConfig (line 20) | pub struct BungeeCordConfig { type VelocityConfig (line 28) | pub struct VelocityConfig { FILE: pumpkin-config/src/networking/query.rs type QueryConfig (line 10) | pub struct QueryConfig { method default (line 18) | fn default() -> Self { FILE: pumpkin-config/src/networking/rcon.rs type RCONConfig (line 9) | pub struct RCONConfig { method default (line 24) | fn default() -> Self { type RCONLogging (line 40) | pub struct RCONLogging { method default (line 52) | fn default() -> Self { FILE: pumpkin-config/src/op.rs type Op (line 9) | pub struct Op { method new (line 29) | pub const fn new( FILE: pumpkin-config/src/player_data.rs type PlayerDataConfig (line 8) | pub struct PlayerDataConfig { method default (line 16) | fn default() -> Self { FILE: pumpkin-config/src/pvp.rs type PVPConfig (line 8) | pub struct PVPConfig { method default (line 22) | fn default() -> Self { FILE: pumpkin-config/src/resource_pack.rs type ResourcePackConfig (line 9) | pub struct ResourcePackConfig { method validate (line 23) | pub fn validate(&self) { FILE: pumpkin-config/src/server_links.rs type ServerLinksConfig (line 10) | pub struct ServerLinksConfig { method default (line 36) | fn default() -> Self { FILE: pumpkin-config/src/whitelist.rs type WhitelistEntry (line 8) | pub struct WhitelistEntry { method new (line 22) | pub const fn new(uuid: Uuid, name: String) -> Self { FILE: pumpkin-config/src/world.rs type LevelConfig (line 9) | pub struct LevelConfig { function default_autosave_ticks (line 20) | const fn default_autosave_ticks() -> u64 { FILE: pumpkin-data/benches/has_random_ticks.rs constant MAX_ID (line 6) | const MAX_ID: u16 = 30000; function run_all (line 9) | fn run_all bool>(f: F) -> u32 { function assert_same_outputs (line 19) | fn assert_same_outputs() { function bench_has_random_ticks (line 30) | pub fn bench_has_random_ticks(c: &mut Criterion) { function has_random_ticks_matches (line 44) | pub fn has_random_ticks_matches(state_id: u16) -> bool { FILE: pumpkin-data/src/block_direction.rs type BlockDirection (line 11) | pub enum BlockDirection { type Error (line 42) | type Error = InvalidBlockFace; method try_from (line 44) | fn try_from(value: i32) -> Result { method to_index (line 59) | pub const fn to_index(&self) -> u8 { method from_index (line 71) | pub const fn from_index(index: u8) -> Option { method random (line 83) | pub fn random(random: &mut RandomGenerator) -> Self { method random_horizontal (line 87) | pub fn random_horizontal(random: &mut RandomGenerator) -> Self { method by_index (line 92) | pub fn by_index(index: usize) -> Option { method to_offset (line 97) | pub fn to_offset(&self) -> Vector3 { method opposite (line 110) | pub const fn opposite(&self) -> Self { method positive (line 122) | pub const fn positive(&self) -> bool { method all (line 127) | pub const fn all() -> [Self; 6] { method update_order (line 138) | pub const fn update_order() -> [Self; 6] { method abstract_block_update_order (line 150) | pub const fn abstract_block_update_order() -> [Self; 6] { method horizontal (line 162) | pub const fn horizontal() -> [Self; 4] { method flow_directions (line 167) | pub const fn flow_directions() -> [Self; 5] { method is_horizontal (line 172) | pub const fn is_horizontal(&self) -> bool { method vertical (line 177) | pub const fn vertical() -> [Self; 2] { method to_horizontal_facing (line 182) | pub const fn to_horizontal_facing(&self) -> Option { method to_horizontal_axis (line 193) | pub const fn to_horizontal_axis(&self) -> Option { method to_cardinal_direction (line 202) | pub const fn to_cardinal_direction(&self) -> HorizontalFacing { method from_cardinal_direction (line 212) | pub const fn from_cardinal_direction(direction: HorizontalFacing) -> S... method to_axis (line 221) | pub const fn to_axis(&self) -> Axis { method to_facing (line 230) | pub const fn to_facing(&self) -> Facing { method rotate_clockwise (line 242) | pub const fn rotate_clockwise(&self) -> Self { method rotate_counter_clockwise (line 252) | pub const fn rotate_counter_clockwise(&self) -> Self { method from (line 21) | fn from(a: MathAxis) -> Self { method from (line 30) | fn from(a: Axis) -> Self { type InvalidBlockFace (line 39) | pub struct InvalidBlockFace; type FacingExt (line 262) | pub trait FacingExt { method to_block_direction (line 263) | fn to_block_direction(&self) -> BlockDirection; method to_block_direction (line 267) | fn to_block_direction(&self) -> BlockDirection { type HorizontalFacingExt (line 279) | pub trait HorizontalFacingExt { method to_block_direction (line 280) | fn to_block_direction(&self) -> BlockDirection; method to_block_direction (line 284) | fn to_block_direction(&self) -> BlockDirection { FILE: pumpkin-data/src/block_state.rs type BlockState (line 13) | pub struct BlockState { method is_air (line 57) | pub const fn is_air(&self) -> bool { method burnable (line 62) | pub const fn burnable(&self) -> bool { method tool_required (line 67) | pub const fn tool_required(&self) -> bool { method sided_transparency (line 72) | pub const fn sided_transparency(&self) -> bool { method replaceable (line 77) | pub const fn replaceable(&self) -> bool { method is_liquid (line 82) | pub const fn is_liquid(&self) -> bool { method is_solid (line 88) | pub const fn is_solid(&self) -> bool { method is_full_cube (line 93) | pub const fn is_full_cube(&self) -> bool { method is_solid_block (line 101) | pub const fn is_solid_block(&self) -> bool { method has_random_ticks (line 106) | pub const fn has_random_ticks(&self) -> bool { method is_side_solid (line 112) | pub const fn is_side_solid(&self, side: BlockDirection) -> bool { method is_center_solid (line 126) | pub const fn is_center_solid(&self, side: BlockDirection) -> bool { method is_waterlogged (line 135) | pub fn is_waterlogged(&self) -> bool { method with_waterlogged (line 150) | pub fn with_waterlogged(&self) -> Option<&'static BlockState> { method get_block_collision_shapes (line 155) | pub fn get_block_collision_shapes(&self) -> impl Iterator impl Iterator bool { type PistonBehavior (line 47) | pub enum PistonBehavior { type BlockStateRef (line 176) | pub struct BlockStateRef { constant IS_AIR (line 183) | const IS_AIR: u16 = 1 << 0; constant BURNABLE (line 184) | const BURNABLE: u16 = 1 << 1; constant TOOL_REQUIRED (line 185) | const TOOL_REQUIRED: u16 = 1 << 2; constant SIDED_TRANSPARENCY (line 186) | const SIDED_TRANSPARENCY: u16 = 1 << 3; constant REPLACEABLE (line 187) | const REPLACEABLE: u16 = 1 << 4; constant IS_LIQUID (line 188) | const IS_LIQUID: u16 = 1 << 5; constant IS_SOLID (line 189) | const IS_SOLID: u16 = 1 << 6; constant IS_FULL_CUBE (line 190) | const IS_FULL_CUBE: u16 = 1 << 7; constant IS_SOLID_BLOCK (line 191) | const IS_SOLID_BLOCK: u16 = 1 << 8; constant HAS_RANDOM_TICKS (line 192) | const HAS_RANDOM_TICKS: u16 = 1 << 9; constant DOWN_SIDE_SOLID (line 195) | const DOWN_SIDE_SOLID: u8 = 1 << 0; constant UP_SIDE_SOLID (line 196) | const UP_SIDE_SOLID: u8 = 1 << 1; constant NORTH_SIDE_SOLID (line 197) | const NORTH_SIDE_SOLID: u8 = 1 << 2; constant SOUTH_SIDE_SOLID (line 198) | const SOUTH_SIDE_SOLID: u8 = 1 << 3; constant WEST_SIDE_SOLID (line 199) | const WEST_SIDE_SOLID: u8 = 1 << 4; constant EAST_SIDE_SOLID (line 200) | const EAST_SIDE_SOLID: u8 = 1 << 5; constant DOWN_CENTER_SOLID (line 201) | const DOWN_CENTER_SOLID: u8 = 1 << 6; constant UP_CENTER_SOLID (line 202) | const UP_CENTER_SOLID: u8 = 1 << 7; FILE: pumpkin-data/src/blocks.rs type Block (line 18) | pub struct Block { method eq (line 50) | fn eq(&self, other: &u16) -> bool { method is_waterlogged (line 110) | pub fn is_waterlogged(&self, state_id: u16) -> bool { method with_waterlogged (line 124) | pub fn with_waterlogged(&self, state_id: u16) -> Option<&'static Block... method is_solid (line 154) | pub const fn is_solid(&self) -> bool { method is_air (line 160) | pub const fn is_air(&self) -> bool { function eq (line 56) | fn eq(&self, other: &Block) -> bool { method eq (line 62) | fn eq(&self, other: &Self) -> bool { method hash (line 70) | fn hash(&self, state: &mut H) { method tag_key (line 77) | fn tag_key() -> RegistryKey { method registry_key (line 82) | fn registry_key(&self) -> &str { method registry_id (line 87) | fn registry_id(&self) -> u16 { method to_resource_location (line 93) | fn to_resource_location(&self) -> ResourceLocation { method from_resource_location (line 99) | fn from_resource_location(resource_location: &ResourceLocation) -> Optio... type Flammable (line 166) | pub struct Flammable { FILE: pumpkin-data/src/data_component_impl.rs type DataComponentImpl (line 27) | pub trait DataComponentImpl: Send + Sync { method write_data (line 28) | fn write_data(&self) -> NbtTag { method get_hash (line 31) | fn get_hash(&self) -> i32 { method equal (line 35) | fn equal(&self, other: &dyn DataComponentImpl) -> bool; method get_enum (line 36) | fn get_enum() -> DataComponent method get_self_enum (line 39) | fn get_self_enum(&self) -> DataComponent; method to_dyn (line 40) | fn to_dyn(self) -> Box; method clone_dyn (line 41) | fn clone_dyn(&self) -> Box; method as_any (line 42) | fn as_any(&self) -> &dyn Any; method as_mut_any (line 43) | fn as_mut_any(&mut self) -> &mut dyn Any; method write_data (line 127) | fn write_data(&self) -> NbtTag { method get_hash (line 130) | fn get_hash(&self) -> i32 { method write_data (line 153) | fn write_data(&self) -> NbtTag { method get_hash (line 156) | fn get_hash(&self) -> i32 { method write_data (line 169) | fn write_data(&self) -> NbtTag { method get_hash (line 172) | fn get_hash(&self) -> i32 { method write_data (line 249) | fn write_data(&self) -> NbtTag { method get_hash (line 256) | fn get_hash(&self) -> i32 { method write_data (line 570) | fn write_data(&self) -> NbtTag { method get_hash (line 576) | fn get_hash(&self) -> i32 { method write_data (line 653) | fn write_data(&self) -> NbtTag { method get_hash (line 658) | fn get_hash(&self) -> i32 { method write_data (line 979) | fn write_data(&self) -> NbtTag { method get_hash (line 1012) | fn get_hash(&self) -> i32 { method write_data (line 1183) | fn write_data(&self) -> NbtTag { method get_hash (line 1193) | fn get_hash(&self) -> i32 { method write_data (line 1252) | fn write_data(&self) -> NbtTag { method get_hash (line 1260) | fn get_hash(&self) -> i32 { function read_data (line 46) | pub fn read_data(id: DataComponent, data: &NbtTag) -> Option Self { function get (line 98) | pub fn get(value: &dyn DataComponentImpl... function get_mut (line 108) | pub fn get_mut(value: &mut dyn DataCompo... type CustomDataImpl (line 112) | pub struct CustomDataImpl; type MaxStackSizeImpl (line 118) | pub struct MaxStackSizeImpl { method read_data (line 122) | fn read_data(data: &NbtTag) -> Option { type MaxDamageImpl (line 137) | pub struct MaxDamageImpl { type DamageImpl (line 144) | pub struct DamageImpl { method read_data (line 148) | fn read_data(data: &NbtTag) -> Option { type UnbreakableImpl (line 162) | pub struct UnbreakableImpl; method read_data (line 164) | const fn read_data(_data: &NbtTag) -> Option { type CustomNameImpl (line 178) | pub struct CustomNameImpl { type ItemNameImpl (line 186) | pub struct ItemNameImpl { type ItemModelImpl (line 194) | pub struct ItemModelImpl; type LoreImpl (line 196) | pub struct LoreImpl; type RarityImpl (line 198) | pub struct RarityImpl; type EnchantmentsImpl (line 200) | pub struct EnchantmentsImpl { method read_data (line 204) | fn read_data(data: &NbtTag) -> Option { function get_str_hash (line 216) | fn get_str_hash(val: &str) -> u32 { function get_i32_hash (line 227) | fn get_i32_hash(val: i32) -> u32 { function hash (line 235) | fn hash() { type CanPlaceOnImpl (line 269) | pub struct CanPlaceOnImpl; type CanBreakImpl (line 271) | pub struct CanBreakImpl; type Operation (line 274) | pub enum Operation { type Modifier (line 280) | pub struct Modifier { method hash (line 288) | fn hash(&self, state: &mut H) { type AttributeModifiersImpl (line 297) | pub struct AttributeModifiersImpl { type CustomModelDataImpl (line 304) | pub struct CustomModelDataImpl; type TooltipDisplayImpl (line 306) | pub struct TooltipDisplayImpl; type RepairCostImpl (line 308) | pub struct RepairCostImpl; type CreativeSlotLockImpl (line 310) | pub struct CreativeSlotLockImpl; type EnchantmentGlintOverrideImpl (line 312) | pub struct EnchantmentGlintOverrideImpl; type IntangibleProjectileImpl (line 314) | pub struct IntangibleProjectileImpl; type FoodImpl (line 316) | pub struct FoodImpl { method hash (line 325) | fn hash(&self, state: &mut H) { type ConsumableImpl (line 332) | pub struct ConsumableImpl { method consume_ticks (line 339) | pub fn consume_ticks(&self) -> i32 { method hash (line 348) | fn hash(&self, state: &mut H) { type UseRemainderImpl (line 353) | pub struct UseRemainderImpl; type UseCooldownImpl (line 355) | pub struct UseCooldownImpl; type DamageResistantType (line 357) | pub enum DamageResistantType { method from_tag (line 409) | pub fn from_tag(s: &str) -> Self { method as_str (line 504) | pub fn as_str(&self) -> &'static str { type Err (line 562) | type Err = (); method from_str (line 564) | fn from_str(s: &str) -> Result { type DamageResistantImpl (line 546) | pub struct DamageResistantImpl { method read_data (line 551) | fn read_data(data: &NbtTag) -> Option { type IDSet (line 584) | pub enum IDSet { type ToolRule (line 590) | pub struct ToolRule { method hash (line 596) | fn hash(&self, state: &mut H) { type ToolImpl (line 608) | pub struct ToolImpl { method hash (line 618) | fn hash(&self, state: &mut H) { type WeaponImpl (line 628) | pub struct WeaponImpl { method read_data (line 632) | fn read_data(data: &NbtTag) -> Option { type EquipmentType (line 665) | pub enum EquipmentType { type EquipmentSlotData (line 673) | pub struct EquipmentSlotData { type EquipmentSlot (line 683) | pub enum EquipmentSlot { constant MAIN_HAND (line 695) | pub const MAIN_HAND: Self = Self::MainHand(EquipmentSlotData { constant OFF_HAND (line 702) | pub const OFF_HAND: Self = Self::OffHand(EquipmentSlotData { constant FEET (line 709) | pub const FEET: Self = Self::Feet(EquipmentSlotData { constant LEGS (line 716) | pub const LEGS: Self = Self::Legs(EquipmentSlotData { constant CHEST (line 723) | pub const CHEST: Self = Self::Chest(EquipmentSlotData { constant HEAD (line 730) | pub const HEAD: Self = Self::Head(EquipmentSlotData { constant BODY (line 737) | pub const BODY: Self = Self::Body(EquipmentSlotData { constant SADDLE (line 744) | pub const SADDLE: Self = Self::Saddle(EquipmentSlotData { method get_entity_slot_id (line 753) | pub const fn get_entity_slot_id(&self) -> i32 { method get_from_name (line 767) | pub fn get_from_name(name: &str) -> Option { method get_offset_entity_slot_id (line 782) | pub const fn get_offset_entity_slot_id(&self, offset: i32) -> i32 { method slot_type (line 787) | pub const fn slot_type(&self) -> EquipmentType { method is_armor_slot (line 801) | pub const fn is_armor_slot(&self) -> bool { method discriminant (line 809) | pub const fn discriminant(&self) -> i8 { type EntityTypeOrTag (line 824) | pub enum EntityTypeOrTag { method hash (line 830) | fn hash(&self, state: &mut H) { type EnchantableImpl (line 845) | pub struct EnchantableImpl; type EquippableImpl (line 847) | pub struct EquippableImpl { type RepairableImpl (line 864) | pub struct RepairableImpl; type GliderImpl (line 866) | pub struct GliderImpl; type TooltipStyleImpl (line 868) | pub struct TooltipStyleImpl; type DeathProtectionImpl (line 870) | pub struct DeathProtectionImpl; type BlocksAttacksImpl (line 875) | pub struct BlocksAttacksImpl; type StoredEnchantmentsImpl (line 881) | pub struct StoredEnchantmentsImpl; type DyedColorImpl (line 883) | pub struct DyedColorImpl; type MapColorImpl (line 885) | pub struct MapColorImpl; type MapIdImpl (line 887) | pub struct MapIdImpl; type MapDecorationsImpl (line 889) | pub struct MapDecorationsImpl; type MapPostProcessingImpl (line 891) | pub struct MapPostProcessingImpl; type ChargedProjectilesImpl (line 893) | pub struct ChargedProjectilesImpl; type BundleContentsImpl (line 895) | pub struct BundleContentsImpl; type StatusEffectInstance (line 898) | pub struct StatusEffectInstance { type PotionContentsImpl (line 908) | pub struct PotionContentsImpl { method read_data (line 916) | pub fn read_data(tag: &NbtTag) -> Option { type PotionDurationScaleImpl (line 1048) | pub struct PotionDurationScaleImpl; type SuspiciousStewEffectsImpl (line 1050) | pub struct SuspiciousStewEffectsImpl; type WritableBookContentImpl (line 1052) | pub struct WritableBookContentImpl; type WrittenBookContentImpl (line 1054) | pub struct WrittenBookContentImpl; type TrimImpl (line 1056) | pub struct TrimImpl; type DebugStickStateImpl (line 1058) | pub struct DebugStickStateImpl; type EntityDataImpl (line 1060) | pub struct EntityDataImpl; type BucketEntityDataImpl (line 1062) | pub struct BucketEntityDataImpl; type BlockEntityDataImpl (line 1064) | pub struct BlockEntityDataImpl; type InstrumentImpl (line 1066) | pub struct InstrumentImpl; type ProvidesTrimMaterialImpl (line 1068) | pub struct ProvidesTrimMaterialImpl; type OminousBottleAmplifierImpl (line 1070) | pub struct OminousBottleAmplifierImpl; type JukeboxPlayableImpl (line 1072) | pub struct JukeboxPlayableImpl { type ProvidesBannerPatternsImpl (line 1079) | pub struct ProvidesBannerPatternsImpl; type RecipesImpl (line 1081) | pub struct RecipesImpl; type LodestoneTrackerImpl (line 1083) | pub struct LodestoneTrackerImpl; type FireworkExplosionShape (line 1086) | pub enum FireworkExplosionShape { method from_id (line 1095) | pub fn from_id(id: i32) -> Option { method to_id (line 1106) | pub fn to_id(&self) -> i32 { method to_name (line 1110) | pub fn to_name(&self) -> &str { method from_name (line 1120) | pub fn from_name(name: &str) -> Option { type FireworkExplosionImpl (line 1133) | pub struct FireworkExplosionImpl { method new (line 1142) | pub fn new( method read_data (line 1158) | pub fn read_data(tag: &NbtTag) -> Option { type FireworksImpl (line 1214) | pub struct FireworksImpl { method new (line 1220) | pub fn new(flight_duration: i32, explosions: Vec Option { type ProfileImpl (line 1274) | pub struct ProfileImpl; type NoteBlockSoundImpl (line 1276) | pub struct NoteBlockSoundImpl; type BannerPatternsImpl (line 1278) | pub struct BannerPatternsImpl; type BaseColorImpl (line 1280) | pub struct BaseColorImpl; type PotDecorationsImpl (line 1282) | pub struct PotDecorationsImpl; type ContainerImpl (line 1284) | pub struct ContainerImpl; type BlockStateImpl (line 1286) | pub struct BlockStateImpl; type BeesImpl (line 1288) | pub struct BeesImpl; type LockImpl (line 1290) | pub struct LockImpl; type ContainerLootImpl (line 1292) | pub struct ContainerLootImpl; type BreakSoundImpl (line 1294) | pub struct BreakSoundImpl; type VillagerVariantImpl (line 1296) | pub struct VillagerVariantImpl; type WolfVariantImpl (line 1298) | pub struct WolfVariantImpl; type WolfSoundVariantImpl (line 1300) | pub struct WolfSoundVariantImpl; type WolfCollarImpl (line 1302) | pub struct WolfCollarImpl; type FoxVariantImpl (line 1304) | pub struct FoxVariantImpl; type SalmonSizeImpl (line 1306) | pub struct SalmonSizeImpl; type ParrotVariantImpl (line 1308) | pub struct ParrotVariantImpl; type TropicalFishPatternImpl (line 1310) | pub struct TropicalFishPatternImpl; type TropicalFishBaseColorImpl (line 1312) | pub struct TropicalFishBaseColorImpl; type TropicalFishPatternColorImpl (line 1314) | pub struct TropicalFishPatternColorImpl; type MooshroomVariantImpl (line 1316) | pub struct MooshroomVariantImpl; type RabbitVariantImpl (line 1318) | pub struct RabbitVariantImpl; type PigVariantImpl (line 1320) | pub struct PigVariantImpl; type CowVariantImpl (line 1322) | pub struct CowVariantImpl; type ChickenVariantImpl (line 1324) | pub struct ChickenVariantImpl; type FrogVariantImpl (line 1326) | pub struct FrogVariantImpl; type HorseVariantImpl (line 1328) | pub struct HorseVariantImpl; type PaintingVariantImpl (line 1330) | pub struct PaintingVariantImpl; type LlamaVariantImpl (line 1332) | pub struct LlamaVariantImpl; type AxolotlVariantImpl (line 1334) | pub struct AxolotlVariantImpl; type CatVariantImpl (line 1336) | pub struct CatVariantImpl; type CatCollarImpl (line 1338) | pub struct CatCollarImpl; type SheepColorImpl (line 1340) | pub struct SheepColorImpl; type ShulkerColorImpl (line 1342) | pub struct ShulkerColorImpl; FILE: pumpkin-data/src/generated/attributes.rs type Attributes (line 4) | pub struct Attributes { constant ARMOR (line 20) | pub const ARMOR: Self = Self { constant ARMOR_TOUGHNESS (line 24) | pub const ARMOR_TOUGHNESS: Self = Self { constant ATTACK_DAMAGE (line 28) | pub const ATTACK_DAMAGE: Self = Self { constant ATTACK_KNOCKBACK (line 32) | pub const ATTACK_KNOCKBACK: Self = Self { constant ATTACK_SPEED (line 36) | pub const ATTACK_SPEED: Self = Self { constant BLOCK_BREAK_SPEED (line 40) | pub const BLOCK_BREAK_SPEED: Self = Self { constant BLOCK_INTERACTION_RANGE (line 44) | pub const BLOCK_INTERACTION_RANGE: Self = Self { constant BURNING_TIME (line 48) | pub const BURNING_TIME: Self = Self { constant CAMERA_DISTANCE (line 52) | pub const CAMERA_DISTANCE: Self = Self { constant EXPLOSION_KNOCKBACK_RESISTANCE (line 56) | pub const EXPLOSION_KNOCKBACK_RESISTANCE: Self = Self { constant ENTITY_INTERACTION_RANGE (line 60) | pub const ENTITY_INTERACTION_RANGE: Self = Self { constant FALL_DAMAGE_MULTIPLIER (line 64) | pub const FALL_DAMAGE_MULTIPLIER: Self = Self { constant FLYING_SPEED (line 68) | pub const FLYING_SPEED: Self = Self { constant FOLLOW_RANGE (line 72) | pub const FOLLOW_RANGE: Self = Self { constant GRAVITY (line 76) | pub const GRAVITY: Self = Self { constant JUMP_STRENGTH (line 80) | pub const JUMP_STRENGTH: Self = Self { constant KNOCKBACK_RESISTANCE (line 84) | pub const KNOCKBACK_RESISTANCE: Self = Self { constant LUCK (line 88) | pub const LUCK: Self = Self { constant MAX_ABSORPTION (line 92) | pub const MAX_ABSORPTION: Self = Self { constant MAX_HEALTH (line 96) | pub const MAX_HEALTH: Self = Self { constant MINING_EFFICIENCY (line 100) | pub const MINING_EFFICIENCY: Self = Self { constant MOVEMENT_EFFICIENCY (line 104) | pub const MOVEMENT_EFFICIENCY: Self = Self { constant MOVEMENT_SPEED (line 108) | pub const MOVEMENT_SPEED: Self = Self { constant OXYGEN_BONUS (line 112) | pub const OXYGEN_BONUS: Self = Self { constant SAFE_FALL_DISTANCE (line 116) | pub const SAFE_FALL_DISTANCE: Self = Self { constant SCALE (line 120) | pub const SCALE: Self = Self { constant SNEAKING_SPEED (line 124) | pub const SNEAKING_SPEED: Self = Self { constant SPAWN_REINFORCEMENTS (line 128) | pub const SPAWN_REINFORCEMENTS: Self = Self { constant STEP_HEIGHT (line 132) | pub const STEP_HEIGHT: Self = Self { constant SUBMERGED_MINING_SPEED (line 136) | pub const SUBMERGED_MINING_SPEED: Self = Self { constant SWEEPING_DAMAGE_RATIO (line 140) | pub const SWEEPING_DAMAGE_RATIO: Self = Self { constant TEMPT_RANGE (line 144) | pub const TEMPT_RANGE: Self = Self { constant WATER_MOVEMENT_EFFICIENCY (line 148) | pub const WATER_MOVEMENT_EFFICIENCY: Self = Self { constant WAYPOINT_TRANSMIT_RANGE (line 152) | pub const WAYPOINT_TRANSMIT_RANGE: Self = Self { constant WAYPOINT_RECEIVE_RANGE (line 156) | pub const WAYPOINT_RECEIVE_RANGE: Self = Self { method eq (line 9) | fn eq(&self, other: &Self) -> bool { method hash (line 15) | fn hash(&self, state: &mut H) { FILE: pumpkin-data/src/generated/block_state_remap.rs function remap_block_state_for_version (line 14797) | pub fn remap_block_state_for_version( FILE: pumpkin-data/src/generated/chunk_gen_settings.rs type BlockBlueprint (line 9) | pub struct BlockBlueprint { type GenerationSettings (line 13) | pub struct GenerationSettings { constant AMPLIFIED (line 135) | pub const AMPLIFIED : GenerationSettings = GenerationSettings { aquife... constant CAVES (line 136) | pub const CAVES : GenerationSettings = GenerationSettings { aquifers_e... constant END (line 137) | pub const END: GenerationSettings = GenerationSettings { constant FLOATING_ISLANDS (line 163) | pub const FLOATING_ISLANDS : GenerationSettings = GenerationSettings {... constant LARGE_BIOMES (line 164) | pub const LARGE_BIOMES : GenerationSettings = GenerationSettings { aqu... constant NETHER (line 165) | pub const NETHER : GenerationSettings = GenerationSettings { aquifers_... constant OVERWORLD (line 166) | pub const OVERWORLD : GenerationSettings = GenerationSettings { aquife... method from_dimension (line 167) | pub fn from_dimension(dimension: &Dimension) -> &'static Self { type GenerationShapeConfig (line 23) | pub struct GenerationShapeConfig { method vertical_cell_block_count (line 32) | pub const fn vertical_cell_block_count(&self) -> u8 { method horizontal_cell_block_count (line 37) | pub const fn horizontal_cell_block_count(&self) -> u8 { method max_y (line 41) | pub const fn max_y(&self) -> u16 { method trim_height (line 48) | pub fn trim_height(&self, bottom_y: i8, top_y: u16) -> Self { type BlockMaterialRule (line 69) | pub struct BlockMaterialRule { type SequenceMaterialRule (line 72) | pub struct SequenceMaterialRule { type ConditionMaterialRule (line 75) | pub struct ConditionMaterialRule { type BadLandsMaterialRule (line 79) | pub struct BadLandsMaterialRule; type MaterialRule (line 80) | pub enum MaterialRule { type BiomeMaterialCondition (line 87) | pub struct BiomeMaterialCondition { type NoiseThresholdMaterialCondition (line 90) | pub struct NoiseThresholdMaterialCondition { type VerticalGradientMaterialCondition (line 95) | pub struct VerticalGradientMaterialCondition { type AboveYMaterialCondition (line 100) | pub struct AboveYMaterialCondition { type WaterMaterialCondition (line 105) | pub struct WaterMaterialCondition { type HoleMaterialCondition (line 110) | pub struct HoleMaterialCondition; type NotMaterialCondition (line 111) | pub struct NotMaterialCondition { type SurfaceMaterialCondition (line 114) | pub struct SurfaceMaterialCondition; type StoneDepthMaterialCondition (line 115) | pub struct StoneDepthMaterialCondition { type MaterialCondition (line 121) | pub enum MaterialCondition { FILE: pumpkin-data/src/generated/chunk_status.rs type ChunkStatus (line 4) | pub enum ChunkStatus { FILE: pumpkin-data/src/generated/composter_increase_chance.rs function get_composter_increase_chance_from_item_id (line 3) | pub const fn get_composter_increase_chance_from_item_id(item_id: u16) ->... FILE: pumpkin-data/src/generated/configured_features_generated.rs function build_configured_features (line 3) | fn build_configured_features() -> std::collections::HashMap Option { type DeathMessageType (line 12) | pub enum DeathMessageType { type DamageEffects (line 18) | pub enum DamageEffects { type DamageScaling (line 27) | pub enum DamageScaling { FILE: pumpkin-data/src/generated/data_component.rs type DataComponent (line 5) | pub enum DataComponent { method to_id (line 112) | pub const fn to_id(self) -> u8 { method try_from_id (line 115) | pub const fn try_from_id(id: u8) -> Option { method try_from_name (line 224) | pub fn try_from_name(name: &str) -> Option { method to_name (line 335) | pub const fn to_name(self) -> &'static str { FILE: pumpkin-data/src/generated/dimension.rs type Dimension (line 3) | pub struct Dimension { constant OVERWORLD (line 21) | pub const OVERWORLD: Self = Self { constant OVERWORLD_CAVES (line 38) | pub const OVERWORLD_CAVES: Self = Self { constant THE_END (line 55) | pub const THE_END: Self = Self { constant THE_NETHER (line 72) | pub const THE_NETHER: Self = Self { method from_name (line 89) | pub fn from_name(name: &str) -> Option<&'static Self> { method eq (line 100) | fn eq(&self, other: &Self) -> bool { FILE: pumpkin-data/src/generated/effect.rs type StatusEffect (line 5) | pub struct StatusEffect { constant ABSORPTION (line 38) | pub const ABSORPTION: Self = Self { constant BAD_OMEN (line 51) | pub const BAD_OMEN: Self = Self { constant BLINDNESS (line 59) | pub const BLINDNESS: Self = Self { constant CONDUIT_POWER (line 67) | pub const CONDUIT_POWER: Self = Self { constant DARKNESS (line 75) | pub const DARKNESS: Self = Self { constant DOLPHINS_GRACE (line 83) | pub const DOLPHINS_GRACE: Self = Self { constant FIRE_RESISTANCE (line 91) | pub const FIRE_RESISTANCE: Self = Self { constant GLOWING (line 99) | pub const GLOWING: Self = Self { constant HASTE (line 107) | pub const HASTE: Self = Self { constant HEALTH_BOOST (line 120) | pub const HEALTH_BOOST: Self = Self { constant HERO_OF_THE_VILLAGE (line 133) | pub const HERO_OF_THE_VILLAGE: Self = Self { constant HUNGER (line 141) | pub const HUNGER: Self = Self { constant INFESTED (line 149) | pub const INFESTED: Self = Self { constant INSTANT_DAMAGE (line 157) | pub const INSTANT_DAMAGE: Self = Self { constant INSTANT_HEALTH (line 165) | pub const INSTANT_HEALTH: Self = Self { constant INVISIBILITY (line 173) | pub const INVISIBILITY: Self = Self { constant JUMP_BOOST (line 186) | pub const JUMP_BOOST: Self = Self { constant LEVITATION (line 199) | pub const LEVITATION: Self = Self { constant LUCK (line 207) | pub const LUCK: Self = Self { constant MINING_FATIGUE (line 220) | pub const MINING_FATIGUE: Self = Self { constant NAUSEA (line 233) | pub const NAUSEA: Self = Self { constant NIGHT_VISION (line 241) | pub const NIGHT_VISION: Self = Self { constant OOZING (line 249) | pub const OOZING: Self = Self { constant POISON (line 257) | pub const POISON: Self = Self { constant RAID_OMEN (line 265) | pub const RAID_OMEN: Self = Self { constant REGENERATION (line 273) | pub const REGENERATION: Self = Self { constant RESISTANCE (line 281) | pub const RESISTANCE: Self = Self { constant SATURATION (line 289) | pub const SATURATION: Self = Self { constant SLOW_FALLING (line 297) | pub const SLOW_FALLING: Self = Self { constant SLOWNESS (line 305) | pub const SLOWNESS: Self = Self { constant SPEED (line 318) | pub const SPEED: Self = Self { constant STRENGTH (line 331) | pub const STRENGTH: Self = Self { constant TRIAL_OMEN (line 344) | pub const TRIAL_OMEN: Self = Self { constant UNLUCK (line 352) | pub const UNLUCK: Self = Self { constant WATER_BREATHING (line 365) | pub const WATER_BREATHING: Self = Self { constant WEAKNESS (line 373) | pub const WEAKNESS: Self = Self { constant WEAVING (line 386) | pub const WEAVING: Self = Self { constant WIND_CHARGED (line 394) | pub const WIND_CHARGED: Self = Self { constant WITHER (line 402) | pub const WITHER: Self = Self { method from_name (line 410) | pub fn from_name(name: &str) -> Option<&'static Self> { method from_minecraft_name (line 454) | pub fn from_minecraft_name(name: &str) -> Option<&'static Self> { method eq (line 14) | fn eq(&self, other: &Self) -> bool { method hash (line 20) | fn hash(&self, state: &mut H) { type MobEffectCategory (line 25) | pub enum MobEffectCategory { type Modifiers (line 31) | pub struct Modifiers { FILE: pumpkin-data/src/generated/enchantment.rs type Enchantment (line 11) | pub struct Enchantment { constant AQUA_AFFINITY (line 62) | pub const AQUA_AFFINITY: Self = Self { constant BANE_OF_ARTHROPODS (line 73) | pub const BANE_OF_ARTHROPODS: Self = Self { constant BINDING_CURSE (line 84) | pub const BINDING_CURSE: Self = Self { constant BLAST_PROTECTION (line 95) | pub const BLAST_PROTECTION: Self = Self { constant BREACH (line 106) | pub const BREACH: Self = Self { constant CHANNELING (line 117) | pub const CHANNELING: Self = Self { constant DENSITY (line 128) | pub const DENSITY: Self = Self { constant DEPTH_STRIDER (line 139) | pub const DEPTH_STRIDER: Self = Self { constant EFFICIENCY (line 150) | pub const EFFICIENCY: Self = Self { constant FEATHER_FALLING (line 161) | pub const FEATHER_FALLING: Self = Self { constant FIRE_ASPECT (line 172) | pub const FIRE_ASPECT: Self = Self { constant FIRE_PROTECTION (line 183) | pub const FIRE_PROTECTION: Self = Self { constant FLAME (line 194) | pub const FLAME: Self = Self { constant FORTUNE (line 205) | pub const FORTUNE: Self = Self { constant FROST_WALKER (line 216) | pub const FROST_WALKER: Self = Self { constant IMPALING (line 227) | pub const IMPALING: Self = Self { constant INFINITY (line 238) | pub const INFINITY: Self = Self { constant KNOCKBACK (line 249) | pub const KNOCKBACK: Self = Self { constant LOOTING (line 260) | pub const LOOTING: Self = Self { constant LOYALTY (line 271) | pub const LOYALTY: Self = Self { constant LUCK_OF_THE_SEA (line 282) | pub const LUCK_OF_THE_SEA: Self = Self { constant LUNGE (line 293) | pub const LUNGE: Self = Self { constant LURE (line 304) | pub const LURE: Self = Self { constant MENDING (line 315) | pub const MENDING: Self = Self { constant MULTISHOT (line 326) | pub const MULTISHOT: Self = Self { constant PIERCING (line 337) | pub const PIERCING: Self = Self { constant POWER (line 348) | pub const POWER: Self = Self { constant PROJECTILE_PROTECTION (line 359) | pub const PROJECTILE_PROTECTION: Self = Self { constant PROTECTION (line 370) | pub const PROTECTION: Self = Self { constant PUNCH (line 381) | pub const PUNCH: Self = Self { constant QUICK_CHARGE (line 392) | pub const QUICK_CHARGE: Self = Self { constant RESPIRATION (line 406) | pub const RESPIRATION: Self = Self { constant RIPTIDE (line 417) | pub const RIPTIDE: Self = Self { constant SHARPNESS (line 428) | pub const SHARPNESS: Self = Self { constant SILK_TOUCH (line 439) | pub const SILK_TOUCH: Self = Self { constant SMITE (line 450) | pub const SMITE: Self = Self { constant SOUL_SPEED (line 461) | pub const SOUL_SPEED: Self = Self { constant SWEEPING_EDGE (line 472) | pub const SWEEPING_EDGE: Self = Self { constant SWIFT_SNEAK (line 483) | pub const SWIFT_SNEAK: Self = Self { constant THORNS (line 494) | pub const THORNS: Self = Self { constant UNBREAKING (line 505) | pub const UNBREAKING: Self = Self { constant VANISHING_CURSE (line 516) | pub const VANISHING_CURSE: Self = Self { constant WIND_BURST (line 527) | pub const WIND_BURST: Self = Self { method from_name (line 538) | pub fn from_name(name: &str) -> Option<&'static Self> { method from_id (line 586) | pub fn from_id(id: u8) -> Option<&'static Self> { method can_enchant (line 634) | pub fn can_enchant(&self, item: &'static Item) -> bool { method are_compatible (line 637) | pub fn are_compatible(&self, other: &'static Enchantment) -> bool { method is_enchantment_compatible (line 653) | pub fn is_enchantment_compatible(&self, other: &EnchantmentsImpl) -> b... method get_fullname (line 661) | pub fn get_fullname(&self, level: i32) -> TextComponent { method tag_key (line 24) | fn tag_key() -> RegistryKey { method registry_key (line 28) | fn registry_key(&self) -> &str { method registry_id (line 32) | fn registry_id(&self) -> u16 { method eq (line 37) | fn eq(&self, other: &Self) -> bool { method hash (line 43) | fn hash(&self, state: &mut H) { type AttributeModifierSlot (line 48) | pub enum AttributeModifierSlot { FILE: pumpkin-data/src/generated/enchantments.rs type Enchantment (line 2) | pub struct Enchantment { constant MINECRAFT_PIERCING (line 20) | pub const MINECRAFT_PIERCING: Enchantment = Enchantment { constant MINECRAFT_PROJECTILE_PROTECTION (line 26) | pub const MINECRAFT_PROJECTILE_PROTECTION: Enchantment = Enchantment { constant MINECRAFT_PUNCH (line 32) | pub const MINECRAFT_PUNCH: Enchantment = Enchantment { constant MINECRAFT_DEPTH_STRIDER (line 38) | pub const MINECRAFT_DEPTH_STRIDER: Enchantment = Enchantment { constant MINECRAFT_IMPALING (line 44) | pub const MINECRAFT_IMPALING: Enchantment = Enchantment { constant MINECRAFT_MENDING (line 50) | pub const MINECRAFT_MENDING: Enchantment = Enchantment { constant MINECRAFT_MULTISHOT (line 56) | pub const MINECRAFT_MULTISHOT: Enchantment = Enchantment { constant MINECRAFT_LOOTING (line 62) | pub const MINECRAFT_LOOTING: Enchantment = Enchantment { constant MINECRAFT_BREACH (line 68) | pub const MINECRAFT_BREACH: Enchantment = Enchantment { constant MINECRAFT_SHARPNESS (line 74) | pub const MINECRAFT_SHARPNESS: Enchantment = Enchantment { constant MINECRAFT_SILK_TOUCH (line 80) | pub const MINECRAFT_SILK_TOUCH: Enchantment = Enchantment { constant MINECRAFT_THORNS (line 86) | pub const MINECRAFT_THORNS: Enchantment = Enchantment { constant MINECRAFT_QUICK_CHARGE (line 92) | pub const MINECRAFT_QUICK_CHARGE: Enchantment = Enchantment { constant MINECRAFT_WIND_BURST (line 101) | pub const MINECRAFT_WIND_BURST: Enchantment = Enchantment { constant MINECRAFT_RIPTIDE (line 107) | pub const MINECRAFT_RIPTIDE: Enchantment = Enchantment { constant MINECRAFT_KNOCKBACK (line 113) | pub const MINECRAFT_KNOCKBACK: Enchantment = Enchantment { constant MINECRAFT_FIRE_PROTECTION (line 119) | pub const MINECRAFT_FIRE_PROTECTION: Enchantment = Enchantment { constant MINECRAFT_FLAME (line 125) | pub const MINECRAFT_FLAME: Enchantment = Enchantment { constant MINECRAFT_BLAST_PROTECTION (line 131) | pub const MINECRAFT_BLAST_PROTECTION: Enchantment = Enchantment { constant MINECRAFT_VANISHING_CURSE (line 137) | pub const MINECRAFT_VANISHING_CURSE: Enchantment = Enchantment { constant MINECRAFT_LURE (line 143) | pub const MINECRAFT_LURE: Enchantment = Enchantment { constant MINECRAFT_CHANNELING (line 149) | pub const MINECRAFT_CHANNELING: Enchantment = Enchantment { constant MINECRAFT_EFFICIENCY (line 155) | pub const MINECRAFT_EFFICIENCY: Enchantment = Enchantment { constant MINECRAFT_UNBREAKING (line 161) | pub const MINECRAFT_UNBREAKING: Enchantment = Enchantment { constant MINECRAFT_SWIFT_SNEAK (line 167) | pub const MINECRAFT_SWIFT_SNEAK: Enchantment = Enchantment { constant MINECRAFT_FIRE_ASPECT (line 173) | pub const MINECRAFT_FIRE_ASPECT: Enchantment = Enchantment { constant MINECRAFT_BINDING_CURSE (line 179) | pub const MINECRAFT_BINDING_CURSE: Enchantment = Enchantment { constant MINECRAFT_SOUL_SPEED (line 185) | pub const MINECRAFT_SOUL_SPEED: Enchantment = Enchantment { constant MINECRAFT_SMITE (line 191) | pub const MINECRAFT_SMITE: Enchantment = Enchantment { constant MINECRAFT_FEATHER_FALLING (line 197) | pub const MINECRAFT_FEATHER_FALLING: Enchantment = Enchantment { constant MINECRAFT_INFINITY (line 203) | pub const MINECRAFT_INFINITY: Enchantment = Enchantment { constant MINECRAFT_BANE_OF_ARTHROPODS (line 209) | pub const MINECRAFT_BANE_OF_ARTHROPODS: Enchantment = Enchantment { constant MINECRAFT_PROTECTION (line 215) | pub const MINECRAFT_PROTECTION: Enchantment = Enchantment { constant MINECRAFT_AQUA_AFFINITY (line 221) | pub const MINECRAFT_AQUA_AFFINITY: Enchantment = Enchantment { constant MINECRAFT_FORTUNE (line 227) | pub const MINECRAFT_FORTUNE: Enchantment = Enchantment { constant MINECRAFT_FROST_WALKER (line 233) | pub const MINECRAFT_FROST_WALKER: Enchantment = Enchantment { constant MINECRAFT_POWER (line 239) | pub const MINECRAFT_POWER: Enchantment = Enchantment { constant MINECRAFT_DENSITY (line 245) | pub const MINECRAFT_DENSITY: Enchantment = Enchantment { constant MINECRAFT_LOYALTY (line 251) | pub const MINECRAFT_LOYALTY: Enchantment = Enchantment { constant MINECRAFT_SWEEPING_EDGE (line 257) | pub const MINECRAFT_SWEEPING_EDGE: Enchantment = Enchantment { constant MINECRAFT_RESPIRATION (line 263) | pub const MINECRAFT_RESPIRATION: Enchantment = Enchantment { constant MINECRAFT_LUCK_OF_THE_SEA (line 269) | pub const MINECRAFT_LUCK_OF_THE_SEA: Enchantment = Enchantment { method from_name (line 275) | pub fn from_name(name: &str) -> Option<&'static Self> { type AttributeModifierSlot (line 8) | pub enum AttributeModifierSlot { FILE: pumpkin-data/src/generated/entity_id_remap.rs function remap_entity_id_for_version (line 72) | pub fn remap_entity_id_for_version( FILE: pumpkin-data/src/generated/entity_pose.rs type EntityPose (line 3) | pub enum EntityPose { FILE: pumpkin-data/src/generated/entity_status.rs type EntityStatus (line 3) | pub enum EntityStatus { FILE: pumpkin-data/src/generated/entity_type.rs type EntityType (line 8) | pub struct EntityType { constant ACACIA_BOAT (line 145) | pub const ACACIA_BOAT: EntityType = EntityType { constant ACACIA_CHEST_BOAT (line 181) | pub const ACACIA_CHEST_BOAT: EntityType = EntityType { constant ALLAY (line 217) | pub const ALLAY: EntityType = EntityType { constant AREA_EFFECT_CLOUD (line 241) | pub const AREA_EFFECT_CLOUD: EntityType = EntityType { constant ARMADILLO (line 261) | pub const ARMADILLO: EntityType = EntityType { constant ARMOR_STAND (line 285) | pub const ARMOR_STAND: EntityType = EntityType { constant ARROW (line 309) | pub const ARROW: EntityType = EntityType { constant AXOLOTL (line 329) | pub const AXOLOTL: EntityType = EntityType { constant BAMBOO_CHEST_RAFT (line 353) | pub const BAMBOO_CHEST_RAFT: EntityType = EntityType { constant BAMBOO_RAFT (line 389) | pub const BAMBOO_RAFT: EntityType = EntityType { constant BAT (line 425) | pub const BAT: EntityType = EntityType { constant BEE (line 449) | pub const BEE: EntityType = EntityType { constant BIRCH_BOAT (line 473) | pub const BIRCH_BOAT: EntityType = EntityType { constant BIRCH_CHEST_BOAT (line 509) | pub const BIRCH_CHEST_BOAT: EntityType = EntityType { constant BLAZE (line 545) | pub const BLAZE: EntityType = EntityType { constant BLOCK_DISPLAY (line 596) | pub const BLOCK_DISPLAY: EntityType = EntityType { constant BOGGED (line 616) | pub const BOGGED: EntityType = EntityType { constant BREEZE (line 729) | pub const BREEZE: EntityType = EntityType { constant BREEZE_WIND_CHARGE (line 780) | pub const BREEZE_WIND_CHARGE: EntityType = EntityType { constant CAMEL (line 800) | pub const CAMEL: EntityType = EntityType { constant CAMEL_HUSK (line 824) | pub const CAMEL_HUSK: EntityType = EntityType { constant CAT (line 875) | pub const CAT: EntityType = EntityType { constant CAVE_SPIDER (line 920) | pub const CAVE_SPIDER: EntityType = EntityType { constant CHERRY_BOAT (line 1001) | pub const CHERRY_BOAT: EntityType = EntityType { constant CHERRY_CHEST_BOAT (line 1037) | pub const CHERRY_CHEST_BOAT: EntityType = EntityType { constant CHEST_MINECART (line 1073) | pub const CHEST_MINECART: EntityType = EntityType { constant CHICKEN (line 1093) | pub const CHICKEN: EntityType = EntityType { constant COD (line 1168) | pub const COD: EntityType = EntityType { constant COMMAND_BLOCK_MINECART (line 1222) | pub const COMMAND_BLOCK_MINECART: EntityType = EntityType { constant COPPER_GOLEM (line 1242) | pub const COPPER_GOLEM: EntityType = EntityType { constant COW (line 1293) | pub const COW: EntityType = EntityType { constant CREAKING (line 1378) | pub const CREAKING: EntityType = EntityType { constant CREEPER (line 1402) | pub const CREEPER: EntityType = EntityType { constant DARK_OAK_BOAT (line 1466) | pub const DARK_OAK_BOAT: EntityType = EntityType { constant DARK_OAK_CHEST_BOAT (line 1502) | pub const DARK_OAK_CHEST_BOAT: EntityType = EntityType { constant DOLPHIN (line 1538) | pub const DOLPHIN: EntityType = EntityType { constant DONKEY (line 1593) | pub const DONKEY: EntityType = EntityType { constant DRAGON_FIREBALL (line 1644) | pub const DRAGON_FIREBALL: EntityType = EntityType { constant DROWNED (line 1664) | pub const DROWNED: EntityType = EntityType { constant EGG (line 1733) | pub const EGG: EntityType = EntityType { constant ELDER_GUARDIAN (line 1753) | pub const ELDER_GUARDIAN: EntityType = EntityType { constant END_CRYSTAL (line 1895) | pub const END_CRYSTAL: EntityType = EntityType { constant ENDER_DRAGON (line 1915) | pub const ENDER_DRAGON: EntityType = EntityType { constant ENDER_PEARL (line 1939) | pub const ENDER_PEARL: EntityType = EntityType { constant ENDERMAN (line 1959) | pub const ENDERMAN: EntityType = EntityType { constant ENDERMITE (line 2010) | pub const ENDERMITE: EntityType = EntityType { constant EVOKER (line 2034) | pub const EVOKER: EntityType = EntityType { constant EVOKER_FANGS (line 2100) | pub const EVOKER_FANGS: EntityType = EntityType { constant EXPERIENCE_BOTTLE (line 2120) | pub const EXPERIENCE_BOTTLE: EntityType = EntityType { constant EXPERIENCE_ORB (line 2140) | pub const EXPERIENCE_ORB: EntityType = EntityType { constant EYE_OF_ENDER (line 2160) | pub const EYE_OF_ENDER: EntityType = EntityType { constant FALLING_BLOCK (line 2180) | pub const FALLING_BLOCK: EntityType = EntityType { constant FIREBALL (line 2200) | pub const FIREBALL: EntityType = EntityType { constant FIREWORK_ROCKET (line 2220) | pub const FIREWORK_ROCKET: EntityType = EntityType { constant FISHING_BOBBER (line 2240) | pub const FISHING_BOBBER: EntityType = EntityType { constant FOX (line 2260) | pub const FOX: EntityType = EntityType { constant FROG (line 2284) | pub const FROG: EntityType = EntityType { constant FURNACE_MINECART (line 2308) | pub const FURNACE_MINECART: EntityType = EntityType { constant GHAST (line 2328) | pub const GHAST: EntityType = EntityType { constant GIANT (line 2431) | pub const GIANT: EntityType = EntityType { constant GLOW_ITEM_FRAME (line 2455) | pub const GLOW_ITEM_FRAME: EntityType = EntityType { constant GLOW_SQUID (line 2475) | pub const GLOW_SQUID: EntityType = EntityType { constant GOAT (line 2526) | pub const GOAT: EntityType = EntityType { constant GUARDIAN (line 2550) | pub const GUARDIAN: EntityType = EntityType { constant HAPPY_GHAST (line 2659) | pub const HAPPY_GHAST: EntityType = EntityType { constant HOGLIN (line 2683) | pub const HOGLIN: EntityType = EntityType { constant HOPPER_MINECART (line 2768) | pub const HOPPER_MINECART: EntityType = EntityType { constant HORSE (line 2788) | pub const HORSE: EntityType = EntityType { constant HUSK (line 2839) | pub const HUSK: EntityType = EntityType { constant ILLUSIONER (line 2955) | pub const ILLUSIONER: EntityType = EntityType { constant INTERACTION (line 2979) | pub const INTERACTION: EntityType = EntityType { constant IRON_GOLEM (line 2999) | pub const IRON_GOLEM: EntityType = EntityType { constant ITEM (line 3068) | pub const ITEM: EntityType = EntityType { constant ITEM_DISPLAY (line 3088) | pub const ITEM_DISPLAY: EntityType = EntityType { constant ITEM_FRAME (line 3108) | pub const ITEM_FRAME: EntityType = EntityType { constant JUNGLE_BOAT (line 3128) | pub const JUNGLE_BOAT: EntityType = EntityType { constant JUNGLE_CHEST_BOAT (line 3164) | pub const JUNGLE_CHEST_BOAT: EntityType = EntityType { constant LEASH_KNOT (line 3200) | pub const LEASH_KNOT: EntityType = EntityType { constant LIGHTNING_BOLT (line 3220) | pub const LIGHTNING_BOLT: EntityType = EntityType { constant LINGERING_POTION (line 3240) | pub const LINGERING_POTION: EntityType = EntityType { constant LLAMA (line 3260) | pub const LLAMA: EntityType = EntityType { constant LLAMA_SPIT (line 3311) | pub const LLAMA_SPIT: EntityType = EntityType { constant MAGMA_CUBE (line 3331) | pub const MAGMA_CUBE: EntityType = EntityType { constant MANGROVE_BOAT (line 3426) | pub const MANGROVE_BOAT: EntityType = EntityType { constant MANGROVE_CHEST_BOAT (line 3462) | pub const MANGROVE_CHEST_BOAT: EntityType = EntityType { constant MANNEQUIN (line 3498) | pub const MANNEQUIN: EntityType = EntityType { constant MARKER (line 3522) | pub const MARKER: EntityType = EntityType { constant MINECART (line 3542) | pub const MINECART: EntityType = EntityType { constant MOOSHROOM (line 3562) | pub const MOOSHROOM: EntityType = EntityType { constant MULE (line 3647) | pub const MULE: EntityType = EntityType { constant NAUTILUS (line 3698) | pub const NAUTILUS: EntityType = EntityType { constant OAK_BOAT (line 3737) | pub const OAK_BOAT: EntityType = EntityType { constant OAK_CHEST_BOAT (line 3773) | pub const OAK_CHEST_BOAT: EntityType = EntityType { constant OCELOT (line 3809) | pub const OCELOT: EntityType = EntityType { constant OMINOUS_ITEM_SPAWNER (line 3833) | pub const OMINOUS_ITEM_SPAWNER: EntityType = EntityType { constant PAINTING (line 3853) | pub const PAINTING: EntityType = EntityType { constant PALE_OAK_BOAT (line 3873) | pub const PALE_OAK_BOAT: EntityType = EntityType { constant PALE_OAK_CHEST_BOAT (line 3909) | pub const PALE_OAK_CHEST_BOAT: EntityType = EntityType { constant PANDA (line 3945) | pub const PANDA: EntityType = EntityType { constant PARCHED (line 3987) | pub const PARCHED: EntityType = EntityType { constant PARROT (line 4100) | pub const PARROT: EntityType = EntityType { constant PHANTOM (line 4151) | pub const PHANTOM: EntityType = EntityType { constant PIG (line 4202) | pub const PIG: EntityType = EntityType { constant PIGLIN (line 4257) | pub const PIGLIN: EntityType = EntityType { constant PIGLIN_BRUTE (line 4281) | pub const PIGLIN_BRUTE: EntityType = EntityType { constant PILLAGER (line 4305) | pub const PILLAGER: EntityType = EntityType { constant PLAYER (line 4353) | pub const PLAYER: EntityType = EntityType { constant POLAR_BEAR (line 4377) | pub const POLAR_BEAR: EntityType = EntityType { constant PUFFERFISH (line 4460) | pub const PUFFERFISH: EntityType = EntityType { constant RABBIT (line 4517) | pub const RABBIT: EntityType = EntityType { constant RAVAGER (line 4615) | pub const RAVAGER: EntityType = EntityType { constant SALMON (line 4657) | pub const SALMON: EntityType = EntityType { constant SHEEP (line 4711) | pub const SHEEP: EntityType = EntityType { constant SHULKER (line 4862) | pub const SHULKER: EntityType = EntityType { constant SHULKER_BULLET (line 4898) | pub const SHULKER_BULLET: EntityType = EntityType { constant SILVERFISH (line 4918) | pub const SILVERFISH: EntityType = EntityType { constant SKELETON (line 4942) | pub const SKELETON: EntityType = EntityType { constant SKELETON_HORSE (line 5023) | pub const SKELETON_HORSE: EntityType = EntityType { constant SLIME (line 5074) | pub const SLIME: EntityType = EntityType { constant SMALL_FIREBALL (line 5140) | pub const SMALL_FIREBALL: EntityType = EntityType { constant SNIFFER (line 5160) | pub const SNIFFER: EntityType = EntityType { constant SNOW_GOLEM (line 5184) | pub const SNOW_GOLEM: EntityType = EntityType { constant SNOWBALL (line 5229) | pub const SNOWBALL: EntityType = EntityType { constant SPAWNER_MINECART (line 5249) | pub const SPAWNER_MINECART: EntityType = EntityType { constant SPECTRAL_ARROW (line 5269) | pub const SPECTRAL_ARROW: EntityType = EntityType { constant SPIDER (line 5289) | pub const SPIDER: EntityType = EntityType { constant SPLASH_POTION (line 5370) | pub const SPLASH_POTION: EntityType = EntityType { constant SPRUCE_BOAT (line 5390) | pub const SPRUCE_BOAT: EntityType = EntityType { constant SPRUCE_CHEST_BOAT (line 5426) | pub const SPRUCE_CHEST_BOAT: EntityType = EntityType { constant SQUID (line 5462) | pub const SQUID: EntityType = EntityType { constant STRAY (line 5513) | pub const STRAY: EntityType = EntityType { constant STRIDER (line 5626) | pub const STRIDER: EntityType = EntityType { constant TADPOLE (line 5677) | pub const TADPOLE: EntityType = EntityType { constant TEXT_DISPLAY (line 5701) | pub const TEXT_DISPLAY: EntityType = EntityType { constant TNT (line 5721) | pub const TNT: EntityType = EntityType { constant TNT_MINECART (line 5741) | pub const TNT_MINECART: EntityType = EntityType { constant TRADER_LLAMA (line 5761) | pub const TRADER_LLAMA: EntityType = EntityType { constant TRIDENT (line 5812) | pub const TRIDENT: EntityType = EntityType { constant TROPICAL_FISH (line 5832) | pub const TROPICAL_FISH: EntityType = EntityType { constant TURTLE (line 5889) | pub const TURTLE: EntityType = EntityType { constant VEX (line 5955) | pub const VEX: EntityType = EntityType { constant VILLAGER (line 5979) | pub const VILLAGER: EntityType = EntityType { constant VINDICATOR (line 6003) | pub const VINDICATOR: EntityType = EntityType { constant WANDERING_TRADER (line 6054) | pub const WANDERING_TRADER: EntityType = EntityType { constant WARDEN (line 6078) | pub const WARDEN: EntityType = EntityType { constant WIND_CHARGE (line 6114) | pub const WIND_CHARGE: EntityType = EntityType { constant WITCH (line 6134) | pub const WITCH: EntityType = EntityType { constant WITHER (line 6332) | pub const WITHER: EntityType = EntityType { constant WITHER_SKELETON (line 6356) | pub const WITHER_SKELETON: EntityType = EntityType { constant WITHER_SKULL (line 6453) | pub const WITHER_SKULL: EntityType = EntityType { constant WOLF (line 6473) | pub const WOLF: EntityType = EntityType { constant ZOGLIN (line 6497) | pub const ZOGLIN: EntityType = EntityType { constant ZOMBIE (line 6548) | pub const ZOMBIE: EntityType = EntityType { constant ZOMBIE_HORSE (line 6680) | pub const ZOMBIE_HORSE: EntityType = EntityType { constant ZOMBIE_NAUTILUS (line 6731) | pub const ZOMBIE_NAUTILUS: EntityType = EntityType { constant ZOMBIE_VILLAGER (line 6782) | pub const ZOMBIE_VILLAGER: EntityType = EntityType { constant ZOMBIFIED_PIGLIN (line 6870) | pub const ZOMBIFIED_PIGLIN: EntityType = EntityType { method from_raw (line 6967) | pub const fn from_raw(id: u16) -> Option<&'static Self> { method from_name (line 7129) | pub fn from_name(name: &str) -> Option<&'static Self> { method hash (line 26) | fn hash(&self, state: &mut H) { method eq (line 31) | fn eq(&self, other: &Self) -> bool { method tag_key (line 38) | fn tag_key() -> RegistryKey { method registry_key (line 42) | fn registry_key(&self) -> &str { method registry_id (line 46) | fn registry_id(&self) -> u16 { type SpawnRestriction (line 51) | pub struct SpawnRestriction { type SpawnLocation (line 56) | pub enum SpawnLocation { type MobCategory (line 63) | pub struct MobCategory { constant NO_DESPAWN_DISTANCE (line 76) | pub const NO_DESPAWN_DISTANCE: i32 = 32; constant MONSTER (line 77) | pub const MONSTER: MobCategory = MobCategory { constant CREATURE (line 84) | pub const CREATURE: MobCategory = MobCategory { constant AMBIENT (line 91) | pub const AMBIENT: MobCategory = MobCategory { constant AXOLOTLS (line 98) | pub const AXOLOTLS: MobCategory = MobCategory { constant UNDERGROUND_WATER_CREATURE (line 105) | pub const UNDERGROUND_WATER_CREATURE: MobCategory = MobCategory { constant WATER_CREATURE (line 112) | pub const WATER_CREATURE: MobCategory = MobCategory { constant WATER_AMBIENT (line 119) | pub const WATER_AMBIENT: MobCategory = MobCategory { constant MISC (line 126) | pub const MISC: MobCategory = MobCategory { constant SPAWNING_CATEGORIES (line 133) | pub const SPAWNING_CATEGORIES: [&'static Self; 8] = [ method eq (line 71) | fn eq(&self, other: &Self) -> bool { FILE: pumpkin-data/src/generated/flower_pot_transformations.rs function get_potted_item (line 3) | pub const fn get_potted_item(item_id: u16) -> u16 { FILE: pumpkin-data/src/generated/fluid.rs type PartialFluidState (line 6) | pub struct PartialFluidState { type FluidState (line 17) | pub struct FluidState { type FluidStateRef (line 28) | pub struct FluidStateRef { method get_state (line 749) | pub fn get_state(&self) -> FluidState { type Fluid (line 33) | pub struct Fluid { constant EMPTY (line 190) | pub const EMPTY: Fluid = Fluid { constant FLOWING_WATER (line 209) | pub const FLOWING_WATER: Fluid = Fluid { constant WATER (line 383) | pub const WATER: Fluid = Fluid { constant FLOWING_LAVA (line 414) | pub const FLOWING_LAVA: Fluid = Fluid { constant LAVA (line 588) | pub const LAVA: Fluid = Fluid { method from_registry_key (line 619) | pub fn from_registry_key(name: &str) -> Option<&'static Self> { method from_id (line 629) | pub const fn from_id(id: u16) -> Option<&'static Self> { method from_state_id (line 640) | pub const fn from_state_id(id: u16) -> Option<&'static Self> { method ident_to_fluid_id (line 650) | pub fn ident_to_fluid_id(name: &str) -> Option { method properties (line 662) | pub fn properties(&self, state_id: u16) -> Box { method from_properties (line 685) | pub fn from_properties(&self, props: Vec<(String, String)>) -> Box bool { method matches_type (line 707) | pub fn matches_type(&self, other: &Fluid) -> bool { method to_flowing (line 710) | pub fn to_flowing(&self) -> &'static Fluid { method is_source (line 717) | pub fn is_source(&self, state_id: u16) -> bool { method is_falling (line 721) | pub fn is_falling(&self, state_id: u16) -> bool { method get_level (line 725) | pub fn get_level(&self, state_id: u16) -> i16 { method get_height (line 729) | pub fn get_height(&self, state_id: u16) -> f32 { method hash (line 44) | fn hash(&self, state: &mut H) { method eq (line 49) | fn eq(&self, other: &Self) -> bool { constant FLUID_STATES (line 54) | pub const FLUID_STATES: &[PartialFluidState] = &[ type EnumVariants (line 156) | pub trait EnumVariants { method variant_count (line 157) | fn variant_count() -> u16; method to_index (line 158) | fn to_index(&self) -> u16; method from_index (line 159) | fn from_index(index: u16) -> Self; method to_value (line 160) | fn to_value(&self) -> &str; method from_value (line 161) | fn from_value(value: &str) -> Self; method variant_count (line 787) | fn variant_count() -> u16 { method to_index (line 790) | fn to_index(&self) -> u16 { method from_index (line 796) | fn from_index(index: u16) -> Self { method to_value (line 803) | fn to_value(&self) -> &str { method from_value (line 809) | fn from_value(value: &str) -> Self { method variant_count (line 829) | fn variant_count() -> u16 { method to_index (line 832) | fn to_index(&self) -> u16 { method from_index (line 844) | fn from_index(index: u16) -> Self { method to_value (line 857) | fn to_value(&self) -> &str { method from_value (line 869) | fn from_value(value: &str) -> Self { type FluidProperties (line 163) | pub trait FluidProperties method to_index (line 167) | fn to_index(&self) -> u16; method from_index (line 168) | fn from_index(index: u16) -> Self method to_state_id (line 171) | fn to_state_id(&self, fluid: &Fluid) -> u16; method from_state_id (line 172) | fn from_state_id(state_id: u16, fluid: &Fluid) -> Self method default (line 175) | fn default(fluid: &Fluid) -> Self method to_props (line 178) | fn to_props(&self) -> Vec<(String, String)>; method from_props (line 179) | fn from_props(props: Vec<(String, String)>, fluid: &Fluid) -> Self method to_index (line 889) | fn to_index(&self) -> u16 { method from_index (line 897) | fn from_index(mut index: u16) -> Self { method to_state_id (line 906) | fn to_state_id(&self, fluid: &Fluid) -> u16 { method from_state_id (line 920) | fn from_state_id(state_id: u16, fluid: &Fluid) -> Self { method default (line 934) | fn default(fluid: &Fluid) -> Self { method to_props (line 943) | fn to_props(&self) -> Vec<(String, String)> { method from_props (line 946) | fn from_props(props: Vec<(String, String)>, fluid: &Fluid) -> Self { method to_index (line 970) | fn to_index(&self) -> u16 { method from_index (line 980) | fn from_index(mut index: u16) -> Self { method to_state_id (line 994) | fn to_state_id(&self, fluid: &Fluid) -> u16 { method from_state_id (line 1008) | fn from_state_id(state_id: u16, fluid: &Fluid) -> Self { method default (line 1022) | fn default(fluid: &Fluid) -> Self { method to_props (line 1031) | fn to_props(&self) -> Vec<(String, String)> { method from_props (line 1037) | fn from_props(props: Vec<(String, String)>, fluid: &Fluid) -> Self { function get_fluid (line 183) | pub fn get_fluid(registry_id: &str) -> Option<&'static Fluid> { method to_resource_location (line 735) | fn to_resource_location(&self) -> ResourceLocation { method from_resource_location (line 740) | fn from_resource_location(resource_location: &ResourceLocation) -> Optio... method tag_key (line 765) | fn tag_key() -> RegistryKey { method registry_key (line 769) | fn registry_key(&self) -> &str { method registry_id (line 773) | fn registry_id(&self) -> u16 { constant FLUID_LEVEL_SOURCE (line 777) | pub const FLUID_LEVEL_SOURCE: i32 = 0; constant FLUID_LEVEL_FLOWING_MAX (line 778) | pub const FLUID_LEVEL_FLOWING_MAX: i32 = 8; constant FLUID_MIN_HEIGHT (line 779) | pub const FLUID_MIN_HEIGHT: f32 = 0.0; constant FLUID_MAX_HEIGHT (line 780) | pub const FLUID_MAX_HEIGHT: f32 = 1.0; type Falling (line 782) | pub enum Falling { type Level (line 818) | pub enum Level { type WaterLikeFluidProperties (line 884) | pub struct WaterLikeFluidProperties { type FlowingWaterLikeFluidProperties (line 964) | pub struct FlowingWaterLikeFluidProperties { FILE: pumpkin-data/src/generated/fuels.rs constant FUELS (line 2) | pub const FUELS: [(u16, u16); 280usize] = [ function get_item_burn_ticks (line 285) | pub const fn get_item_burn_ticks(item_id: u16) -> Option { function is_fuel (line 571) | pub const fn is_fuel(item_id: u16) -> bool { FILE: pumpkin-data/src/generated/game_event.rs type GameEvent (line 2) | pub enum GameEvent { FILE: pumpkin-data/src/generated/game_rules.rs type GameRule (line 5) | pub enum GameRule { method all (line 67) | pub const fn all() -> &'static [Self] { method fmt (line 132) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { type GameRuleRegistry (line 203) | pub struct GameRuleRegistry { method get (line 454) | pub fn get(&self, rule: &GameRule) -> GameRuleValue<&i64, &bool> { method get_mut (line 543) | pub fn get_mut(&mut self, rule: &GameRule) -> GameRuleValue<&mut i64, ... type GameRuleValue (line 441) | pub enum GameRuleValue { function fmt (line 446) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method default (line 644) | fn default() -> Self { function default_advance_time (line 708) | fn default_advance_time() -> bool { function default_advance_weather (line 711) | fn default_advance_weather() -> bool { function default_allow_entering_nether_using_portals (line 714) | fn default_allow_entering_nether_using_portals() -> bool { function default_block_drops (line 717) | fn default_block_drops() -> bool { function default_block_explosion_drop_decay (line 720) | fn default_block_explosion_drop_decay() -> bool { function default_command_block_output (line 723) | fn default_command_block_output() -> bool { function default_command_blocks_work (line 726) | fn default_command_blocks_work() -> bool { function default_drowning_damage (line 729) | fn default_drowning_damage() -> bool { function default_elytra_movement_check (line 732) | fn default_elytra_movement_check() -> bool { function default_ender_pearls_vanish_on_death (line 735) | fn default_ender_pearls_vanish_on_death() -> bool { function default_entity_drops (line 738) | fn default_entity_drops() -> bool { function default_fall_damage (line 741) | fn default_fall_damage() -> bool { function default_fire_damage (line 744) | fn default_fire_damage() -> bool { function default_fire_spread_radius_around_player (line 747) | fn default_fire_spread_radius_around_player() -> i64 { function default_forgive_dead_players (line 750) | fn default_forgive_dead_players() -> bool { function default_freeze_damage (line 753) | fn default_freeze_damage() -> bool { function default_global_sound_events (line 756) | fn default_global_sound_events() -> bool { function default_immediate_respawn (line 759) | fn default_immediate_respawn() -> bool { function default_keep_inventory (line 762) | fn default_keep_inventory() -> bool { function default_lava_source_conversion (line 765) | fn default_lava_source_conversion() -> bool { function default_limited_crafting (line 768) | fn default_limited_crafting() -> bool { function default_locator_bar (line 771) | fn default_locator_bar() -> bool { function default_log_admin_commands (line 774) | fn default_log_admin_commands() -> bool { function default_max_block_modifications (line 777) | fn default_max_block_modifications() -> i64 { function default_max_command_forks (line 780) | fn default_max_command_forks() -> i64 { function default_max_command_sequence_length (line 783) | fn default_max_command_sequence_length() -> i64 { function default_max_entity_cramming (line 786) | fn default_max_entity_cramming() -> i64 { function default_max_minecart_speed (line 789) | fn default_max_minecart_speed() -> i64 { function default_max_snow_accumulation_height (line 792) | fn default_max_snow_accumulation_height() -> i64 { function default_mob_drops (line 795) | fn default_mob_drops() -> bool { function default_mob_explosion_drop_decay (line 798) | fn default_mob_explosion_drop_decay() -> bool { function default_mob_griefing (line 801) | fn default_mob_griefing() -> bool { function default_natural_health_regeneration (line 804) | fn default_natural_health_regeneration() -> bool { function default_player_movement_check (line 807) | fn default_player_movement_check() -> bool { function default_players_nether_portal_creative_delay (line 810) | fn default_players_nether_portal_creative_delay() -> i64 { function default_players_nether_portal_default_delay (line 813) | fn default_players_nether_portal_default_delay() -> i64 { function default_players_sleeping_percentage (line 816) | fn default_players_sleeping_percentage() -> i64 { function default_projectiles_can_break_blocks (line 819) | fn default_projectiles_can_break_blocks() -> bool { function default_pvp (line 822) | fn default_pvp() -> bool { function default_raids (line 825) | fn default_raids() -> bool { function default_random_tick_speed (line 828) | fn default_random_tick_speed() -> i64 { function default_reduced_debug_info (line 831) | fn default_reduced_debug_info() -> bool { function default_respawn_radius (line 834) | fn default_respawn_radius() -> i64 { function default_send_command_feedback (line 837) | fn default_send_command_feedback() -> bool { function default_show_advancement_messages (line 840) | fn default_show_advancement_messages() -> bool { function default_show_death_messages (line 843) | fn default_show_death_messages() -> bool { function default_spawn_mobs (line 846) | fn default_spawn_mobs() -> bool { function default_spawn_monsters (line 849) | fn default_spawn_monsters() -> bool { function default_spawn_patrols (line 852) | fn default_spawn_patrols() -> bool { function default_spawn_phantoms (line 855) | fn default_spawn_phantoms() -> bool { function default_spawn_wandering_traders (line 858) | fn default_spawn_wandering_traders() -> bool { function default_spawn_wardens (line 861) | fn default_spawn_wardens() -> bool { function default_spawner_blocks_work (line 864) | fn default_spawner_blocks_work() -> bool { function default_spectators_generate_chunks (line 867) | fn default_spectators_generate_chunks() -> bool { function default_spread_vines (line 870) | fn default_spread_vines() -> bool { function default_tnt_explodes (line 873) | fn default_tnt_explodes() -> bool { function default_tnt_explosion_drop_decay (line 876) | fn default_tnt_explosion_drop_decay() -> bool { function default_universal_anger (line 879) | fn default_universal_anger() -> bool { function default_water_source_conversion (line 882) | fn default_water_source_conversion() -> bool { function serialize (line 888) | pub fn serialize( function deserialize (line 894) | pub fn deserialize<'de, T, D>(deserializer: D) -> Result FILE: pumpkin-data/src/generated/item.rs type Item (line 14) | pub struct Item { constant ACACIA_BOAT (line 31) | pub const ACACIA_BOAT: Item = Item { constant ACACIA_BUTTON (line 50) | pub const ACACIA_BUTTON: Item = Item { constant ACACIA_CHEST_BOAT (line 69) | pub const ACACIA_CHEST_BOAT: Item = Item { constant ACACIA_DOOR (line 88) | pub const ACACIA_DOOR: Item = Item { constant ACACIA_FENCE (line 107) | pub const ACACIA_FENCE: Item = Item { constant ACACIA_FENCE_GATE (line 126) | pub const ACACIA_FENCE_GATE: Item = Item { constant ACACIA_HANGING_SIGN (line 145) | pub const ACACIA_HANGING_SIGN: Item = Item { constant ACACIA_LEAVES (line 164) | pub const ACACIA_LEAVES: Item = Item { constant ACACIA_LOG (line 183) | pub const ACACIA_LOG: Item = Item { constant ACACIA_PLANKS (line 202) | pub const ACACIA_PLANKS: Item = Item { constant ACACIA_PRESSURE_PLATE (line 221) | pub const ACACIA_PRESSURE_PLATE: Item = Item { constant ACACIA_SAPLING (line 240) | pub const ACACIA_SAPLING: Item = Item { constant ACACIA_SHELF (line 259) | pub const ACACIA_SHELF: Item = Item { constant ACACIA_SIGN (line 278) | pub const ACACIA_SIGN: Item = Item { constant ACACIA_SLAB (line 297) | pub const ACACIA_SLAB: Item = Item { constant ACACIA_STAIRS (line 316) | pub const ACACIA_STAIRS: Item = Item { constant ACACIA_TRAPDOOR (line 335) | pub const ACACIA_TRAPDOOR: Item = Item { constant ACACIA_WOOD (line 354) | pub const ACACIA_WOOD: Item = Item { constant ACTIVATOR_RAIL (line 373) | pub const ACTIVATOR_RAIL: Item = Item { constant AIR (line 392) | pub const AIR: Item = Item { constant ALLAY_SPAWN_EGG (line 411) | pub const ALLAY_SPAWN_EGG: Item = Item { constant ALLIUM (line 430) | pub const ALLIUM: Item = Item { constant AMETHYST_BLOCK (line 449) | pub const AMETHYST_BLOCK: Item = Item { constant AMETHYST_CLUSTER (line 468) | pub const AMETHYST_CLUSTER: Item = Item { constant AMETHYST_SHARD (line 487) | pub const AMETHYST_SHARD: Item = Item { constant ANCIENT_DEBRIS (line 506) | pub const ANCIENT_DEBRIS: Item = Item { constant ANDESITE (line 531) | pub const ANDESITE: Item = Item { constant ANDESITE_SLAB (line 550) | pub const ANDESITE_SLAB: Item = Item { constant ANDESITE_STAIRS (line 569) | pub const ANDESITE_STAIRS: Item = Item { constant ANDESITE_WALL (line 588) | pub const ANDESITE_WALL: Item = Item { constant ANGLER_POTTERY_SHERD (line 607) | pub const ANGLER_POTTERY_SHERD: Item = Item { constant ANVIL (line 626) | pub const ANVIL: Item = Item { constant APPLE (line 645) | pub const APPLE: Item = Item { constant ARCHER_POTTERY_SHERD (line 678) | pub const ARCHER_POTTERY_SHERD: Item = Item { constant ARMADILLO_SCUTE (line 697) | pub const ARMADILLO_SCUTE: Item = Item { constant ARMADILLO_SPAWN_EGG (line 716) | pub const ARMADILLO_SPAWN_EGG: Item = Item { constant ARMOR_STAND (line 735) | pub const ARMOR_STAND: Item = Item { constant ARMS_UP_POTTERY_SHERD (line 754) | pub const ARMS_UP_POTTERY_SHERD: Item = Item { constant ARROW (line 773) | pub const ARROW: Item = Item { constant AXOLOTL_BUCKET (line 792) | pub const AXOLOTL_BUCKET: Item = Item { constant AXOLOTL_SPAWN_EGG (line 811) | pub const AXOLOTL_SPAWN_EGG: Item = Item { constant AZALEA (line 830) | pub const AZALEA: Item = Item { constant AZALEA_LEAVES (line 849) | pub const AZALEA_LEAVES: Item = Item { constant AZURE_BLUET (line 868) | pub const AZURE_BLUET: Item = Item { constant BAKED_POTATO (line 887) | pub const BAKED_POTATO: Item = Item { constant BAMBOO (line 920) | pub const BAMBOO: Item = Item { constant BAMBOO_BLOCK (line 939) | pub const BAMBOO_BLOCK: Item = Item { constant BAMBOO_BUTTON (line 958) | pub const BAMBOO_BUTTON: Item = Item { constant BAMBOO_CHEST_RAFT (line 977) | pub const BAMBOO_CHEST_RAFT: Item = Item { constant BAMBOO_DOOR (line 996) | pub const BAMBOO_DOOR: Item = Item { constant BAMBOO_FENCE (line 1015) | pub const BAMBOO_FENCE: Item = Item { constant BAMBOO_FENCE_GATE (line 1034) | pub const BAMBOO_FENCE_GATE: Item = Item { constant BAMBOO_HANGING_SIGN (line 1053) | pub const BAMBOO_HANGING_SIGN: Item = Item { constant BAMBOO_MOSAIC (line 1072) | pub const BAMBOO_MOSAIC: Item = Item { constant BAMBOO_MOSAIC_SLAB (line 1091) | pub const BAMBOO_MOSAIC_SLAB: Item = Item { constant BAMBOO_MOSAIC_STAIRS (line 1110) | pub const BAMBOO_MOSAIC_STAIRS: Item = Item { constant BAMBOO_PLANKS (line 1129) | pub const BAMBOO_PLANKS: Item = Item { constant BAMBOO_PRESSURE_PLATE (line 1148) | pub const BAMBOO_PRESSURE_PLATE: Item = Item { constant BAMBOO_RAFT (line 1167) | pub const BAMBOO_RAFT: Item = Item { constant BAMBOO_SHELF (line 1186) | pub const BAMBOO_SHELF: Item = Item { constant BAMBOO_SIGN (line 1205) | pub const BAMBOO_SIGN: Item = Item { constant BAMBOO_SLAB (line 1224) | pub const BAMBOO_SLAB: Item = Item { constant BAMBOO_STAIRS (line 1243) | pub const BAMBOO_STAIRS: Item = Item { constant BAMBOO_TRAPDOOR (line 1262) | pub const BAMBOO_TRAPDOOR: Item = Item { constant BARREL (line 1281) | pub const BARREL: Item = Item { constant BARRIER (line 1300) | pub const BARRIER: Item = Item { constant BASALT (line 1319) | pub const BASALT: Item = Item { constant BAT_SPAWN_EGG (line 1338) | pub const BAT_SPAWN_EGG: Item = Item { constant BEACON (line 1357) | pub const BEACON: Item = Item { constant BEDROCK (line 1376) | pub const BEDROCK: Item = Item { constant BEE_NEST (line 1395) | pub const BEE_NEST: Item = Item { constant BEE_SPAWN_EGG (line 1414) | pub const BEE_SPAWN_EGG: Item = Item { constant BEEF (line 1433) | pub const BEEF: Item = Item { constant BEEHIVE (line 1466) | pub const BEEHIVE: Item = Item { constant BEETROOT (line 1485) | pub const BEETROOT: Item = Item { constant BEETROOT_SEEDS (line 1518) | pub const BEETROOT_SEEDS: Item = Item { constant BEETROOT_SOUP (line 1537) | pub const BEETROOT_SOUP: Item = Item { constant BELL (line 1570) | pub const BELL: Item = Item { constant BIG_DRIPLEAF (line 1589) | pub const BIG_DRIPLEAF: Item = Item { constant BIRCH_BOAT (line 1608) | pub const BIRCH_BOAT: Item = Item { constant BIRCH_BUTTON (line 1627) | pub const BIRCH_BUTTON: Item = Item { constant BIRCH_CHEST_BOAT (line 1646) | pub const BIRCH_CHEST_BOAT: Item = Item { constant BIRCH_DOOR (line 1665) | pub const BIRCH_DOOR: Item = Item { constant BIRCH_FENCE (line 1684) | pub const BIRCH_FENCE: Item = Item { constant BIRCH_FENCE_GATE (line 1703) | pub const BIRCH_FENCE_GATE: Item = Item { constant BIRCH_HANGING_SIGN (line 1722) | pub const BIRCH_HANGING_SIGN: Item = Item { constant BIRCH_LEAVES (line 1741) | pub const BIRCH_LEAVES: Item = Item { constant BIRCH_LOG (line 1760) | pub const BIRCH_LOG: Item = Item { constant BIRCH_PLANKS (line 1779) | pub const BIRCH_PLANKS: Item = Item { constant BIRCH_PRESSURE_PLATE (line 1798) | pub const BIRCH_PRESSURE_PLATE: Item = Item { constant BIRCH_SAPLING (line 1817) | pub const BIRCH_SAPLING: Item = Item { constant BIRCH_SHELF (line 1836) | pub const BIRCH_SHELF: Item = Item { constant BIRCH_SIGN (line 1855) | pub const BIRCH_SIGN: Item = Item { constant BIRCH_SLAB (line 1874) | pub const BIRCH_SLAB: Item = Item { constant BIRCH_STAIRS (line 1893) | pub const BIRCH_STAIRS: Item = Item { constant BIRCH_TRAPDOOR (line 1912) | pub const BIRCH_TRAPDOOR: Item = Item { constant BIRCH_WOOD (line 1931) | pub const BIRCH_WOOD: Item = Item { constant BLACK_BANNER (line 1950) | pub const BLACK_BANNER: Item = Item { constant BLACK_BED (line 1969) | pub const BLACK_BED: Item = Item { constant BLACK_BUNDLE (line 1988) | pub const BLACK_BUNDLE: Item = Item { constant BLACK_CANDLE (line 2007) | pub const BLACK_CANDLE: Item = Item { constant BLACK_CARPET (line 2026) | pub const BLACK_CARPET: Item = Item { constant BLACK_CONCRETE (line 2064) | pub const BLACK_CONCRETE: Item = Item { constant BLACK_CONCRETE_POWDER (line 2083) | pub const BLACK_CONCRETE_POWDER: Item = Item { constant BLACK_DYE (line 2102) | pub const BLACK_DYE: Item = Item { constant BLACK_GLAZED_TERRACOTTA (line 2121) | pub const BLACK_GLAZED_TERRACOTTA: Item = Item { constant BLACK_HARNESS (line 2140) | pub const BLACK_HARNESS: Item = Item { constant BLACK_SHULKER_BOX (line 2177) | pub const BLACK_SHULKER_BOX: Item = Item { constant BLACK_STAINED_GLASS (line 2196) | pub const BLACK_STAINED_GLASS: Item = Item { constant BLACK_STAINED_GLASS_PANE (line 2215) | pub const BLACK_STAINED_GLASS_PANE: Item = Item { constant BLACK_TERRACOTTA (line 2234) | pub const BLACK_TERRACOTTA: Item = Item { constant BLACK_WOOL (line 2253) | pub const BLACK_WOOL: Item = Item { constant BLACKSTONE (line 2272) | pub const BLACKSTONE: Item = Item { constant BLACKSTONE_SLAB (line 2291) | pub const BLACKSTONE_SLAB: Item = Item { constant BLACKSTONE_STAIRS (line 2310) | pub const BLACKSTONE_STAIRS: Item = Item { constant BLACKSTONE_WALL (line 2329) | pub const BLACKSTONE_WALL: Item = Item { constant BLADE_POTTERY_SHERD (line 2348) | pub const BLADE_POTTERY_SHERD: Item = Item { constant BLAST_FURNACE (line 2367) | pub const BLAST_FURNACE: Item = Item { constant BLAZE_POWDER (line 2386) | pub const BLAZE_POWDER: Item = Item { constant BLAZE_ROD (line 2405) | pub const BLAZE_ROD: Item = Item { constant BLAZE_SPAWN_EGG (line 2424) | pub const BLAZE_SPAWN_EGG: Item = Item { constant BLUE_BANNER (line 2443) | pub const BLUE_BANNER: Item = Item { constant BLUE_BED (line 2462) | pub const BLUE_BED: Item = Item { constant BLUE_BUNDLE (line 2481) | pub const BLUE_BUNDLE: Item = Item { constant BLUE_CANDLE (line 2500) | pub const BLUE_CANDLE: Item = Item { constant BLUE_CARPET (line 2519) | pub const BLUE_CARPET: Item = Item { constant BLUE_CONCRETE (line 2557) | pub const BLUE_CONCRETE: Item = Item { constant BLUE_CONCRETE_POWDER (line 2576) | pub const BLUE_CONCRETE_POWDER: Item = Item { constant BLUE_DYE (line 2595) | pub const BLUE_DYE: Item = Item { constant BLUE_EGG (line 2614) | pub const BLUE_EGG: Item = Item { constant BLUE_GLAZED_TERRACOTTA (line 2633) | pub const BLUE_GLAZED_TERRACOTTA: Item = Item { constant BLUE_HARNESS (line 2652) | pub const BLUE_HARNESS: Item = Item { constant BLUE_ICE (line 2689) | pub const BLUE_ICE: Item = Item { constant BLUE_ORCHID (line 2708) | pub const BLUE_ORCHID: Item = Item { constant BLUE_SHULKER_BOX (line 2727) | pub const BLUE_SHULKER_BOX: Item = Item { constant BLUE_STAINED_GLASS (line 2746) | pub const BLUE_STAINED_GLASS: Item = Item { constant BLUE_STAINED_GLASS_PANE (line 2765) | pub const BLUE_STAINED_GLASS_PANE: Item = Item { constant BLUE_TERRACOTTA (line 2784) | pub const BLUE_TERRACOTTA: Item = Item { constant BLUE_WOOL (line 2803) | pub const BLUE_WOOL: Item = Item { constant BOGGED_SPAWN_EGG (line 2822) | pub const BOGGED_SPAWN_EGG: Item = Item { constant BOLT_ARMOR_TRIM_SMITHING_TEMPLATE (line 2841) | pub const BOLT_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant BONE (line 2860) | pub const BONE: Item = Item { constant BONE_BLOCK (line 2879) | pub const BONE_BLOCK: Item = Item { constant BONE_MEAL (line 2898) | pub const BONE_MEAL: Item = Item { constant BOOK (line 2917) | pub const BOOK: Item = Item { constant BOOKSHELF (line 2936) | pub const BOOKSHELF: Item = Item { constant BORDURE_INDENTED_BANNER_PATTERN (line 2955) | pub const BORDURE_INDENTED_BANNER_PATTERN: Item = Item { constant BOW (line 2974) | pub const BOW: Item = Item { constant BOWL (line 2995) | pub const BOWL: Item = Item { constant BRAIN_CORAL (line 3014) | pub const BRAIN_CORAL: Item = Item { constant BRAIN_CORAL_BLOCK (line 3033) | pub const BRAIN_CORAL_BLOCK: Item = Item { constant BRAIN_CORAL_FAN (line 3052) | pub const BRAIN_CORAL_FAN: Item = Item { constant BREAD (line 3071) | pub const BREAD: Item = Item { constant BREEZE_ROD (line 3104) | pub const BREEZE_ROD: Item = Item { constant BREEZE_SPAWN_EGG (line 3123) | pub const BREEZE_SPAWN_EGG: Item = Item { constant BREWER_POTTERY_SHERD (line 3142) | pub const BREWER_POTTERY_SHERD: Item = Item { constant BREWING_STAND (line 3161) | pub const BREWING_STAND: Item = Item { constant BRICK (line 3180) | pub const BRICK: Item = Item { constant BRICK_SLAB (line 3199) | pub const BRICK_SLAB: Item = Item { constant BRICK_STAIRS (line 3218) | pub const BRICK_STAIRS: Item = Item { constant BRICK_WALL (line 3237) | pub const BRICK_WALL: Item = Item { constant BRICKS (line 3256) | pub const BRICKS: Item = Item { constant BROWN_BANNER (line 3275) | pub const BROWN_BANNER: Item = Item { constant BROWN_BED (line 3294) | pub const BROWN_BED: Item = Item { constant BROWN_BUNDLE (line 3313) | pub const BROWN_BUNDLE: Item = Item { constant BROWN_CANDLE (line 3332) | pub const BROWN_CANDLE: Item = Item { constant BROWN_CARPET (line 3351) | pub const BROWN_CARPET: Item = Item { constant BROWN_CONCRETE (line 3389) | pub const BROWN_CONCRETE: Item = Item { constant BROWN_CONCRETE_POWDER (line 3408) | pub const BROWN_CONCRETE_POWDER: Item = Item { constant BROWN_DYE (line 3427) | pub const BROWN_DYE: Item = Item { constant BROWN_EGG (line 3446) | pub const BROWN_EGG: Item = Item { constant BROWN_GLAZED_TERRACOTTA (line 3465) | pub const BROWN_GLAZED_TERRACOTTA: Item = Item { constant BROWN_HARNESS (line 3484) | pub const BROWN_HARNESS: Item = Item { constant BROWN_MUSHROOM (line 3521) | pub const BROWN_MUSHROOM: Item = Item { constant BROWN_MUSHROOM_BLOCK (line 3540) | pub const BROWN_MUSHROOM_BLOCK: Item = Item { constant BROWN_SHULKER_BOX (line 3559) | pub const BROWN_SHULKER_BOX: Item = Item { constant BROWN_STAINED_GLASS (line 3578) | pub const BROWN_STAINED_GLASS: Item = Item { constant BROWN_STAINED_GLASS_PANE (line 3597) | pub const BROWN_STAINED_GLASS_PANE: Item = Item { constant BROWN_TERRACOTTA (line 3616) | pub const BROWN_TERRACOTTA: Item = Item { constant BROWN_WOOL (line 3635) | pub const BROWN_WOOL: Item = Item { constant BRUSH (line 3654) | pub const BRUSH: Item = Item { constant BUBBLE_CORAL (line 3675) | pub const BUBBLE_CORAL: Item = Item { constant BUBBLE_CORAL_BLOCK (line 3694) | pub const BUBBLE_CORAL_BLOCK: Item = Item { constant BUBBLE_CORAL_FAN (line 3713) | pub const BUBBLE_CORAL_FAN: Item = Item { constant BUCKET (line 3732) | pub const BUCKET: Item = Item { constant BUDDING_AMETHYST (line 3751) | pub const BUDDING_AMETHYST: Item = Item { constant BUNDLE (line 3770) | pub const BUNDLE: Item = Item { constant BURN_POTTERY_SHERD (line 3789) | pub const BURN_POTTERY_SHERD: Item = Item { constant BUSH (line 3808) | pub const BUSH: Item = Item { constant CACTUS (line 3827) | pub const CACTUS: Item = Item { constant CACTUS_FLOWER (line 3846) | pub const CACTUS_FLOWER: Item = Item { constant CAKE (line 3865) | pub const CAKE: Item = Item { constant CALCITE (line 3884) | pub const CALCITE: Item = Item { constant CALIBRATED_SCULK_SENSOR (line 3903) | pub const CALIBRATED_SCULK_SENSOR: Item = Item { constant CAMEL_HUSK_SPAWN_EGG (line 3922) | pub const CAMEL_HUSK_SPAWN_EGG: Item = Item { constant CAMEL_SPAWN_EGG (line 3941) | pub const CAMEL_SPAWN_EGG: Item = Item { constant CAMPFIRE (line 3960) | pub const CAMPFIRE: Item = Item { constant CANDLE (line 3979) | pub const CANDLE: Item = Item { constant CARROT (line 3998) | pub const CARROT: Item = Item { constant CARROT_ON_A_STICK (line 4031) | pub const CARROT_ON_A_STICK: Item = Item { constant CARTOGRAPHY_TABLE (line 4052) | pub const CARTOGRAPHY_TABLE: Item = Item { constant CARVED_PUMPKIN (line 4071) | pub const CARVED_PUMPKIN: Item = Item { constant CAT_SPAWN_EGG (line 4112) | pub const CAT_SPAWN_EGG: Item = Item { constant CAULDRON (line 4131) | pub const CAULDRON: Item = Item { constant CAVE_SPIDER_SPAWN_EGG (line 4150) | pub const CAVE_SPIDER_SPAWN_EGG: Item = Item { constant CHAIN_COMMAND_BLOCK (line 4169) | pub const CHAIN_COMMAND_BLOCK: Item = Item { constant CHAINMAIL_BOOTS (line 4188) | pub const CHAINMAIL_BOOTS: Item = Item { constant CHAINMAIL_CHESTPLATE (line 4240) | pub const CHAINMAIL_CHESTPLATE: Item = Item { constant CHAINMAIL_HELMET (line 4292) | pub const CHAINMAIL_HELMET: Item = Item { constant CHAINMAIL_LEGGINGS (line 4344) | pub const CHAINMAIL_LEGGINGS: Item = Item { constant CHARCOAL (line 4396) | pub const CHARCOAL: Item = Item { constant CHERRY_BOAT (line 4415) | pub const CHERRY_BOAT: Item = Item { constant CHERRY_BUTTON (line 4434) | pub const CHERRY_BUTTON: Item = Item { constant CHERRY_CHEST_BOAT (line 4453) | pub const CHERRY_CHEST_BOAT: Item = Item { constant CHERRY_DOOR (line 4472) | pub const CHERRY_DOOR: Item = Item { constant CHERRY_FENCE (line 4491) | pub const CHERRY_FENCE: Item = Item { constant CHERRY_FENCE_GATE (line 4510) | pub const CHERRY_FENCE_GATE: Item = Item { constant CHERRY_HANGING_SIGN (line 4529) | pub const CHERRY_HANGING_SIGN: Item = Item { constant CHERRY_LEAVES (line 4548) | pub const CHERRY_LEAVES: Item = Item { constant CHERRY_LOG (line 4567) | pub const CHERRY_LOG: Item = Item { constant CHERRY_PLANKS (line 4586) | pub const CHERRY_PLANKS: Item = Item { constant CHERRY_PRESSURE_PLATE (line 4605) | pub const CHERRY_PRESSURE_PLATE: Item = Item { constant CHERRY_SAPLING (line 4624) | pub const CHERRY_SAPLING: Item = Item { constant CHERRY_SHELF (line 4643) | pub const CHERRY_SHELF: Item = Item { constant CHERRY_SIGN (line 4662) | pub const CHERRY_SIGN: Item = Item { constant CHERRY_SLAB (line 4681) | pub const CHERRY_SLAB: Item = Item { constant CHERRY_STAIRS (line 4700) | pub const CHERRY_STAIRS: Item = Item { constant CHERRY_TRAPDOOR (line 4719) | pub const CHERRY_TRAPDOOR: Item = Item { constant CHERRY_WOOD (line 4738) | pub const CHERRY_WOOD: Item = Item { constant CHEST (line 4757) | pub const CHEST: Item = Item { constant CHEST_MINECART (line 4776) | pub const CHEST_MINECART: Item = Item { constant CHICKEN (line 4795) | pub const CHICKEN: Item = Item { constant CHICKEN_SPAWN_EGG (line 4828) | pub const CHICKEN_SPAWN_EGG: Item = Item { constant CHIPPED_ANVIL (line 4847) | pub const CHIPPED_ANVIL: Item = Item { constant CHISELED_BOOKSHELF (line 4866) | pub const CHISELED_BOOKSHELF: Item = Item { constant CHISELED_COPPER (line 4885) | pub const CHISELED_COPPER: Item = Item { constant CHISELED_DEEPSLATE (line 4904) | pub const CHISELED_DEEPSLATE: Item = Item { constant CHISELED_NETHER_BRICKS (line 4923) | pub const CHISELED_NETHER_BRICKS: Item = Item { constant CHISELED_POLISHED_BLACKSTONE (line 4942) | pub const CHISELED_POLISHED_BLACKSTONE: Item = Item { constant CHISELED_QUARTZ_BLOCK (line 4961) | pub const CHISELED_QUARTZ_BLOCK: Item = Item { constant CHISELED_RED_SANDSTONE (line 4980) | pub const CHISELED_RED_SANDSTONE: Item = Item { constant CHISELED_RESIN_BRICKS (line 4999) | pub const CHISELED_RESIN_BRICKS: Item = Item { constant CHISELED_SANDSTONE (line 5018) | pub const CHISELED_SANDSTONE: Item = Item { constant CHISELED_STONE_BRICKS (line 5037) | pub const CHISELED_STONE_BRICKS: Item = Item { constant CHISELED_TUFF (line 5056) | pub const CHISELED_TUFF: Item = Item { constant CHISELED_TUFF_BRICKS (line 5075) | pub const CHISELED_TUFF_BRICKS: Item = Item { constant CHORUS_FLOWER (line 5094) | pub const CHORUS_FLOWER: Item = Item { constant CHORUS_FRUIT (line 5113) | pub const CHORUS_FRUIT: Item = Item { constant CHORUS_PLANT (line 5146) | pub const CHORUS_PLANT: Item = Item { constant CLAY (line 5165) | pub const CLAY: Item = Item { constant CLAY_BALL (line 5184) | pub const CLAY_BALL: Item = Item { constant CLOCK (line 5203) | pub const CLOCK: Item = Item { constant CLOSED_EYEBLOSSOM (line 5222) | pub const CLOSED_EYEBLOSSOM: Item = Item { constant COAL (line 5241) | pub const COAL: Item = Item { constant COAL_BLOCK (line 5260) | pub const COAL_BLOCK: Item = Item { constant COAL_ORE (line 5279) | pub const COAL_ORE: Item = Item { constant COARSE_DIRT (line 5298) | pub const COARSE_DIRT: Item = Item { constant COAST_ARMOR_TRIM_SMITHING_TEMPLATE (line 5317) | pub const COAST_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant COBBLED_DEEPSLATE (line 5336) | pub const COBBLED_DEEPSLATE: Item = Item { constant COBBLED_DEEPSLATE_SLAB (line 5355) | pub const COBBLED_DEEPSLATE_SLAB: Item = Item { constant COBBLED_DEEPSLATE_STAIRS (line 5374) | pub const COBBLED_DEEPSLATE_STAIRS: Item = Item { constant COBBLED_DEEPSLATE_WALL (line 5393) | pub const COBBLED_DEEPSLATE_WALL: Item = Item { constant COBBLESTONE (line 5412) | pub const COBBLESTONE: Item = Item { constant COBBLESTONE_SLAB (line 5431) | pub const COBBLESTONE_SLAB: Item = Item { constant COBBLESTONE_STAIRS (line 5450) | pub const COBBLESTONE_STAIRS: Item = Item { constant COBBLESTONE_WALL (line 5469) | pub const COBBLESTONE_WALL: Item = Item { constant COBWEB (line 5488) | pub const COBWEB: Item = Item { constant COCOA_BEANS (line 5507) | pub const COCOA_BEANS: Item = Item { constant COD (line 5526) | pub const COD: Item = Item { constant COD_BUCKET (line 5559) | pub const COD_BUCKET: Item = Item { constant COD_SPAWN_EGG (line 5586) | pub const COD_SPAWN_EGG: Item = Item { constant COMMAND_BLOCK (line 5605) | pub const COMMAND_BLOCK: Item = Item { constant COMMAND_BLOCK_MINECART (line 5624) | pub const COMMAND_BLOCK_MINECART: Item = Item { constant COMPARATOR (line 5643) | pub const COMPARATOR: Item = Item { constant COMPASS (line 5662) | pub const COMPASS: Item = Item { constant COMPOSTER (line 5681) | pub const COMPOSTER: Item = Item { constant CONDUIT (line 5700) | pub const CONDUIT: Item = Item { constant COOKED_BEEF (line 5719) | pub const COOKED_BEEF: Item = Item { constant COOKED_CHICKEN (line 5752) | pub const COOKED_CHICKEN: Item = Item { constant COOKED_COD (line 5785) | pub const COOKED_COD: Item = Item { constant COOKED_MUTTON (line 5818) | pub const COOKED_MUTTON: Item = Item { constant COOKED_PORKCHOP (line 5851) | pub const COOKED_PORKCHOP: Item = Item { constant COOKED_RABBIT (line 5884) | pub const COOKED_RABBIT: Item = Item { constant COOKED_SALMON (line 5917) | pub const COOKED_SALMON: Item = Item { constant COOKIE (line 5950) | pub const COOKIE: Item = Item { constant COPPER_AXE (line 5983) | pub const COPPER_AXE: Item = Item { constant COPPER_BARS (line 6045) | pub const COPPER_BARS: Item = Item { constant COPPER_BLOCK (line 6064) | pub const COPPER_BLOCK: Item = Item { constant COPPER_BOOTS (line 6083) | pub const COPPER_BOOTS: Item = Item { constant COPPER_BULB (line 6135) | pub const COPPER_BULB: Item = Item { constant COPPER_CHAIN (line 6154) | pub const COPPER_CHAIN: Item = Item { constant COPPER_CHEST (line 6173) | pub const COPPER_CHEST: Item = Item { constant COPPER_CHESTPLATE (line 6192) | pub const COPPER_CHESTPLATE: Item = Item { constant COPPER_DOOR (line 6244) | pub const COPPER_DOOR: Item = Item { constant COPPER_GOLEM_SPAWN_EGG (line 6263) | pub const COPPER_GOLEM_SPAWN_EGG: Item = Item { constant COPPER_GOLEM_STATUE (line 6282) | pub const COPPER_GOLEM_STATUE: Item = Item { constant COPPER_GRATE (line 6301) | pub const COPPER_GRATE: Item = Item { constant COPPER_HELMET (line 6320) | pub const COPPER_HELMET: Item = Item { constant COPPER_HOE (line 6372) | pub const COPPER_HOE: Item = Item { constant COPPER_HORSE_ARMOR (line 6434) | pub const COPPER_HORSE_ARMOR: Item = Item { constant COPPER_INGOT (line 6486) | pub const COPPER_INGOT: Item = Item { constant COPPER_LANTERN (line 6505) | pub const COPPER_LANTERN: Item = Item { constant COPPER_LEGGINGS (line 6524) | pub const COPPER_LEGGINGS: Item = Item { constant COPPER_NAUTILUS_ARMOR (line 6576) | pub const COPPER_NAUTILUS_ARMOR: Item = Item { constant COPPER_NUGGET (line 6628) | pub const COPPER_NUGGET: Item = Item { constant COPPER_ORE (line 6647) | pub const COPPER_ORE: Item = Item { constant COPPER_PICKAXE (line 6666) | pub const COPPER_PICKAXE: Item = Item { constant COPPER_SHOVEL (line 6728) | pub const COPPER_SHOVEL: Item = Item { constant COPPER_SPEAR (line 6790) | pub const COPPER_SPEAR: Item = Item { constant COPPER_SWORD (line 6832) | pub const COPPER_SWORD: Item = Item { constant COPPER_TORCH (line 6899) | pub const COPPER_TORCH: Item = Item { constant COPPER_TRAPDOOR (line 6918) | pub const COPPER_TRAPDOOR: Item = Item { constant CORNFLOWER (line 6937) | pub const CORNFLOWER: Item = Item { constant COW_SPAWN_EGG (line 6956) | pub const COW_SPAWN_EGG: Item = Item { constant CRACKED_DEEPSLATE_BRICKS (line 6975) | pub const CRACKED_DEEPSLATE_BRICKS: Item = Item { constant CRACKED_DEEPSLATE_TILES (line 6994) | pub const CRACKED_DEEPSLATE_TILES: Item = Item { constant CRACKED_NETHER_BRICKS (line 7013) | pub const CRACKED_NETHER_BRICKS: Item = Item { constant CRACKED_POLISHED_BLACKSTONE_BRICKS (line 7032) | pub const CRACKED_POLISHED_BLACKSTONE_BRICKS: Item = Item { constant CRACKED_STONE_BRICKS (line 7051) | pub const CRACKED_STONE_BRICKS: Item = Item { constant CRAFTER (line 7070) | pub const CRAFTER: Item = Item { constant CRAFTING_TABLE (line 7089) | pub const CRAFTING_TABLE: Item = Item { constant CREAKING_HEART (line 7108) | pub const CREAKING_HEART: Item = Item { constant CREAKING_SPAWN_EGG (line 7127) | pub const CREAKING_SPAWN_EGG: Item = Item { constant CREEPER_BANNER_PATTERN (line 7146) | pub const CREEPER_BANNER_PATTERN: Item = Item { constant CREEPER_HEAD (line 7165) | pub const CREEPER_HEAD: Item = Item { constant CREEPER_SPAWN_EGG (line 7206) | pub const CREEPER_SPAWN_EGG: Item = Item { constant CRIMSON_BUTTON (line 7225) | pub const CRIMSON_BUTTON: Item = Item { constant CRIMSON_DOOR (line 7244) | pub const CRIMSON_DOOR: Item = Item { constant CRIMSON_FENCE (line 7263) | pub const CRIMSON_FENCE: Item = Item { constant CRIMSON_FENCE_GATE (line 7282) | pub const CRIMSON_FENCE_GATE: Item = Item { constant CRIMSON_FUNGUS (line 7301) | pub const CRIMSON_FUNGUS: Item = Item { constant CRIMSON_HANGING_SIGN (line 7320) | pub const CRIMSON_HANGING_SIGN: Item = Item { constant CRIMSON_HYPHAE (line 7339) | pub const CRIMSON_HYPHAE: Item = Item { constant CRIMSON_NYLIUM (line 7358) | pub const CRIMSON_NYLIUM: Item = Item { constant CRIMSON_PLANKS (line 7377) | pub const CRIMSON_PLANKS: Item = Item { constant CRIMSON_PRESSURE_PLATE (line 7396) | pub const CRIMSON_PRESSURE_PLATE: Item = Item { constant CRIMSON_ROOTS (line 7415) | pub const CRIMSON_ROOTS: Item = Item { constant CRIMSON_SHELF (line 7434) | pub const CRIMSON_SHELF: Item = Item { constant CRIMSON_SIGN (line 7453) | pub const CRIMSON_SIGN: Item = Item { constant CRIMSON_SLAB (line 7472) | pub const CRIMSON_SLAB: Item = Item { constant CRIMSON_STAIRS (line 7491) | pub const CRIMSON_STAIRS: Item = Item { constant CRIMSON_STEM (line 7510) | pub const CRIMSON_STEM: Item = Item { constant CRIMSON_TRAPDOOR (line 7529) | pub const CRIMSON_TRAPDOOR: Item = Item { constant CROSSBOW (line 7548) | pub const CROSSBOW: Item = Item { constant CRYING_OBSIDIAN (line 7569) | pub const CRYING_OBSIDIAN: Item = Item { constant CUT_COPPER (line 7588) | pub const CUT_COPPER: Item = Item { constant CUT_COPPER_SLAB (line 7607) | pub const CUT_COPPER_SLAB: Item = Item { constant CUT_COPPER_STAIRS (line 7626) | pub const CUT_COPPER_STAIRS: Item = Item { constant CUT_RED_SANDSTONE (line 7645) | pub const CUT_RED_SANDSTONE: Item = Item { constant CUT_RED_SANDSTONE_SLAB (line 7664) | pub const CUT_RED_SANDSTONE_SLAB: Item = Item { constant CUT_SANDSTONE (line 7683) | pub const CUT_SANDSTONE: Item = Item { constant CUT_SANDSTONE_SLAB (line 7702) | pub const CUT_SANDSTONE_SLAB: Item = Item { constant CYAN_BANNER (line 7721) | pub const CYAN_BANNER: Item = Item { constant CYAN_BED (line 7740) | pub const CYAN_BED: Item = Item { constant CYAN_BUNDLE (line 7759) | pub const CYAN_BUNDLE: Item = Item { constant CYAN_CANDLE (line 7778) | pub const CYAN_CANDLE: Item = Item { constant CYAN_CARPET (line 7797) | pub const CYAN_CARPET: Item = Item { constant CYAN_CONCRETE (line 7835) | pub const CYAN_CONCRETE: Item = Item { constant CYAN_CONCRETE_POWDER (line 7854) | pub const CYAN_CONCRETE_POWDER: Item = Item { constant CYAN_DYE (line 7873) | pub const CYAN_DYE: Item = Item { constant CYAN_GLAZED_TERRACOTTA (line 7892) | pub const CYAN_GLAZED_TERRACOTTA: Item = Item { constant CYAN_HARNESS (line 7911) | pub const CYAN_HARNESS: Item = Item { constant CYAN_SHULKER_BOX (line 7948) | pub const CYAN_SHULKER_BOX: Item = Item { constant CYAN_STAINED_GLASS (line 7967) | pub const CYAN_STAINED_GLASS: Item = Item { constant CYAN_STAINED_GLASS_PANE (line 7986) | pub const CYAN_STAINED_GLASS_PANE: Item = Item { constant CYAN_TERRACOTTA (line 8005) | pub const CYAN_TERRACOTTA: Item = Item { constant CYAN_WOOL (line 8024) | pub const CYAN_WOOL: Item = Item { constant DAMAGED_ANVIL (line 8043) | pub const DAMAGED_ANVIL: Item = Item { constant DANDELION (line 8062) | pub const DANDELION: Item = Item { constant DANGER_POTTERY_SHERD (line 8081) | pub const DANGER_POTTERY_SHERD: Item = Item { constant DARK_OAK_BOAT (line 8100) | pub const DARK_OAK_BOAT: Item = Item { constant DARK_OAK_BUTTON (line 8119) | pub const DARK_OAK_BUTTON: Item = Item { constant DARK_OAK_CHEST_BOAT (line 8138) | pub const DARK_OAK_CHEST_BOAT: Item = Item { constant DARK_OAK_DOOR (line 8157) | pub const DARK_OAK_DOOR: Item = Item { constant DARK_OAK_FENCE (line 8176) | pub const DARK_OAK_FENCE: Item = Item { constant DARK_OAK_FENCE_GATE (line 8195) | pub const DARK_OAK_FENCE_GATE: Item = Item { constant DARK_OAK_HANGING_SIGN (line 8214) | pub const DARK_OAK_HANGING_SIGN: Item = Item { constant DARK_OAK_LEAVES (line 8233) | pub const DARK_OAK_LEAVES: Item = Item { constant DARK_OAK_LOG (line 8252) | pub const DARK_OAK_LOG: Item = Item { constant DARK_OAK_PLANKS (line 8271) | pub const DARK_OAK_PLANKS: Item = Item { constant DARK_OAK_PRESSURE_PLATE (line 8290) | pub const DARK_OAK_PRESSURE_PLATE: Item = Item { constant DARK_OAK_SAPLING (line 8309) | pub const DARK_OAK_SAPLING: Item = Item { constant DARK_OAK_SHELF (line 8328) | pub const DARK_OAK_SHELF: Item = Item { constant DARK_OAK_SIGN (line 8347) | pub const DARK_OAK_SIGN: Item = Item { constant DARK_OAK_SLAB (line 8366) | pub const DARK_OAK_SLAB: Item = Item { constant DARK_OAK_STAIRS (line 8385) | pub const DARK_OAK_STAIRS: Item = Item { constant DARK_OAK_TRAPDOOR (line 8404) | pub const DARK_OAK_TRAPDOOR: Item = Item { constant DARK_OAK_WOOD (line 8423) | pub const DARK_OAK_WOOD: Item = Item { constant DARK_PRISMARINE (line 8442) | pub const DARK_PRISMARINE: Item = Item { constant DARK_PRISMARINE_SLAB (line 8461) | pub const DARK_PRISMARINE_SLAB: Item = Item { constant DARK_PRISMARINE_STAIRS (line 8480) | pub const DARK_PRISMARINE_STAIRS: Item = Item { constant DAYLIGHT_DETECTOR (line 8499) | pub const DAYLIGHT_DETECTOR: Item = Item { constant DEAD_BRAIN_CORAL (line 8518) | pub const DEAD_BRAIN_CORAL: Item = Item { constant DEAD_BRAIN_CORAL_BLOCK (line 8537) | pub const DEAD_BRAIN_CORAL_BLOCK: Item = Item { constant DEAD_BRAIN_CORAL_FAN (line 8556) | pub const DEAD_BRAIN_CORAL_FAN: Item = Item { constant DEAD_BUBBLE_CORAL (line 8575) | pub const DEAD_BUBBLE_CORAL: Item = Item { constant DEAD_BUBBLE_CORAL_BLOCK (line 8594) | pub const DEAD_BUBBLE_CORAL_BLOCK: Item = Item { constant DEAD_BUBBLE_CORAL_FAN (line 8613) | pub const DEAD_BUBBLE_CORAL_FAN: Item = Item { constant DEAD_BUSH (line 8632) | pub const DEAD_BUSH: Item = Item { constant DEAD_FIRE_CORAL (line 8651) | pub const DEAD_FIRE_CORAL: Item = Item { constant DEAD_FIRE_CORAL_BLOCK (line 8670) | pub const DEAD_FIRE_CORAL_BLOCK: Item = Item { constant DEAD_FIRE_CORAL_FAN (line 8689) | pub const DEAD_FIRE_CORAL_FAN: Item = Item { constant DEAD_HORN_CORAL (line 8708) | pub const DEAD_HORN_CORAL: Item = Item { constant DEAD_HORN_CORAL_BLOCK (line 8727) | pub const DEAD_HORN_CORAL_BLOCK: Item = Item { constant DEAD_HORN_CORAL_FAN (line 8746) | pub const DEAD_HORN_CORAL_FAN: Item = Item { constant DEAD_TUBE_CORAL (line 8765) | pub const DEAD_TUBE_CORAL: Item = Item { constant DEAD_TUBE_CORAL_BLOCK (line 8784) | pub const DEAD_TUBE_CORAL_BLOCK: Item = Item { constant DEAD_TUBE_CORAL_FAN (line 8803) | pub const DEAD_TUBE_CORAL_FAN: Item = Item { constant DEBUG_STICK (line 8822) | pub const DEBUG_STICK: Item = Item { constant DECORATED_POT (line 8841) | pub const DECORATED_POT: Item = Item { constant DEEPSLATE (line 8860) | pub const DEEPSLATE: Item = Item { constant DEEPSLATE_BRICK_SLAB (line 8879) | pub const DEEPSLATE_BRICK_SLAB: Item = Item { constant DEEPSLATE_BRICK_STAIRS (line 8898) | pub const DEEPSLATE_BRICK_STAIRS: Item = Item { constant DEEPSLATE_BRICK_WALL (line 8917) | pub const DEEPSLATE_BRICK_WALL: Item = Item { constant DEEPSLATE_BRICKS (line 8936) | pub const DEEPSLATE_BRICKS: Item = Item { constant DEEPSLATE_COAL_ORE (line 8955) | pub const DEEPSLATE_COAL_ORE: Item = Item { constant DEEPSLATE_COPPER_ORE (line 8974) | pub const DEEPSLATE_COPPER_ORE: Item = Item { constant DEEPSLATE_DIAMOND_ORE (line 8993) | pub const DEEPSLATE_DIAMOND_ORE: Item = Item { constant DEEPSLATE_EMERALD_ORE (line 9012) | pub const DEEPSLATE_EMERALD_ORE: Item = Item { constant DEEPSLATE_GOLD_ORE (line 9031) | pub const DEEPSLATE_GOLD_ORE: Item = Item { constant DEEPSLATE_IRON_ORE (line 9050) | pub const DEEPSLATE_IRON_ORE: Item = Item { constant DEEPSLATE_LAPIS_ORE (line 9069) | pub const DEEPSLATE_LAPIS_ORE: Item = Item { constant DEEPSLATE_REDSTONE_ORE (line 9088) | pub const DEEPSLATE_REDSTONE_ORE: Item = Item { constant DEEPSLATE_TILE_SLAB (line 9107) | pub const DEEPSLATE_TILE_SLAB: Item = Item { constant DEEPSLATE_TILE_STAIRS (line 9126) | pub const DEEPSLATE_TILE_STAIRS: Item = Item { constant DEEPSLATE_TILE_WALL (line 9145) | pub const DEEPSLATE_TILE_WALL: Item = Item { constant DEEPSLATE_TILES (line 9164) | pub const DEEPSLATE_TILES: Item = Item { constant DETECTOR_RAIL (line 9183) | pub const DETECTOR_RAIL: Item = Item { constant DIAMOND (line 9202) | pub const DIAMOND: Item = Item { constant DIAMOND_AXE (line 9221) | pub const DIAMOND_AXE: Item = Item { constant DIAMOND_BLOCK (line 9283) | pub const DIAMOND_BLOCK: Item = Item { constant DIAMOND_BOOTS (line 9302) | pub const DIAMOND_BOOTS: Item = Item { constant DIAMOND_CHESTPLATE (line 9354) | pub const DIAMOND_CHESTPLATE: Item = Item { constant DIAMOND_HELMET (line 9406) | pub const DIAMOND_HELMET: Item = Item { constant DIAMOND_HOE (line 9458) | pub const DIAMOND_HOE: Item = Item { constant DIAMOND_HORSE_ARMOR (line 9520) | pub const DIAMOND_HORSE_ARMOR: Item = Item { constant DIAMOND_LEGGINGS (line 9572) | pub const DIAMOND_LEGGINGS: Item = Item { constant DIAMOND_NAUTILUS_ARMOR (line 9624) | pub const DIAMOND_NAUTILUS_ARMOR: Item = Item { constant DIAMOND_ORE (line 9676) | pub const DIAMOND_ORE: Item = Item { constant DIAMOND_PICKAXE (line 9695) | pub const DIAMOND_PICKAXE: Item = Item { constant DIAMOND_SHOVEL (line 9757) | pub const DIAMOND_SHOVEL: Item = Item { constant DIAMOND_SPEAR (line 9819) | pub const DIAMOND_SPEAR: Item = Item { constant DIAMOND_SWORD (line 9861) | pub const DIAMOND_SWORD: Item = Item { constant DIORITE (line 9928) | pub const DIORITE: Item = Item { constant DIORITE_SLAB (line 9947) | pub const DIORITE_SLAB: Item = Item { constant DIORITE_STAIRS (line 9966) | pub const DIORITE_STAIRS: Item = Item { constant DIORITE_WALL (line 9985) | pub const DIORITE_WALL: Item = Item { constant DIRT (line 10004) | pub const DIRT: Item = Item { constant DIRT_PATH (line 10023) | pub const DIRT_PATH: Item = Item { constant DISC_FRAGMENT_5 (line 10042) | pub const DISC_FRAGMENT_5: Item = Item { constant DISPENSER (line 10061) | pub const DISPENSER: Item = Item { constant DOLPHIN_SPAWN_EGG (line 10080) | pub const DOLPHIN_SPAWN_EGG: Item = Item { constant DONKEY_SPAWN_EGG (line 10099) | pub const DONKEY_SPAWN_EGG: Item = Item { constant DRAGON_BREATH (line 10118) | pub const DRAGON_BREATH: Item = Item { constant DRAGON_EGG (line 10137) | pub const DRAGON_EGG: Item = Item { constant DRAGON_HEAD (line 10156) | pub const DRAGON_HEAD: Item = Item { constant DRIED_GHAST (line 10197) | pub const DRIED_GHAST: Item = Item { constant DRIED_KELP (line 10216) | pub const DRIED_KELP: Item = Item { constant DRIED_KELP_BLOCK (line 10249) | pub const DRIED_KELP_BLOCK: Item = Item { constant DRIPSTONE_BLOCK (line 10268) | pub const DRIPSTONE_BLOCK: Item = Item { constant DROPPER (line 10287) | pub const DROPPER: Item = Item { constant DROWNED_SPAWN_EGG (line 10306) | pub const DROWNED_SPAWN_EGG: Item = Item { constant DUNE_ARMOR_TRIM_SMITHING_TEMPLATE (line 10325) | pub const DUNE_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant ECHO_SHARD (line 10344) | pub const ECHO_SHARD: Item = Item { constant EGG (line 10363) | pub const EGG: Item = Item { constant ELDER_GUARDIAN_SPAWN_EGG (line 10382) | pub const ELDER_GUARDIAN_SPAWN_EGG: Item = Item { constant ELYTRA (line 10401) | pub const ELYTRA: Item = Item { constant EMERALD (line 10438) | pub const EMERALD: Item = Item { constant EMERALD_BLOCK (line 10457) | pub const EMERALD_BLOCK: Item = Item { constant EMERALD_ORE (line 10476) | pub const EMERALD_ORE: Item = Item { constant ENCHANTED_BOOK (line 10495) | pub const ENCHANTED_BOOK: Item = Item { constant ENCHANTED_GOLDEN_APPLE (line 10514) | pub const ENCHANTED_GOLDEN_APPLE: Item = Item { constant ENCHANTING_TABLE (line 10547) | pub const ENCHANTING_TABLE: Item = Item { constant END_CRYSTAL (line 10566) | pub const END_CRYSTAL: Item = Item { constant END_PORTAL_FRAME (line 10585) | pub const END_PORTAL_FRAME: Item = Item { constant END_ROD (line 10604) | pub const END_ROD: Item = Item { constant END_STONE (line 10623) | pub const END_STONE: Item = Item { constant END_STONE_BRICK_SLAB (line 10642) | pub const END_STONE_BRICK_SLAB: Item = Item { constant END_STONE_BRICK_STAIRS (line 10661) | pub const END_STONE_BRICK_STAIRS: Item = Item { constant END_STONE_BRICK_WALL (line 10680) | pub const END_STONE_BRICK_WALL: Item = Item { constant END_STONE_BRICKS (line 10699) | pub const END_STONE_BRICKS: Item = Item { constant ENDER_CHEST (line 10718) | pub const ENDER_CHEST: Item = Item { constant ENDER_DRAGON_SPAWN_EGG (line 10737) | pub const ENDER_DRAGON_SPAWN_EGG: Item = Item { constant ENDER_EYE (line 10756) | pub const ENDER_EYE: Item = Item { constant ENDER_PEARL (line 10775) | pub const ENDER_PEARL: Item = Item { constant ENDERMAN_SPAWN_EGG (line 10794) | pub const ENDERMAN_SPAWN_EGG: Item = Item { constant ENDERMITE_SPAWN_EGG (line 10813) | pub const ENDERMITE_SPAWN_EGG: Item = Item { constant EVOKER_SPAWN_EGG (line 10832) | pub const EVOKER_SPAWN_EGG: Item = Item { constant EXPERIENCE_BOTTLE (line 10851) | pub const EXPERIENCE_BOTTLE: Item = Item { constant EXPLORER_POTTERY_SHERD (line 10870) | pub const EXPLORER_POTTERY_SHERD: Item = Item { constant EXPOSED_CHISELED_COPPER (line 10889) | pub const EXPOSED_CHISELED_COPPER: Item = Item { constant EXPOSED_COPPER (line 10908) | pub const EXPOSED_COPPER: Item = Item { constant EXPOSED_COPPER_BARS (line 10927) | pub const EXPOSED_COPPER_BARS: Item = Item { constant EXPOSED_COPPER_BULB (line 10946) | pub const EXPOSED_COPPER_BULB: Item = Item { constant EXPOSED_COPPER_CHAIN (line 10965) | pub const EXPOSED_COPPER_CHAIN: Item = Item { constant EXPOSED_COPPER_CHEST (line 10984) | pub const EXPOSED_COPPER_CHEST: Item = Item { constant EXPOSED_COPPER_DOOR (line 11003) | pub const EXPOSED_COPPER_DOOR: Item = Item { constant EXPOSED_COPPER_GOLEM_STATUE (line 11022) | pub const EXPOSED_COPPER_GOLEM_STATUE: Item = Item { constant EXPOSED_COPPER_GRATE (line 11041) | pub const EXPOSED_COPPER_GRATE: Item = Item { constant EXPOSED_COPPER_LANTERN (line 11060) | pub const EXPOSED_COPPER_LANTERN: Item = Item { constant EXPOSED_COPPER_TRAPDOOR (line 11079) | pub const EXPOSED_COPPER_TRAPDOOR: Item = Item { constant EXPOSED_CUT_COPPER (line 11098) | pub const EXPOSED_CUT_COPPER: Item = Item { constant EXPOSED_CUT_COPPER_SLAB (line 11117) | pub const EXPOSED_CUT_COPPER_SLAB: Item = Item { constant EXPOSED_CUT_COPPER_STAIRS (line 11136) | pub const EXPOSED_CUT_COPPER_STAIRS: Item = Item { constant EXPOSED_LIGHTNING_ROD (line 11155) | pub const EXPOSED_LIGHTNING_ROD: Item = Item { constant EYE_ARMOR_TRIM_SMITHING_TEMPLATE (line 11174) | pub const EYE_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant FARMLAND (line 11193) | pub const FARMLAND: Item = Item { constant FEATHER (line 11212) | pub const FEATHER: Item = Item { constant FERMENTED_SPIDER_EYE (line 11231) | pub const FERMENTED_SPIDER_EYE: Item = Item { constant FERN (line 11250) | pub const FERN: Item = Item { constant FIELD_MASONED_BANNER_PATTERN (line 11269) | pub const FIELD_MASONED_BANNER_PATTERN: Item = Item { constant FILLED_MAP (line 11288) | pub const FILLED_MAP: Item = Item { constant FIRE_CHARGE (line 11307) | pub const FIRE_CHARGE: Item = Item { constant FIRE_CORAL (line 11326) | pub const FIRE_CORAL: Item = Item { constant FIRE_CORAL_BLOCK (line 11345) | pub const FIRE_CORAL_BLOCK: Item = Item { constant FIRE_CORAL_FAN (line 11364) | pub const FIRE_CORAL_FAN: Item = Item { constant FIREFLY_BUSH (line 11383) | pub const FIREFLY_BUSH: Item = Item { constant FIREWORK_ROCKET (line 11402) | pub const FIREWORK_ROCKET: Item = Item { constant FIREWORK_STAR (line 11421) | pub const FIREWORK_STAR: Item = Item { constant FISHING_ROD (line 11440) | pub const FISHING_ROD: Item = Item { constant FLETCHING_TABLE (line 11461) | pub const FLETCHING_TABLE: Item = Item { constant FLINT (line 11480) | pub const FLINT: Item = Item { constant FLINT_AND_STEEL (line 11499) | pub const FLINT_AND_STEEL: Item = Item { constant FLOW_ARMOR_TRIM_SMITHING_TEMPLATE (line 11520) | pub const FLOW_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant FLOW_BANNER_PATTERN (line 11539) | pub const FLOW_BANNER_PATTERN: Item = Item { constant FLOW_POTTERY_SHERD (line 11558) | pub const FLOW_POTTERY_SHERD: Item = Item { constant FLOWER_BANNER_PATTERN (line 11577) | pub const FLOWER_BANNER_PATTERN: Item = Item { constant FLOWER_POT (line 11596) | pub const FLOWER_POT: Item = Item { constant FLOWERING_AZALEA (line 11615) | pub const FLOWERING_AZALEA: Item = Item { constant FLOWERING_AZALEA_LEAVES (line 11634) | pub const FLOWERING_AZALEA_LEAVES: Item = Item { constant FOX_SPAWN_EGG (line 11653) | pub const FOX_SPAWN_EGG: Item = Item { constant FRIEND_POTTERY_SHERD (line 11672) | pub const FRIEND_POTTERY_SHERD: Item = Item { constant FROG_SPAWN_EGG (line 11691) | pub const FROG_SPAWN_EGG: Item = Item { constant FROGSPAWN (line 11710) | pub const FROGSPAWN: Item = Item { constant FURNACE (line 11729) | pub const FURNACE: Item = Item { constant FURNACE_MINECART (line 11748) | pub const FURNACE_MINECART: Item = Item { constant GHAST_SPAWN_EGG (line 11767) | pub const GHAST_SPAWN_EGG: Item = Item { constant GHAST_TEAR (line 11786) | pub const GHAST_TEAR: Item = Item { constant GILDED_BLACKSTONE (line 11805) | pub const GILDED_BLACKSTONE: Item = Item { constant GLASS (line 11824) | pub const GLASS: Item = Item { constant GLASS_BOTTLE (line 11843) | pub const GLASS_BOTTLE: Item = Item { constant GLASS_PANE (line 11862) | pub const GLASS_PANE: Item = Item { constant GLISTERING_MELON_SLICE (line 11881) | pub const GLISTERING_MELON_SLICE: Item = Item { constant GLOBE_BANNER_PATTERN (line 11900) | pub const GLOBE_BANNER_PATTERN: Item = Item { constant GLOW_BERRIES (line 11919) | pub const GLOW_BERRIES: Item = Item { constant GLOW_INK_SAC (line 11952) | pub const GLOW_INK_SAC: Item = Item { constant GLOW_ITEM_FRAME (line 11971) | pub const GLOW_ITEM_FRAME: Item = Item { constant GLOW_LICHEN (line 11990) | pub const GLOW_LICHEN: Item = Item { constant GLOW_SQUID_SPAWN_EGG (line 12009) | pub const GLOW_SQUID_SPAWN_EGG: Item = Item { constant GLOWSTONE (line 12028) | pub const GLOWSTONE: Item = Item { constant GLOWSTONE_DUST (line 12047) | pub const GLOWSTONE_DUST: Item = Item { constant GOAT_HORN (line 12066) | pub const GOAT_HORN: Item = Item { constant GOAT_SPAWN_EGG (line 12085) | pub const GOAT_SPAWN_EGG: Item = Item { constant GOLD_BLOCK (line 12104) | pub const GOLD_BLOCK: Item = Item { constant GOLD_INGOT (line 12123) | pub const GOLD_INGOT: Item = Item { constant GOLD_NUGGET (line 12142) | pub const GOLD_NUGGET: Item = Item { constant GOLD_ORE (line 12161) | pub const GOLD_ORE: Item = Item { constant GOLDEN_APPLE (line 12180) | pub const GOLDEN_APPLE: Item = Item { constant GOLDEN_AXE (line 12213) | pub const GOLDEN_AXE: Item = Item { constant GOLDEN_BOOTS (line 12275) | pub const GOLDEN_BOOTS: Item = Item { constant GOLDEN_CARROT (line 12327) | pub const GOLDEN_CARROT: Item = Item { constant GOLDEN_CHESTPLATE (line 12360) | pub const GOLDEN_CHESTPLATE: Item = Item { constant GOLDEN_HELMET (line 12412) | pub const GOLDEN_HELMET: Item = Item { constant GOLDEN_HOE (line 12464) | pub const GOLDEN_HOE: Item = Item { constant GOLDEN_HORSE_ARMOR (line 12526) | pub const GOLDEN_HORSE_ARMOR: Item = Item { constant GOLDEN_LEGGINGS (line 12578) | pub const GOLDEN_LEGGINGS: Item = Item { constant GOLDEN_NAUTILUS_ARMOR (line 12630) | pub const GOLDEN_NAUTILUS_ARMOR: Item = Item { constant GOLDEN_PICKAXE (line 12682) | pub const GOLDEN_PICKAXE: Item = Item { constant GOLDEN_SHOVEL (line 12744) | pub const GOLDEN_SHOVEL: Item = Item { constant GOLDEN_SPEAR (line 12806) | pub const GOLDEN_SPEAR: Item = Item { constant GOLDEN_SWORD (line 12848) | pub const GOLDEN_SWORD: Item = Item { constant GRANITE (line 12915) | pub const GRANITE: Item = Item { constant GRANITE_SLAB (line 12934) | pub const GRANITE_SLAB: Item = Item { constant GRANITE_STAIRS (line 12953) | pub const GRANITE_STAIRS: Item = Item { constant GRANITE_WALL (line 12972) | pub const GRANITE_WALL: Item = Item { constant GRASS_BLOCK (line 12991) | pub const GRASS_BLOCK: Item = Item { constant GRAVEL (line 13010) | pub const GRAVEL: Item = Item { constant GRAY_BANNER (line 13029) | pub const GRAY_BANNER: Item = Item { constant GRAY_BED (line 13048) | pub const GRAY_BED: Item = Item { constant GRAY_BUNDLE (line 13067) | pub const GRAY_BUNDLE: Item = Item { constant GRAY_CANDLE (line 13086) | pub const GRAY_CANDLE: Item = Item { constant GRAY_CARPET (line 13105) | pub const GRAY_CARPET: Item = Item { constant GRAY_CONCRETE (line 13143) | pub const GRAY_CONCRETE: Item = Item { constant GRAY_CONCRETE_POWDER (line 13162) | pub const GRAY_CONCRETE_POWDER: Item = Item { constant GRAY_DYE (line 13181) | pub const GRAY_DYE: Item = Item { constant GRAY_GLAZED_TERRACOTTA (line 13200) | pub const GRAY_GLAZED_TERRACOTTA: Item = Item { constant GRAY_HARNESS (line 13219) | pub const GRAY_HARNESS: Item = Item { constant GRAY_SHULKER_BOX (line 13256) | pub const GRAY_SHULKER_BOX: Item = Item { constant GRAY_STAINED_GLASS (line 13275) | pub const GRAY_STAINED_GLASS: Item = Item { constant GRAY_STAINED_GLASS_PANE (line 13294) | pub const GRAY_STAINED_GLASS_PANE: Item = Item { constant GRAY_TERRACOTTA (line 13313) | pub const GRAY_TERRACOTTA: Item = Item { constant GRAY_WOOL (line 13332) | pub const GRAY_WOOL: Item = Item { constant GREEN_BANNER (line 13351) | pub const GREEN_BANNER: Item = Item { constant GREEN_BED (line 13370) | pub const GREEN_BED: Item = Item { constant GREEN_BUNDLE (line 13389) | pub const GREEN_BUNDLE: Item = Item { constant GREEN_CANDLE (line 13408) | pub const GREEN_CANDLE: Item = Item { constant GREEN_CARPET (line 13427) | pub const GREEN_CARPET: Item = Item { constant GREEN_CONCRETE (line 13465) | pub const GREEN_CONCRETE: Item = Item { constant GREEN_CONCRETE_POWDER (line 13484) | pub const GREEN_CONCRETE_POWDER: Item = Item { constant GREEN_DYE (line 13503) | pub const GREEN_DYE: Item = Item { constant GREEN_GLAZED_TERRACOTTA (line 13522) | pub const GREEN_GLAZED_TERRACOTTA: Item = Item { constant GREEN_HARNESS (line 13541) | pub const GREEN_HARNESS: Item = Item { constant GREEN_SHULKER_BOX (line 13578) | pub const GREEN_SHULKER_BOX: Item = Item { constant GREEN_STAINED_GLASS (line 13597) | pub const GREEN_STAINED_GLASS: Item = Item { constant GREEN_STAINED_GLASS_PANE (line 13616) | pub const GREEN_STAINED_GLASS_PANE: Item = Item { constant GREEN_TERRACOTTA (line 13635) | pub const GREEN_TERRACOTTA: Item = Item { constant GREEN_WOOL (line 13654) | pub const GREEN_WOOL: Item = Item { constant GRINDSTONE (line 13673) | pub const GRINDSTONE: Item = Item { constant GUARDIAN_SPAWN_EGG (line 13692) | pub const GUARDIAN_SPAWN_EGG: Item = Item { constant GUNPOWDER (line 13711) | pub const GUNPOWDER: Item = Item { constant GUSTER_BANNER_PATTERN (line 13730) | pub const GUSTER_BANNER_PATTERN: Item = Item { constant GUSTER_POTTERY_SHERD (line 13749) | pub const GUSTER_POTTERY_SHERD: Item = Item { constant HANGING_ROOTS (line 13768) | pub const HANGING_ROOTS: Item = Item { constant HAPPY_GHAST_SPAWN_EGG (line 13787) | pub const HAPPY_GHAST_SPAWN_EGG: Item = Item { constant HAY_BLOCK (line 13806) | pub const HAY_BLOCK: Item = Item { constant HEART_OF_THE_SEA (line 13825) | pub const HEART_OF_THE_SEA: Item = Item { constant HEART_POTTERY_SHERD (line 13844) | pub const HEART_POTTERY_SHERD: Item = Item { constant HEARTBREAK_POTTERY_SHERD (line 13863) | pub const HEARTBREAK_POTTERY_SHERD: Item = Item { constant HEAVY_CORE (line 13882) | pub const HEAVY_CORE: Item = Item { constant HEAVY_WEIGHTED_PRESSURE_PLATE (line 13901) | pub const HEAVY_WEIGHTED_PRESSURE_PLATE: Item = Item { constant HOGLIN_SPAWN_EGG (line 13920) | pub const HOGLIN_SPAWN_EGG: Item = Item { constant HONEY_BLOCK (line 13939) | pub const HONEY_BLOCK: Item = Item { constant HONEY_BOTTLE (line 13958) | pub const HONEY_BOTTLE: Item = Item { constant HONEYCOMB (line 13991) | pub const HONEYCOMB: Item = Item { constant HONEYCOMB_BLOCK (line 14010) | pub const HONEYCOMB_BLOCK: Item = Item { constant HOPPER (line 14029) | pub const HOPPER: Item = Item { constant HOPPER_MINECART (line 14048) | pub const HOPPER_MINECART: Item = Item { constant HORN_CORAL (line 14067) | pub const HORN_CORAL: Item = Item { constant HORN_CORAL_BLOCK (line 14086) | pub const HORN_CORAL_BLOCK: Item = Item { constant HORN_CORAL_FAN (line 14105) | pub const HORN_CORAL_FAN: Item = Item { constant HORSE_SPAWN_EGG (line 14124) | pub const HORSE_SPAWN_EGG: Item = Item { constant HOST_ARMOR_TRIM_SMITHING_TEMPLATE (line 14143) | pub const HOST_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant HOWL_POTTERY_SHERD (line 14162) | pub const HOWL_POTTERY_SHERD: Item = Item { constant HUSK_SPAWN_EGG (line 14181) | pub const HUSK_SPAWN_EGG: Item = Item { constant ICE (line 14200) | pub const ICE: Item = Item { constant INFESTED_CHISELED_STONE_BRICKS (line 14219) | pub const INFESTED_CHISELED_STONE_BRICKS: Item = Item { constant INFESTED_COBBLESTONE (line 14238) | pub const INFESTED_COBBLESTONE: Item = Item { constant INFESTED_CRACKED_STONE_BRICKS (line 14257) | pub const INFESTED_CRACKED_STONE_BRICKS: Item = Item { constant INFESTED_DEEPSLATE (line 14276) | pub const INFESTED_DEEPSLATE: Item = Item { constant INFESTED_MOSSY_STONE_BRICKS (line 14295) | pub const INFESTED_MOSSY_STONE_BRICKS: Item = Item { constant INFESTED_STONE (line 14314) | pub const INFESTED_STONE: Item = Item { constant INFESTED_STONE_BRICKS (line 14333) | pub const INFESTED_STONE_BRICKS: Item = Item { constant INK_SAC (line 14352) | pub const INK_SAC: Item = Item { constant IRON_AXE (line 14371) | pub const IRON_AXE: Item = Item { constant IRON_BARS (line 14433) | pub const IRON_BARS: Item = Item { constant IRON_BLOCK (line 14452) | pub const IRON_BLOCK: Item = Item { constant IRON_BOOTS (line 14471) | pub const IRON_BOOTS: Item = Item { constant IRON_CHAIN (line 14523) | pub const IRON_CHAIN: Item = Item { constant IRON_CHESTPLATE (line 14542) | pub const IRON_CHESTPLATE: Item = Item { constant IRON_DOOR (line 14594) | pub const IRON_DOOR: Item = Item { constant IRON_GOLEM_SPAWN_EGG (line 14613) | pub const IRON_GOLEM_SPAWN_EGG: Item = Item { constant IRON_HELMET (line 14632) | pub const IRON_HELMET: Item = Item { constant IRON_HOE (line 14684) | pub const IRON_HOE: Item = Item { constant IRON_HORSE_ARMOR (line 14746) | pub const IRON_HORSE_ARMOR: Item = Item { constant IRON_INGOT (line 14798) | pub const IRON_INGOT: Item = Item { constant IRON_LEGGINGS (line 14817) | pub const IRON_LEGGINGS: Item = Item { constant IRON_NAUTILUS_ARMOR (line 14869) | pub const IRON_NAUTILUS_ARMOR: Item = Item { constant IRON_NUGGET (line 14921) | pub const IRON_NUGGET: Item = Item { constant IRON_ORE (line 14940) | pub const IRON_ORE: Item = Item { constant IRON_PICKAXE (line 14959) | pub const IRON_PICKAXE: Item = Item { constant IRON_SHOVEL (line 15021) | pub const IRON_SHOVEL: Item = Item { constant IRON_SPEAR (line 15083) | pub const IRON_SPEAR: Item = Item { constant IRON_SWORD (line 15125) | pub const IRON_SWORD: Item = Item { constant IRON_TRAPDOOR (line 15192) | pub const IRON_TRAPDOOR: Item = Item { constant ITEM_FRAME (line 15211) | pub const ITEM_FRAME: Item = Item { constant JACK_O_LANTERN (line 15230) | pub const JACK_O_LANTERN: Item = Item { constant JIGSAW (line 15249) | pub const JIGSAW: Item = Item { constant JUKEBOX (line 15268) | pub const JUKEBOX: Item = Item { constant JUNGLE_BOAT (line 15287) | pub const JUNGLE_BOAT: Item = Item { constant JUNGLE_BUTTON (line 15306) | pub const JUNGLE_BUTTON: Item = Item { constant JUNGLE_CHEST_BOAT (line 15325) | pub const JUNGLE_CHEST_BOAT: Item = Item { constant JUNGLE_DOOR (line 15344) | pub const JUNGLE_DOOR: Item = Item { constant JUNGLE_FENCE (line 15363) | pub const JUNGLE_FENCE: Item = Item { constant JUNGLE_FENCE_GATE (line 15382) | pub const JUNGLE_FENCE_GATE: Item = Item { constant JUNGLE_HANGING_SIGN (line 15401) | pub const JUNGLE_HANGING_SIGN: Item = Item { constant JUNGLE_LEAVES (line 15420) | pub const JUNGLE_LEAVES: Item = Item { constant JUNGLE_LOG (line 15439) | pub const JUNGLE_LOG: Item = Item { constant JUNGLE_PLANKS (line 15458) | pub const JUNGLE_PLANKS: Item = Item { constant JUNGLE_PRESSURE_PLATE (line 15477) | pub const JUNGLE_PRESSURE_PLATE: Item = Item { constant JUNGLE_SAPLING (line 15496) | pub const JUNGLE_SAPLING: Item = Item { constant JUNGLE_SHELF (line 15515) | pub const JUNGLE_SHELF: Item = Item { constant JUNGLE_SIGN (line 15534) | pub const JUNGLE_SIGN: Item = Item { constant JUNGLE_SLAB (line 15553) | pub const JUNGLE_SLAB: Item = Item { constant JUNGLE_STAIRS (line 15572) | pub const JUNGLE_STAIRS: Item = Item { constant JUNGLE_TRAPDOOR (line 15591) | pub const JUNGLE_TRAPDOOR: Item = Item { constant JUNGLE_WOOD (line 15610) | pub const JUNGLE_WOOD: Item = Item { constant KELP (line 15629) | pub const KELP: Item = Item { constant KNOWLEDGE_BOOK (line 15648) | pub const KNOWLEDGE_BOOK: Item = Item { constant LADDER (line 15667) | pub const LADDER: Item = Item { constant LANTERN (line 15686) | pub const LANTERN: Item = Item { constant LAPIS_BLOCK (line 15705) | pub const LAPIS_BLOCK: Item = Item { constant LAPIS_LAZULI (line 15724) | pub const LAPIS_LAZULI: Item = Item { constant LAPIS_ORE (line 15743) | pub const LAPIS_ORE: Item = Item { constant LARGE_AMETHYST_BUD (line 15762) | pub const LARGE_AMETHYST_BUD: Item = Item { constant LARGE_FERN (line 15781) | pub const LARGE_FERN: Item = Item { constant LAVA_BUCKET (line 15800) | pub const LAVA_BUCKET: Item = Item { constant LEAD (line 15819) | pub const LEAD: Item = Item { constant LEAF_LITTER (line 15838) | pub const LEAF_LITTER: Item = Item { constant LEATHER (line 15857) | pub const LEATHER: Item = Item { constant LEATHER_BOOTS (line 15876) | pub const LEATHER_BOOTS: Item = Item { constant LEATHER_CHESTPLATE (line 15928) | pub const LEATHER_CHESTPLATE: Item = Item { constant LEATHER_HELMET (line 15980) | pub const LEATHER_HELMET: Item = Item { constant LEATHER_HORSE_ARMOR (line 16032) | pub const LEATHER_HORSE_ARMOR: Item = Item { constant LEATHER_LEGGINGS (line 16084) | pub const LEATHER_LEGGINGS: Item = Item { constant LECTERN (line 16136) | pub const LECTERN: Item = Item { constant LEVER (line 16155) | pub const LEVER: Item = Item { constant LIGHT (line 16174) | pub const LIGHT: Item = Item { constant LIGHT_BLUE_BANNER (line 16193) | pub const LIGHT_BLUE_BANNER: Item = Item { constant LIGHT_BLUE_BED (line 16212) | pub const LIGHT_BLUE_BED: Item = Item { constant LIGHT_BLUE_BUNDLE (line 16231) | pub const LIGHT_BLUE_BUNDLE: Item = Item { constant LIGHT_BLUE_CANDLE (line 16250) | pub const LIGHT_BLUE_CANDLE: Item = Item { constant LIGHT_BLUE_CARPET (line 16269) | pub const LIGHT_BLUE_CARPET: Item = Item { constant LIGHT_BLUE_CONCRETE (line 16307) | pub const LIGHT_BLUE_CONCRETE: Item = Item { constant LIGHT_BLUE_CONCRETE_POWDER (line 16326) | pub const LIGHT_BLUE_CONCRETE_POWDER: Item = Item { constant LIGHT_BLUE_DYE (line 16345) | pub const LIGHT_BLUE_DYE: Item = Item { constant LIGHT_BLUE_GLAZED_TERRACOTTA (line 16364) | pub const LIGHT_BLUE_GLAZED_TERRACOTTA: Item = Item { constant LIGHT_BLUE_HARNESS (line 16383) | pub const LIGHT_BLUE_HARNESS: Item = Item { constant LIGHT_BLUE_SHULKER_BOX (line 16420) | pub const LIGHT_BLUE_SHULKER_BOX: Item = Item { constant LIGHT_BLUE_STAINED_GLASS (line 16439) | pub const LIGHT_BLUE_STAINED_GLASS: Item = Item { constant LIGHT_BLUE_STAINED_GLASS_PANE (line 16458) | pub const LIGHT_BLUE_STAINED_GLASS_PANE: Item = Item { constant LIGHT_BLUE_TERRACOTTA (line 16477) | pub const LIGHT_BLUE_TERRACOTTA: Item = Item { constant LIGHT_BLUE_WOOL (line 16496) | pub const LIGHT_BLUE_WOOL: Item = Item { constant LIGHT_GRAY_BANNER (line 16515) | pub const LIGHT_GRAY_BANNER: Item = Item { constant LIGHT_GRAY_BED (line 16534) | pub const LIGHT_GRAY_BED: Item = Item { constant LIGHT_GRAY_BUNDLE (line 16553) | pub const LIGHT_GRAY_BUNDLE: Item = Item { constant LIGHT_GRAY_CANDLE (line 16572) | pub const LIGHT_GRAY_CANDLE: Item = Item { constant LIGHT_GRAY_CARPET (line 16591) | pub const LIGHT_GRAY_CARPET: Item = Item { constant LIGHT_GRAY_CONCRETE (line 16629) | pub const LIGHT_GRAY_CONCRETE: Item = Item { constant LIGHT_GRAY_CONCRETE_POWDER (line 16648) | pub const LIGHT_GRAY_CONCRETE_POWDER: Item = Item { constant LIGHT_GRAY_DYE (line 16667) | pub const LIGHT_GRAY_DYE: Item = Item { constant LIGHT_GRAY_GLAZED_TERRACOTTA (line 16686) | pub const LIGHT_GRAY_GLAZED_TERRACOTTA: Item = Item { constant LIGHT_GRAY_HARNESS (line 16705) | pub const LIGHT_GRAY_HARNESS: Item = Item { constant LIGHT_GRAY_SHULKER_BOX (line 16742) | pub const LIGHT_GRAY_SHULKER_BOX: Item = Item { constant LIGHT_GRAY_STAINED_GLASS (line 16761) | pub const LIGHT_GRAY_STAINED_GLASS: Item = Item { constant LIGHT_GRAY_STAINED_GLASS_PANE (line 16780) | pub const LIGHT_GRAY_STAINED_GLASS_PANE: Item = Item { constant LIGHT_GRAY_TERRACOTTA (line 16799) | pub const LIGHT_GRAY_TERRACOTTA: Item = Item { constant LIGHT_GRAY_WOOL (line 16818) | pub const LIGHT_GRAY_WOOL: Item = Item { constant LIGHT_WEIGHTED_PRESSURE_PLATE (line 16837) | pub const LIGHT_WEIGHTED_PRESSURE_PLATE: Item = Item { constant LIGHTNING_ROD (line 16856) | pub const LIGHTNING_ROD: Item = Item { constant LILAC (line 16875) | pub const LILAC: Item = Item { constant LILY_OF_THE_VALLEY (line 16894) | pub const LILY_OF_THE_VALLEY: Item = Item { constant LILY_PAD (line 16913) | pub const LILY_PAD: Item = Item { constant LIME_BANNER (line 16932) | pub const LIME_BANNER: Item = Item { constant LIME_BED (line 16951) | pub const LIME_BED: Item = Item { constant LIME_BUNDLE (line 16970) | pub const LIME_BUNDLE: Item = Item { constant LIME_CANDLE (line 16989) | pub const LIME_CANDLE: Item = Item { constant LIME_CARPET (line 17008) | pub const LIME_CARPET: Item = Item { constant LIME_CONCRETE (line 17046) | pub const LIME_CONCRETE: Item = Item { constant LIME_CONCRETE_POWDER (line 17065) | pub const LIME_CONCRETE_POWDER: Item = Item { constant LIME_DYE (line 17084) | pub const LIME_DYE: Item = Item { constant LIME_GLAZED_TERRACOTTA (line 17103) | pub const LIME_GLAZED_TERRACOTTA: Item = Item { constant LIME_HARNESS (line 17122) | pub const LIME_HARNESS: Item = Item { constant LIME_SHULKER_BOX (line 17159) | pub const LIME_SHULKER_BOX: Item = Item { constant LIME_STAINED_GLASS (line 17178) | pub const LIME_STAINED_GLASS: Item = Item { constant LIME_STAINED_GLASS_PANE (line 17197) | pub const LIME_STAINED_GLASS_PANE: Item = Item { constant LIME_TERRACOTTA (line 17216) | pub const LIME_TERRACOTTA: Item = Item { constant LIME_WOOL (line 17235) | pub const LIME_WOOL: Item = Item { constant LINGERING_POTION (line 17254) | pub const LINGERING_POTION: Item = Item { constant LLAMA_SPAWN_EGG (line 17273) | pub const LLAMA_SPAWN_EGG: Item = Item { constant LODESTONE (line 17292) | pub const LODESTONE: Item = Item { constant LOOM (line 17311) | pub const LOOM: Item = Item { constant MACE (line 17330) | pub const MACE: Item = Item { constant MAGENTA_BANNER (line 17381) | pub const MAGENTA_BANNER: Item = Item { constant MAGENTA_BED (line 17400) | pub const MAGENTA_BED: Item = Item { constant MAGENTA_BUNDLE (line 17419) | pub const MAGENTA_BUNDLE: Item = Item { constant MAGENTA_CANDLE (line 17438) | pub const MAGENTA_CANDLE: Item = Item { constant MAGENTA_CARPET (line 17457) | pub const MAGENTA_CARPET: Item = Item { constant MAGENTA_CONCRETE (line 17495) | pub const MAGENTA_CONCRETE: Item = Item { constant MAGENTA_CONCRETE_POWDER (line 17514) | pub const MAGENTA_CONCRETE_POWDER: Item = Item { constant MAGENTA_DYE (line 17533) | pub const MAGENTA_DYE: Item = Item { constant MAGENTA_GLAZED_TERRACOTTA (line 17552) | pub const MAGENTA_GLAZED_TERRACOTTA: Item = Item { constant MAGENTA_HARNESS (line 17571) | pub const MAGENTA_HARNESS: Item = Item { constant MAGENTA_SHULKER_BOX (line 17608) | pub const MAGENTA_SHULKER_BOX: Item = Item { constant MAGENTA_STAINED_GLASS (line 17627) | pub const MAGENTA_STAINED_GLASS: Item = Item { constant MAGENTA_STAINED_GLASS_PANE (line 17646) | pub const MAGENTA_STAINED_GLASS_PANE: Item = Item { constant MAGENTA_TERRACOTTA (line 17665) | pub const MAGENTA_TERRACOTTA: Item = Item { constant MAGENTA_WOOL (line 17684) | pub const MAGENTA_WOOL: Item = Item { constant MAGMA_BLOCK (line 17703) | pub const MAGMA_BLOCK: Item = Item { constant MAGMA_CREAM (line 17722) | pub const MAGMA_CREAM: Item = Item { constant MAGMA_CUBE_SPAWN_EGG (line 17741) | pub const MAGMA_CUBE_SPAWN_EGG: Item = Item { constant MANGROVE_BOAT (line 17760) | pub const MANGROVE_BOAT: Item = Item { constant MANGROVE_BUTTON (line 17779) | pub const MANGROVE_BUTTON: Item = Item { constant MANGROVE_CHEST_BOAT (line 17798) | pub const MANGROVE_CHEST_BOAT: Item = Item { constant MANGROVE_DOOR (line 17817) | pub const MANGROVE_DOOR: Item = Item { constant MANGROVE_FENCE (line 17836) | pub const MANGROVE_FENCE: Item = Item { constant MANGROVE_FENCE_GATE (line 17855) | pub const MANGROVE_FENCE_GATE: Item = Item { constant MANGROVE_HANGING_SIGN (line 17874) | pub const MANGROVE_HANGING_SIGN: Item = Item { constant MANGROVE_LEAVES (line 17893) | pub const MANGROVE_LEAVES: Item = Item { constant MANGROVE_LOG (line 17912) | pub const MANGROVE_LOG: Item = Item { constant MANGROVE_PLANKS (line 17931) | pub const MANGROVE_PLANKS: Item = Item { constant MANGROVE_PRESSURE_PLATE (line 17950) | pub const MANGROVE_PRESSURE_PLATE: Item = Item { constant MANGROVE_PROPAGULE (line 17969) | pub const MANGROVE_PROPAGULE: Item = Item { constant MANGROVE_ROOTS (line 17988) | pub const MANGROVE_ROOTS: Item = Item { constant MANGROVE_SHELF (line 18007) | pub const MANGROVE_SHELF: Item = Item { constant MANGROVE_SIGN (line 18026) | pub const MANGROVE_SIGN: Item = Item { constant MANGROVE_SLAB (line 18045) | pub const MANGROVE_SLAB: Item = Item { constant MANGROVE_STAIRS (line 18064) | pub const MANGROVE_STAIRS: Item = Item { constant MANGROVE_TRAPDOOR (line 18083) | pub const MANGROVE_TRAPDOOR: Item = Item { constant MANGROVE_WOOD (line 18102) | pub const MANGROVE_WOOD: Item = Item { constant MAP (line 18121) | pub const MAP: Item = Item { constant MEDIUM_AMETHYST_BUD (line 18140) | pub const MEDIUM_AMETHYST_BUD: Item = Item { constant MELON (line 18159) | pub const MELON: Item = Item { constant MELON_SEEDS (line 18178) | pub const MELON_SEEDS: Item = Item { constant MELON_SLICE (line 18197) | pub const MELON_SLICE: Item = Item { constant MILK_BUCKET (line 18230) | pub const MILK_BUCKET: Item = Item { constant MINECART (line 18255) | pub const MINECART: Item = Item { constant MINER_POTTERY_SHERD (line 18274) | pub const MINER_POTTERY_SHERD: Item = Item { constant MOJANG_BANNER_PATTERN (line 18293) | pub const MOJANG_BANNER_PATTERN: Item = Item { constant MOOSHROOM_SPAWN_EGG (line 18312) | pub const MOOSHROOM_SPAWN_EGG: Item = Item { constant MOSS_BLOCK (line 18331) | pub const MOSS_BLOCK: Item = Item { constant MOSS_CARPET (line 18350) | pub const MOSS_CARPET: Item = Item { constant MOSSY_COBBLESTONE (line 18369) | pub const MOSSY_COBBLESTONE: Item = Item { constant MOSSY_COBBLESTONE_SLAB (line 18388) | pub const MOSSY_COBBLESTONE_SLAB: Item = Item { constant MOSSY_COBBLESTONE_STAIRS (line 18407) | pub const MOSSY_COBBLESTONE_STAIRS: Item = Item { constant MOSSY_COBBLESTONE_WALL (line 18426) | pub const MOSSY_COBBLESTONE_WALL: Item = Item { constant MOSSY_STONE_BRICK_SLAB (line 18445) | pub const MOSSY_STONE_BRICK_SLAB: Item = Item { constant MOSSY_STONE_BRICK_STAIRS (line 18464) | pub const MOSSY_STONE_BRICK_STAIRS: Item = Item { constant MOSSY_STONE_BRICK_WALL (line 18483) | pub const MOSSY_STONE_BRICK_WALL: Item = Item { constant MOSSY_STONE_BRICKS (line 18502) | pub const MOSSY_STONE_BRICKS: Item = Item { constant MOURNER_POTTERY_SHERD (line 18521) | pub const MOURNER_POTTERY_SHERD: Item = Item { constant MUD (line 18540) | pub const MUD: Item = Item { constant MUD_BRICK_SLAB (line 18559) | pub const MUD_BRICK_SLAB: Item = Item { constant MUD_BRICK_STAIRS (line 18578) | pub const MUD_BRICK_STAIRS: Item = Item { constant MUD_BRICK_WALL (line 18597) | pub const MUD_BRICK_WALL: Item = Item { constant MUD_BRICKS (line 18616) | pub const MUD_BRICKS: Item = Item { constant MUDDY_MANGROVE_ROOTS (line 18635) | pub const MUDDY_MANGROVE_ROOTS: Item = Item { constant MULE_SPAWN_EGG (line 18654) | pub const MULE_SPAWN_EGG: Item = Item { constant MUSHROOM_STEM (line 18673) | pub const MUSHROOM_STEM: Item = Item { constant MUSHROOM_STEW (line 18692) | pub const MUSHROOM_STEW: Item = Item { constant MUSIC_DISC_11 (line 18725) | pub const MUSIC_DISC_11: Item = Item { constant MUSIC_DISC_13 (line 18750) | pub const MUSIC_DISC_13: Item = Item { constant MUSIC_DISC_5 (line 18775) | pub const MUSIC_DISC_5: Item = Item { constant MUSIC_DISC_BLOCKS (line 18800) | pub const MUSIC_DISC_BLOCKS: Item = Item { constant MUSIC_DISC_CAT (line 18825) | pub const MUSIC_DISC_CAT: Item = Item { constant MUSIC_DISC_CHIRP (line 18850) | pub const MUSIC_DISC_CHIRP: Item = Item { constant MUSIC_DISC_CREATOR (line 18875) | pub const MUSIC_DISC_CREATOR: Item = Item { constant MUSIC_DISC_CREATOR_MUSIC_BOX (line 18900) | pub const MUSIC_DISC_CREATOR_MUSIC_BOX: Item = Item { constant MUSIC_DISC_FAR (line 18925) | pub const MUSIC_DISC_FAR: Item = Item { constant MUSIC_DISC_LAVA_CHICKEN (line 18950) | pub const MUSIC_DISC_LAVA_CHICKEN: Item = Item { constant MUSIC_DISC_MALL (line 18975) | pub const MUSIC_DISC_MALL: Item = Item { constant MUSIC_DISC_MELLOHI (line 19000) | pub const MUSIC_DISC_MELLOHI: Item = Item { constant MUSIC_DISC_OTHERSIDE (line 19025) | pub const MUSIC_DISC_OTHERSIDE: Item = Item { constant MUSIC_DISC_PIGSTEP (line 19050) | pub const MUSIC_DISC_PIGSTEP: Item = Item { constant MUSIC_DISC_PRECIPICE (line 19075) | pub const MUSIC_DISC_PRECIPICE: Item = Item { constant MUSIC_DISC_RELIC (line 19100) | pub const MUSIC_DISC_RELIC: Item = Item { constant MUSIC_DISC_STAL (line 19125) | pub const MUSIC_DISC_STAL: Item = Item { constant MUSIC_DISC_STRAD (line 19150) | pub const MUSIC_DISC_STRAD: Item = Item { constant MUSIC_DISC_TEARS (line 19175) | pub const MUSIC_DISC_TEARS: Item = Item { constant MUSIC_DISC_WAIT (line 19200) | pub const MUSIC_DISC_WAIT: Item = Item { constant MUSIC_DISC_WARD (line 19225) | pub const MUSIC_DISC_WARD: Item = Item { constant MUTTON (line 19250) | pub const MUTTON: Item = Item { constant MYCELIUM (line 19283) | pub const MYCELIUM: Item = Item { constant NAME_TAG (line 19302) | pub const NAME_TAG: Item = Item { constant NAUTILUS_SHELL (line 19321) | pub const NAUTILUS_SHELL: Item = Item { constant NAUTILUS_SPAWN_EGG (line 19340) | pub const NAUTILUS_SPAWN_EGG: Item = Item { constant NETHER_BRICK (line 19359) | pub const NETHER_BRICK: Item = Item { constant NETHER_BRICK_FENCE (line 19378) | pub const NETHER_BRICK_FENCE: Item = Item { constant NETHER_BRICK_SLAB (line 19397) | pub const NETHER_BRICK_SLAB: Item = Item { constant NETHER_BRICK_STAIRS (line 19416) | pub const NETHER_BRICK_STAIRS: Item = Item { constant NETHER_BRICK_WALL (line 19435) | pub const NETHER_BRICK_WALL: Item = Item { constant NETHER_BRICKS (line 19454) | pub const NETHER_BRICKS: Item = Item { constant NETHER_GOLD_ORE (line 19473) | pub const NETHER_GOLD_ORE: Item = Item { constant NETHER_QUARTZ_ORE (line 19492) | pub const NETHER_QUARTZ_ORE: Item = Item { constant NETHER_SPROUTS (line 19511) | pub const NETHER_SPROUTS: Item = Item { constant NETHER_STAR (line 19530) | pub const NETHER_STAR: Item = Item { constant NETHER_WART (line 19555) | pub const NETHER_WART: Item = Item { constant NETHER_WART_BLOCK (line 19574) | pub const NETHER_WART_BLOCK: Item = Item { constant NETHERITE_AXE (line 19593) | pub const NETHERITE_AXE: Item = Item { constant NETHERITE_BLOCK (line 19661) | pub const NETHERITE_BLOCK: Item = Item { constant NETHERITE_BOOTS (line 19686) | pub const NETHERITE_BOOTS: Item = Item { constant NETHERITE_CHESTPLATE (line 19751) | pub const NETHERITE_CHESTPLATE: Item = Item { constant NETHERITE_HELMET (line 19816) | pub const NETHERITE_HELMET: Item = Item { constant NETHERITE_HOE (line 19881) | pub const NETHERITE_HOE: Item = Item { constant NETHERITE_HORSE_ARMOR (line 19949) | pub const NETHERITE_HORSE_ARMOR: Item = Item { constant NETHERITE_INGOT (line 20014) | pub const NETHERITE_INGOT: Item = Item { constant NETHERITE_LEGGINGS (line 20039) | pub const NETHERITE_LEGGINGS: Item = Item { constant NETHERITE_NAUTILUS_ARMOR (line 20104) | pub const NETHERITE_NAUTILUS_ARMOR: Item = Item { constant NETHERITE_PICKAXE (line 20169) | pub const NETHERITE_PICKAXE: Item = Item { constant NETHERITE_SCRAP (line 20237) | pub const NETHERITE_SCRAP: Item = Item { constant NETHERITE_SHOVEL (line 20262) | pub const NETHERITE_SHOVEL: Item = Item { constant NETHERITE_SPEAR (line 20330) | pub const NETHERITE_SPEAR: Item = Item { constant NETHERITE_SWORD (line 20378) | pub const NETHERITE_SWORD: Item = Item { constant NETHERITE_UPGRADE_SMITHING_TEMPLATE (line 20451) | pub const NETHERITE_UPGRADE_SMITHING_TEMPLATE: Item = Item { constant NETHERRACK (line 20470) | pub const NETHERRACK: Item = Item { constant NOTE_BLOCK (line 20489) | pub const NOTE_BLOCK: Item = Item { constant OAK_BOAT (line 20508) | pub const OAK_BOAT: Item = Item { constant OAK_BUTTON (line 20527) | pub const OAK_BUTTON: Item = Item { constant OAK_CHEST_BOAT (line 20546) | pub const OAK_CHEST_BOAT: Item = Item { constant OAK_DOOR (line 20565) | pub const OAK_DOOR: Item = Item { constant OAK_FENCE (line 20584) | pub const OAK_FENCE: Item = Item { constant OAK_FENCE_GATE (line 20603) | pub const OAK_FENCE_GATE: Item = Item { constant OAK_HANGING_SIGN (line 20622) | pub const OAK_HANGING_SIGN: Item = Item { constant OAK_LEAVES (line 20641) | pub const OAK_LEAVES: Item = Item { constant OAK_LOG (line 20660) | pub const OAK_LOG: Item = Item { constant OAK_PLANKS (line 20679) | pub const OAK_PLANKS: Item = Item { constant OAK_PRESSURE_PLATE (line 20698) | pub const OAK_PRESSURE_PLATE: Item = Item { constant OAK_SAPLING (line 20717) | pub const OAK_SAPLING: Item = Item { constant OAK_SHELF (line 20736) | pub const OAK_SHELF: Item = Item { constant OAK_SIGN (line 20755) | pub const OAK_SIGN: Item = Item { constant OAK_SLAB (line 20774) | pub const OAK_SLAB: Item = Item { constant OAK_STAIRS (line 20793) | pub const OAK_STAIRS: Item = Item { constant OAK_TRAPDOOR (line 20812) | pub const OAK_TRAPDOOR: Item = Item { constant OAK_WOOD (line 20831) | pub const OAK_WOOD: Item = Item { constant OBSERVER (line 20850) | pub const OBSERVER: Item = Item { constant OBSIDIAN (line 20869) | pub const OBSIDIAN: Item = Item { constant OCELOT_SPAWN_EGG (line 20888) | pub const OCELOT_SPAWN_EGG: Item = Item { constant OCHRE_FROGLIGHT (line 20907) | pub const OCHRE_FROGLIGHT: Item = Item { constant OMINOUS_BOTTLE (line 20926) | pub const OMINOUS_BOTTLE: Item = Item { constant OMINOUS_TRIAL_KEY (line 20951) | pub const OMINOUS_TRIAL_KEY: Item = Item { constant OPEN_EYEBLOSSOM (line 20970) | pub const OPEN_EYEBLOSSOM: Item = Item { constant ORANGE_BANNER (line 20989) | pub const ORANGE_BANNER: Item = Item { constant ORANGE_BED (line 21008) | pub const ORANGE_BED: Item = Item { constant ORANGE_BUNDLE (line 21027) | pub const ORANGE_BUNDLE: Item = Item { constant ORANGE_CANDLE (line 21046) | pub const ORANGE_CANDLE: Item = Item { constant ORANGE_CARPET (line 21065) | pub const ORANGE_CARPET: Item = Item { constant ORANGE_CONCRETE (line 21103) | pub const ORANGE_CONCRETE: Item = Item { constant ORANGE_CONCRETE_POWDER (line 21122) | pub const ORANGE_CONCRETE_POWDER: Item = Item { constant ORANGE_DYE (line 21141) | pub const ORANGE_DYE: Item = Item { constant ORANGE_GLAZED_TERRACOTTA (line 21160) | pub const ORANGE_GLAZED_TERRACOTTA: Item = Item { constant ORANGE_HARNESS (line 21179) | pub const ORANGE_HARNESS: Item = Item { constant ORANGE_SHULKER_BOX (line 21216) | pub const ORANGE_SHULKER_BOX: Item = Item { constant ORANGE_STAINED_GLASS (line 21235) | pub const ORANGE_STAINED_GLASS: Item = Item { constant ORANGE_STAINED_GLASS_PANE (line 21254) | pub const ORANGE_STAINED_GLASS_PANE: Item = Item { constant ORANGE_TERRACOTTA (line 21273) | pub const ORANGE_TERRACOTTA: Item = Item { constant ORANGE_TULIP (line 21292) | pub const ORANGE_TULIP: Item = Item { constant ORANGE_WOOL (line 21311) | pub const ORANGE_WOOL: Item = Item { constant OXEYE_DAISY (line 21330) | pub const OXEYE_DAISY: Item = Item { constant OXIDIZED_CHISELED_COPPER (line 21349) | pub const OXIDIZED_CHISELED_COPPER: Item = Item { constant OXIDIZED_COPPER (line 21368) | pub const OXIDIZED_COPPER: Item = Item { constant OXIDIZED_COPPER_BARS (line 21387) | pub const OXIDIZED_COPPER_BARS: Item = Item { constant OXIDIZED_COPPER_BULB (line 21406) | pub const OXIDIZED_COPPER_BULB: Item = Item { constant OXIDIZED_COPPER_CHAIN (line 21425) | pub const OXIDIZED_COPPER_CHAIN: Item = Item { constant OXIDIZED_COPPER_CHEST (line 21444) | pub const OXIDIZED_COPPER_CHEST: Item = Item { constant OXIDIZED_COPPER_DOOR (line 21463) | pub const OXIDIZED_COPPER_DOOR: Item = Item { constant OXIDIZED_COPPER_GOLEM_STATUE (line 21482) | pub const OXIDIZED_COPPER_GOLEM_STATUE: Item = Item { constant OXIDIZED_COPPER_GRATE (line 21501) | pub const OXIDIZED_COPPER_GRATE: Item = Item { constant OXIDIZED_COPPER_LANTERN (line 21520) | pub const OXIDIZED_COPPER_LANTERN: Item = Item { constant OXIDIZED_COPPER_TRAPDOOR (line 21539) | pub const OXIDIZED_COPPER_TRAPDOOR: Item = Item { constant OXIDIZED_CUT_COPPER (line 21558) | pub const OXIDIZED_CUT_COPPER: Item = Item { constant OXIDIZED_CUT_COPPER_SLAB (line 21577) | pub const OXIDIZED_CUT_COPPER_SLAB: Item = Item { constant OXIDIZED_CUT_COPPER_STAIRS (line 21596) | pub const OXIDIZED_CUT_COPPER_STAIRS: Item = Item { constant OXIDIZED_LIGHTNING_ROD (line 21615) | pub const OXIDIZED_LIGHTNING_ROD: Item = Item { constant PACKED_ICE (line 21634) | pub const PACKED_ICE: Item = Item { constant PACKED_MUD (line 21653) | pub const PACKED_MUD: Item = Item { constant PAINTING (line 21672) | pub const PAINTING: Item = Item { constant PALE_HANGING_MOSS (line 21691) | pub const PALE_HANGING_MOSS: Item = Item { constant PALE_MOSS_BLOCK (line 21710) | pub const PALE_MOSS_BLOCK: Item = Item { constant PALE_MOSS_CARPET (line 21729) | pub const PALE_MOSS_CARPET: Item = Item { constant PALE_OAK_BOAT (line 21748) | pub const PALE_OAK_BOAT: Item = Item { constant PALE_OAK_BUTTON (line 21767) | pub const PALE_OAK_BUTTON: Item = Item { constant PALE_OAK_CHEST_BOAT (line 21786) | pub const PALE_OAK_CHEST_BOAT: Item = Item { constant PALE_OAK_DOOR (line 21805) | pub const PALE_OAK_DOOR: Item = Item { constant PALE_OAK_FENCE (line 21824) | pub const PALE_OAK_FENCE: Item = Item { constant PALE_OAK_FENCE_GATE (line 21843) | pub const PALE_OAK_FENCE_GATE: Item = Item { constant PALE_OAK_HANGING_SIGN (line 21862) | pub const PALE_OAK_HANGING_SIGN: Item = Item { constant PALE_OAK_LEAVES (line 21881) | pub const PALE_OAK_LEAVES: Item = Item { constant PALE_OAK_LOG (line 21900) | pub const PALE_OAK_LOG: Item = Item { constant PALE_OAK_PLANKS (line 21919) | pub const PALE_OAK_PLANKS: Item = Item { constant PALE_OAK_PRESSURE_PLATE (line 21938) | pub const PALE_OAK_PRESSURE_PLATE: Item = Item { constant PALE_OAK_SAPLING (line 21957) | pub const PALE_OAK_SAPLING: Item = Item { constant PALE_OAK_SHELF (line 21976) | pub const PALE_OAK_SHELF: Item = Item { constant PALE_OAK_SIGN (line 21995) | pub const PALE_OAK_SIGN: Item = Item { constant PALE_OAK_SLAB (line 22014) | pub const PALE_OAK_SLAB: Item = Item { constant PALE_OAK_STAIRS (line 22033) | pub const PALE_OAK_STAIRS: Item = Item { constant PALE_OAK_TRAPDOOR (line 22052) | pub const PALE_OAK_TRAPDOOR: Item = Item { constant PALE_OAK_WOOD (line 22071) | pub const PALE_OAK_WOOD: Item = Item { constant PANDA_SPAWN_EGG (line 22090) | pub const PANDA_SPAWN_EGG: Item = Item { constant PAPER (line 22109) | pub const PAPER: Item = Item { constant PARCHED_SPAWN_EGG (line 22128) | pub const PARCHED_SPAWN_EGG: Item = Item { constant PARROT_SPAWN_EGG (line 22147) | pub const PARROT_SPAWN_EGG: Item = Item { constant PEARLESCENT_FROGLIGHT (line 22166) | pub const PEARLESCENT_FROGLIGHT: Item = Item { constant PEONY (line 22185) | pub const PEONY: Item = Item { constant PETRIFIED_OAK_SLAB (line 22204) | pub const PETRIFIED_OAK_SLAB: Item = Item { constant PHANTOM_MEMBRANE (line 22223) | pub const PHANTOM_MEMBRANE: Item = Item { constant PHANTOM_SPAWN_EGG (line 22242) | pub const PHANTOM_SPAWN_EGG: Item = Item { constant PIG_SPAWN_EGG (line 22261) | pub const PIG_SPAWN_EGG: Item = Item { constant PIGLIN_BANNER_PATTERN (line 22280) | pub const PIGLIN_BANNER_PATTERN: Item = Item { constant PIGLIN_BRUTE_SPAWN_EGG (line 22299) | pub const PIGLIN_BRUTE_SPAWN_EGG: Item = Item { constant PIGLIN_HEAD (line 22318) | pub const PIGLIN_HEAD: Item = Item { constant PIGLIN_SPAWN_EGG (line 22359) | pub const PIGLIN_SPAWN_EGG: Item = Item { constant PILLAGER_SPAWN_EGG (line 22378) | pub const PILLAGER_SPAWN_EGG: Item = Item { constant PINK_BANNER (line 22397) | pub const PINK_BANNER: Item = Item { constant PINK_BED (line 22416) | pub const PINK_BED: Item = Item { constant PINK_BUNDLE (line 22435) | pub const PINK_BUNDLE: Item = Item { constant PINK_CANDLE (line 22454) | pub const PINK_CANDLE: Item = Item { constant PINK_CARPET (line 22473) | pub const PINK_CARPET: Item = Item { constant PINK_CONCRETE (line 22511) | pub const PINK_CONCRETE: Item = Item { constant PINK_CONCRETE_POWDER (line 22530) | pub const PINK_CONCRETE_POWDER: Item = Item { constant PINK_DYE (line 22549) | pub const PINK_DYE: Item = Item { constant PINK_GLAZED_TERRACOTTA (line 22568) | pub const PINK_GLAZED_TERRACOTTA: Item = Item { constant PINK_HARNESS (line 22587) | pub const PINK_HARNESS: Item = Item { constant PINK_PETALS (line 22624) | pub const PINK_PETALS: Item = Item { constant PINK_SHULKER_BOX (line 22643) | pub const PINK_SHULKER_BOX: Item = Item { constant PINK_STAINED_GLASS (line 22662) | pub const PINK_STAINED_GLASS: Item = Item { constant PINK_STAINED_GLASS_PANE (line 22681) | pub const PINK_STAINED_GLASS_PANE: Item = Item { constant PINK_TERRACOTTA (line 22700) | pub const PINK_TERRACOTTA: Item = Item { constant PINK_TULIP (line 22719) | pub const PINK_TULIP: Item = Item { constant PINK_WOOL (line 22738) | pub const PINK_WOOL: Item = Item { constant PISTON (line 22757) | pub const PISTON: Item = Item { constant PITCHER_PLANT (line 22776) | pub const PITCHER_PLANT: Item = Item { constant PITCHER_POD (line 22795) | pub const PITCHER_POD: Item = Item { constant PLAYER_HEAD (line 22814) | pub const PLAYER_HEAD: Item = Item { constant PLENTY_POTTERY_SHERD (line 22855) | pub const PLENTY_POTTERY_SHERD: Item = Item { constant PODZOL (line 22874) | pub const PODZOL: Item = Item { constant POINTED_DRIPSTONE (line 22893) | pub const POINTED_DRIPSTONE: Item = Item { constant POISONOUS_POTATO (line 22912) | pub const POISONOUS_POTATO: Item = Item { constant POLAR_BEAR_SPAWN_EGG (line 22945) | pub const POLAR_BEAR_SPAWN_EGG: Item = Item { constant POLISHED_ANDESITE (line 22964) | pub const POLISHED_ANDESITE: Item = Item { constant POLISHED_ANDESITE_SLAB (line 22983) | pub const POLISHED_ANDESITE_SLAB: Item = Item { constant POLISHED_ANDESITE_STAIRS (line 23002) | pub const POLISHED_ANDESITE_STAIRS: Item = Item { constant POLISHED_BASALT (line 23021) | pub const POLISHED_BASALT: Item = Item { constant POLISHED_BLACKSTONE (line 23040) | pub const POLISHED_BLACKSTONE: Item = Item { constant POLISHED_BLACKSTONE_BRICK_SLAB (line 23059) | pub const POLISHED_BLACKSTONE_BRICK_SLAB: Item = Item { constant POLISHED_BLACKSTONE_BRICK_STAIRS (line 23078) | pub const POLISHED_BLACKSTONE_BRICK_STAIRS: Item = Item { constant POLISHED_BLACKSTONE_BRICK_WALL (line 23097) | pub const POLISHED_BLACKSTONE_BRICK_WALL: Item = Item { constant POLISHED_BLACKSTONE_BRICKS (line 23116) | pub const POLISHED_BLACKSTONE_BRICKS: Item = Item { constant POLISHED_BLACKSTONE_BUTTON (line 23135) | pub const POLISHED_BLACKSTONE_BUTTON: Item = Item { constant POLISHED_BLACKSTONE_PRESSURE_PLATE (line 23154) | pub const POLISHED_BLACKSTONE_PRESSURE_PLATE: Item = Item { constant POLISHED_BLACKSTONE_SLAB (line 23173) | pub const POLISHED_BLACKSTONE_SLAB: Item = Item { constant POLISHED_BLACKSTONE_STAIRS (line 23192) | pub const POLISHED_BLACKSTONE_STAIRS: Item = Item { constant POLISHED_BLACKSTONE_WALL (line 23211) | pub const POLISHED_BLACKSTONE_WALL: Item = Item { constant POLISHED_DEEPSLATE (line 23230) | pub const POLISHED_DEEPSLATE: Item = Item { constant POLISHED_DEEPSLATE_SLAB (line 23249) | pub const POLISHED_DEEPSLATE_SLAB: Item = Item { constant POLISHED_DEEPSLATE_STAIRS (line 23268) | pub const POLISHED_DEEPSLATE_STAIRS: Item = Item { constant POLISHED_DEEPSLATE_WALL (line 23287) | pub const POLISHED_DEEPSLATE_WALL: Item = Item { constant POLISHED_DIORITE (line 23306) | pub const POLISHED_DIORITE: Item = Item { constant POLISHED_DIORITE_SLAB (line 23325) | pub const POLISHED_DIORITE_SLAB: Item = Item { constant POLISHED_DIORITE_STAIRS (line 23344) | pub const POLISHED_DIORITE_STAIRS: Item = Item { constant POLISHED_GRANITE (line 23363) | pub const POLISHED_GRANITE: Item = Item { constant POLISHED_GRANITE_SLAB (line 23382) | pub const POLISHED_GRANITE_SLAB: Item = Item { constant POLISHED_GRANITE_STAIRS (line 23401) | pub const POLISHED_GRANITE_STAIRS: Item = Item { constant POLISHED_TUFF (line 23420) | pub const POLISHED_TUFF: Item = Item { constant POLISHED_TUFF_SLAB (line 23439) | pub const POLISHED_TUFF_SLAB: Item = Item { constant POLISHED_TUFF_STAIRS (line 23458) | pub const POLISHED_TUFF_STAIRS: Item = Item { constant POLISHED_TUFF_WALL (line 23477) | pub const POLISHED_TUFF_WALL: Item = Item { constant POPPED_CHORUS_FRUIT (line 23496) | pub const POPPED_CHORUS_FRUIT: Item = Item { constant POPPY (line 23515) | pub const POPPY: Item = Item { constant PORKCHOP (line 23534) | pub const PORKCHOP: Item = Item { constant POTATO (line 23567) | pub const POTATO: Item = Item { constant POTION (line 23600) | pub const POTION: Item = Item { constant POWDER_SNOW_BUCKET (line 23625) | pub const POWDER_SNOW_BUCKET: Item = Item { constant POWERED_RAIL (line 23644) | pub const POWERED_RAIL: Item = Item { constant PRISMARINE (line 23663) | pub const PRISMARINE: Item = Item { constant PRISMARINE_BRICK_SLAB (line 23682) | pub const PRISMARINE_BRICK_SLAB: Item = Item { constant PRISMARINE_BRICK_STAIRS (line 23701) | pub const PRISMARINE_BRICK_STAIRS: Item = Item { constant PRISMARINE_BRICKS (line 23720) | pub const PRISMARINE_BRICKS: Item = Item { constant PRISMARINE_CRYSTALS (line 23739) | pub const PRISMARINE_CRYSTALS: Item = Item { constant PRISMARINE_SHARD (line 23758) | pub const PRISMARINE_SHARD: Item = Item { constant PRISMARINE_SLAB (line 23777) | pub const PRISMARINE_SLAB: Item = Item { constant PRISMARINE_STAIRS (line 23796) | pub const PRISMARINE_STAIRS: Item = Item { constant PRISMARINE_WALL (line 23815) | pub const PRISMARINE_WALL: Item = Item { constant PRIZE_POTTERY_SHERD (line 23834) | pub const PRIZE_POTTERY_SHERD: Item = Item { constant PUFFERFISH (line 23853) | pub const PUFFERFISH: Item = Item { constant PUFFERFISH_BUCKET (line 23886) | pub const PUFFERFISH_BUCKET: Item = Item { constant PUFFERFISH_SPAWN_EGG (line 23913) | pub const PUFFERFISH_SPAWN_EGG: Item = Item { constant PUMPKIN (line 23932) | pub const PUMPKIN: Item = Item { constant PUMPKIN_PIE (line 23951) | pub const PUMPKIN_PIE: Item = Item { constant PUMPKIN_SEEDS (line 23984) | pub const PUMPKIN_SEEDS: Item = Item { constant PURPLE_BANNER (line 24003) | pub const PURPLE_BANNER: Item = Item { constant PURPLE_BED (line 24022) | pub const PURPLE_BED: Item = Item { constant PURPLE_BUNDLE (line 24041) | pub const PURPLE_BUNDLE: Item = Item { constant PURPLE_CANDLE (line 24060) | pub const PURPLE_CANDLE: Item = Item { constant PURPLE_CARPET (line 24079) | pub const PURPLE_CARPET: Item = Item { constant PURPLE_CONCRETE (line 24117) | pub const PURPLE_CONCRETE: Item = Item { constant PURPLE_CONCRETE_POWDER (line 24136) | pub const PURPLE_CONCRETE_POWDER: Item = Item { constant PURPLE_DYE (line 24155) | pub const PURPLE_DYE: Item = Item { constant PURPLE_GLAZED_TERRACOTTA (line 24174) | pub const PURPLE_GLAZED_TERRACOTTA: Item = Item { constant PURPLE_HARNESS (line 24193) | pub const PURPLE_HARNESS: Item = Item { constant PURPLE_SHULKER_BOX (line 24230) | pub const PURPLE_SHULKER_BOX: Item = Item { constant PURPLE_STAINED_GLASS (line 24249) | pub const PURPLE_STAINED_GLASS: Item = Item { constant PURPLE_STAINED_GLASS_PANE (line 24268) | pub const PURPLE_STAINED_GLASS_PANE: Item = Item { constant PURPLE_TERRACOTTA (line 24287) | pub const PURPLE_TERRACOTTA: Item = Item { constant PURPLE_WOOL (line 24306) | pub const PURPLE_WOOL: Item = Item { constant PURPUR_BLOCK (line 24325) | pub const PURPUR_BLOCK: Item = Item { constant PURPUR_PILLAR (line 24344) | pub const PURPUR_PILLAR: Item = Item { constant PURPUR_SLAB (line 24363) | pub const PURPUR_SLAB: Item = Item { constant PURPUR_STAIRS (line 24382) | pub const PURPUR_STAIRS: Item = Item { constant QUARTZ (line 24401) | pub const QUARTZ: Item = Item { constant QUARTZ_BLOCK (line 24420) | pub const QUARTZ_BLOCK: Item = Item { constant QUARTZ_BRICKS (line 24439) | pub const QUARTZ_BRICKS: Item = Item { constant QUARTZ_PILLAR (line 24458) | pub const QUARTZ_PILLAR: Item = Item { constant QUARTZ_SLAB (line 24477) | pub const QUARTZ_SLAB: Item = Item { constant QUARTZ_STAIRS (line 24496) | pub const QUARTZ_STAIRS: Item = Item { constant RABBIT (line 24515) | pub const RABBIT: Item = Item { constant RABBIT_FOOT (line 24548) | pub const RABBIT_FOOT: Item = Item { constant RABBIT_HIDE (line 24567) | pub const RABBIT_HIDE: Item = Item { constant RABBIT_SPAWN_EGG (line 24586) | pub const RABBIT_SPAWN_EGG: Item = Item { constant RABBIT_STEW (line 24605) | pub const RABBIT_STEW: Item = Item { constant RAIL (line 24638) | pub const RAIL: Item = Item { constant RAISER_ARMOR_TRIM_SMITHING_TEMPLATE (line 24657) | pub const RAISER_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant RAVAGER_SPAWN_EGG (line 24676) | pub const RAVAGER_SPAWN_EGG: Item = Item { constant RAW_COPPER (line 24695) | pub const RAW_COPPER: Item = Item { constant RAW_COPPER_BLOCK (line 24714) | pub const RAW_COPPER_BLOCK: Item = Item { constant RAW_GOLD (line 24733) | pub const RAW_GOLD: Item = Item { constant RAW_GOLD_BLOCK (line 24752) | pub const RAW_GOLD_BLOCK: Item = Item { constant RAW_IRON (line 24771) | pub const RAW_IRON: Item = Item { constant RAW_IRON_BLOCK (line 24790) | pub const RAW_IRON_BLOCK: Item = Item { constant RECOVERY_COMPASS (line 24809) | pub const RECOVERY_COMPASS: Item = Item { constant RED_BANNER (line 24828) | pub const RED_BANNER: Item = Item { constant RED_BED (line 24847) | pub const RED_BED: Item = Item { constant RED_BUNDLE (line 24866) | pub const RED_BUNDLE: Item = Item { constant RED_CANDLE (line 24885) | pub const RED_CANDLE: Item = Item { constant RED_CARPET (line 24904) | pub const RED_CARPET: Item = Item { constant RED_CONCRETE (line 24942) | pub const RED_CONCRETE: Item = Item { constant RED_CONCRETE_POWDER (line 24961) | pub const RED_CONCRETE_POWDER: Item = Item { constant RED_DYE (line 24980) | pub const RED_DYE: Item = Item { constant RED_GLAZED_TERRACOTTA (line 24999) | pub const RED_GLAZED_TERRACOTTA: Item = Item { constant RED_HARNESS (line 25018) | pub const RED_HARNESS: Item = Item { constant RED_MUSHROOM (line 25055) | pub const RED_MUSHROOM: Item = Item { constant RED_MUSHROOM_BLOCK (line 25074) | pub const RED_MUSHROOM_BLOCK: Item = Item { constant RED_NETHER_BRICK_SLAB (line 25093) | pub const RED_NETHER_BRICK_SLAB: Item = Item { constant RED_NETHER_BRICK_STAIRS (line 25112) | pub const RED_NETHER_BRICK_STAIRS: Item = Item { constant RED_NETHER_BRICK_WALL (line 25131) | pub const RED_NETHER_BRICK_WALL: Item = Item { constant RED_NETHER_BRICKS (line 25150) | pub const RED_NETHER_BRICKS: Item = Item { constant RED_SAND (line 25169) | pub const RED_SAND: Item = Item { constant RED_SANDSTONE (line 25188) | pub const RED_SANDSTONE: Item = Item { constant RED_SANDSTONE_SLAB (line 25207) | pub const RED_SANDSTONE_SLAB: Item = Item { constant RED_SANDSTONE_STAIRS (line 25226) | pub const RED_SANDSTONE_STAIRS: Item = Item { constant RED_SANDSTONE_WALL (line 25245) | pub const RED_SANDSTONE_WALL: Item = Item { constant RED_SHULKER_BOX (line 25264) | pub const RED_SHULKER_BOX: Item = Item { constant RED_STAINED_GLASS (line 25283) | pub const RED_STAINED_GLASS: Item = Item { constant RED_STAINED_GLASS_PANE (line 25302) | pub const RED_STAINED_GLASS_PANE: Item = Item { constant RED_TERRACOTTA (line 25321) | pub const RED_TERRACOTTA: Item = Item { constant RED_TULIP (line 25340) | pub const RED_TULIP: Item = Item { constant RED_WOOL (line 25359) | pub const RED_WOOL: Item = Item { constant REDSTONE (line 25378) | pub const REDSTONE: Item = Item { constant REDSTONE_BLOCK (line 25397) | pub const REDSTONE_BLOCK: Item = Item { constant REDSTONE_LAMP (line 25416) | pub const REDSTONE_LAMP: Item = Item { constant REDSTONE_ORE (line 25435) | pub const REDSTONE_ORE: Item = Item { constant REDSTONE_TORCH (line 25454) | pub const REDSTONE_TORCH: Item = Item { constant REINFORCED_DEEPSLATE (line 25473) | pub const REINFORCED_DEEPSLATE: Item = Item { constant REPEATER (line 25492) | pub const REPEATER: Item = Item { constant REPEATING_COMMAND_BLOCK (line 25511) | pub const REPEATING_COMMAND_BLOCK: Item = Item { constant RESIN_BLOCK (line 25530) | pub const RESIN_BLOCK: Item = Item { constant RESIN_BRICK (line 25549) | pub const RESIN_BRICK: Item = Item { constant RESIN_BRICK_SLAB (line 25568) | pub const RESIN_BRICK_SLAB: Item = Item { constant RESIN_BRICK_STAIRS (line 25587) | pub const RESIN_BRICK_STAIRS: Item = Item { constant RESIN_BRICK_WALL (line 25606) | pub const RESIN_BRICK_WALL: Item = Item { constant RESIN_BRICKS (line 25625) | pub const RESIN_BRICKS: Item = Item { constant RESIN_CLUMP (line 25644) | pub const RESIN_CLUMP: Item = Item { constant RESPAWN_ANCHOR (line 25663) | pub const RESPAWN_ANCHOR: Item = Item { constant RIB_ARMOR_TRIM_SMITHING_TEMPLATE (line 25682) | pub const RIB_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant ROOTED_DIRT (line 25701) | pub const ROOTED_DIRT: Item = Item { constant ROSE_BUSH (line 25720) | pub const ROSE_BUSH: Item = Item { constant ROTTEN_FLESH (line 25739) | pub const ROTTEN_FLESH: Item = Item { constant SADDLE (line 25772) | pub const SADDLE: Item = Item { constant SALMON (line 25809) | pub const SALMON: Item = Item { constant SALMON_BUCKET (line 25842) | pub const SALMON_BUCKET: Item = Item { constant SALMON_SPAWN_EGG (line 25869) | pub const SALMON_SPAWN_EGG: Item = Item { constant SAND (line 25888) | pub const SAND: Item = Item { constant SANDSTONE (line 25907) | pub const SANDSTONE: Item = Item { constant SANDSTONE_SLAB (line 25926) | pub const SANDSTONE_SLAB: Item = Item { constant SANDSTONE_STAIRS (line 25945) | pub const SANDSTONE_STAIRS: Item = Item { constant SANDSTONE_WALL (line 25964) | pub const SANDSTONE_WALL: Item = Item { constant SCAFFOLDING (line 25983) | pub const SCAFFOLDING: Item = Item { constant SCRAPE_POTTERY_SHERD (line 26002) | pub const SCRAPE_POTTERY_SHERD: Item = Item { constant SCULK (line 26021) | pub const SCULK: Item = Item { constant SCULK_CATALYST (line 26040) | pub const SCULK_CATALYST: Item = Item { constant SCULK_SENSOR (line 26059) | pub const SCULK_SENSOR: Item = Item { constant SCULK_SHRIEKER (line 26078) | pub const SCULK_SHRIEKER: Item = Item { constant SCULK_VEIN (line 26097) | pub const SCULK_VEIN: Item = Item { constant SEA_LANTERN (line 26116) | pub const SEA_LANTERN: Item = Item { constant SEA_PICKLE (line 26135) | pub const SEA_PICKLE: Item = Item { constant SEAGRASS (line 26154) | pub const SEAGRASS: Item = Item { constant SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE (line 26173) | pub const SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE (line 26192) | pub const SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant SHEAF_POTTERY_SHERD (line 26211) | pub const SHEAF_POTTERY_SHERD: Item = Item { constant SHEARS (line 26230) | pub const SHEARS: Item = Item { constant SHEEP_SPAWN_EGG (line 26281) | pub const SHEEP_SPAWN_EGG: Item = Item { constant SHELTER_POTTERY_SHERD (line 26300) | pub const SHELTER_POTTERY_SHERD: Item = Item { constant SHIELD (line 26319) | pub const SHIELD: Item = Item { constant SHORT_DRY_GRASS (line 26357) | pub const SHORT_DRY_GRASS: Item = Item { constant SHORT_GRASS (line 26376) | pub const SHORT_GRASS: Item = Item { constant SHROOMLIGHT (line 26395) | pub const SHROOMLIGHT: Item = Item { constant SHULKER_BOX (line 26414) | pub const SHULKER_BOX: Item = Item { constant SHULKER_SHELL (line 26433) | pub const SHULKER_SHELL: Item = Item { constant SHULKER_SPAWN_EGG (line 26452) | pub const SHULKER_SPAWN_EGG: Item = Item { constant SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE (line 26471) | pub const SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant SILVERFISH_SPAWN_EGG (line 26490) | pub const SILVERFISH_SPAWN_EGG: Item = Item { constant SKELETON_HORSE_SPAWN_EGG (line 26509) | pub const SKELETON_HORSE_SPAWN_EGG: Item = Item { constant SKELETON_SKULL (line 26528) | pub const SKELETON_SKULL: Item = Item { constant SKELETON_SPAWN_EGG (line 26569) | pub const SKELETON_SPAWN_EGG: Item = Item { constant SKULL_BANNER_PATTERN (line 26588) | pub const SKULL_BANNER_PATTERN: Item = Item { constant SKULL_POTTERY_SHERD (line 26607) | pub const SKULL_POTTERY_SHERD: Item = Item { constant SLIME_BALL (line 26626) | pub const SLIME_BALL: Item = Item { constant SLIME_BLOCK (line 26645) | pub const SLIME_BLOCK: Item = Item { constant SLIME_SPAWN_EGG (line 26664) | pub const SLIME_SPAWN_EGG: Item = Item { constant SMALL_AMETHYST_BUD (line 26683) | pub const SMALL_AMETHYST_BUD: Item = Item { constant SMALL_DRIPLEAF (line 26702) | pub const SMALL_DRIPLEAF: Item = Item { constant SMITHING_TABLE (line 26721) | pub const SMITHING_TABLE: Item = Item { constant SMOKER (line 26740) | pub const SMOKER: Item = Item { constant SMOOTH_BASALT (line 26759) | pub const SMOOTH_BASALT: Item = Item { constant SMOOTH_QUARTZ (line 26778) | pub const SMOOTH_QUARTZ: Item = Item { constant SMOOTH_QUARTZ_SLAB (line 26797) | pub const SMOOTH_QUARTZ_SLAB: Item = Item { constant SMOOTH_QUARTZ_STAIRS (line 26816) | pub const SMOOTH_QUARTZ_STAIRS: Item = Item { constant SMOOTH_RED_SANDSTONE (line 26835) | pub const SMOOTH_RED_SANDSTONE: Item = Item { constant SMOOTH_RED_SANDSTONE_SLAB (line 26854) | pub const SMOOTH_RED_SANDSTONE_SLAB: Item = Item { constant SMOOTH_RED_SANDSTONE_STAIRS (line 26873) | pub const SMOOTH_RED_SANDSTONE_STAIRS: Item = Item { constant SMOOTH_SANDSTONE (line 26892) | pub const SMOOTH_SANDSTONE: Item = Item { constant SMOOTH_SANDSTONE_SLAB (line 26911) | pub const SMOOTH_SANDSTONE_SLAB: Item = Item { constant SMOOTH_SANDSTONE_STAIRS (line 26930) | pub const SMOOTH_SANDSTONE_STAIRS: Item = Item { constant SMOOTH_STONE (line 26949) | pub const SMOOTH_STONE: Item = Item { constant SMOOTH_STONE_SLAB (line 26968) | pub const SMOOTH_STONE_SLAB: Item = Item { constant SNIFFER_EGG (line 26987) | pub const SNIFFER_EGG: Item = Item { constant SNIFFER_SPAWN_EGG (line 27006) | pub const SNIFFER_SPAWN_EGG: Item = Item { constant SNORT_POTTERY_SHERD (line 27025) | pub const SNORT_POTTERY_SHERD: Item = Item { constant SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE (line 27044) | pub const SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant SNOW (line 27063) | pub const SNOW: Item = Item { constant SNOW_BLOCK (line 27082) | pub const SNOW_BLOCK: Item = Item { constant SNOW_GOLEM_SPAWN_EGG (line 27101) | pub const SNOW_GOLEM_SPAWN_EGG: Item = Item { constant SNOWBALL (line 27120) | pub const SNOWBALL: Item = Item { constant SOUL_CAMPFIRE (line 27139) | pub const SOUL_CAMPFIRE: Item = Item { constant SOUL_LANTERN (line 27158) | pub const SOUL_LANTERN: Item = Item { constant SOUL_SAND (line 27177) | pub const SOUL_SAND: Item = Item { constant SOUL_SOIL (line 27196) | pub const SOUL_SOIL: Item = Item { constant SOUL_TORCH (line 27215) | pub const SOUL_TORCH: Item = Item { constant SPAWNER (line 27234) | pub const SPAWNER: Item = Item { constant SPECTRAL_ARROW (line 27253) | pub const SPECTRAL_ARROW: Item = Item { constant SPIDER_EYE (line 27272) | pub const SPIDER_EYE: Item = Item { constant SPIDER_SPAWN_EGG (line 27305) | pub const SPIDER_SPAWN_EGG: Item = Item { constant SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE (line 27324) | pub const SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant SPLASH_POTION (line 27343) | pub const SPLASH_POTION: Item = Item { constant SPONGE (line 27362) | pub const SPONGE: Item = Item { constant SPORE_BLOSSOM (line 27381) | pub const SPORE_BLOSSOM: Item = Item { constant SPRUCE_BOAT (line 27400) | pub const SPRUCE_BOAT: Item = Item { constant SPRUCE_BUTTON (line 27419) | pub const SPRUCE_BUTTON: Item = Item { constant SPRUCE_CHEST_BOAT (line 27438) | pub const SPRUCE_CHEST_BOAT: Item = Item { constant SPRUCE_DOOR (line 27457) | pub const SPRUCE_DOOR: Item = Item { constant SPRUCE_FENCE (line 27476) | pub const SPRUCE_FENCE: Item = Item { constant SPRUCE_FENCE_GATE (line 27495) | pub const SPRUCE_FENCE_GATE: Item = Item { constant SPRUCE_HANGING_SIGN (line 27514) | pub const SPRUCE_HANGING_SIGN: Item = Item { constant SPRUCE_LEAVES (line 27533) | pub const SPRUCE_LEAVES: Item = Item { constant SPRUCE_LOG (line 27552) | pub const SPRUCE_LOG: Item = Item { constant SPRUCE_PLANKS (line 27571) | pub const SPRUCE_PLANKS: Item = Item { constant SPRUCE_PRESSURE_PLATE (line 27590) | pub const SPRUCE_PRESSURE_PLATE: Item = Item { constant SPRUCE_SAPLING (line 27609) | pub const SPRUCE_SAPLING: Item = Item { constant SPRUCE_SHELF (line 27628) | pub const SPRUCE_SHELF: Item = Item { constant SPRUCE_SIGN (line 27647) | pub const SPRUCE_SIGN: Item = Item { constant SPRUCE_SLAB (line 27666) | pub const SPRUCE_SLAB: Item = Item { constant SPRUCE_STAIRS (line 27685) | pub const SPRUCE_STAIRS: Item = Item { constant SPRUCE_TRAPDOOR (line 27704) | pub const SPRUCE_TRAPDOOR: Item = Item { constant SPRUCE_WOOD (line 27723) | pub const SPRUCE_WOOD: Item = Item { constant SPYGLASS (line 27742) | pub const SPYGLASS: Item = Item { constant SQUID_SPAWN_EGG (line 27761) | pub const SQUID_SPAWN_EGG: Item = Item { constant STICK (line 27780) | pub const STICK: Item = Item { constant STICKY_PISTON (line 27799) | pub const STICKY_PISTON: Item = Item { constant STONE (line 27818) | pub const STONE: Item = Item { constant STONE_AXE (line 27837) | pub const STONE_AXE: Item = Item { constant STONE_BRICK_SLAB (line 27899) | pub const STONE_BRICK_SLAB: Item = Item { constant STONE_BRICK_STAIRS (line 27918) | pub const STONE_BRICK_STAIRS: Item = Item { constant STONE_BRICK_WALL (line 27937) | pub const STONE_BRICK_WALL: Item = Item { constant STONE_BRICKS (line 27956) | pub const STONE_BRICKS: Item = Item { constant STONE_BUTTON (line 27975) | pub const STONE_BUTTON: Item = Item { constant STONE_HOE (line 27994) | pub const STONE_HOE: Item = Item { constant STONE_PICKAXE (line 28056) | pub const STONE_PICKAXE: Item = Item { constant STONE_PRESSURE_PLATE (line 28118) | pub const STONE_PRESSURE_PLATE: Item = Item { constant STONE_SHOVEL (line 28137) | pub const STONE_SHOVEL: Item = Item { constant STONE_SLAB (line 28199) | pub const STONE_SLAB: Item = Item { constant STONE_SPEAR (line 28218) | pub const STONE_SPEAR: Item = Item { constant STONE_STAIRS (line 28260) | pub const STONE_STAIRS: Item = Item { constant STONE_SWORD (line 28279) | pub const STONE_SWORD: Item = Item { constant STONECUTTER (line 28346) | pub const STONECUTTER: Item = Item { constant STRAY_SPAWN_EGG (line 28365) | pub const STRAY_SPAWN_EGG: Item = Item { constant STRIDER_SPAWN_EGG (line 28384) | pub const STRIDER_SPAWN_EGG: Item = Item { constant STRING (line 28403) | pub const STRING: Item = Item { constant STRIPPED_ACACIA_LOG (line 28422) | pub const STRIPPED_ACACIA_LOG: Item = Item { constant STRIPPED_ACACIA_WOOD (line 28441) | pub const STRIPPED_ACACIA_WOOD: Item = Item { constant STRIPPED_BAMBOO_BLOCK (line 28460) | pub const STRIPPED_BAMBOO_BLOCK: Item = Item { constant STRIPPED_BIRCH_LOG (line 28479) | pub const STRIPPED_BIRCH_LOG: Item = Item { constant STRIPPED_BIRCH_WOOD (line 28498) | pub const STRIPPED_BIRCH_WOOD: Item = Item { constant STRIPPED_CHERRY_LOG (line 28517) | pub const STRIPPED_CHERRY_LOG: Item = Item { constant STRIPPED_CHERRY_WOOD (line 28536) | pub const STRIPPED_CHERRY_WOOD: Item = Item { constant STRIPPED_CRIMSON_HYPHAE (line 28555) | pub const STRIPPED_CRIMSON_HYPHAE: Item = Item { constant STRIPPED_CRIMSON_STEM (line 28574) | pub const STRIPPED_CRIMSON_STEM: Item = Item { constant STRIPPED_DARK_OAK_LOG (line 28593) | pub const STRIPPED_DARK_OAK_LOG: Item = Item { constant STRIPPED_DARK_OAK_WOOD (line 28612) | pub const STRIPPED_DARK_OAK_WOOD: Item = Item { constant STRIPPED_JUNGLE_LOG (line 28631) | pub const STRIPPED_JUNGLE_LOG: Item = Item { constant STRIPPED_JUNGLE_WOOD (line 28650) | pub const STRIPPED_JUNGLE_WOOD: Item = Item { constant STRIPPED_MANGROVE_LOG (line 28669) | pub const STRIPPED_MANGROVE_LOG: Item = Item { constant STRIPPED_MANGROVE_WOOD (line 28688) | pub const STRIPPED_MANGROVE_WOOD: Item = Item { constant STRIPPED_OAK_LOG (line 28707) | pub const STRIPPED_OAK_LOG: Item = Item { constant STRIPPED_OAK_WOOD (line 28726) | pub const STRIPPED_OAK_WOOD: Item = Item { constant STRIPPED_PALE_OAK_LOG (line 28745) | pub const STRIPPED_PALE_OAK_LOG: Item = Item { constant STRIPPED_PALE_OAK_WOOD (line 28764) | pub const STRIPPED_PALE_OAK_WOOD: Item = Item { constant STRIPPED_SPRUCE_LOG (line 28783) | pub const STRIPPED_SPRUCE_LOG: Item = Item { constant STRIPPED_SPRUCE_WOOD (line 28802) | pub const STRIPPED_SPRUCE_WOOD: Item = Item { constant STRIPPED_WARPED_HYPHAE (line 28821) | pub const STRIPPED_WARPED_HYPHAE: Item = Item { constant STRIPPED_WARPED_STEM (line 28840) | pub const STRIPPED_WARPED_STEM: Item = Item { constant STRUCTURE_BLOCK (line 28859) | pub const STRUCTURE_BLOCK: Item = Item { constant STRUCTURE_VOID (line 28878) | pub const STRUCTURE_VOID: Item = Item { constant SUGAR (line 28897) | pub const SUGAR: Item = Item { constant SUGAR_CANE (line 28916) | pub const SUGAR_CANE: Item = Item { constant SUNFLOWER (line 28935) | pub const SUNFLOWER: Item = Item { constant SUSPICIOUS_GRAVEL (line 28954) | pub const SUSPICIOUS_GRAVEL: Item = Item { constant SUSPICIOUS_SAND (line 28973) | pub const SUSPICIOUS_SAND: Item = Item { constant SUSPICIOUS_STEW (line 28992) | pub const SUSPICIOUS_STEW: Item = Item { constant SWEET_BERRIES (line 29025) | pub const SWEET_BERRIES: Item = Item { constant TADPOLE_BUCKET (line 29058) | pub const TADPOLE_BUCKET: Item = Item { constant TADPOLE_SPAWN_EGG (line 29077) | pub const TADPOLE_SPAWN_EGG: Item = Item { constant TALL_DRY_GRASS (line 29096) | pub const TALL_DRY_GRASS: Item = Item { constant TALL_GRASS (line 29115) | pub const TALL_GRASS: Item = Item { constant TARGET (line 29134) | pub const TARGET: Item = Item { constant TERRACOTTA (line 29153) | pub const TERRACOTTA: Item = Item { constant TEST_BLOCK (line 29172) | pub const TEST_BLOCK: Item = Item { constant TEST_INSTANCE_BLOCK (line 29191) | pub const TEST_INSTANCE_BLOCK: Item = Item { constant TIDE_ARMOR_TRIM_SMITHING_TEMPLATE (line 29210) | pub const TIDE_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant TINTED_GLASS (line 29229) | pub const TINTED_GLASS: Item = Item { constant TIPPED_ARROW (line 29248) | pub const TIPPED_ARROW: Item = Item { constant TNT (line 29267) | pub const TNT: Item = Item { constant TNT_MINECART (line 29286) | pub const TNT_MINECART: Item = Item { constant TORCH (line 29305) | pub const TORCH: Item = Item { constant TORCHFLOWER (line 29324) | pub const TORCHFLOWER: Item = Item { constant TORCHFLOWER_SEEDS (line 29343) | pub const TORCHFLOWER_SEEDS: Item = Item { constant TOTEM_OF_UNDYING (line 29362) | pub const TOTEM_OF_UNDYING: Item = Item { constant TRADER_LLAMA_SPAWN_EGG (line 29382) | pub const TRADER_LLAMA_SPAWN_EGG: Item = Item { constant TRAPPED_CHEST (line 29401) | pub const TRAPPED_CHEST: Item = Item { constant TRIAL_KEY (line 29420) | pub const TRIAL_KEY: Item = Item { constant TRIAL_SPAWNER (line 29439) | pub const TRIAL_SPAWNER: Item = Item { constant TRIDENT (line 29458) | pub const TRIDENT: Item = Item { constant TRIPWIRE_HOOK (line 29509) | pub const TRIPWIRE_HOOK: Item = Item { constant TROPICAL_FISH (line 29528) | pub const TROPICAL_FISH: Item = Item { constant TROPICAL_FISH_BUCKET (line 29561) | pub const TROPICAL_FISH_BUCKET: Item = Item { constant TROPICAL_FISH_SPAWN_EGG (line 29588) | pub const TROPICAL_FISH_SPAWN_EGG: Item = Item { constant TUBE_CORAL (line 29607) | pub const TUBE_CORAL: Item = Item { constant TUBE_CORAL_BLOCK (line 29626) | pub const TUBE_CORAL_BLOCK: Item = Item { constant TUBE_CORAL_FAN (line 29645) | pub const TUBE_CORAL_FAN: Item = Item { constant TUFF (line 29664) | pub const TUFF: Item = Item { constant TUFF_BRICK_SLAB (line 29683) | pub const TUFF_BRICK_SLAB: Item = Item { constant TUFF_BRICK_STAIRS (line 29702) | pub const TUFF_BRICK_STAIRS: Item = Item { constant TUFF_BRICK_WALL (line 29721) | pub const TUFF_BRICK_WALL: Item = Item { constant TUFF_BRICKS (line 29740) | pub const TUFF_BRICKS: Item = Item { constant TUFF_SLAB (line 29759) | pub const TUFF_SLAB: Item = Item { constant TUFF_STAIRS (line 29778) | pub const TUFF_STAIRS: Item = Item { constant TUFF_WALL (line 29797) | pub const TUFF_WALL: Item = Item { constant TURTLE_EGG (line 29816) | pub const TURTLE_EGG: Item = Item { constant TURTLE_HELMET (line 29835) | pub const TURTLE_HELMET: Item = Item { constant TURTLE_SCUTE (line 29887) | pub const TURTLE_SCUTE: Item = Item { constant TURTLE_SPAWN_EGG (line 29906) | pub const TURTLE_SPAWN_EGG: Item = Item { constant TWISTING_VINES (line 29925) | pub const TWISTING_VINES: Item = Item { constant VAULT (line 29944) | pub const VAULT: Item = Item { constant VERDANT_FROGLIGHT (line 29963) | pub const VERDANT_FROGLIGHT: Item = Item { constant VEX_ARMOR_TRIM_SMITHING_TEMPLATE (line 29982) | pub const VEX_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant VEX_SPAWN_EGG (line 30001) | pub const VEX_SPAWN_EGG: Item = Item { constant VILLAGER_SPAWN_EGG (line 30020) | pub const VILLAGER_SPAWN_EGG: Item = Item { constant VINDICATOR_SPAWN_EGG (line 30039) | pub const VINDICATOR_SPAWN_EGG: Item = Item { constant VINE (line 30058) | pub const VINE: Item = Item { constant WANDERING_TRADER_SPAWN_EGG (line 30077) | pub const WANDERING_TRADER_SPAWN_EGG: Item = Item { constant WARD_ARMOR_TRIM_SMITHING_TEMPLATE (line 30096) | pub const WARD_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant WARDEN_SPAWN_EGG (line 30115) | pub const WARDEN_SPAWN_EGG: Item = Item { constant WARPED_BUTTON (line 30134) | pub const WARPED_BUTTON: Item = Item { constant WARPED_DOOR (line 30153) | pub const WARPED_DOOR: Item = Item { constant WARPED_FENCE (line 30172) | pub const WARPED_FENCE: Item = Item { constant WARPED_FENCE_GATE (line 30191) | pub const WARPED_FENCE_GATE: Item = Item { constant WARPED_FUNGUS (line 30210) | pub const WARPED_FUNGUS: Item = Item { constant WARPED_FUNGUS_ON_A_STICK (line 30229) | pub const WARPED_FUNGUS_ON_A_STICK: Item = Item { constant WARPED_HANGING_SIGN (line 30250) | pub const WARPED_HANGING_SIGN: Item = Item { constant WARPED_HYPHAE (line 30269) | pub const WARPED_HYPHAE: Item = Item { constant WARPED_NYLIUM (line 30288) | pub const WARPED_NYLIUM: Item = Item { constant WARPED_PLANKS (line 30307) | pub const WARPED_PLANKS: Item = Item { constant WARPED_PRESSURE_PLATE (line 30326) | pub const WARPED_PRESSURE_PLATE: Item = Item { constant WARPED_ROOTS (line 30345) | pub const WARPED_ROOTS: Item = Item { constant WARPED_SHELF (line 30364) | pub const WARPED_SHELF: Item = Item { constant WARPED_SIGN (line 30383) | pub const WARPED_SIGN: Item = Item { constant WARPED_SLAB (line 30402) | pub const WARPED_SLAB: Item = Item { constant WARPED_STAIRS (line 30421) | pub const WARPED_STAIRS: Item = Item { constant WARPED_STEM (line 30440) | pub const WARPED_STEM: Item = Item { constant WARPED_TRAPDOOR (line 30459) | pub const WARPED_TRAPDOOR: Item = Item { constant WARPED_WART_BLOCK (line 30478) | pub const WARPED_WART_BLOCK: Item = Item { constant WATER_BUCKET (line 30497) | pub const WATER_BUCKET: Item = Item { constant WAXED_CHISELED_COPPER (line 30516) | pub const WAXED_CHISELED_COPPER: Item = Item { constant WAXED_COPPER_BARS (line 30535) | pub const WAXED_COPPER_BARS: Item = Item { constant WAXED_COPPER_BLOCK (line 30554) | pub const WAXED_COPPER_BLOCK: Item = Item { constant WAXED_COPPER_BULB (line 30573) | pub const WAXED_COPPER_BULB: Item = Item { constant WAXED_COPPER_CHAIN (line 30592) | pub const WAXED_COPPER_CHAIN: Item = Item { constant WAXED_COPPER_CHEST (line 30611) | pub const WAXED_COPPER_CHEST: Item = Item { constant WAXED_COPPER_DOOR (line 30630) | pub const WAXED_COPPER_DOOR: Item = Item { constant WAXED_COPPER_GOLEM_STATUE (line 30649) | pub const WAXED_COPPER_GOLEM_STATUE: Item = Item { constant WAXED_COPPER_GRATE (line 30668) | pub const WAXED_COPPER_GRATE: Item = Item { constant WAXED_COPPER_LANTERN (line 30687) | pub const WAXED_COPPER_LANTERN: Item = Item { constant WAXED_COPPER_TRAPDOOR (line 30706) | pub const WAXED_COPPER_TRAPDOOR: Item = Item { constant WAXED_CUT_COPPER (line 30725) | pub const WAXED_CUT_COPPER: Item = Item { constant WAXED_CUT_COPPER_SLAB (line 30744) | pub const WAXED_CUT_COPPER_SLAB: Item = Item { constant WAXED_CUT_COPPER_STAIRS (line 30763) | pub const WAXED_CUT_COPPER_STAIRS: Item = Item { constant WAXED_EXPOSED_CHISELED_COPPER (line 30782) | pub const WAXED_EXPOSED_CHISELED_COPPER: Item = Item { constant WAXED_EXPOSED_COPPER (line 30801) | pub const WAXED_EXPOSED_COPPER: Item = Item { constant WAXED_EXPOSED_COPPER_BARS (line 30820) | pub const WAXED_EXPOSED_COPPER_BARS: Item = Item { constant WAXED_EXPOSED_COPPER_BULB (line 30839) | pub const WAXED_EXPOSED_COPPER_BULB: Item = Item { constant WAXED_EXPOSED_COPPER_CHAIN (line 30858) | pub const WAXED_EXPOSED_COPPER_CHAIN: Item = Item { constant WAXED_EXPOSED_COPPER_CHEST (line 30877) | pub const WAXED_EXPOSED_COPPER_CHEST: Item = Item { constant WAXED_EXPOSED_COPPER_DOOR (line 30896) | pub const WAXED_EXPOSED_COPPER_DOOR: Item = Item { constant WAXED_EXPOSED_COPPER_GOLEM_STATUE (line 30915) | pub const WAXED_EXPOSED_COPPER_GOLEM_STATUE: Item = Item { constant WAXED_EXPOSED_COPPER_GRATE (line 30934) | pub const WAXED_EXPOSED_COPPER_GRATE: Item = Item { constant WAXED_EXPOSED_COPPER_LANTERN (line 30953) | pub const WAXED_EXPOSED_COPPER_LANTERN: Item = Item { constant WAXED_EXPOSED_COPPER_TRAPDOOR (line 30972) | pub const WAXED_EXPOSED_COPPER_TRAPDOOR: Item = Item { constant WAXED_EXPOSED_CUT_COPPER (line 30991) | pub const WAXED_EXPOSED_CUT_COPPER: Item = Item { constant WAXED_EXPOSED_CUT_COPPER_SLAB (line 31010) | pub const WAXED_EXPOSED_CUT_COPPER_SLAB: Item = Item { constant WAXED_EXPOSED_CUT_COPPER_STAIRS (line 31029) | pub const WAXED_EXPOSED_CUT_COPPER_STAIRS: Item = Item { constant WAXED_EXPOSED_LIGHTNING_ROD (line 31048) | pub const WAXED_EXPOSED_LIGHTNING_ROD: Item = Item { constant WAXED_LIGHTNING_ROD (line 31067) | pub const WAXED_LIGHTNING_ROD: Item = Item { constant WAXED_OXIDIZED_CHISELED_COPPER (line 31086) | pub const WAXED_OXIDIZED_CHISELED_COPPER: Item = Item { constant WAXED_OXIDIZED_COPPER (line 31105) | pub const WAXED_OXIDIZED_COPPER: Item = Item { constant WAXED_OXIDIZED_COPPER_BARS (line 31124) | pub const WAXED_OXIDIZED_COPPER_BARS: Item = Item { constant WAXED_OXIDIZED_COPPER_BULB (line 31143) | pub const WAXED_OXIDIZED_COPPER_BULB: Item = Item { constant WAXED_OXIDIZED_COPPER_CHAIN (line 31162) | pub const WAXED_OXIDIZED_COPPER_CHAIN: Item = Item { constant WAXED_OXIDIZED_COPPER_CHEST (line 31181) | pub const WAXED_OXIDIZED_COPPER_CHEST: Item = Item { constant WAXED_OXIDIZED_COPPER_DOOR (line 31200) | pub const WAXED_OXIDIZED_COPPER_DOOR: Item = Item { constant WAXED_OXIDIZED_COPPER_GOLEM_STATUE (line 31219) | pub const WAXED_OXIDIZED_COPPER_GOLEM_STATUE: Item = Item { constant WAXED_OXIDIZED_COPPER_GRATE (line 31238) | pub const WAXED_OXIDIZED_COPPER_GRATE: Item = Item { constant WAXED_OXIDIZED_COPPER_LANTERN (line 31257) | pub const WAXED_OXIDIZED_COPPER_LANTERN: Item = Item { constant WAXED_OXIDIZED_COPPER_TRAPDOOR (line 31276) | pub const WAXED_OXIDIZED_COPPER_TRAPDOOR: Item = Item { constant WAXED_OXIDIZED_CUT_COPPER (line 31295) | pub const WAXED_OXIDIZED_CUT_COPPER: Item = Item { constant WAXED_OXIDIZED_CUT_COPPER_SLAB (line 31314) | pub const WAXED_OXIDIZED_CUT_COPPER_SLAB: Item = Item { constant WAXED_OXIDIZED_CUT_COPPER_STAIRS (line 31333) | pub const WAXED_OXIDIZED_CUT_COPPER_STAIRS: Item = Item { constant WAXED_OXIDIZED_LIGHTNING_ROD (line 31352) | pub const WAXED_OXIDIZED_LIGHTNING_ROD: Item = Item { constant WAXED_WEATHERED_CHISELED_COPPER (line 31371) | pub const WAXED_WEATHERED_CHISELED_COPPER: Item = Item { constant WAXED_WEATHERED_COPPER (line 31390) | pub const WAXED_WEATHERED_COPPER: Item = Item { constant WAXED_WEATHERED_COPPER_BARS (line 31409) | pub const WAXED_WEATHERED_COPPER_BARS: Item = Item { constant WAXED_WEATHERED_COPPER_BULB (line 31428) | pub const WAXED_WEATHERED_COPPER_BULB: Item = Item { constant WAXED_WEATHERED_COPPER_CHAIN (line 31447) | pub const WAXED_WEATHERED_COPPER_CHAIN: Item = Item { constant WAXED_WEATHERED_COPPER_CHEST (line 31466) | pub const WAXED_WEATHERED_COPPER_CHEST: Item = Item { constant WAXED_WEATHERED_COPPER_DOOR (line 31485) | pub const WAXED_WEATHERED_COPPER_DOOR: Item = Item { constant WAXED_WEATHERED_COPPER_GOLEM_STATUE (line 31504) | pub const WAXED_WEATHERED_COPPER_GOLEM_STATUE: Item = Item { constant WAXED_WEATHERED_COPPER_GRATE (line 31523) | pub const WAXED_WEATHERED_COPPER_GRATE: Item = Item { constant WAXED_WEATHERED_COPPER_LANTERN (line 31542) | pub const WAXED_WEATHERED_COPPER_LANTERN: Item = Item { constant WAXED_WEATHERED_COPPER_TRAPDOOR (line 31561) | pub const WAXED_WEATHERED_COPPER_TRAPDOOR: Item = Item { constant WAXED_WEATHERED_CUT_COPPER (line 31580) | pub const WAXED_WEATHERED_CUT_COPPER: Item = Item { constant WAXED_WEATHERED_CUT_COPPER_SLAB (line 31599) | pub const WAXED_WEATHERED_CUT_COPPER_SLAB: Item = Item { constant WAXED_WEATHERED_CUT_COPPER_STAIRS (line 31618) | pub const WAXED_WEATHERED_CUT_COPPER_STAIRS: Item = Item { constant WAXED_WEATHERED_LIGHTNING_ROD (line 31637) | pub const WAXED_WEATHERED_LIGHTNING_ROD: Item = Item { constant WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE (line 31656) | pub const WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant WEATHERED_CHISELED_COPPER (line 31675) | pub const WEATHERED_CHISELED_COPPER: Item = Item { constant WEATHERED_COPPER (line 31694) | pub const WEATHERED_COPPER: Item = Item { constant WEATHERED_COPPER_BARS (line 31713) | pub const WEATHERED_COPPER_BARS: Item = Item { constant WEATHERED_COPPER_BULB (line 31732) | pub const WEATHERED_COPPER_BULB: Item = Item { constant WEATHERED_COPPER_CHAIN (line 31751) | pub const WEATHERED_COPPER_CHAIN: Item = Item { constant WEATHERED_COPPER_CHEST (line 31770) | pub const WEATHERED_COPPER_CHEST: Item = Item { constant WEATHERED_COPPER_DOOR (line 31789) | pub const WEATHERED_COPPER_DOOR: Item = Item { constant WEATHERED_COPPER_GOLEM_STATUE (line 31808) | pub const WEATHERED_COPPER_GOLEM_STATUE: Item = Item { constant WEATHERED_COPPER_GRATE (line 31827) | pub const WEATHERED_COPPER_GRATE: Item = Item { constant WEATHERED_COPPER_LANTERN (line 31846) | pub const WEATHERED_COPPER_LANTERN: Item = Item { constant WEATHERED_COPPER_TRAPDOOR (line 31865) | pub const WEATHERED_COPPER_TRAPDOOR: Item = Item { constant WEATHERED_CUT_COPPER (line 31884) | pub const WEATHERED_CUT_COPPER: Item = Item { constant WEATHERED_CUT_COPPER_SLAB (line 31903) | pub const WEATHERED_CUT_COPPER_SLAB: Item = Item { constant WEATHERED_CUT_COPPER_STAIRS (line 31922) | pub const WEATHERED_CUT_COPPER_STAIRS: Item = Item { constant WEATHERED_LIGHTNING_ROD (line 31941) | pub const WEATHERED_LIGHTNING_ROD: Item = Item { constant WEEPING_VINES (line 31960) | pub const WEEPING_VINES: Item = Item { constant WET_SPONGE (line 31979) | pub const WET_SPONGE: Item = Item { constant WHEAT (line 31998) | pub const WHEAT: Item = Item { constant WHEAT_SEEDS (line 32017) | pub const WHEAT_SEEDS: Item = Item { constant WHITE_BANNER (line 32036) | pub const WHITE_BANNER: Item = Item { constant WHITE_BED (line 32055) | pub const WHITE_BED: Item = Item { constant WHITE_BUNDLE (line 32074) | pub const WHITE_BUNDLE: Item = Item { constant WHITE_CANDLE (line 32093) | pub const WHITE_CANDLE: Item = Item { constant WHITE_CARPET (line 32112) | pub const WHITE_CARPET: Item = Item { constant WHITE_CONCRETE (line 32150) | pub const WHITE_CONCRETE: Item = Item { constant WHITE_CONCRETE_POWDER (line 32169) | pub const WHITE_CONCRETE_POWDER: Item = Item { constant WHITE_DYE (line 32188) | pub const WHITE_DYE: Item = Item { constant WHITE_GLAZED_TERRACOTTA (line 32207) | pub const WHITE_GLAZED_TERRACOTTA: Item = Item { constant WHITE_HARNESS (line 32226) | pub const WHITE_HARNESS: Item = Item { constant WHITE_SHULKER_BOX (line 32263) | pub const WHITE_SHULKER_BOX: Item = Item { constant WHITE_STAINED_GLASS (line 32282) | pub const WHITE_STAINED_GLASS: Item = Item { constant WHITE_STAINED_GLASS_PANE (line 32301) | pub const WHITE_STAINED_GLASS_PANE: Item = Item { constant WHITE_TERRACOTTA (line 32320) | pub const WHITE_TERRACOTTA: Item = Item { constant WHITE_TULIP (line 32339) | pub const WHITE_TULIP: Item = Item { constant WHITE_WOOL (line 32358) | pub const WHITE_WOOL: Item = Item { constant WILD_ARMOR_TRIM_SMITHING_TEMPLATE (line 32377) | pub const WILD_ARMOR_TRIM_SMITHING_TEMPLATE: Item = Item { constant WILDFLOWERS (line 32396) | pub const WILDFLOWERS: Item = Item { constant WIND_CHARGE (line 32415) | pub const WIND_CHARGE: Item = Item { constant WITCH_SPAWN_EGG (line 32434) | pub const WITCH_SPAWN_EGG: Item = Item { constant WITHER_ROSE (line 32453) | pub const WITHER_ROSE: Item = Item { constant WITHER_SKELETON_SKULL (line 32472) | pub const WITHER_SKELETON_SKULL: Item = Item { constant WITHER_SKELETON_SPAWN_EGG (line 32513) | pub const WITHER_SKELETON_SPAWN_EGG: Item = Item { constant WITHER_SPAWN_EGG (line 32532) | pub const WITHER_SPAWN_EGG: Item = Item { constant WOLF_ARMOR (line 32551) | pub const WOLF_ARMOR: Item = Item { constant WOLF_SPAWN_EGG (line 32605) | pub const WOLF_SPAWN_EGG: Item = Item { constant WOODEN_AXE (line 32624) | pub const WOODEN_AXE: Item = Item { constant WOODEN_HOE (line 32686) | pub const WOODEN_HOE: Item = Item { constant WOODEN_PICKAXE (line 32748) | pub const WOODEN_PICKAXE: Item = Item { constant WOODEN_SHOVEL (line 32810) | pub const WOODEN_SHOVEL: Item = Item { constant WOODEN_SPEAR (line 32872) | pub const WOODEN_SPEAR: Item = Item { constant WOODEN_SWORD (line 32914) | pub const WOODEN_SWORD: Item = Item { constant WRITABLE_BOOK (line 32981) | pub const WRITABLE_BOOK: Item = Item { constant WRITTEN_BOOK (line 33000) | pub const WRITTEN_BOOK: Item = Item { constant YELLOW_BANNER (line 33019) | pub const YELLOW_BANNER: Item = Item { constant YELLOW_BED (line 33038) | pub const YELLOW_BED: Item = Item { constant YELLOW_BUNDLE (line 33057) | pub const YELLOW_BUNDLE: Item = Item { constant YELLOW_CANDLE (line 33076) | pub const YELLOW_CANDLE: Item = Item { constant YELLOW_CARPET (line 33095) | pub const YELLOW_CARPET: Item = Item { constant YELLOW_CONCRETE (line 33133) | pub const YELLOW_CONCRETE: Item = Item { constant YELLOW_CONCRETE_POWDER (line 33152) | pub const YELLOW_CONCRETE_POWDER: Item = Item { constant YELLOW_DYE (line 33171) | pub const YELLOW_DYE: Item = Item { constant YELLOW_GLAZED_TERRACOTTA (line 33190) | pub const YELLOW_GLAZED_TERRACOTTA: Item = Item { constant YELLOW_HARNESS (line 33209) | pub const YELLOW_HARNESS: Item = Item { constant YELLOW_SHULKER_BOX (line 33246) | pub const YELLOW_SHULKER_BOX: Item = Item { constant YELLOW_STAINED_GLASS (line 33265) | pub const YELLOW_STAINED_GLASS: Item = Item { constant YELLOW_STAINED_GLASS_PANE (line 33284) | pub const YELLOW_STAINED_GLASS_PANE: Item = Item { constant YELLOW_TERRACOTTA (line 33303) | pub const YELLOW_TERRACOTTA: Item = Item { constant YELLOW_WOOL (line 33322) | pub const YELLOW_WOOL: Item = Item { constant ZOGLIN_SPAWN_EGG (line 33341) | pub const ZOGLIN_SPAWN_EGG: Item = Item { constant ZOMBIE_HEAD (line 33360) | pub const ZOMBIE_HEAD: Item = Item { constant ZOMBIE_HORSE_SPAWN_EGG (line 33401) | pub const ZOMBIE_HORSE_SPAWN_EGG: Item = Item { constant ZOMBIE_NAUTILUS_SPAWN_EGG (line 33420) | pub const ZOMBIE_NAUTILUS_SPAWN_EGG: Item = Item { constant ZOMBIE_SPAWN_EGG (line 33439) | pub const ZOMBIE_SPAWN_EGG: Item = Item { constant ZOMBIE_VILLAGER_SPAWN_EGG (line 33458) | pub const ZOMBIE_VILLAGER_SPAWN_EGG: Item = Item { constant ZOMBIFIED_PIGLIN_SPAWN_EGG (line 33477) | pub const ZOMBIFIED_PIGLIN_SPAWN_EGG: Item = Item { method translated_name (line 33496) | pub fn translated_name(&self) -> TextComponent { method from_registry_key (line 33512) | pub fn from_registry_key(name: &str) -> Option<&'static Self> { method from_id (line 35038) | pub const fn from_id(id: u16) -> Option<&'static Self> { method eq (line 20) | fn eq(&self, other: &Self) -> bool { method hash (line 26) | fn hash(&self, state: &mut H) { method tag_key (line 36551) | fn tag_key() -> RegistryKey { method registry_key (line 36555) | fn registry_key(&self) -> &str { method registry_id (line 36559) | fn registry_id(&self) -> u16 { FILE: pumpkin-data/src/generated/item_id_remap.rs constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21 (line 3) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_TO_V_1_21_11 (line 87) | const ITEM_ID_REMAP_V_1_21_TO_V_1_21_11: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_2 (line 169) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_2: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_2_TO_V_1_21_11 (line 254) | const ITEM_ID_REMAP_V_1_21_2_TO_V_1_21_11: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_4 (line 337) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_4: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_4_TO_V_1_21_11 (line 422) | const ITEM_ID_REMAP_V_1_21_4_TO_V_1_21_11: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_5 (line 505) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_5: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_5_TO_V_1_21_11 (line 590) | const ITEM_ID_REMAP_V_1_21_5_TO_V_1_21_11: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_6 (line 673) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_6: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_6_TO_V_1_21_11 (line 758) | const ITEM_ID_REMAP_V_1_21_6_TO_V_1_21_11: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_7 (line 842) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_7: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_7_TO_V_1_21_11 (line 927) | const ITEM_ID_REMAP_V_1_21_7_TO_V_1_21_11: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_9 (line 1011) | const ITEM_ID_REMAP_V_1_21_11_TO_V_1_21_9: &[u16] = &[ constant ITEM_ID_REMAP_V_1_21_9_TO_V_1_21_11 (line 1097) | const ITEM_ID_REMAP_V_1_21_9_TO_V_1_21_11: &[u16] = &[ function remap_item_id_for_version (line 1183) | pub fn remap_item_id_for_version(item_id: u16, version: MinecraftVersion... function remap_item_id_from_version (line 1217) | pub fn remap_item_id_from_version(item_id: u16, version: MinecraftVersio... FILE: pumpkin-data/src/generated/jukebox_song.rs type JukeboxSong (line 4) | pub enum JukeboxSong { method from_name (line 29) | pub fn from_name(name: &str) -> Option { method to_name (line 56) | pub const fn to_name(&self) -> &'static str { method get_id (line 82) | pub const fn get_id(&self) -> u32 { method comparator_output (line 108) | pub const fn comparator_output(&self) -> u8 { method length_in_seconds (line 134) | pub const fn length_in_seconds(&self) -> u32 { method length_in_ticks (line 160) | pub const fn length_in_ticks(&self) -> u64 { FILE: pumpkin-data/src/generated/message_type.rs constant CHAT (line 2) | pub const CHAT: u8 = 0u8; constant EMOTE_COMMAND (line 3) | pub const EMOTE_COMMAND: u8 = 1u8; constant MSG_COMMAND_INCOMING (line 4) | pub const MSG_COMMAND_INCOMING: u8 = 2u8; constant MSG_COMMAND_OUTGOING (line 5) | pub const MSG_COMMAND_OUTGOING: u8 = 3u8; constant SAY_COMMAND (line 6) | pub const SAY_COMMAND: u8 = 4u8; constant TEAM_MSG_COMMAND_INCOMING (line 7) | pub const TEAM_MSG_COMMAND_INCOMING: u8 = 5u8; constant TEAM_MSG_COMMAND_OUTGOING (line 8) | pub const TEAM_MSG_COMMAND_OUTGOING: u8 = 6u8; constant RAW (line 9) | pub const RAW: u8 = 7u8; FILE: pumpkin-data/src/generated/meta_data_type.rs type MetaDataType (line 3) | pub struct MetaDataType { constant ARM (line 14) | pub const ARM: MetaDataType = MetaDataType { constant ARMADILLO_STATE (line 24) | pub const ARMADILLO_STATE: MetaDataType = MetaDataType { constant BLOCK_POS (line 34) | pub const BLOCK_POS: MetaDataType = MetaDataType { constant BLOCK_STATE (line 44) | pub const BLOCK_STATE: MetaDataType = MetaDataType { constant BOOLEAN (line 54) | pub const BOOLEAN: MetaDataType = MetaDataType { constant BYTE (line 64) | pub const BYTE: MetaDataType = MetaDataType { constant CAT_VARIANT (line 74) | pub const CAT_VARIANT: MetaDataType = MetaDataType { constant CHICKEN_VARIANT (line 84) | pub const CHICKEN_VARIANT: MetaDataType = MetaDataType { constant COPPER_GOLEM_STATE (line 94) | pub const COPPER_GOLEM_STATE: MetaDataType = MetaDataType { constant COW_VARIANT (line 104) | pub const COW_VARIANT: MetaDataType = MetaDataType { constant ENTITY_POSE (line 114) | pub const ENTITY_POSE: MetaDataType = MetaDataType { constant FACING (line 124) | pub const FACING: MetaDataType = MetaDataType { constant FLOAT (line 134) | pub const FLOAT: MetaDataType = MetaDataType { constant FROG_VARIANT (line 144) | pub const FROG_VARIANT: MetaDataType = MetaDataType { constant INTEGER (line 154) | pub const INTEGER: MetaDataType = MetaDataType { constant ITEM_STACK (line 164) | pub const ITEM_STACK: MetaDataType = MetaDataType { constant LAZY_ENTITY_REFERENCE (line 174) | pub const LAZY_ENTITY_REFERENCE: MetaDataType = MetaDataType { constant LONG (line 184) | pub const LONG: MetaDataType = MetaDataType { constant NBT_COMPOUND (line 194) | pub const NBT_COMPOUND: MetaDataType = MetaDataType { constant OPTIONAL_BLOCK_POS (line 204) | pub const OPTIONAL_BLOCK_POS: MetaDataType = MetaDataType { constant OPTIONAL_BLOCK_STATE (line 214) | pub const OPTIONAL_BLOCK_STATE: MetaDataType = MetaDataType { constant OPTIONAL_GLOBAL_POS (line 224) | pub const OPTIONAL_GLOBAL_POS: MetaDataType = MetaDataType { constant OPTIONAL_INT (line 234) | pub const OPTIONAL_INT: MetaDataType = MetaDataType { constant OPTIONAL_TEXT_COMPONENT (line 244) | pub const OPTIONAL_TEXT_COMPONENT: MetaDataType = MetaDataType { constant OPTIONAL_UUID (line 254) | pub const OPTIONAL_UUID: MetaDataType = MetaDataType { constant OXIDATION_LEVEL (line 264) | pub const OXIDATION_LEVEL: MetaDataType = MetaDataType { constant PAINTING_VARIANT (line 274) | pub const PAINTING_VARIANT: MetaDataType = MetaDataType { constant PARTICLE (line 284) | pub const PARTICLE: MetaDataType = MetaDataType { constant PARTICLE_LIST (line 294) | pub const PARTICLE_LIST: MetaDataType = MetaDataType { constant PIG_VARIANT (line 304) | pub const PIG_VARIANT: MetaDataType = MetaDataType { constant PROFILE (line 314) | pub const PROFILE: MetaDataType = MetaDataType { constant QUATERNION_F (line 324) | pub const QUATERNION_F: MetaDataType = MetaDataType { constant ROTATION (line 334) | pub const ROTATION: MetaDataType = MetaDataType { constant SNIFFER_STATE (line 344) | pub const SNIFFER_STATE: MetaDataType = MetaDataType { constant STRING (line 354) | pub const STRING: MetaDataType = MetaDataType { constant TEXT_COMPONENT (line 364) | pub const TEXT_COMPONENT: MetaDataType = MetaDataType { constant VECTOR_3F (line 374) | pub const VECTOR_3F: MetaDataType = MetaDataType { constant VILLAGER_DATA (line 384) | pub const VILLAGER_DATA: MetaDataType = MetaDataType { constant WOLF_SOUND_VARIANT (line 394) | pub const WOLF_SOUND_VARIANT: MetaDataType = MetaDataType { constant WOLF_VARIANT (line 404) | pub const WOLF_VARIANT: MetaDataType = MetaDataType { constant ZOMBIE_NAUTILUS_VARIANT (line 414) | pub const ZOMBIE_NAUTILUS_VARIANT: MetaDataType = MetaDataType { method id (line 424) | pub const fn id(&self, version: pumpkin_util::version::MinecraftVersio... FILE: pumpkin-data/src/generated/noise_parameter.rs type DoublePerlinNoiseParameters (line 2) | pub struct DoublePerlinNoiseParameters { method new (line 8) | pub const fn new(first_octave: i32, amplitudes: &'static [f64], id: &'... method id (line 15) | pub const fn id(&self) -> &'static str { method id_to_parameters (line 18) | pub fn id_to_parameters(id: &str) -> Option<&DoublePerlinNoiseParamete... constant AQUIFER_BARRIER (line 83) | pub const AQUIFER_BARRIER: DoublePerlinNoiseParameters = constant AQUIFER_FLUID_LEVEL_FLOODEDNESS (line 85) | pub const AQUIFER_FLUID_LEVEL_FLOODEDNESS: DoublePerlinNoiseParameters = constant AQUIFER_FLUID_LEVEL_SPREAD (line 91) | pub const AQUIFER_FLUID_LEVEL_SPREAD: DoublePerlinNoiseParameters = constant AQUIFER_LAVA (line 93) | pub const AQUIFER_LAVA: DoublePerlinNoiseParameters = constant BADLANDS_PILLAR (line 95) | pub const BADLANDS_PILLAR: DoublePerlinNoiseParameters = DoublePerlinN... constant BADLANDS_PILLAR_ROOF (line 100) | pub const BADLANDS_PILLAR_ROOF: DoublePerlinNoiseParameters = constant BADLANDS_SURFACE (line 102) | pub const BADLANDS_SURFACE: DoublePerlinNoiseParameters = constant CALCITE (line 104) | pub const CALCITE: DoublePerlinNoiseParameters = constant CAVE_CHEESE (line 106) | pub const CAVE_CHEESE: DoublePerlinNoiseParameters = DoublePerlinNoise... constant CAVE_ENTRANCE (line 111) | pub const CAVE_ENTRANCE: DoublePerlinNoiseParameters = constant CAVE_LAYER (line 113) | pub const CAVE_LAYER: DoublePerlinNoiseParameters = constant CLAY_BANDS_OFFSET (line 115) | pub const CLAY_BANDS_OFFSET: DoublePerlinNoiseParameters = constant CONTINENTALNESS (line 117) | pub const CONTINENTALNESS: DoublePerlinNoiseParameters = DoublePerlinN... constant CONTINENTALNESS_LARGE (line 122) | pub const CONTINENTALNESS_LARGE: DoublePerlinNoiseParameters = DoubleP... constant EROSION (line 127) | pub const EROSION: DoublePerlinNoiseParameters = DoublePerlinNoisePara... constant EROSION_LARGE (line 132) | pub const EROSION_LARGE: DoublePerlinNoiseParameters = DoublePerlinNoi... constant GRAVEL (line 137) | pub const GRAVEL: DoublePerlinNoiseParameters = constant GRAVEL_LAYER (line 139) | pub const GRAVEL_LAYER: DoublePerlinNoiseParameters = DoublePerlinNois... constant ICE (line 154) | pub const ICE: DoublePerlinNoiseParameters = constant ICEBERG_PILLAR (line 156) | pub const ICEBERG_PILLAR: DoublePerlinNoiseParameters = DoublePerlinNo... constant ICEBERG_PILLAR_ROOF (line 161) | pub const ICEBERG_PILLAR_ROOF: DoublePerlinNoiseParameters = constant ICEBERG_SURFACE (line 163) | pub const ICEBERG_SURFACE: DoublePerlinNoiseParameters = constant JAGGED (line 165) | pub const JAGGED: DoublePerlinNoiseParameters = DoublePerlinNoiseParam... constant NETHER_STATE_SELECTOR (line 173) | pub const NETHER_STATE_SELECTOR: DoublePerlinNoiseParameters = constant NETHER_WART (line 175) | pub const NETHER_WART: DoublePerlinNoiseParameters = DoublePerlinNoise... constant NETHERRACK (line 180) | pub const NETHERRACK: DoublePerlinNoiseParameters = DoublePerlinNoiseP... constant NOODLE (line 185) | pub const NOODLE: DoublePerlinNoiseParameters = constant NOODLE_RIDGE_A (line 187) | pub const NOODLE_RIDGE_A: DoublePerlinNoiseParameters = constant NOODLE_RIDGE_B (line 189) | pub const NOODLE_RIDGE_B: DoublePerlinNoiseParameters = constant NOODLE_THICKNESS (line 191) | pub const NOODLE_THICKNESS: DoublePerlinNoiseParameters = constant OFFSET (line 193) | pub const OFFSET: DoublePerlinNoiseParameters = constant ORE_GAP (line 195) | pub const ORE_GAP: DoublePerlinNoiseParameters = constant ORE_VEIN_A (line 197) | pub const ORE_VEIN_A: DoublePerlinNoiseParameters = constant ORE_VEIN_B (line 199) | pub const ORE_VEIN_B: DoublePerlinNoiseParameters = constant ORE_VEININESS (line 201) | pub const ORE_VEININESS: DoublePerlinNoiseParameters = constant PACKED_ICE (line 203) | pub const PACKED_ICE: DoublePerlinNoiseParameters = constant PATCH (line 205) | pub const PATCH: DoublePerlinNoiseParameters = DoublePerlinNoiseParame... constant PILLAR (line 210) | pub const PILLAR: DoublePerlinNoiseParameters = constant PILLAR_RARENESS (line 212) | pub const PILLAR_RARENESS: DoublePerlinNoiseParameters = constant PILLAR_THICKNESS (line 214) | pub const PILLAR_THICKNESS: DoublePerlinNoiseParameters = constant POWDER_SNOW (line 216) | pub const POWDER_SNOW: DoublePerlinNoiseParameters = constant RIDGE (line 218) | pub const RIDGE: DoublePerlinNoiseParameters = DoublePerlinNoiseParame... constant SOUL_SAND_LAYER (line 223) | pub const SOUL_SAND_LAYER: DoublePerlinNoiseParameters = DoublePerlinN... constant SPAGHETTI_2D (line 238) | pub const SPAGHETTI_2D: DoublePerlinNoiseParameters = constant SPAGHETTI_2D_ELEVATION (line 240) | pub const SPAGHETTI_2D_ELEVATION: DoublePerlinNoiseParameters = constant SPAGHETTI_2D_MODULATOR (line 242) | pub const SPAGHETTI_2D_MODULATOR: DoublePerlinNoiseParameters = constant SPAGHETTI_2D_THICKNESS (line 244) | pub const SPAGHETTI_2D_THICKNESS: DoublePerlinNoiseParameters = constant SPAGHETTI_3D_1 (line 246) | pub const SPAGHETTI_3D_1: DoublePerlinNoiseParameters = constant SPAGHETTI_3D_2 (line 248) | pub const SPAGHETTI_3D_2: DoublePerlinNoiseParameters = constant SPAGHETTI_3D_RARITY (line 250) | pub const SPAGHETTI_3D_RARITY: DoublePerlinNoiseParameters = constant SPAGHETTI_3D_THICKNESS (line 252) | pub const SPAGHETTI_3D_THICKNESS: DoublePerlinNoiseParameters = constant SPAGHETTI_ROUGHNESS (line 254) | pub const SPAGHETTI_ROUGHNESS: DoublePerlinNoiseParameters = constant SPAGHETTI_ROUGHNESS_MODULATOR (line 256) | pub const SPAGHETTI_ROUGHNESS_MODULATOR: DoublePerlinNoiseParameters = constant SURFACE (line 258) | pub const SURFACE: DoublePerlinNoiseParameters = constant SURFACE_SECONDARY (line 260) | pub const SURFACE_SECONDARY: DoublePerlinNoiseParameters = DoublePerli... constant SURFACE_SWAMP (line 265) | pub const SURFACE_SWAMP: DoublePerlinNoiseParameters = constant TEMPERATURE (line 267) | pub const TEMPERATURE: DoublePerlinNoiseParameters = DoublePerlinNoise... constant TEMPERATURE_LARGE (line 272) | pub const TEMPERATURE_LARGE: DoublePerlinNoiseParameters = DoublePerli... constant VEGETATION (line 277) | pub const VEGETATION: DoublePerlinNoiseParameters = DoublePerlinNoiseP... constant VEGETATION_LARGE (line 282) | pub const VEGETATION_LARGE: DoublePerlinNoiseParameters = DoublePerlin... FILE: pumpkin-data/src/generated/noise_router.rs type NoiseData (line 3) | pub struct NoiseData { type ShiftedNoiseData (line 8) | pub struct ShiftedNoiseData { type WeirdScaledMapper (line 14) | pub enum WeirdScaledMapper { method max_multiplier (line 20) | pub fn max_multiplier(&self) -> f64 { method scale (line 27) | pub fn scale(&self, value: f64) -> f64 { type WeirdScaledData (line 56) | pub struct WeirdScaledData { type InterpolatedNoiseSamplerData (line 60) | pub struct InterpolatedNoiseSamplerData { type ClampedYGradientData (line 67) | pub struct ClampedYGradientData { type BinaryOperation (line 74) | pub enum BinaryOperation { type BinaryData (line 80) | pub struct BinaryData { type LinearOperation (line 84) | pub enum LinearOperation { type LinearData (line 88) | pub struct LinearData { method apply_density (line 94) | pub fn apply_density(&self, density: f64) -> f64 { type UnaryOperation (line 102) | pub enum UnaryOperation { type UnaryData (line 110) | pub struct UnaryData { method apply_density (line 115) | pub fn apply_density(&self, density: f64) -> f64 { type ClampData (line 141) | pub struct ClampData { method apply_density (line 147) | pub fn apply_density(&self, density: f64) -> f64 { type RangeChoiceData (line 151) | pub struct RangeChoiceData { type SplinePoint (line 155) | pub struct SplinePoint { type SplineRepr (line 160) | pub enum SplineRepr { type WrapperType (line 170) | pub enum WrapperType { type BaseNoiseFunctionComponent (line 177) | pub enum BaseNoiseFunctionComponent { type BaseNoiseRouter (line 244) | pub struct BaseNoiseRouter { type BaseSurfaceEstimator (line 257) | pub struct BaseSurfaceEstimator { type BaseMultiNoiseRouter (line 260) | pub struct BaseMultiNoiseRouter { type BaseNoiseRouters (line 269) | pub struct BaseNoiseRouters { constant OVERWORLD_BASE_NOISE_ROUTER (line 274) | pub const OVERWORLD_BASE_NOISE_ROUTER: BaseNoiseRouters = BaseNoiseRoute... constant NETHER_BASE_NOISE_ROUTER (line 8868) | pub const NETHER_BASE_NOISE_ROUTER: BaseNoiseRouters = BaseNoiseRouters { constant END_BASE_NOISE_ROUTER (line 9040) | pub const END_BASE_NOISE_ROUTER: BaseNoiseRouters = BaseNoiseRouters { FILE: pumpkin-data/src/generated/packet.rs constant CURRENT_MC_VERSION (line 3) | pub const CURRENT_MC_VERSION: MinecraftVersion = pumpkin_util::version::... constant LOWEST_SUPPORTED_MC_VERSION (line 4) | pub const LOWEST_SUPPORTED_MC_VERSION: MinecraftVersion = MinecraftVersi... type PacketId (line 6) | pub struct PacketId { method to_id (line 19) | pub fn to_id(&self, version: MinecraftVersion) -> i32 { method eq (line 34) | fn eq(&self, other: &i32) -> bool { function eq (line 39) | fn eq(&self, other: &PacketId) -> bool { constant CONFIG_ACCEPT_CODE_OF_CONDUCT (line 44) | pub const CONFIG_ACCEPT_CODE_OF_CONDUCT: super::PacketId = super::Packet... constant CONFIG_CLIENT_INFORMATION (line 54) | pub const CONFIG_CLIENT_INFORMATION: super::PacketId = super::PacketId { constant CONFIG_COOKIE_RESPONSE (line 64) | pub const CONFIG_COOKIE_RESPONSE: super::PacketId = super::PacketId { constant CONFIG_CUSTOM_CLICK_ACTION (line 74) | pub const CONFIG_CUSTOM_CLICK_ACTION: super::PacketId = super::PacketId { constant CONFIG_CUSTOM_PAYLOAD (line 84) | pub const CONFIG_CUSTOM_PAYLOAD: super::PacketId = super::PacketId { constant CONFIG_FINISH_CONFIGURATION (line 94) | pub const CONFIG_FINISH_CONFIGURATION: super::PacketId = super::PacketId { constant CONFIG_KEEP_ALIVE (line 104) | pub const CONFIG_KEEP_ALIVE: super::PacketId = super::PacketId { constant CONFIG_PONG (line 114) | pub const CONFIG_PONG: super::PacketId = super::PacketId { constant CONFIG_RESOURCE_PACK (line 124) | pub const CONFIG_RESOURCE_PACK: super::PacketId = super::PacketId { constant CONFIG_SELECT_KNOWN_PACKS (line 134) | pub const CONFIG_SELECT_KNOWN_PACKS: super::PacketId = super::PacketId { constant HANDSHAKE_INTENTION (line 144) | pub const HANDSHAKE_INTENTION: super::PacketId = super::PacketId { constant LOGIN_COOKIE_RESPONSE (line 154) | pub const LOGIN_COOKIE_RESPONSE: super::PacketId = super::PacketId { constant LOGIN_CUSTOM_QUERY_ANSWER (line 164) | pub const LOGIN_CUSTOM_QUERY_ANSWER: super::PacketId = super::PacketId { constant LOGIN_HELLO (line 174) | pub const LOGIN_HELLO: super::PacketId = super::PacketId { constant LOGIN_KEY (line 184) | pub const LOGIN_KEY: super::PacketId = super::PacketId { constant LOGIN_LOGIN_ACKNOWLEDGED (line 194) | pub const LOGIN_LOGIN_ACKNOWLEDGED: super::PacketId = super::PacketId { constant PLAY_ACCEPT_TELEPORTATION (line 204) | pub const PLAY_ACCEPT_TELEPORTATION: super::PacketId = super::PacketId { constant PLAY_BLOCK_ENTITY_TAG_QUERY (line 214) | pub const PLAY_BLOCK_ENTITY_TAG_QUERY: super::PacketId = super::PacketId { constant PLAY_BUNDLE_ITEM_SELECTED (line 224) | pub const PLAY_BUNDLE_ITEM_SELECTED: super::PacketId = super::PacketId { constant PLAY_CHANGE_DIFFICULTY (line 234) | pub const PLAY_CHANGE_DIFFICULTY: super::PacketId = super::PacketId { constant PLAY_CHANGE_GAME_MODE (line 244) | pub const PLAY_CHANGE_GAME_MODE: super::PacketId = super::PacketId { constant PLAY_CHAT (line 254) | pub const PLAY_CHAT: super::PacketId = super::PacketId { constant PLAY_CHAT_ACK (line 264) | pub const PLAY_CHAT_ACK: super::PacketId = super::PacketId { constant PLAY_CHAT_COMMAND (line 274) | pub const PLAY_CHAT_COMMAND: super::PacketId = super::PacketId { constant PLAY_CHAT_COMMAND_SIGNED (line 284) | pub const PLAY_CHAT_COMMAND_SIGNED: super::PacketId = super::PacketId { constant PLAY_CHAT_SESSION_UPDATE (line 294) | pub const PLAY_CHAT_SESSION_UPDATE: super::PacketId = super::PacketId { constant PLAY_CHUNK_BATCH_RECEIVED (line 304) | pub const PLAY_CHUNK_BATCH_RECEIVED: super::PacketId = super::PacketId { constant PLAY_CLIENT_COMMAND (line 314) | pub const PLAY_CLIENT_COMMAND: super::PacketId = super::PacketId { constant PLAY_CLIENT_INFORMATION (line 324) | pub const PLAY_CLIENT_INFORMATION: super::PacketId = super::PacketId { constant PLAY_CLIENT_TICK_END (line 334) | pub const PLAY_CLIENT_TICK_END: super::PacketId = super::PacketId { constant PLAY_COMMAND_SUGGESTION (line 344) | pub const PLAY_COMMAND_SUGGESTION: super::PacketId = super::PacketId { constant PLAY_CONFIGURATION_ACKNOWLEDGED (line 354) | pub const PLAY_CONFIGURATION_ACKNOWLEDGED: super::PacketId = super::Pack... constant PLAY_CONTAINER_BUTTON_CLICK (line 364) | pub const PLAY_CONTAINER_BUTTON_CLICK: super::PacketId = super::PacketId { constant PLAY_CONTAINER_CLICK (line 374) | pub const PLAY_CONTAINER_CLICK: super::PacketId = super::PacketId { constant PLAY_CONTAINER_CLOSE (line 384) | pub const PLAY_CONTAINER_CLOSE: super::PacketId = super::PacketId { constant PLAY_CONTAINER_SLOT_STATE_CHANGED (line 394) | pub const PLAY_CONTAINER_SLOT_STATE_CHANGED: super::PacketId = super::Pa... constant PLAY_COOKIE_RESPONSE (line 404) | pub const PLAY_COOKIE_RESPONSE: super::PacketId = super::PacketId { constant PLAY_CUSTOM_CLICK_ACTION (line 414) | pub const PLAY_CUSTOM_CLICK_ACTION: super::PacketId = super::PacketId { constant PLAY_CUSTOM_PAYLOAD (line 424) | pub const PLAY_CUSTOM_PAYLOAD: super::PacketId = super::PacketId { constant PLAY_DEBUG_SAMPLE_SUBSCRIPTION (line 434) | pub const PLAY_DEBUG_SAMPLE_SUBSCRIPTION: super::PacketId = super::Packe... constant PLAY_DEBUG_SUBSCRIPTION_REQUEST (line 444) | pub const PLAY_DEBUG_SUBSCRIPTION_REQUEST: super::PacketId = super::Pack... constant PLAY_EDIT_BOOK (line 454) | pub const PLAY_EDIT_BOOK: super::PacketId = super::PacketId { constant PLAY_ENTITY_TAG_QUERY (line 464) | pub const PLAY_ENTITY_TAG_QUERY: super::PacketId = super::PacketId { constant PLAY_INTERACT (line 474) | pub const PLAY_INTERACT: super::PacketId = super::PacketId { constant PLAY_JIGSAW_GENERATE (line 484) | pub const PLAY_JIGSAW_GENERATE: super::PacketId = super::PacketId { constant PLAY_KEEP_ALIVE (line 494) | pub const PLAY_KEEP_ALIVE: super::PacketId = super::PacketId { constant PLAY_LOCK_DIFFICULTY (line 504) | pub const PLAY_LOCK_DIFFICULTY: super::PacketId = super::PacketId { constant PLAY_MOVE_PLAYER_POS (line 514) | pub const PLAY_MOVE_PLAYER_POS: super::PacketId = super::PacketId { constant PLAY_MOVE_PLAYER_POS_ROT (line 524) | pub const PLAY_MOVE_PLAYER_POS_ROT: super::PacketId = super::PacketId { constant PLAY_MOVE_PLAYER_ROT (line 534) | pub const PLAY_MOVE_PLAYER_ROT: super::PacketId = super::PacketId { constant PLAY_MOVE_PLAYER_STATUS_ONLY (line 544) | pub const PLAY_MOVE_PLAYER_STATUS_ONLY: super::PacketId = super::PacketId { constant PLAY_MOVE_VEHICLE (line 554) | pub const PLAY_MOVE_VEHICLE: super::PacketId = super::PacketId { constant PLAY_PADDLE_BOAT (line 564) | pub const PLAY_PADDLE_BOAT: super::PacketId = super::PacketId { constant PLAY_PICK_ITEM (line 574) | pub const PLAY_PICK_ITEM: super::PacketId = super::PacketId { constant PLAY_PICK_ITEM_FROM_BLOCK (line 584) | pub const PLAY_PICK_ITEM_FROM_BLOCK: super::PacketId = super::PacketId { constant PLAY_PICK_ITEM_FROM_ENTITY (line 594) | pub const PLAY_PICK_ITEM_FROM_ENTITY: super::PacketId = super::PacketId { constant PLAY_PING_REQUEST (line 604) | pub const PLAY_PING_REQUEST: super::PacketId = super::PacketId { constant PLAY_PLACE_RECIPE (line 614) | pub const PLAY_PLACE_RECIPE: super::PacketId = super::PacketId { constant PLAY_PLAYER_ABILITIES (line 624) | pub const PLAY_PLAYER_ABILITIES: super::PacketId = super::PacketId { constant PLAY_PLAYER_ACTION (line 634) | pub const PLAY_PLAYER_ACTION: super::PacketId = super::PacketId { constant PLAY_PLAYER_COMMAND (line 644) | pub const PLAY_PLAYER_COMMAND: super::PacketId = super::PacketId { constant PLAY_PLAYER_INPUT (line 654) | pub const PLAY_PLAYER_INPUT: super::PacketId = super::PacketId { constant PLAY_PLAYER_LOADED (line 664) | pub const PLAY_PLAYER_LOADED: super::PacketId = super::PacketId { constant PLAY_PONG (line 674) | pub const PLAY_PONG: super::PacketId = super::PacketId { constant PLAY_RECIPE_BOOK_CHANGE_SETTINGS (line 684) | pub const PLAY_RECIPE_BOOK_CHANGE_SETTINGS: super::PacketId = super::Pac... constant PLAY_RECIPE_BOOK_SEEN_RECIPE (line 694) | pub const PLAY_RECIPE_BOOK_SEEN_RECIPE: super::PacketId = super::PacketId { constant PLAY_RENAME_ITEM (line 704) | pub const PLAY_RENAME_ITEM: super::PacketId = super::PacketId { constant PLAY_RESOURCE_PACK (line 714) | pub const PLAY_RESOURCE_PACK: super::PacketId = super::PacketId { constant PLAY_SEEN_ADVANCEMENTS (line 724) | pub const PLAY_SEEN_ADVANCEMENTS: super::PacketId = super::PacketId { constant PLAY_SELECT_TRADE (line 734) | pub const PLAY_SELECT_TRADE: super::PacketId = super::PacketId { constant PLAY_SET_BEACON (line 744) | pub const PLAY_SET_BEACON: super::PacketId = super::PacketId { constant PLAY_SET_CARRIED_ITEM (line 754) | pub const PLAY_SET_CARRIED_ITEM: super::PacketId = super::PacketId { constant PLAY_SET_COMMAND_BLOCK (line 764) | pub const PLAY_SET_COMMAND_BLOCK: super::PacketId = super::PacketId { constant PLAY_SET_COMMAND_MINECART (line 774) | pub const PLAY_SET_COMMAND_MINECART: super::PacketId = super::PacketId { constant PLAY_SET_CREATIVE_MODE_SLOT (line 784) | pub const PLAY_SET_CREATIVE_MODE_SLOT: super::PacketId = super::PacketId { constant PLAY_SET_JIGSAW_BLOCK (line 794) | pub const PLAY_SET_JIGSAW_BLOCK: super::PacketId = super::PacketId { constant PLAY_SET_STRUCTURE_BLOCK (line 804) | pub const PLAY_SET_STRUCTURE_BLOCK: super::PacketId = super::PacketId { constant PLAY_SET_TEST_BLOCK (line 814) | pub const PLAY_SET_TEST_BLOCK: super::PacketId = super::PacketId { constant PLAY_SIGN_UPDATE (line 824) | pub const PLAY_SIGN_UPDATE: super::PacketId = super::PacketId { constant PLAY_SWING (line 834) | pub const PLAY_SWING: super::PacketId = super::PacketId { constant PLAY_TELEPORT_TO_ENTITY (line 844) | pub const PLAY_TELEPORT_TO_ENTITY: super::PacketId = super::PacketId { constant PLAY_TEST_INSTANCE_BLOCK_ACTION (line 854) | pub const PLAY_TEST_INSTANCE_BLOCK_ACTION: super::PacketId = super::Pack... constant PLAY_USE_ITEM (line 864) | pub const PLAY_USE_ITEM: super::PacketId = super::PacketId { constant PLAY_USE_ITEM_ON (line 874) | pub const PLAY_USE_ITEM_ON: super::PacketId = super::PacketId { constant STATUS_PING_REQUEST (line 884) | pub const STATUS_PING_REQUEST: super::PacketId = super::PacketId { constant STATUS_STATUS_REQUEST (line 894) | pub const STATUS_STATUS_REQUEST: super::PacketId = super::PacketId { constant CONFIG_CLEAR_DIALOG (line 906) | pub const CONFIG_CLEAR_DIALOG: super::PacketId = super::PacketId { constant CONFIG_CODE_OF_CONDUCT (line 916) | pub const CONFIG_CODE_OF_CONDUCT: super::PacketId = super::PacketId { constant CONFIG_COOKIE_REQUEST (line 926) | pub const CONFIG_COOKIE_REQUEST: super::PacketId = super::PacketId { constant CONFIG_CUSTOM_PAYLOAD (line 936) | pub const CONFIG_CUSTOM_PAYLOAD: super::PacketId = super::PacketId { constant CONFIG_CUSTOM_REPORT_DETAILS (line 946) | pub const CONFIG_CUSTOM_REPORT_DETAILS: super::PacketId = super::PacketId { constant CONFIG_DISCONNECT (line 956) | pub const CONFIG_DISCONNECT: super::PacketId = super::PacketId { constant CONFIG_FINISH_CONFIGURATION (line 966) | pub const CONFIG_FINISH_CONFIGURATION: super::PacketId = super::PacketId { constant CONFIG_KEEP_ALIVE (line 976) | pub const CONFIG_KEEP_ALIVE: super::PacketId = super::PacketId { constant CONFIG_PING (line 986) | pub const CONFIG_PING: super::PacketId = super::PacketId { constant CONFIG_REGISTRY_DATA (line 996) | pub const CONFIG_REGISTRY_DATA: super::PacketId = super::PacketId { constant CONFIG_RESET_CHAT (line 1006) | pub const CONFIG_RESET_CHAT: super::PacketId = super::PacketId { constant CONFIG_RESOURCE_PACK_POP (line 1016) | pub const CONFIG_RESOURCE_PACK_POP: super::PacketId = super::PacketId { constant CONFIG_RESOURCE_PACK_PUSH (line 1026) | pub const CONFIG_RESOURCE_PACK_PUSH: super::PacketId = super::PacketId { constant CONFIG_SELECT_KNOWN_PACKS (line 1036) | pub const CONFIG_SELECT_KNOWN_PACKS: super::PacketId = super::PacketId { constant CONFIG_SERVER_LINKS (line 1046) | pub const CONFIG_SERVER_LINKS: super::PacketId = super::PacketId { constant CONFIG_SHOW_DIALOG (line 1056) | pub const CONFIG_SHOW_DIALOG: super::PacketId = super::PacketId { constant CONFIG_STORE_COOKIE (line 1066) | pub const CONFIG_STORE_COOKIE: super::PacketId = super::PacketId { constant CONFIG_TRANSFER (line 1076) | pub const CONFIG_TRANSFER: super::PacketId = super::PacketId { constant CONFIG_UPDATE_ENABLED_FEATURES (line 1086) | pub const CONFIG_UPDATE_ENABLED_FEATURES: super::PacketId = super::Packe... constant CONFIG_UPDATE_TAGS (line 1096) | pub const CONFIG_UPDATE_TAGS: super::PacketId = super::PacketId { constant LOGIN_COOKIE_REQUEST (line 1106) | pub const LOGIN_COOKIE_REQUEST: super::PacketId = super::PacketId { constant LOGIN_CUSTOM_QUERY (line 1116) | pub const LOGIN_CUSTOM_QUERY: super::PacketId = super::PacketId { constant LOGIN_GAME_PROFILE (line 1126) | pub const LOGIN_GAME_PROFILE: super::PacketId = super::PacketId { constant LOGIN_HELLO (line 1136) | pub const LOGIN_HELLO: super::PacketId = super::PacketId { constant LOGIN_LOGIN_COMPRESSION (line 1146) | pub const LOGIN_LOGIN_COMPRESSION: super::PacketId = super::PacketId { constant LOGIN_LOGIN_DISCONNECT (line 1156) | pub const LOGIN_LOGIN_DISCONNECT: super::PacketId = super::PacketId { constant LOGIN_LOGIN_FINISHED (line 1166) | pub const LOGIN_LOGIN_FINISHED: super::PacketId = super::PacketId { constant PLAY_ADD_ENTITY (line 1176) | pub const PLAY_ADD_ENTITY: super::PacketId = super::PacketId { constant PLAY_ADD_EXPERIENCE_ORB (line 1186) | pub const PLAY_ADD_EXPERIENCE_ORB: super::PacketId = super::PacketId { constant PLAY_ANIMATE (line 1196) | pub const PLAY_ANIMATE: super::PacketId = super::PacketId { constant PLAY_AWARD_STATS (line 1206) | pub const PLAY_AWARD_STATS: super::PacketId = super::PacketId { constant PLAY_BLOCK_CHANGED_ACK (line 1216) | pub const PLAY_BLOCK_CHANGED_ACK: super::PacketId = super::PacketId { constant PLAY_BLOCK_DESTRUCTION (line 1226) | pub const PLAY_BLOCK_DESTRUCTION: super::PacketId = super::PacketId { constant PLAY_BLOCK_ENTITY_DATA (line 1236) | pub const PLAY_BLOCK_ENTITY_DATA: super::PacketId = super::PacketId { constant PLAY_BLOCK_EVENT (line 1246) | pub const PLAY_BLOCK_EVENT: super::PacketId = super::PacketId { constant PLAY_BLOCK_UPDATE (line 1256) | pub const PLAY_BLOCK_UPDATE: super::PacketId = super::PacketId { constant PLAY_BOSS_EVENT (line 1266) | pub const PLAY_BOSS_EVENT: super::PacketId = super::PacketId { constant PLAY_BUNDLE_DELIMITER (line 1276) | pub const PLAY_BUNDLE_DELIMITER: super::PacketId = super::PacketId { constant PLAY_CHANGE_DIFFICULTY (line 1286) | pub const PLAY_CHANGE_DIFFICULTY: super::PacketId = super::PacketId { constant PLAY_CHUNKS_BIOMES (line 1296) | pub const PLAY_CHUNKS_BIOMES: super::PacketId = super::PacketId { constant PLAY_CHUNK_BATCH_FINISHED (line 1306) | pub const PLAY_CHUNK_BATCH_FINISHED: super::PacketId = super::PacketId { constant PLAY_CHUNK_BATCH_START (line 1316) | pub const PLAY_CHUNK_BATCH_START: super::PacketId = super::PacketId { constant PLAY_CLEAR_DIALOG (line 1326) | pub const PLAY_CLEAR_DIALOG: super::PacketId = super::PacketId { constant PLAY_CLEAR_TITLES (line 1336) | pub const PLAY_CLEAR_TITLES: super::PacketId = super::PacketId { constant PLAY_COMMANDS (line 1346) | pub const PLAY_COMMANDS: super::PacketId = super::PacketId { constant PLAY_COMMAND_SUGGESTIONS (line 1356) | pub const PLAY_COMMAND_SUGGESTIONS: super::PacketId = super::PacketId { constant PLAY_CONTAINER_CLOSE (line 1366) | pub const PLAY_CONTAINER_CLOSE: super::PacketId = super::PacketId { constant PLAY_CONTAINER_SET_CONTENT (line 1376) | pub const PLAY_CONTAINER_SET_CONTENT: super::PacketId = super::PacketId { constant PLAY_CONTAINER_SET_DATA (line 1386) | pub const PLAY_CONTAINER_SET_DATA: super::PacketId = super::PacketId { constant PLAY_CONTAINER_SET_SLOT (line 1396) | pub const PLAY_CONTAINER_SET_SLOT: super::PacketId = super::PacketId { constant PLAY_COOKIE_REQUEST (line 1406) | pub const PLAY_COOKIE_REQUEST: super::PacketId = super::PacketId { constant PLAY_COOLDOWN (line 1416) | pub const PLAY_COOLDOWN: super::PacketId = super::PacketId { constant PLAY_CUSTOM_CHAT_COMPLETIONS (line 1426) | pub const PLAY_CUSTOM_CHAT_COMPLETIONS: super::PacketId = super::PacketId { constant PLAY_CUSTOM_PAYLOAD (line 1436) | pub const PLAY_CUSTOM_PAYLOAD: super::PacketId = super::PacketId { constant PLAY_CUSTOM_REPORT_DETAILS (line 1446) | pub const PLAY_CUSTOM_REPORT_DETAILS: super::PacketId = super::PacketId { constant PLAY_DAMAGE_EVENT (line 1456) | pub const PLAY_DAMAGE_EVENT: super::PacketId = super::PacketId { constant PLAY_DEBUG_BLOCK_VALUE (line 1466) | pub const PLAY_DEBUG_BLOCK_VALUE: super::PacketId = super::PacketId { constant PLAY_DEBUG_CHUNK_VALUE (line 1476) | pub const PLAY_DEBUG_CHUNK_VALUE: super::PacketId = super::PacketId { constant PLAY_DEBUG_ENTITY_VALUE (line 1486) | pub const PLAY_DEBUG_ENTITY_VALUE: super::PacketId = super::PacketId { constant PLAY_DEBUG_EVENT (line 1496) | pub const PLAY_DEBUG_EVENT: super::PacketId = super::PacketId { constant PLAY_DEBUG_SAMPLE (line 1506) | pub const PLAY_DEBUG_SAMPLE: super::PacketId = super::PacketId { constant PLAY_DELETE_CHAT (line 1516) | pub const PLAY_DELETE_CHAT: super::PacketId = super::PacketId { constant PLAY_DISCONNECT (line 1526) | pub const PLAY_DISCONNECT: super::PacketId = super::PacketId { constant PLAY_DISGUISED_CHAT (line 1536) | pub const PLAY_DISGUISED_CHAT: super::PacketId = super::PacketId { constant PLAY_ENTITY_EVENT (line 1546) | pub const PLAY_ENTITY_EVENT: super::PacketId = super::PacketId { constant PLAY_ENTITY_POSITION_SYNC (line 1556) | pub const PLAY_ENTITY_POSITION_SYNC: super::PacketId = super::PacketId { constant PLAY_EXPLODE (line 1566) | pub const PLAY_EXPLODE: super::PacketId = super::PacketId { constant PLAY_FORGET_LEVEL_CHUNK (line 1576) | pub const PLAY_FORGET_LEVEL_CHUNK: super::PacketId = super::PacketId { constant PLAY_GAME_EVENT (line 1586) | pub const PLAY_GAME_EVENT: super::PacketId = super::PacketId { constant PLAY_GAME_TEST_HIGHLIGHT_POS (line 1596) | pub const PLAY_GAME_TEST_HIGHLIGHT_POS: super::PacketId = super::PacketId { constant PLAY_HORSE_SCREEN_OPEN (line 1606) | pub const PLAY_HORSE_SCREEN_OPEN: super::PacketId = super::PacketId { constant PLAY_HURT_ANIMATION (line 1616) | pub const PLAY_HURT_ANIMATION: super::PacketId = super::PacketId { constant PLAY_INITIALIZE_BORDER (line 1626) | pub const PLAY_INITIALIZE_BORDER: super::PacketId = super::PacketId { constant PLAY_KEEP_ALIVE (line 1636) | pub const PLAY_KEEP_ALIVE: super::PacketId = super::PacketId { constant PLAY_LEVEL_CHUNK_WITH_LIGHT (line 1646) | pub const PLAY_LEVEL_CHUNK_WITH_LIGHT: super::PacketId = super::PacketId { constant PLAY_LEVEL_EVENT (line 1656) | pub const PLAY_LEVEL_EVENT: super::PacketId = super::PacketId { constant PLAY_LEVEL_PARTICLES (line 1666) | pub const PLAY_LEVEL_PARTICLES: super::PacketId = super::PacketId { constant PLAY_LIGHT_UPDATE (line 1676) | pub const PLAY_LIGHT_UPDATE: super::PacketId = super::PacketId { constant PLAY_LOGIN (line 1686) | pub const PLAY_LOGIN: super::PacketId = super::PacketId { constant PLAY_MAP_ITEM_DATA (line 1696) | pub const PLAY_MAP_ITEM_DATA: super::PacketId = super::PacketId { constant PLAY_MERCHANT_OFFERS (line 1706) | pub const PLAY_MERCHANT_OFFERS: super::PacketId = super::PacketId { constant PLAY_MOUNT_SCREEN_OPEN (line 1716) | pub const PLAY_MOUNT_SCREEN_OPEN: super::PacketId = super::PacketId { constant PLAY_MOVE_ENTITY_POS (line 1726) | pub const PLAY_MOVE_ENTITY_POS: super::PacketId = super::PacketId { constant PLAY_MOVE_ENTITY_POS_ROT (line 1736) | pub const PLAY_MOVE_ENTITY_POS_ROT: super::PacketId = super::PacketId { constant PLAY_MOVE_ENTITY_ROT (line 1746) | pub const PLAY_MOVE_ENTITY_ROT: super::PacketId = super::PacketId { constant PLAY_MOVE_MINECART_ALONG_TRACK (line 1756) | pub const PLAY_MOVE_MINECART_ALONG_TRACK: super::PacketId = super::Packe... constant PLAY_MOVE_VEHICLE (line 1766) | pub const PLAY_MOVE_VEHICLE: super::PacketId = super::PacketId { constant PLAY_OPEN_BOOK (line 1776) | pub const PLAY_OPEN_BOOK: super::PacketId = super::PacketId { constant PLAY_OPEN_SCREEN (line 1786) | pub const PLAY_OPEN_SCREEN: super::PacketId = super::PacketId { constant PLAY_OPEN_SIGN_EDITOR (line 1796) | pub const PLAY_OPEN_SIGN_EDITOR: super::PacketId = super::PacketId { constant PLAY_PING (line 1806) | pub const PLAY_PING: super::PacketId = super::PacketId { constant PLAY_PLACE_GHOST_RECIPE (line 1816) | pub const PLAY_PLACE_GHOST_RECIPE: super::PacketId = super::PacketId { constant PLAY_PLAYER_ABILITIES (line 1826) | pub const PLAY_PLAYER_ABILITIES: super::PacketId = super::PacketId { constant PLAY_PLAYER_CHAT (line 1836) | pub const PLAY_PLAYER_CHAT: super::PacketId = super::PacketId { constant PLAY_PLAYER_COMBAT_END (line 1846) | pub const PLAY_PLAYER_COMBAT_END: super::PacketId = super::PacketId { constant PLAY_PLAYER_COMBAT_ENTER (line 1856) | pub const PLAY_PLAYER_COMBAT_ENTER: super::PacketId = super::PacketId { constant PLAY_PLAYER_COMBAT_KILL (line 1866) | pub const PLAY_PLAYER_COMBAT_KILL: super::PacketId = super::PacketId { constant PLAY_PLAYER_INFO_REMOVE (line 1876) | pub const PLAY_PLAYER_INFO_REMOVE: super::PacketId = super::PacketId { constant PLAY_PLAYER_INFO_UPDATE (line 1886) | pub const PLAY_PLAYER_INFO_UPDATE: super::PacketId = super::PacketId { constant PLAY_PLAYER_LOOK_AT (line 1896) | pub const PLAY_PLAYER_LOOK_AT: super::PacketId = super::PacketId { constant PLAY_PLAYER_POSITION (line 1906) | pub const PLAY_PLAYER_POSITION: super::PacketId = super::PacketId { constant PLAY_PLAYER_ROTATION (line 1916) | pub const PLAY_PLAYER_ROTATION: super::PacketId = super::PacketId { constant PLAY_PONG_RESPONSE (line 1926) | pub const PLAY_PONG_RESPONSE: super::PacketId = super::PacketId { constant PLAY_PROJECTILE_POWER (line 1936) | pub const PLAY_PROJECTILE_POWER: super::PacketId = super::PacketId { constant PLAY_RECIPE (line 1946) | pub const PLAY_RECIPE: super::PacketId = super::PacketId { constant PLAY_RECIPE_BOOK_ADD (line 1956) | pub const PLAY_RECIPE_BOOK_ADD: super::PacketId = super::PacketId { constant PLAY_RECIPE_BOOK_REMOVE (line 1966) | pub const PLAY_RECIPE_BOOK_REMOVE: super::PacketId = super::PacketId { constant PLAY_RECIPE_BOOK_SETTINGS (line 1976) | pub const PLAY_RECIPE_BOOK_SETTINGS: super::PacketId = super::PacketId { constant PLAY_REMOVE_ENTITIES (line 1986) | pub const PLAY_REMOVE_ENTITIES: super::PacketId = super::PacketId { constant PLAY_REMOVE_MOB_EFFECT (line 1996) | pub const PLAY_REMOVE_MOB_EFFECT: super::PacketId = super::PacketId { constant PLAY_RESET_SCORE (line 2006) | pub const PLAY_RESET_SCORE: super::PacketId = super::PacketId { constant PLAY_RESOURCE_PACK_POP (line 2016) | pub const PLAY_RESOURCE_PACK_POP: super::PacketId = super::PacketId { constant PLAY_RESOURCE_PACK_PUSH (line 2026) | pub const PLAY_RESOURCE_PACK_PUSH: super::PacketId = super::PacketId { constant PLAY_RESPAWN (line 2036) | pub const PLAY_RESPAWN: super::PacketId = super::PacketId { constant PLAY_ROTATE_HEAD (line 2046) | pub const PLAY_ROTATE_HEAD: super::PacketId = super::PacketId { constant PLAY_SECTION_BLOCKS_UPDATE (line 2056) | pub const PLAY_SECTION_BLOCKS_UPDATE: super::PacketId = super::PacketId { constant PLAY_SELECT_ADVANCEMENTS_TAB (line 2066) | pub const PLAY_SELECT_ADVANCEMENTS_TAB: super::PacketId = super::PacketId { constant PLAY_SERVER_DATA (line 2076) | pub const PLAY_SERVER_DATA: super::PacketId = super::PacketId { constant PLAY_SERVER_LINKS (line 2086) | pub const PLAY_SERVER_LINKS: super::PacketId = super::PacketId { constant PLAY_SET_ACTION_BAR_TEXT (line 2096) | pub const PLAY_SET_ACTION_BAR_TEXT: super::PacketId = super::PacketId { constant PLAY_SET_BORDER_CENTER (line 2106) | pub const PLAY_SET_BORDER_CENTER: super::PacketId = super::PacketId { constant PLAY_SET_BORDER_LERP_SIZE (line 2116) | pub const PLAY_SET_BORDER_LERP_SIZE: super::PacketId = super::PacketId { constant PLAY_SET_BORDER_SIZE (line 2126) | pub const PLAY_SET_BORDER_SIZE: super::PacketId = super::PacketId { constant PLAY_SET_BORDER_WARNING_DELAY (line 2136) | pub const PLAY_SET_BORDER_WARNING_DELAY: super::PacketId = super::Packet... constant PLAY_SET_BORDER_WARNING_DISTANCE (line 2146) | pub const PLAY_SET_BORDER_WARNING_DISTANCE: super::PacketId = super::Pac... constant PLAY_SET_CAMERA (line 2156) | pub const PLAY_SET_CAMERA: super::PacketId = super::PacketId { constant PLAY_SET_CARRIED_ITEM (line 2166) | pub const PLAY_SET_CARRIED_ITEM: super::PacketId = super::PacketId { constant PLAY_SET_CHUNK_CACHE_CENTER (line 2176) | pub const PLAY_SET_CHUNK_CACHE_CENTER: super::PacketId = super::PacketId { constant PLAY_SET_CHUNK_CACHE_RADIUS (line 2186) | pub const PLAY_SET_CHUNK_CACHE_RADIUS: super::PacketId = super::PacketId { constant PLAY_SET_CURSOR_ITEM (line 2196) | pub const PLAY_SET_CURSOR_ITEM: super::PacketId = super::PacketId { constant PLAY_SET_DEFAULT_SPAWN_POSITION (line 2206) | pub const PLAY_SET_DEFAULT_SPAWN_POSITION: super::PacketId = super::Pack... constant PLAY_SET_DISPLAY_OBJECTIVE (line 2216) | pub const PLAY_SET_DISPLAY_OBJECTIVE: super::PacketId = super::PacketId { constant PLAY_SET_ENTITY_DATA (line 2226) | pub const PLAY_SET_ENTITY_DATA: super::PacketId = super::PacketId { constant PLAY_SET_ENTITY_LINK (line 2236) | pub const PLAY_SET_ENTITY_LINK: super::PacketId = super::PacketId { constant PLAY_SET_ENTITY_MOTION (line 2246) | pub const PLAY_SET_ENTITY_MOTION: super::PacketId = super::PacketId { constant PLAY_SET_EQUIPMENT (line 2256) | pub const PLAY_SET_EQUIPMENT: super::PacketId = super::PacketId { constant PLAY_SET_EXPERIENCE (line 2266) | pub const PLAY_SET_EXPERIENCE: super::PacketId = super::PacketId { constant PLAY_SET_HEALTH (line 2276) | pub const PLAY_SET_HEALTH: super::PacketId = super::PacketId { constant PLAY_SET_HELD_SLOT (line 2286) | pub const PLAY_SET_HELD_SLOT: super::PacketId = super::PacketId { constant PLAY_SET_OBJECTIVE (line 2296) | pub const PLAY_SET_OBJECTIVE: super::PacketId = super::PacketId { constant PLAY_SET_PASSENGERS (line 2306) | pub const PLAY_SET_PASSENGERS: super::PacketId = super::PacketId { constant PLAY_SET_PLAYER_INVENTORY (line 2316) | pub const PLAY_SET_PLAYER_INVENTORY: super::PacketId = super::PacketId { constant PLAY_SET_PLAYER_TEAM (line 2326) | pub const PLAY_SET_PLAYER_TEAM: super::PacketId = super::PacketId { constant PLAY_SET_SCORE (line 2336) | pub const PLAY_SET_SCORE: super::PacketId = super::PacketId { constant PLAY_SET_SIMULATION_DISTANCE (line 2346) | pub const PLAY_SET_SIMULATION_DISTANCE: super::PacketId = super::PacketId { constant PLAY_SET_SUBTITLE_TEXT (line 2356) | pub const PLAY_SET_SUBTITLE_TEXT: super::PacketId = super::PacketId { constant PLAY_SET_TIME (line 2366) | pub const PLAY_SET_TIME: super::PacketId = super::PacketId { constant PLAY_SET_TITLES_ANIMATION (line 2376) | pub const PLAY_SET_TITLES_ANIMATION: super::PacketId = super::PacketId { constant PLAY_SET_TITLE_TEXT (line 2386) | pub const PLAY_SET_TITLE_TEXT: super::PacketId = super::PacketId { constant PLAY_SHOW_DIALOG (line 2396) | pub const PLAY_SHOW_DIALOG: super::PacketId = super::PacketId { constant PLAY_SOUND (line 2406) | pub const PLAY_SOUND: super::PacketId = super::PacketId { constant PLAY_SOUND_ENTITY (line 2416) | pub const PLAY_SOUND_ENTITY: super::PacketId = super::PacketId { constant PLAY_START_CONFIGURATION (line 2426) | pub const PLAY_START_CONFIGURATION: super::PacketId = super::PacketId { constant PLAY_STOP_SOUND (line 2436) | pub const PLAY_STOP_SOUND: super::PacketId = super::PacketId { constant PLAY_STORE_COOKIE (line 2446) | pub const PLAY_STORE_COOKIE: super::PacketId = super::PacketId { constant PLAY_SYSTEM_CHAT (line 2456) | pub const PLAY_SYSTEM_CHAT: super::PacketId = super::PacketId { constant PLAY_TAB_LIST (line 2466) | pub const PLAY_TAB_LIST: super::PacketId = super::PacketId { constant PLAY_TAG_QUERY (line 2476) | pub const PLAY_TAG_QUERY: super::PacketId = super::PacketId { constant PLAY_TAKE_ITEM_ENTITY (line 2486) | pub const PLAY_TAKE_ITEM_ENTITY: super::PacketId = super::PacketId { constant PLAY_TELEPORT_ENTITY (line 2496) | pub const PLAY_TELEPORT_ENTITY: super::PacketId = super::PacketId { constant PLAY_TEST_INSTANCE_BLOCK_STATUS (line 2506) | pub const PLAY_TEST_INSTANCE_BLOCK_STATUS: super::PacketId = super::Pack... constant PLAY_TICKING_STATE (line 2516) | pub const PLAY_TICKING_STATE: super::PacketId = super::PacketId { constant PLAY_TICKING_STEP (line 2526) | pub const PLAY_TICKING_STEP: super::PacketId = super::PacketId { constant PLAY_TRANSFER (line 2536) | pub const PLAY_TRANSFER: super::PacketId = super::PacketId { constant PLAY_UPDATE_ADVANCEMENTS (line 2546) | pub const PLAY_UPDATE_ADVANCEMENTS: super::PacketId = super::PacketId { constant PLAY_UPDATE_ATTRIBUTES (line 2556) | pub const PLAY_UPDATE_ATTRIBUTES: super::PacketId = super::PacketId { constant PLAY_UPDATE_MOB_EFFECT (line 2566) | pub const PLAY_UPDATE_MOB_EFFECT: super::PacketId = super::PacketId { constant PLAY_UPDATE_RECIPES (line 2576) | pub const PLAY_UPDATE_RECIPES: super::PacketId = super::PacketId { constant PLAY_UPDATE_TAGS (line 2586) | pub const PLAY_UPDATE_TAGS: super::PacketId = super::PacketId { constant PLAY_WAYPOINT (line 2596) | pub const PLAY_WAYPOINT: super::PacketId = super::PacketId { constant STATUS_PONG_RESPONSE (line 2606) | pub const STATUS_PONG_RESPONSE: super::PacketId = super::PacketId { constant STATUS_STATUS_RESPONSE (line 2616) | pub const STATUS_STATUS_RESPONSE: super::PacketId = super::PacketId { FILE: pumpkin-data/src/generated/particle.rs type Particle (line 3) | pub enum Particle { method from_name (line 122) | pub fn from_name(name: &str) -> Option { method to_name (line 242) | pub const fn to_name(&self) -> &'static str { FILE: pumpkin-data/src/generated/placed_features_generated.rs function build_placed_features (line 3) | fn build_placed_features() -> std::collections::HashMap Option<&'static Self> { type Effect (line 10) | pub struct Effect { FILE: pumpkin-data/src/generated/potion_brewing.rs type PotionRecipe (line 5) | pub struct PotionRecipe { method from (line 16) | pub fn from(&self) -> &'static Potion { method ingredient (line 19) | pub fn ingredient(&self) -> &'static [&'static Item] { method to (line 22) | pub fn to(&self) -> &'static Potion { type ItemRecipe (line 10) | pub struct ItemRecipe { method from (line 27) | pub fn from(&self) -> &'static Item { method ingredient (line 30) | pub fn ingredient(&self) -> &'static [&'static Item] { method to (line 33) | pub fn to(&self) -> &'static Item { constant ITEM_RECIPES (line 37) | pub const ITEM_RECIPES: [ItemRecipe; 2usize] = [ constant POTION_RECIPES (line 49) | pub const POTION_RECIPES: [PotionRecipe; 63usize] = [ FILE: pumpkin-data/src/generated/recipe_remainder.rs function get_recipe_remainder_id (line 3) | pub const fn get_recipe_remainder_id(item_id: u16) -> Option { FILE: pumpkin-data/src/generated/recipes.rs type CraftingRecipeTypes (line 5) | pub enum CraftingRecipeTypes { type CookingRecipe (line 34) | pub struct CookingRecipe { type CookingRecipeType (line 45) | pub enum CookingRecipeType { type CookingRecipeKind (line 52) | pub enum CookingRecipeKind { method from (line 59) | fn from(recipe_type: &CookingRecipeType) -> Self { method from (line 69) | fn from(recipe_type: CookingRecipeType) -> Self { method to_type (line 79) | pub fn to_type(self, recipe: CookingRecipe) -> CookingRecipeType { type RecipeResultStruct (line 89) | pub struct RecipeResultStruct { type RecipeIngredientTypes (line 94) | pub enum RecipeIngredientTypes { method match_item (line 100) | pub fn match_item(&self, item: &Item) -> bool { type RecipeCategoryTypes (line 117) | pub enum RecipeCategoryTypes { function get_cooking_recipe_with_ingredient (line 16699) | pub fn get_cooking_recipe_with_ingredient( function get_recipe_experience (line 16722) | pub fn get_recipe_experience(recipe_id: &str) -> Option { FILE: pumpkin-data/src/generated/registry.rs type StaticRegistryEntry (line 4) | pub struct StaticRegistryEntry { type StaticRegistry (line 8) | pub struct StaticRegistry { type RegistryEntryData (line 12) | pub struct RegistryEntryData { type Registry (line 16) | pub struct Registry { method get_synced (line 29) | pub fn get_synced(version: MinecraftVersion) -> Vec { FILE: pumpkin-data/src/generated/scoreboard_slot.rs type ScoreboardDisplaySlot (line 2) | pub enum ScoreboardDisplaySlot { FILE: pumpkin-data/src/generated/screen.rs type WindowType (line 3) | pub enum WindowType { FILE: pumpkin-data/src/generated/sound.rs type Sound (line 4) | pub enum Sound { constant NAMES (line 1845) | const NAMES: &[&str] = &[ constant LOOKUP (line 3685) | const LOOKUP: &[(&str, Sound)] = &[ method from_name (line 6797) | pub fn from_name(name: &str) -> Option { method to_name (line 6803) | pub const fn to_name(&self) -> &'static str { method slice (line 6806) | pub fn slice() -> &'static [Self] { FILE: pumpkin-data/src/generated/sound_category.rs type SoundCategory (line 3) | pub enum SoundCategory { method from_name (line 17) | pub fn from_name(name: &str) -> Option { method to_name (line 33) | pub const fn to_name(&self) -> &'static str { FILE: pumpkin-data/src/generated/spawn_egg.rs function entity_from_egg (line 3) | pub fn entity_from_egg(id: u16) -> Option<&'static EntityType> { function spawn_egg_ids (line 95) | pub fn spawn_egg_ids() -> Box<[u16]> { FILE: pumpkin-data/src/generated/status_effect.rs type EffectType (line 2) | pub enum EffectType { method from_name (line 45) | pub fn from_name(name: &str) -> Option { method to_name (line 89) | pub const fn to_name(&self) -> &'static str { method from_minecraft_name (line 132) | pub fn from_minecraft_name(name: &str) -> Option { method to_minecraft_name (line 176) | pub const fn to_minecraft_name(&self) -> &'static str { FILE: pumpkin-data/src/generated/structures.rs type StructureKeys (line 8) | pub enum StructureKeys { type StructureSet (line 44) | pub struct StructureSet { constant ANCIENT_CITIES (line 308) | pub const ANCIENT_CITIES: StructureSet = StructureSet { constant BURIED_TREASURES (line 324) | pub const BURIED_TREASURES: StructureSet = StructureSet { constant DESERT_PYRAMIDS (line 340) | pub const DESERT_PYRAMIDS: StructureSet = StructureSet { constant END_CITIES (line 356) | pub const END_CITIES: StructureSet = StructureSet { constant IGLOOS (line 372) | pub const IGLOOS: StructureSet = StructureSet { constant JUNGLE_TEMPLES (line 388) | pub const JUNGLE_TEMPLES: StructureSet = StructureSet { constant MINESHAFTS (line 404) | pub const MINESHAFTS: StructureSet = StructureSet { constant NETHER_COMPLEXES (line 426) | pub const NETHER_COMPLEXES: StructureSet = StructureSet { constant NETHER_FOSSILS (line 448) | pub const NETHER_FOSSILS: StructureSet = StructureSet { constant OCEAN_MONUMENTS (line 464) | pub const OCEAN_MONUMENTS: StructureSet = StructureSet { constant OCEAN_RUINS (line 480) | pub const OCEAN_RUINS: StructureSet = StructureSet { constant PILLAGER_OUTPOSTS (line 502) | pub const PILLAGER_OUTPOSTS: StructureSet = StructureSet { constant RUINED_PORTALS (line 518) | pub const RUINED_PORTALS: StructureSet = StructureSet { constant SHIPWRECKS (line 560) | pub const SHIPWRECKS: StructureSet = StructureSet { constant STRONGHOLDS (line 582) | pub const STRONGHOLDS: StructureSet = StructureSet { constant SWAMP_HUTS (line 601) | pub const SWAMP_HUTS: StructureSet = StructureSet { constant TRAIL_RUINS (line 617) | pub const TRAIL_RUINS: StructureSet = StructureSet { constant TRIAL_CHAMBERS (line 633) | pub const TRIAL_CHAMBERS: StructureSet = StructureSet { constant VILLAGES (line 649) | pub const VILLAGES: StructureSet = StructureSet { constant WOODLAND_MANSIONS (line 683) | pub const WOODLAND_MANSIONS: StructureSet = StructureSet { constant ALL (line 699) | pub const ALL: &'static [StructureSet] = &[ method get (line 722) | pub fn get(name: &str) -> Option<&'static Self> { type WeightedEntry (line 49) | pub struct WeightedEntry { type StructurePlacement (line 53) | pub struct StructurePlacement { type FrequencyReductionMethod (line 60) | pub enum FrequencyReductionMethod { type StructurePlacementType (line 66) | pub enum StructurePlacementType { type RandomSpreadStructurePlacement (line 70) | pub struct RandomSpreadStructurePlacement { type ConcentricRingsStructurePlacement (line 75) | pub struct ConcentricRingsStructurePlacement { type SpreadType (line 82) | pub enum SpreadType { method get (line 87) | pub fn get(&self, random: &mut RandomGenerator, bound: i32) -> i32 { type Structure (line 97) | pub struct Structure { constant ANCIENT_CITY (line 131) | pub const ANCIENT_CITY: Structure = Structure { constant BASTION_REMNANT (line 135) | pub const BASTION_REMNANT: Structure = Structure { constant BURIED_TREASURE (line 139) | pub const BURIED_TREASURE: Structure = Structure { constant DESERT_PYRAMID (line 143) | pub const DESERT_PYRAMID: Structure = Structure { constant END_CITY (line 147) | pub const END_CITY: Structure = Structure { constant FORTRESS (line 151) | pub const FORTRESS: Structure = Structure { constant IGLOO (line 155) | pub const IGLOO: Structure = Structure { constant JUNGLE_PYRAMID (line 159) | pub const JUNGLE_PYRAMID: Structure = Structure { constant MANSION (line 163) | pub const MANSION: Structure = Structure { constant MINESHAFT (line 167) | pub const MINESHAFT: Structure = Structure { constant MINESHAFT_MESA (line 171) | pub const MINESHAFT_MESA: Structure = Structure { constant MONUMENT (line 175) | pub const MONUMENT: Structure = Structure { constant NETHER_FOSSIL (line 179) | pub const NETHER_FOSSIL: Structure = Structure { constant OCEAN_RUIN_COLD (line 183) | pub const OCEAN_RUIN_COLD: Structure = Structure { constant OCEAN_RUIN_WARM (line 187) | pub const OCEAN_RUIN_WARM: Structure = Structure { constant PILLAGER_OUTPOST (line 191) | pub const PILLAGER_OUTPOST: Structure = Structure { constant RUINED_PORTAL (line 195) | pub const RUINED_PORTAL: Structure = Structure { constant RUINED_PORTAL_DESERT (line 199) | pub const RUINED_PORTAL_DESERT: Structure = Structure { constant RUINED_PORTAL_JUNGLE (line 203) | pub const RUINED_PORTAL_JUNGLE: Structure = Structure { constant RUINED_PORTAL_MOUNTAIN (line 207) | pub const RUINED_PORTAL_MOUNTAIN: Structure = Structure { constant RUINED_PORTAL_NETHER (line 211) | pub const RUINED_PORTAL_NETHER: Structure = Structure { constant RUINED_PORTAL_OCEAN (line 215) | pub const RUINED_PORTAL_OCEAN: Structure = Structure { constant RUINED_PORTAL_SWAMP (line 219) | pub const RUINED_PORTAL_SWAMP: Structure = Structure { constant SHIPWRECK (line 223) | pub const SHIPWRECK: Structure = Structure { constant SHIPWRECK_BEACHED (line 227) | pub const SHIPWRECK_BEACHED: Structure = Structure { constant STRONGHOLD (line 231) | pub const STRONGHOLD: Structure = Structure { constant SWAMP_HUT (line 235) | pub const SWAMP_HUT: Structure = Structure { constant TRAIL_RUINS (line 239) | pub const TRAIL_RUINS: Structure = Structure { constant TRIAL_CHAMBERS (line 243) | pub const TRIAL_CHAMBERS: Structure = Structure { constant VILLAGE_DESERT (line 247) | pub const VILLAGE_DESERT: Structure = Structure { constant VILLAGE_PLAINS (line 251) | pub const VILLAGE_PLAINS: Structure = Structure { constant VILLAGE_SAVANNA (line 255) | pub const VILLAGE_SAVANNA: Structure = Structure { constant VILLAGE_SNOWY (line 259) | pub const VILLAGE_SNOWY: Structure = Structure { constant VILLAGE_TAIGA (line 263) | pub const VILLAGE_TAIGA: Structure = Structure { method get (line 268) | pub const fn get(key: &StructureKeys) -> &'static Self { type GenerationStep (line 102) | pub enum GenerationStep { method ordinal (line 117) | pub const fn ordinal(&self) -> usize { type StructurePlacementCalculator (line 121) | pub struct StructurePlacementCalculator { method new (line 126) | pub const fn new(seed: i64) -> Self { FILE: pumpkin-data/src/generated/tag.rs type Tag (line 3) | pub type Tag = (&'static [&'static str], &'static [u16]); type RegistryKey (line 5) | pub enum RegistryKey { method from_string (line 24) | pub fn from_string(s: &str) -> Option { method identifier_string (line 45) | pub fn identifier_string(&self) -> &str { constant MINECRAFT_NO_ITEM_REQUIRED (line 68) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 105) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::Tag = (&["curl... constant MINECRAFT_PATTERN_ITEM_CREEPER (line 106) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::Tag = (&["creeper"], &[]); constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 107) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::Tag = (&["bricks"... constant MINECRAFT_PATTERN_ITEM_FLOW (line 108) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::Tag = (&["flow"], &[]); constant MINECRAFT_PATTERN_ITEM_FLOWER (line 109) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::Tag = (&["flower"], &[]); constant MINECRAFT_PATTERN_ITEM_GLOBE (line 110) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::Tag = (&["globe"], &[]); constant MINECRAFT_PATTERN_ITEM_GUSTER (line 111) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::Tag = (&["guster"], &[]); constant MINECRAFT_PATTERN_ITEM_MOJANG (line 112) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::Tag = (&["mojang"], &[]); constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 113) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::Tag = (&["piglin"], &[]); constant MINECRAFT_PATTERN_ITEM_SKULL (line 114) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::Tag = (&["skull"], &[]); constant C_BARRELS (line 119) | pub const C_BARRELS: super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 120) | pub const C_BARRELS_WOODEN: super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 121) | pub const C_BOOKSHELVES: super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 122) | pub const C_BUDDING_BLOCKS: super::Tag = (&["budding_amethyst"], &[977u1... constant C_BUDS (line 123) | pub const C_BUDS: super::Tag = ( constant C_CHAINS (line 131) | pub const C_CHAINS: super::Tag = ( constant C_CHESTS (line 147) | pub const C_CHESTS: super::Tag = ( constant C_CHESTS_ENDER (line 166) | pub const C_CHESTS_ENDER: super::Tag = (&["ender_chest"], &[399u16]); constant C_CHESTS_TRAPPED (line 167) | pub const C_CHESTS_TRAPPED: super::Tag = (&["trapped_chest"], &[468u16]); constant C_CHESTS_WOODEN (line 168) | pub const C_CHESTS_WOODEN: super::Tag = (&["chest", "trapped_chest"], &[... constant C_CLUSTERS (line 169) | pub const C_CLUSTERS: super::Tag = (&["amethyst_cluster"], &[978u16]); constant C_COBBLESTONES (line 170) | pub const C_COBBLESTONES: super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 179) | pub const C_COBBLESTONES_DEEPSLATE: super::Tag = (&["cobbled_deepslate"]... constant C_COBBLESTONES_INFESTED (line 180) | pub const C_COBBLESTONES_INFESTED: super::Tag = (&["infested_cobblestone... constant C_COBBLESTONES_MOSSY (line 181) | pub const C_COBBLESTONES_MOSSY: super::Tag = (&["mossy_cobblestone"], &[... constant C_COBBLESTONES_NORMAL (line 182) | pub const C_COBBLESTONES_NORMAL: super::Tag = (&["cobblestone"], &[12u16]); constant C_CONCRETE (line 183) | pub const C_CONCRETE: super::Tag = ( constant C_CONCRETES (line 207) | pub const C_CONCRETES: super::Tag = ( constant C_DYED (line 231) | pub const C_DYED: super::Tag = ( constant C_DYED_BLACK (line 464) | pub const C_DYED_BLACK: super::Tag = ( constant C_DYED_BLUE (line 485) | pub const C_DYED_BLUE: super::Tag = ( constant C_DYED_BROWN (line 506) | pub const C_DYED_BROWN: super::Tag = ( constant C_DYED_CYAN (line 527) | pub const C_DYED_CYAN: super::Tag = ( constant C_DYED_GRAY (line 548) | pub const C_DYED_GRAY: super::Tag = ( constant C_DYED_GREEN (line 569) | pub const C_DYED_GREEN: super::Tag = ( constant C_DYED_LIGHT_BLUE (line 590) | pub const C_DYED_LIGHT_BLUE: super::Tag = ( constant C_DYED_LIGHT_GRAY (line 611) | pub const C_DYED_LIGHT_GRAY: super::Tag = ( constant C_DYED_LIME (line 632) | pub const C_DYED_LIME: super::Tag = ( constant C_DYED_MAGENTA (line 653) | pub const C_DYED_MAGENTA: super::Tag = ( constant C_DYED_ORANGE (line 674) | pub const C_DYED_ORANGE: super::Tag = ( constant C_DYED_PINK (line 695) | pub const C_DYED_PINK: super::Tag = ( constant C_DYED_PURPLE (line 716) | pub const C_DYED_PURPLE: super::Tag = ( constant C_DYED_RED (line 737) | pub const C_DYED_RED: super::Tag = ( constant C_DYED_WHITE (line 758) | pub const C_DYED_WHITE: super::Tag = ( constant C_DYED_YELLOW (line 779) | pub const C_DYED_YELLOW: super::Tag = ( constant C_END_STONES (line 800) | pub const C_END_STONES: super::Tag = (&["end_stone"], &[392u16]); constant C_FENCE_GATES (line 801) | pub const C_FENCE_GATES: super::Tag = ( constant C_FENCE_GATES_WOODEN (line 821) | pub const C_FENCE_GATES_WOODEN: super::Tag = ( constant C_FENCES (line 841) | pub const C_FENCES: super::Tag = ( constant C_FENCES_NETHER_BRICK (line 862) | pub const C_FENCES_NETHER_BRICK: super::Tag = (&["nether_brick_fence"], ... constant C_FENCES_WOODEN (line 863) | pub const C_FENCES_WOODEN: super::Tag = ( constant C_FLOWERS (line 883) | pub const C_FLOWERS: super::Tag = ( constant C_FLOWERS_SMALL (line 922) | pub const C_FLOWERS_SMALL: super::Tag = ( constant C_FLOWERS_TALL (line 946) | pub const C_FLOWERS_TALL: super::Tag = ( constant C_GLASS_BLOCKS (line 950) | pub const C_GLASS_BLOCKS: super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 976) | pub const C_GLASS_BLOCKS_CHEAP: super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 1001) | pub const C_GLASS_BLOCKS_COLORLESS: super::Tag = (&["glass"], &[101u16]); constant C_GLASS_BLOCKS_TINTED (line 1002) | pub const C_GLASS_BLOCKS_TINTED: super::Tag = (&["tinted_glass"], &[997u... constant C_GLASS_PANES (line 1003) | pub const C_GLASS_PANES: super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 1028) | pub const C_GLASS_PANES_COLORLESS: super::Tag = (&["glass_pane"], &[358u... constant C_GLAZED_TERRACOTTA (line 1029) | pub const C_GLAZED_TERRACOTTA: super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 1053) | pub const C_GLAZED_TERRACOTTAS: super::Tag = ( constant C_GRAVELS (line 1077) | pub const C_GRAVELS: super::Tag = (&["gravel"], &[40u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 1078) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::Tag = (&[], &[]); constant C_NATURAL_LOGS (line 1079) | pub const C_NATURAL_LOGS: super::Tag = ( constant C_NATURAL_LOGS_NETHER (line 1098) | pub const C_NATURAL_LOGS_NETHER: super::Tag = constant C_NATURAL_LOGS_OVERWORLD (line 1100) | pub const C_NATURAL_LOGS_OVERWORLD: super::Tag = ( constant C_NATURAL_WOODS (line 1117) | pub const C_NATURAL_WOODS: super::Tag = ( constant C_NETHERRACKS (line 1135) | pub const C_NETHERRACKS: super::Tag = (&["netherrack"], &[284u16]); constant C_OBSIDIANS (line 1136) | pub const C_OBSIDIANS: super::Tag = (&["obsidian", "crying_obsidian"], &... constant C_OBSIDIANS_CRYING (line 1137) | pub const C_OBSIDIANS_CRYING: super::Tag = (&["crying_obsidian"], &[915u... constant C_OBSIDIANS_NORMAL (line 1138) | pub const C_OBSIDIANS_NORMAL: super::Tag = (&["obsidian"], &[192u16]); constant C_ORE_BEARING_GROUND_DEEPSLATE (line 1139) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::Tag = (&["deepslate"], ... constant C_ORE_BEARING_GROUND_NETHERRACK (line 1140) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::Tag = (&["netherrack"]... constant C_ORE_BEARING_GROUND_STONE (line 1141) | pub const C_ORE_BEARING_GROUND_STONE: super::Tag = (&["stone"], &[1u16]); constant C_ORE_RATES_DENSE (line 1142) | pub const C_ORE_RATES_DENSE: super::Tag = ( constant C_ORE_RATES_SINGULAR (line 1153) | pub const C_ORE_RATES_SINGULAR: super::Tag = ( constant C_ORE_RATES_SPARSE (line 1173) | pub const C_ORE_RATES_SPARSE: super::Tag = (&["nether_gold_ore"], &[48u1... constant C_ORES (line 1174) | pub const C_ORES: super::Tag = ( constant C_ORES_COAL (line 1201) | pub const C_ORES_COAL: super::Tag = (&["coal_ore", "deepslate_coal_ore"]... constant C_ORES_COPPER (line 1202) | pub const C_ORES_COPPER: super::Tag = constant C_ORES_DIAMOND (line 1204) | pub const C_ORES_DIAMOND: super::Tag = constant C_ORES_EMERALD (line 1206) | pub const C_ORES_EMERALD: super::Tag = constant C_ORES_GOLD (line 1208) | pub const C_ORES_GOLD: super::Tag = ( constant C_ORES_IRON (line 1212) | pub const C_ORES_IRON: super::Tag = (&["iron_ore", "deepslate_iron_ore"]... constant C_ORES_LAPIS (line 1213) | pub const C_ORES_LAPIS: super::Tag = (&["lapis_ore", "deepslate_lapis_or... constant C_ORES_NETHERITE_SCRAP (line 1214) | pub const C_ORES_NETHERITE_SCRAP: super::Tag = (&["ancient_debris"], &[9... constant C_ORES_QUARTZ (line 1215) | pub const C_ORES_QUARTZ: super::Tag = (&["nether_quartz_ore"], &[474u16]); constant C_ORES_REDSTONE (line 1216) | pub const C_ORES_REDSTONE: super::Tag = ( constant C_ORES_IN_GROUND_DEEPSLATE (line 1220) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 1233) | pub const C_ORES_IN_GROUND_NETHERRACK: super::Tag = constant C_ORES_IN_GROUND_STONE (line 1235) | pub const C_ORES_IN_GROUND_STONE: super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 1248) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::Tag = (&["crafti... constant C_PLAYER_WORKSTATIONS_FURNACES (line 1249) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::Tag = (&["furnace"], &[... constant C_PUMPKINS (line 1250) | pub const C_PUMPKINS: super::Tag = ( constant C_PUMPKINS_CARVED (line 1254) | pub const C_PUMPKINS_CARVED: super::Tag = (&["carved_pumpkin"], &[295u16]); constant C_PUMPKINS_JACK_O_LANTERNS (line 1255) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::Tag = (&["jack_o_lantern"],... constant C_PUMPKINS_NORMAL (line 1256) | pub const C_PUMPKINS_NORMAL: super::Tag = (&["pumpkin"], &[359u16]); constant C_RELOCATION_NOT_SUPPORTED (line 1257) | pub const C_RELOCATION_NOT_SUPPORTED: super::Tag = (&[], &[]); constant C_ROPES (line 1258) | pub const C_ROPES: super::Tag = (&[], &[]); constant C_SANDS (line 1259) | pub const C_SANDS: super::Tag = (&["sand", "red_sand"], &[37u16, 39u16]); constant C_SANDS_COLORLESS (line 1260) | pub const C_SANDS_COLORLESS: super::Tag = (&["sand"], &[37u16]); constant C_SANDS_RED (line 1261) | pub const C_SANDS_RED: super::Tag = (&["red_sand"], &[39u16]); constant C_SANDSTONE_BLOCKS (line 1262) | pub const C_SANDSTONE_BLOCKS: super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 1277) | pub const C_SANDSTONE_RED_BLOCKS: super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 1286) | pub const C_SANDSTONE_RED_SLABS: super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 1294) | pub const C_SANDSTONE_RED_STAIRS: super::Tag = ( constant C_SANDSTONE_SLABS (line 1298) | pub const C_SANDSTONE_SLABS: super::Tag = ( constant C_SANDSTONE_STAIRS (line 1309) | pub const C_SANDSTONE_STAIRS: super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 1318) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 1327) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 1335) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::Tag = ( constant C_SKULLS (line 1339) | pub const C_SKULLS: super::Tag = ( constant C_STONES (line 1361) | pub const C_STONES: super::Tag = ( constant C_STORAGE_BLOCKS (line 1372) | pub const C_STORAGE_BLOCKS: super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 1397) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::Tag = (&["bone_block"], &[6... constant C_STORAGE_BLOCKS_COAL (line 1398) | pub const C_STORAGE_BLOCKS_COAL: super::Tag = (&["coal_block"], &[553u16]); constant C_STORAGE_BLOCKS_COPPER (line 1399) | pub const C_STORAGE_BLOCKS_COPPER: super::Tag = (&["copper_block"], &[10... constant C_STORAGE_BLOCKS_DIAMOND (line 1400) | pub const C_STORAGE_BLOCKS_DIAMOND: super::Tag = (&["diamond_block"], &[... constant C_STORAGE_BLOCKS_DRIED_KELP (line 1401) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::Tag = (&["dried_kelp_block... constant C_STORAGE_BLOCKS_EMERALD (line 1402) | pub const C_STORAGE_BLOCKS_EMERALD: super::Tag = (&["emerald_block"], &[... constant C_STORAGE_BLOCKS_GOLD (line 1403) | pub const C_STORAGE_BLOCKS_GOLD: super::Tag = (&["gold_block"], &[173u16]); constant C_STORAGE_BLOCKS_IRON (line 1404) | pub const C_STORAGE_BLOCKS_IRON: super::Tag = (&["iron_block"], &[174u16]); constant C_STORAGE_BLOCKS_LAPIS (line 1405) | pub const C_STORAGE_BLOCKS_LAPIS: super::Tag = (&["lapis_block"], &[104u... constant C_STORAGE_BLOCKS_NETHERITE (line 1406) | pub const C_STORAGE_BLOCKS_NETHERITE: super::Tag = (&["netherite_block"]... constant C_STORAGE_BLOCKS_RAW_COPPER (line 1407) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::Tag = (&["raw_copper_block... constant C_STORAGE_BLOCKS_RAW_GOLD (line 1408) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::Tag = (&["raw_gold_block"], ... constant C_STORAGE_BLOCKS_RAW_IRON (line 1409) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::Tag = (&["raw_iron_block"], ... constant C_STORAGE_BLOCKS_REDSTONE (line 1410) | pub const C_STORAGE_BLOCKS_REDSTONE: super::Tag = (&["redstone_block"], ... constant C_STORAGE_BLOCKS_RESIN (line 1411) | pub const C_STORAGE_BLOCKS_RESIN: super::Tag = (&["resin_block"], &[374u... constant C_STORAGE_BLOCKS_SLIME (line 1412) | pub const C_STORAGE_BLOCKS_SLIME: super::Tag = (&["slime_block"], &[521u... constant C_STORAGE_BLOCKS_WHEAT (line 1413) | pub const C_STORAGE_BLOCKS_WHEAT: super::Tag = (&["hay_block"], &[535u16]); constant C_STRIPPED_LOGS (line 1414) | pub const C_STRIPPED_LOGS: super::Tag = ( constant C_STRIPPED_WOODS (line 1433) | pub const C_STRIPPED_WOODS: super::Tag = ( constant C_VILLAGER_JOB_SITES (line 1451) | pub const C_VILLAGER_JOB_SITES: super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 1475) | pub const MINECRAFT_ACACIA_LOGS: super::Tag = ( constant MINECRAFT_AIR (line 1484) | pub const MINECRAFT_AIR: super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 1486) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 1519) | pub const MINECRAFT_ALL_SIGNS: super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 1578) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 1598) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::Tag = (&["grass_block"]... constant MINECRAFT_ANVIL (line 1599) | pub const MINECRAFT_ANVIL: super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 1603) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 1620) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::Tag = (&["clay"], &[28... constant MINECRAFT_AZALEA_GROWS_ON (line 1621) | pub const MINECRAFT_AZALEA_GROWS_ON: super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 1662) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 1711) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 1723) | pub const MINECRAFT_BAMBOO_BLOCKS: super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 1725) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::Tag = ( constant MINECRAFT_BANNERS (line 1750) | pub const MINECRAFT_BANNERS: super::Tag = ( constant MINECRAFT_BARS (line 1791) | pub const MINECRAFT_BARS: super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 1807) | pub const MINECRAFT_BASE_STONE_NETHER: super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 1811) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 1822) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 1833) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::Tag = ( constant MINECRAFT_BEDS (line 1843) | pub const MINECRAFT_BEDS: super::Tag = ( constant MINECRAFT_BEE_ATTRACTIVE (line 1867) | pub const MINECRAFT_BEE_ATTRACTIVE: super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 1905) | pub const MINECRAFT_BEE_GROWABLES: super::Tag = ( constant MINECRAFT_BEEHIVES (line 1924) | pub const MINECRAFT_BEEHIVES: super::Tag = (&["bee_nest", "beehive"], &[... constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 1925) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 1943) | pub const MINECRAFT_BIRCH_LOGS: super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 1952) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::Tag = constant MINECRAFT_BUTTONS (line 1954) | pub const MINECRAFT_BUTTONS: super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 1976) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::Tag = ( constant MINECRAFT_CAMELS_SPAWNABLE_ON (line 2003) | pub const MINECRAFT_CAMELS_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_CAMPFIRES (line 2007) | pub const MINECRAFT_CAMPFIRES: super::Tag = (&["campfire", "soul_campfir... constant MINECRAFT_CAN_GLIDE_THROUGH (line 2008) | pub const MINECRAFT_CAN_GLIDE_THROUGH: super::Tag = ( constant MINECRAFT_CANDLE_CAKES (line 2020) | pub const MINECRAFT_CANDLE_CAKES: super::Tag = ( constant MINECRAFT_CANDLES (line 2045) | pub const MINECRAFT_CANDLES: super::Tag = ( constant MINECRAFT_CAULDRONS (line 2070) | pub const MINECRAFT_CAULDRONS: super::Tag = ( constant MINECRAFT_CAVE_VINES (line 2079) | pub const MINECRAFT_CAVE_VINES: super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 2081) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::Tag = ( constant MINECRAFT_CHAINS (line 2101) | pub const MINECRAFT_CHAINS: super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 2117) | pub const MINECRAFT_CHERRY_LOGS: super::Tag = ( constant MINECRAFT_CLIMBABLE (line 2126) | pub const MINECRAFT_CLIMBABLE: super::Tag = ( constant MINECRAFT_COAL_ORES (line 2142) | pub const MINECRAFT_COAL_ORES: super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 2144) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 2176) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 2244) | pub const MINECRAFT_CONCRETE_POWDER: super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 2268) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::Tag = ( constant MINECRAFT_COPPER (line 2272) | pub const MINECRAFT_COPPER: super::Tag = ( constant MINECRAFT_COPPER_CHESTS (line 2287) | pub const MINECRAFT_COPPER_CHESTS: super::Tag = ( constant MINECRAFT_COPPER_GOLEM_STATUES (line 2302) | pub const MINECRAFT_COPPER_GOLEM_STATUES: super::Tag = ( constant MINECRAFT_COPPER_ORES (line 2317) | pub const MINECRAFT_COPPER_ORES: super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 2319) | pub const MINECRAFT_CORAL_BLOCKS: super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 2329) | pub const MINECRAFT_CORAL_PLANTS: super::Tag = ( constant MINECRAFT_CORALS (line 2339) | pub const MINECRAFT_CORALS: super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 2356) | pub const MINECRAFT_CRIMSON_STEMS: super::Tag = ( constant MINECRAFT_CROPS (line 2365) | pub const MINECRAFT_CROPS: super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 2380) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 2382) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 2423) | pub const MINECRAFT_DARK_OAK_LOGS: super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 2432) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::Tag = constant MINECRAFT_DIAMOND_ORES (line 2434) | pub const MINECRAFT_DIAMOND_ORES: super::Tag = constant MINECRAFT_DIRT (line 2436) | pub const MINECRAFT_DIRT: super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 2453) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::Tag = constant MINECRAFT_DOORS (line 2455) | pub const MINECRAFT_DOORS: super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 2484) | pub const MINECRAFT_DRAGON_IMMUNE: super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 2511) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 2513) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::Tag = ( constant MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON (line 2524) | pub const MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON: super::Tag = ( constant MINECRAFT_EDIBLE_FOR_SHEEP (line 2564) | pub const MINECRAFT_EDIBLE_FOR_SHEEP: super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 2568) | pub const MINECRAFT_EMERALD_ORES: super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 2570) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::Tag = (&["bookshe... constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 2571) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 2609) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 2664) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 2683) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::Tag = ( constant MINECRAFT_FENCE_GATES (line 2695) | pub const MINECRAFT_FENCE_GATES: super::Tag = ( constant MINECRAFT_FENCES (line 2715) | pub const MINECRAFT_FENCES: super::Tag = ( constant MINECRAFT_FIRE (line 2736) | pub const MINECRAFT_FIRE: super::Tag = (&["fire", "soul_fire"], &[195u16... constant MINECRAFT_FLOWER_POTS (line 2737) | pub const MINECRAFT_FLOWER_POTS: super::Tag = ( constant MINECRAFT_FLOWERS (line 2785) | pub const MINECRAFT_FLOWERS: super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 2824) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 2828) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 2830) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 2839) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 2843) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_GOLD_ORES (line 2854) | pub const MINECRAFT_GOLD_ORES: super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 2858) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::Tag = ( constant MINECRAFT_HAPPY_GHAST_AVOIDS (line 2903) | pub const MINECRAFT_HAPPY_GHAST_AVOIDS: super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 2914) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::Tag = ( constant MINECRAFT_ICE (line 2923) | pub const MINECRAFT_ICE: super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 2927) | pub const MINECRAFT_IMPERMEABLE: super::Tag = ( constant MINECRAFT_INCORRECT_FOR_COPPER_TOOL (line 2954) | pub const MINECRAFT_INCORRECT_FOR_COPPER_TOOL: super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 2979) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::Tag = (&[], &[]); constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 2980) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 3106) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 3116) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::Tag = (&[], &[]); constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 3117) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 3142) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 3268) | pub const MINECRAFT_INFINIBURN_END: super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 3272) | pub const MINECRAFT_INFINIBURN_NETHER: super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 3274) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 3276) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 3291) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::Tag = constant MINECRAFT_IRON_ORES (line 3293) | pub const MINECRAFT_IRON_ORES: super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 3295) | pub const MINECRAFT_JUNGLE_LOGS: super::Tag = ( constant MINECRAFT_LANTERNS (line 3304) | pub const MINECRAFT_LANTERNS: super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 3321) | pub const MINECRAFT_LAPIS_ORES: super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 3323) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::Tag = ( constant MINECRAFT_LEAVES (line 3397) | pub const MINECRAFT_LEAVES: super::Tag = ( constant MINECRAFT_LIGHTNING_RODS (line 3415) | pub const MINECRAFT_LIGHTNING_RODS: super::Tag = ( constant MINECRAFT_LOGS (line 3430) | pub const MINECRAFT_LOGS: super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 3484) | pub const MINECRAFT_LOGS_THAT_BURN: super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 3529) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 3558) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 3576) | pub const MINECRAFT_MANGROVE_LOGS: super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 3585) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 3598) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 3610) | pub const MINECRAFT_MINEABLE_AXE: super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 3928) | pub const MINECRAFT_MINEABLE_HOE: super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 3966) | pub const MINECRAFT_MINEABLE_PICKAXE: super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 4501) | pub const MINECRAFT_MINEABLE_SHOVEL: super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 4547) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 4575) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::Tag = (&["mycelium"]... constant MINECRAFT_MOSS_REPLACEABLE (line 4576) | pub const MINECRAFT_MOSS_REPLACEABLE: super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 4602) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 4606) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 4616) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 4636) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 4743) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::Tag = ( constant MINECRAFT_NYLIUM (line 4777) | pub const MINECRAFT_NYLIUM: super::Tag = constant MINECRAFT_OAK_LOGS (line 4779) | pub const MINECRAFT_OAK_LOGS: super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 4788) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 4812) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 4875) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::Tag = ( constant MINECRAFT_PALE_OAK_LOGS (line 4891) | pub const MINECRAFT_PALE_OAK_LOGS: super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 4900) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 4968) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::Tag = ( constant MINECRAFT_PLANKS (line 4978) | pub const MINECRAFT_PLANKS: super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 4997) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::Tag = (&[... constant MINECRAFT_PORTALS (line 4998) | pub const MINECRAFT_PORTALS: super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 5002) | pub const MINECRAFT_PRESSURE_PLATES: super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 5026) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 5030) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_RAILS (line 5034) | pub const MINECRAFT_RAILS: super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 5038) | pub const MINECRAFT_REDSTONE_ORES: super::Tag = ( constant MINECRAFT_REPLACEABLE (line 5042) | pub const MINECRAFT_REPLACEABLE: super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_MUSHROOMS (line 5080) | pub const MINECRAFT_REPLACEABLE_BY_MUSHROOMS: super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 5148) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::Tag = ( constant MINECRAFT_SAND (line 5211) | pub const MINECRAFT_SAND: super::Tag = ( constant MINECRAFT_SAPLINGS (line 5215) | pub const MINECRAFT_SAPLINGS: super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 5233) | pub const MINECRAFT_SCULK_REPLACEABLE: super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 5294) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 5362) | pub const MINECRAFT_SHULKER_BOXES: super::Tag = ( constant MINECRAFT_SIGNS (line 5387) | pub const MINECRAFT_SIGNS: super::Tag = ( constant MINECRAFT_SLABS (line 5420) | pub const MINECRAFT_SLABS: super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 5494) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 5496) | pub const MINECRAFT_SMALL_FLOWERS: super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 5520) | pub const MINECRAFT_SMELTS_TO_GLASS: super::Tag = (&["sand", "red_sand"]... constant MINECRAFT_SNAPS_GOAT_HORN (line 5521) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 5544) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 5560) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::Tag = (&["moss_block... constant MINECRAFT_SNOW (line 5561) | pub const MINECRAFT_SNOW: super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 5565) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 5569) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 5571) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 5573) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 5575) | pub const MINECRAFT_SPRUCE_LOGS: super::Tag = ( constant MINECRAFT_STAIRS (line 5584) | pub const MINECRAFT_STAIRS: super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 5654) | pub const MINECRAFT_STANDING_SIGNS: super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 5674) | pub const MINECRAFT_STONE_BRICKS: super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 5683) | pub const MINECRAFT_STONE_BUTTONS: super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 5687) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 5691) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 5695) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::Tag = (&["lava"], &[36u1... constant MINECRAFT_SWORD_EFFICIENT (line 5696) | pub const MINECRAFT_SWORD_EFFICIENT: super::Tag = ( constant MINECRAFT_SWORD_INSTANTLY_MINES (line 5726) | pub const MINECRAFT_SWORD_INSTANTLY_MINES: super::Tag = constant MINECRAFT_TERRACOTTA (line 5728) | pub const MINECRAFT_TERRACOTTA: super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 5753) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::Tag = (&["gravel"], ... constant MINECRAFT_TRAPDOORS (line 5754) | pub const MINECRAFT_TRAPDOORS: super::Tag = ( constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS (line 5783) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS:... constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS (line 5810) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS: super::Tag = constant MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS (line 5812) | pub const MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS: super::Tag = constant MINECRAFT_UNDERWATER_BONEMEALS (line 5814) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 5838) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 5858) | pub const MINECRAFT_VALID_SPAWN: super::Tag = (&["grass_block", "podzol"... constant MINECRAFT_VIBRATION_RESONATORS (line 5859) | pub const MINECRAFT_VIBRATION_RESONATORS: super::Tag = (&["amethyst_bloc... constant MINECRAFT_WALL_CORALS (line 5860) | pub const MINECRAFT_WALL_CORALS: super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 5870) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 5890) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 5982) | pub const MINECRAFT_WALL_SIGNS: super::Tag = ( constant MINECRAFT_WALLS (line 6002) | pub const MINECRAFT_WALLS: super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 6037) | pub const MINECRAFT_WARPED_STEMS: super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 6046) | pub const MINECRAFT_WART_BLOCKS: super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 6050) | pub const MINECRAFT_WITHER_IMMUNE: super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 6073) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 6075) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 6079) | pub const MINECRAFT_WOODEN_BUTTONS: super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 6099) | pub const MINECRAFT_WOODEN_DOORS: super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 6119) | pub const MINECRAFT_WOODEN_FENCES: super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 6139) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::Tag = ( constant MINECRAFT_WOODEN_SHELVES (line 6159) | pub const MINECRAFT_WOODEN_SHELVES: super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 6179) | pub const MINECRAFT_WOODEN_SLABS: super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 6199) | pub const MINECRAFT_WOODEN_STAIRS: super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 6219) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::Tag = ( constant MINECRAFT_WOOL (line 6239) | pub const MINECRAFT_WOOL: super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 6263) | pub const MINECRAFT_WOOL_CARPETS: super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 6291) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 6300) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 6310) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::Tag = (&["out_o... constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 6311) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::Tag = (&["magic"]... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 6312) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 6323) | pub const MINECRAFT_BURN_FROM_STEPPING: super::Tag = (&["campfire", "hot... constant MINECRAFT_BURNS_ARMOR_STANDS (line 6324) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::Tag = (&["on_fire"], &[]); constant MINECRAFT_BYPASSES_ARMOR (line 6325) | pub const MINECRAFT_BYPASSES_ARMOR: super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 6349) | pub const MINECRAFT_BYPASSES_EFFECTS: super::Tag = (&["starve"], &[]); constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 6350) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::Tag = (&["sonic_boom"]... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 6351) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 6353) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::Tag = (&["out_of_world",... constant MINECRAFT_BYPASSES_SHIELD (line 6354) | pub const MINECRAFT_BYPASSES_SHIELD: super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 6388) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 6406) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::Tag = ( constant MINECRAFT_DAMAGES_HELMET (line 6410) | pub const MINECRAFT_DAMAGES_HELMET: super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 6414) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::Tag = (&["in_fire", "ca... constant MINECRAFT_IS_DROWNING (line 6415) | pub const MINECRAFT_IS_DROWNING: super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 6416) | pub const MINECRAFT_IS_EXPLOSION: super::Tag = ( constant MINECRAFT_IS_FALL (line 6425) | pub const MINECRAFT_IS_FALL: super::Tag = (&["fall", "ender_pearl", "sta... constant MINECRAFT_IS_FIRE (line 6426) | pub const MINECRAFT_IS_FIRE: super::Tag = ( constant MINECRAFT_IS_FREEZING (line 6438) | pub const MINECRAFT_IS_FREEZING: super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 6439) | pub const MINECRAFT_IS_LIGHTNING: super::Tag = (&["lightning_bolt"], &[]); constant MINECRAFT_IS_PLAYER_ATTACK (line 6440) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::Tag = constant MINECRAFT_IS_PROJECTILE (line 6442) | pub const MINECRAFT_IS_PROJECTILE: super::Tag = ( constant MINECRAFT_MACE_SMASH (line 6455) | pub const MINECRAFT_MACE_SMASH: super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 6456) | pub const MINECRAFT_NO_ANGER: super::Tag = (&["mob_attack_no_aggro"], &[]); constant MINECRAFT_NO_IMPACT (line 6457) | pub const MINECRAFT_NO_IMPACT: super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 6458) | pub const MINECRAFT_NO_KNOCKBACK: super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 6492) | pub const MINECRAFT_PANIC_CAUSES: super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 6525) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 6537) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 6539) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::Tag = (&["drown"], &[]); constant MINECRAFT_PAUSE_SCREEN_ADDITIONS (line 6544) | pub const MINECRAFT_PAUSE_SCREEN_ADDITIONS: super::Tag = (&[], &[]); constant MINECRAFT_QUICK_ACTIONS (line 6545) | pub const MINECRAFT_QUICK_ACTIONS: super::Tag = (&[], &[]); constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 6550) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 6552) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 6563) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 6567) | pub const C_INCREASE_BLOCK_DROPS: super::Tag = (&["fortune"], &[13u16]); constant C_INCREASE_ENTITY_DROPS (line 6568) | pub const C_INCREASE_ENTITY_DROPS: super::Tag = (&["looting"], &[18u16]); constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 6569) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::Tag = ( constant MINECRAFT_CURSE (line 6579) | pub const MINECRAFT_CURSE: super::Tag = (&["binding_curse", "vanishing_c... constant MINECRAFT_DOUBLE_TRADE_PRICE (line 6580) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 6592) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 6601) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 6603) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::Tag = (&["infinity", "mend... constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 6604) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 6606) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 6617) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 6619) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 6621) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::Tag = ( constant MINECRAFT_NON_TREASURE (line 6666) | pub const MINECRAFT_NON_TREASURE: super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 6711) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 6756) | pub const MINECRAFT_ON_RANDOM_LOOT: super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 6806) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 6851) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::Tag = (&["si... constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 6852) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::Tag = (&["... constant MINECRAFT_PREVENTS_ICE_MELTING (line 6853) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::Tag = (&["silk_touch"],... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 6854) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::Tag = (&["silk_touc... constant MINECRAFT_SMELTS_LOOT (line 6855) | pub const MINECRAFT_SMELTS_LOOT: super::Tag = (&["fire_aspect"], &[10u16]); constant MINECRAFT_TOOLTIP_ORDER (line 6856) | pub const MINECRAFT_TOOLTIP_ORDER: super::Tag = ( constant MINECRAFT_TRADEABLE (line 6909) | pub const MINECRAFT_TRADEABLE: super::Tag = ( constant MINECRAFT_TREASURE (line 6959) | pub const MINECRAFT_TREASURE: super::Tag = ( constant C_BOATS (line 6975) | pub const C_BOATS: super::Tag = ( constant C_BOSSES (line 7003) | pub const C_BOSSES: super::Tag = (&["ender_dragon", "wither"], &[43u16, ... constant C_CAPTURING_NOT_SUPPORTED (line 7004) | pub const C_CAPTURING_NOT_SUPPORTED: super::Tag = (&[], &[]); constant C_MINECARTS (line 7005) | pub const C_MINECARTS: super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 7017) | pub const C_TELEPORTING_NOT_SUPPORTED: super::Tag = (&[], &[]); constant MINECRAFT_ACCEPTS_IRON_GOLEM_GIFT (line 7018) | pub const MINECRAFT_ACCEPTS_IRON_GOLEM_GIFT: super::Tag = (&["copper_gol... constant MINECRAFT_AQUATIC (line 7019) | pub const MINECRAFT_AQUATIC: super::Tag = ( constant MINECRAFT_ARROWS (line 7041) | pub const MINECRAFT_ARROWS: super::Tag = (&["arrow", "spectral_arrow"], ... constant MINECRAFT_ARTHROPOD (line 7042) | pub const MINECRAFT_ARTHROPOD: super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 7046) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 7050) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 7062) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::Tag = (&["bee"], &[11u16]); constant MINECRAFT_BOAT (line 7063) | pub const MINECRAFT_BOAT: super::Tag = ( constant MINECRAFT_BURN_IN_DAYLIGHT (line 7080) | pub const MINECRAFT_BURN_IN_DAYLIGHT: super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 7097) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::Tag = ( constant MINECRAFT_CAN_EQUIP_HARNESS (line 7138) | pub const MINECRAFT_CAN_EQUIP_HARNESS: super::Tag = (&["happy_ghast"], &... constant MINECRAFT_CAN_EQUIP_SADDLE (line 7139) | pub const MINECRAFT_CAN_EQUIP_SADDLE: super::Tag = ( constant MINECRAFT_CAN_FLOAT_WHILE_RIDDEN (line 7157) | pub const MINECRAFT_CAN_FLOAT_WHILE_RIDDEN: super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 7168) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::Tag = (&["breeze"], &[17u1... constant MINECRAFT_CAN_WEAR_HORSE_ARMOR (line 7169) | pub const MINECRAFT_CAN_WEAR_HORSE_ARMOR: super::Tag = constant MINECRAFT_CAN_WEAR_NAUTILUS_ARMOR (line 7171) | pub const MINECRAFT_CAN_WEAR_NAUTILUS_ARMOR: super::Tag = constant MINECRAFT_CANDIDATE_FOR_IRON_GOLEM_GIFT (line 7173) | pub const MINECRAFT_CANDIDATE_FOR_IRON_GOLEM_GIFT: super::Tag = constant MINECRAFT_CANNOT_BE_PUSHED_ONTO_BOATS (line 7175) | pub const MINECRAFT_CANNOT_BE_PUSHED_ONTO_BOATS: super::Tag = ( constant MINECRAFT_DEFLECTS_PROJECTILES (line 7196) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::Tag = (&["breeze"], &[1... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 7197) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 7218) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::Tag = ( constant MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS (line 7244) | pub const MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS: super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 7278) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 7280) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::Tag = ( constant MINECRAFT_FROG_FOOD (line 7284) | pub const MINECRAFT_FROG_FOOD: super::Tag = (&["slime", "magma_cube"], &... constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 7285) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::Tag = ( constant MINECRAFT_ILLAGER (line 7310) | pub const MINECRAFT_ILLAGER: super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 7314) | pub const MINECRAFT_ILLAGER_FRIENDS: super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 7318) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::Tag = (&["silverfish"], &... constant MINECRAFT_IMMUNE_TO_OOZING (line 7319) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::Tag = (&["slime"], &[117u16]); constant MINECRAFT_IMPACT_PROJECTILES (line 7320) | pub const MINECRAFT_IMPACT_PROJECTILES: super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 7339) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::Tag = ( constant MINECRAFT_NAUTILUS_HOSTILES (line 7364) | pub const MINECRAFT_NAUTILUS_HOSTILES: super::Tag = (&["pufferfish"], &[... constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 7365) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 7381) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 7383) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 7404) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::Tag = ( constant MINECRAFT_RAIDERS (line 7408) | pub const MINECRAFT_RAIDERS: super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 7419) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 7423) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 7427) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 7449) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::Tag = ( constant MINECRAFT_SKELETONS (line 7474) | pub const MINECRAFT_SKELETONS: super::Tag = ( constant MINECRAFT_UNDEAD (line 7485) | pub const MINECRAFT_UNDEAD: super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 7510) | pub const MINECRAFT_WITHER_FRIENDS: super::Tag = ( constant MINECRAFT_ZOMBIES (line 7535) | pub const MINECRAFT_ZOMBIES: super::Tag = ( constant C_BEETROOT_SOUP (line 7555) | pub const C_BEETROOT_SOUP: super::Tag = (&[], &[]); constant C_EXPERIENCE (line 7556) | pub const C_EXPERIENCE: super::Tag = (&[], &[]); constant C_GASEOUS (line 7557) | pub const C_GASEOUS: super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 7558) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::Tag = (&[], &[]); constant C_HONEY (line 7559) | pub const C_HONEY: super::Tag = (&[], &[]); constant C_LAVA (line 7560) | pub const C_LAVA: super::Tag = (&["lava", "flowing_lava"], &[4u16, 3u16]); constant C_MILK (line 7561) | pub const C_MILK: super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 7562) | pub const C_MUSHROOM_STEW: super::Tag = (&[], &[]); constant C_POTION (line 7563) | pub const C_POTION: super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 7564) | pub const C_RABBIT_STEW: super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 7565) | pub const C_SUSPICIOUS_STEW: super::Tag = (&[], &[]); constant C_WATER (line 7566) | pub const C_WATER: super::Tag = (&["water", "flowing_water"], &[2u16, 1u... constant MINECRAFT_LAVA (line 7567) | pub const MINECRAFT_LAVA: super::Tag = (&["lava", "flowing_lava"], &[4u1... constant MINECRAFT_WATER (line 7568) | pub const MINECRAFT_WATER: super::Tag = (&["water", "flowing_water"], &[... constant MINECRAFT_ALLAY_CAN_LISTEN (line 7573) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::Tag = (&["note_block_play"]... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 7574) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 7585) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::Tag = constant MINECRAFT_VIBRATIONS (line 7587) | pub const MINECRAFT_VIBRATIONS: super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 7647) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 7712) | pub const MINECRAFT_GOAT_HORNS: super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 7725) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 7734) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::Tag = ( constant C_ANIMAL_FOODS (line 7747) | pub const C_ANIMAL_FOODS: super::Tag = ( constant C_ARMORS (line 7834) | pub const C_ARMORS: super::Tag = ( constant C_ARMORS_HORSE (line 7885) | pub const C_ARMORS_HORSE: super::Tag = ( constant C_ARMORS_HUMANOID (line 7896) | pub const C_ARMORS_HUMANOID: super::Tag = ( constant C_ARMORS_NAUTILUS (line 7934) | pub const C_ARMORS_NAUTILUS: super::Tag = ( constant C_ARMORS_WOLF (line 7944) | pub const C_ARMORS_WOLF: super::Tag = (&["wolf_armor"], &[890u16]); constant C_BARRELS (line 7945) | pub const C_BARRELS: super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 7946) | pub const C_BARRELS_WOODEN: super::Tag = (&["barrel"], &[1354u16]); constant C_BONES (line 7947) | pub const C_BONES: super::Tag = (&["bone"], &[1083u16]); constant C_BOOKSHELVES (line 7948) | pub const C_BOOKSHELVES: super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 7949) | pub const C_BRICKS: super::Tag = ( constant C_BRICKS_NETHER (line 7953) | pub const C_BRICKS_NETHER: super::Tag = (&["nether_brick"], &[1245u16]); constant C_BRICKS_NORMAL (line 7954) | pub const C_BRICKS_NORMAL: super::Tag = (&["brick"], &[1025u16]); constant C_BRICKS_RESIN (line 7955) | pub const C_BRICKS_RESIN: super::Tag = (&["resin_brick"], &[1246u16]); constant C_BUCKETS (line 7956) | pub const C_BUCKETS: super::Tag = ( constant C_BUCKETS_EMPTY (line 7975) | pub const C_BUCKETS_EMPTY: super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 7976) | pub const C_BUCKETS_ENTITY_WATER: super::Tag = ( constant C_BUCKETS_LAVA (line 7987) | pub const C_BUCKETS_LAVA: super::Tag = (&["lava_bucket"], &[1014u16]); constant C_BUCKETS_MILK (line 7988) | pub const C_BUCKETS_MILK: super::Tag = (&["milk_bucket"], &[1018u16]); constant C_BUCKETS_POWDER_SNOW (line 7989) | pub const C_BUCKETS_POWDER_SNOW: super::Tag = (&["powder_snow_bucket"], ... constant C_BUCKETS_WATER (line 7990) | pub const C_BUCKETS_WATER: super::Tag = (&["water_bucket"], &[1013u16]); constant C_BUDDING_BLOCKS (line 7991) | pub const C_BUDDING_BLOCKS: super::Tag = (&["budding_amethyst"], &[89u16]); constant C_BUDS (line 7992) | pub const C_BUDS: super::Tag = ( constant C_CHAINS (line 8000) | pub const C_CHAINS: super::Tag = ( constant C_CHESTS (line 8016) | pub const C_CHESTS: super::Tag = ( constant C_CHESTS_ENDER (line 8035) | pub const C_CHESTS_ENDER: super::Tag = (&["ender_chest"], &[439u16]); constant C_CHESTS_TRAPPED (line 8036) | pub const C_CHESTS_TRAPPED: super::Tag = (&["trapped_chest"], &[745u16]); constant C_CHESTS_WOODEN (line 8037) | pub const C_CHESTS_WOODEN: super::Tag = (&["chest", "trapped_chest"], &[... constant C_CLUMPS (line 8038) | pub const C_CLUMPS: super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUMPS_RESIN (line 8039) | pub const C_CLUMPS_RESIN: super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUSTERS (line 8040) | pub const C_CLUSTERS: super::Tag = (&["amethyst_cluster"], &[1418u16]); constant C_COAL (line 8041) | pub const C_COAL: super::Tag = (&["coal", "charcoal"], &[896u16, 897u16]); constant C_COBBLESTONES (line 8042) | pub const C_COBBLESTONES: super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 8051) | pub const C_COBBLESTONES_DEEPSLATE: super::Tag = (&["cobbled_deepslate"]... constant C_COBBLESTONES_INFESTED (line 8052) | pub const C_COBBLESTONES_INFESTED: super::Tag = (&["infested_cobblestone... constant C_COBBLESTONES_MOSSY (line 8053) | pub const C_COBBLESTONES_MOSSY: super::Tag = (&["mossy_cobblestone"], &[... constant C_COBBLESTONES_NORMAL (line 8054) | pub const C_COBBLESTONES_NORMAL: super::Tag = (&["cobblestone"], &[35u16]); constant C_CONCRETE (line 8055) | pub const C_CONCRETE: super::Tag = ( constant C_CONCRETE_POWDER (line 8079) | pub const C_CONCRETE_POWDER: super::Tag = ( constant C_CONCRETE_POWDERS (line 8103) | pub const C_CONCRETE_POWDERS: super::Tag = ( constant C_CONCRETES (line 8127) | pub const C_CONCRETES: super::Tag = ( constant C_CROPS (line 8151) | pub const C_CROPS: super::Tag = ( constant C_CROPS_BEETROOT (line 8168) | pub const C_CROPS_BEETROOT: super::Tag = (&["beetroot"], &[1287u16]); constant C_CROPS_CACTUS (line 8169) | pub const C_CROPS_CACTUS: super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 8170) | pub const C_CROPS_CARROT: super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 8171) | pub const C_CROPS_COCOA_BEAN: super::Tag = (&["cocoa_beans"], &[1065u16]); constant C_CROPS_MELON (line 8172) | pub const C_CROPS_MELON: super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 8173) | pub const C_CROPS_NETHER_WART: super::Tag = (&["nether_wart"], &[1119u16]); constant C_CROPS_POTATO (line 8174) | pub const C_CROPS_POTATO: super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 8175) | pub const C_CROPS_PUMPKIN: super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 8176) | pub const C_CROPS_SUGAR_CANE: super::Tag = (&["sugar_cane"], &[256u16]); constant C_CROPS_WHEAT (line 8177) | pub const C_CROPS_WHEAT: super::Tag = (&["wheat"], &[952u16]); constant C_DRINK_CONTAINING_BOTTLE (line 8178) | pub const C_DRINK_CONTAINING_BOTTLE: super::Tag = ( constant C_DRINK_CONTAINING_BUCKET (line 8182) | pub const C_DRINK_CONTAINING_BUCKET: super::Tag = (&["milk_bucket"], &[1... constant C_DRINKS (line 8183) | pub const C_DRINKS: super::Tag = ( constant C_DRINKS_HONEY (line 8187) | pub const C_DRINKS_HONEY: super::Tag = (&["honey_bottle"], &[1381u16]); constant C_DRINKS_JUICE (line 8188) | pub const C_DRINKS_JUICE: super::Tag = (&[], &[]); constant C_DRINKS_MAGIC (line 8189) | pub const C_DRINKS_MAGIC: super::Tag = (&["potion", "ominous_bottle"], &... constant C_DRINKS_MILK (line 8190) | pub const C_DRINKS_MILK: super::Tag = (&["milk_bucket"], &[1018u16]); constant C_DRINKS_OMINOUS (line 8191) | pub const C_DRINKS_OMINOUS: super::Tag = (&["ominous_bottle"], &[1504u16]); constant C_DRINKS_WATER (line 8192) | pub const C_DRINKS_WATER: super::Tag = (&[], &[]); constant C_DRINKS_WATERY (line 8193) | pub const C_DRINKS_WATERY: super::Tag = (&["potion"], &[1121u16]); constant C_DUSTS (line 8194) | pub const C_DUSTS: super::Tag = (&["glowstone_dust", "redstone"], &[1056... constant C_DUSTS_GLOWSTONE (line 8195) | pub const C_DUSTS_GLOWSTONE: super::Tag = (&["glowstone_dust"], &[1056u1... constant C_DUSTS_REDSTONE (line 8196) | pub const C_DUSTS_REDSTONE: super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 8197) | pub const C_DYED: super::Tag = ( constant C_DYED_BLACK (line 8450) | pub const C_DYED_BLACK: super::Tag = ( constant C_DYED_BLUE (line 8472) | pub const C_DYED_BLUE: super::Tag = ( constant C_DYED_BROWN (line 8494) | pub const C_DYED_BROWN: super::Tag = ( constant C_DYED_CYAN (line 8516) | pub const C_DYED_CYAN: super::Tag = ( constant C_DYED_GRAY (line 8538) | pub const C_DYED_GRAY: super::Tag = ( constant C_DYED_GREEN (line 8560) | pub const C_DYED_GREEN: super::Tag = ( constant C_DYED_LIGHT_BLUE (line 8582) | pub const C_DYED_LIGHT_BLUE: super::Tag = ( constant C_DYED_LIGHT_GRAY (line 8604) | pub const C_DYED_LIGHT_GRAY: super::Tag = ( constant C_DYED_LIME (line 8626) | pub const C_DYED_LIME: super::Tag = ( constant C_DYED_MAGENTA (line 8648) | pub const C_DYED_MAGENTA: super::Tag = ( constant C_DYED_ORANGE (line 8670) | pub const C_DYED_ORANGE: super::Tag = ( constant C_DYED_PINK (line 8692) | pub const C_DYED_PINK: super::Tag = ( constant C_DYED_PURPLE (line 8714) | pub const C_DYED_PURPLE: super::Tag = ( constant C_DYED_RED (line 8736) | pub const C_DYED_RED: super::Tag = ( constant C_DYED_WHITE (line 8758) | pub const C_DYED_WHITE: super::Tag = ( constant C_DYED_YELLOW (line 8780) | pub const C_DYED_YELLOW: super::Tag = ( constant C_DYES (line 8802) | pub const C_DYES: super::Tag = ( constant C_DYES_BLACK (line 8826) | pub const C_DYES_BLACK: super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 8827) | pub const C_DYES_BLUE: super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 8828) | pub const C_DYES_BROWN: super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 8829) | pub const C_DYES_CYAN: super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 8830) | pub const C_DYES_GRAY: super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 8831) | pub const C_DYES_GREEN: super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 8832) | pub const C_DYES_LIGHT_BLUE: super::Tag = (&["light_blue_dye"], &[1069u1... constant C_DYES_LIGHT_GRAY (line 8833) | pub const C_DYES_LIGHT_GRAY: super::Tag = (&["light_gray_dye"], &[1074u1... constant C_DYES_LIME (line 8834) | pub const C_DYES_LIME: super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 8835) | pub const C_DYES_MAGENTA: super::Tag = (&["magenta_dye"], &[1068u16]); constant C_DYES_ORANGE (line 8836) | pub const C_DYES_ORANGE: super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 8837) | pub const C_DYES_PINK: super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 8838) | pub const C_DYES_PURPLE: super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 8839) | pub const C_DYES_RED: super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 8840) | pub const C_DYES_WHITE: super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 8841) | pub const C_DYES_YELLOW: super::Tag = (&["yellow_dye"], &[1070u16]); constant C_EGGS (line 8842) | pub const C_EGGS: super::Tag = ( constant C_ENCHANTABLES (line 8846) | pub const C_ENCHANTABLES: super::Tag = ( constant C_END_STONES (line 8953) | pub const C_END_STONES: super::Tag = (&["end_stone"], &[435u16]); constant C_ENDER_PEARLS (line 8954) | pub const C_ENDER_PEARLS: super::Tag = (&["ender_pearl"], &[1115u16]); constant C_FEATHERS (line 8955) | pub const C_FEATHERS: super::Tag = (&["feather"], &[949u16]); constant C_FENCE_GATES (line 8956) | pub const C_FENCE_GATES: super::Tag = ( constant C_FENCE_GATES_WOODEN (line 8976) | pub const C_FENCE_GATES_WOODEN: super::Tag = ( constant C_FENCES (line 8996) | pub const C_FENCES: super::Tag = ( constant C_FENCES_NETHER_BRICK (line 9017) | pub const C_FENCES_NETHER_BRICK: super::Tag = (&["nether_brick_fence"], ... constant C_FENCES_WOODEN (line 9018) | pub const C_FENCES_WOODEN: super::Tag = ( constant C_FERTILIZERS (line 9038) | pub const C_FERTILIZERS: super::Tag = (&["bone_meal"], &[1082u16]); constant C_FLOWERS (line 9039) | pub const C_FLOWERS: super::Tag = ( constant C_FLOWERS_SMALL (line 9078) | pub const C_FLOWERS_SMALL: super::Tag = ( constant C_FLOWERS_TALL (line 9102) | pub const C_FLOWERS_TALL: super::Tag = ( constant C_FOODS (line 9106) | pub const C_FOODS: super::Tag = ( constant C_FOODS_BERRIES (line 9159) | pub const C_FOODS_BERRIES: super::Tag = constant C_FOODS_BERRY (line 9161) | pub const C_FOODS_BERRY: super::Tag = (&["sweet_berries", "glow_berries"... constant C_FOODS_BREAD (line 9162) | pub const C_FOODS_BREAD: super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 9163) | pub const C_FOODS_BREADS: super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 9164) | pub const C_FOODS_CANDIES: super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 9165) | pub const C_FOODS_CANDY: super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 9166) | pub const C_FOODS_COOKED_FISH: super::Tag = constant C_FOODS_COOKED_FISHES (line 9168) | pub const C_FOODS_COOKED_FISHES: super::Tag = constant C_FOODS_COOKED_MEAT (line 9170) | pub const C_FOODS_COOKED_MEAT: super::Tag = ( constant C_FOODS_COOKED_MEATS (line 9180) | pub const C_FOODS_COOKED_MEATS: super::Tag = ( constant C_FOODS_COOKIE (line 9190) | pub const C_FOODS_COOKIE: super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 9191) | pub const C_FOODS_COOKIES: super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 9192) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::Tag = (&["cake"], &[1085u16]); constant C_FOODS_FOOD_POISONING (line 9193) | pub const C_FOODS_FOOD_POISONING: super::Tag = ( constant C_FOODS_FRUIT (line 9203) | pub const C_FOODS_FRUIT: super::Tag = ( constant C_FOODS_FRUITS (line 9213) | pub const C_FOODS_FRUITS: super::Tag = ( constant C_FOODS_GOLDEN (line 9222) | pub const C_FOODS_GOLDEN: super::Tag = ( constant C_FOODS_PIE (line 9226) | pub const C_FOODS_PIE: super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 9227) | pub const C_FOODS_RAW_FISH: super::Tag = ( constant C_FOODS_RAW_FISHES (line 9231) | pub const C_FOODS_RAW_FISHES: super::Tag = ( constant C_FOODS_RAW_MEAT (line 9235) | pub const C_FOODS_RAW_MEAT: super::Tag = ( constant C_FOODS_RAW_MEATS (line 9239) | pub const C_FOODS_RAW_MEATS: super::Tag = ( constant C_FOODS_SOUP (line 9243) | pub const C_FOODS_SOUP: super::Tag = ( constant C_FOODS_SOUPS (line 9252) | pub const C_FOODS_SOUPS: super::Tag = ( constant C_FOODS_VEGETABLE (line 9261) | pub const C_FOODS_VEGETABLE: super::Tag = ( constant C_FOODS_VEGETABLES (line 9265) | pub const C_FOODS_VEGETABLES: super::Tag = ( constant C_GEMS (line 9269) | pub const C_GEMS: super::Tag = ( constant C_GEMS_AMETHYST (line 9280) | pub const C_GEMS_AMETHYST: super::Tag = (&["amethyst_shard"], &[902u16]); constant C_GEMS_DIAMOND (line 9281) | pub const C_GEMS_DIAMOND: super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 9282) | pub const C_GEMS_EMERALD: super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 9283) | pub const C_GEMS_LAPIS: super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 9284) | pub const C_GEMS_PRISMARINE: super::Tag = (&["prismarine_crystals"], &[1... constant C_GEMS_QUARTZ (line 9285) | pub const C_GEMS_QUARTZ: super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 9286) | pub const C_GLASS_BLOCKS: super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 9312) | pub const C_GLASS_BLOCKS_CHEAP: super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 9337) | pub const C_GLASS_BLOCKS_COLORLESS: super::Tag = (&["glass"], &[195u16]); constant C_GLASS_BLOCKS_TINTED (line 9338) | pub const C_GLASS_BLOCKS_TINTED: super::Tag = (&["tinted_glass"], &[196u... constant C_GLASS_PANES (line 9339) | pub const C_GLASS_PANES: super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 9364) | pub const C_GLASS_PANES_COLORLESS: super::Tag = (&["glass_pane"], &[408u... constant C_GLAZED_TERRACOTTA (line 9365) | pub const C_GLAZED_TERRACOTTA: super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 9389) | pub const C_GLAZED_TERRACOTTAS: super::Tag = ( constant C_GRAVELS (line 9413) | pub const C_GRAVELS: super::Tag = (&["gravel"], &[63u16]); constant C_GUNPOWDERS (line 9414) | pub const C_GUNPOWDERS: super::Tag = (&["gunpowder"], &[950u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 9415) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::Tag = (&[], &[]); constant C_INGOTS (line 9416) | pub const C_INGOTS: super::Tag = ( constant C_INGOTS_COPPER (line 9425) | pub const C_INGOTS_COPPER: super::Tag = (&["copper_ingot"], &[906u16]); constant C_INGOTS_GOLD (line 9426) | pub const C_INGOTS_GOLD: super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 9427) | pub const C_INGOTS_IRON: super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 9428) | pub const C_INGOTS_NETHERITE: super::Tag = (&["netherite_ingot"], &[909u... constant C_LEATHERS (line 9429) | pub const C_LEATHERS: super::Tag = (&["leather"], &[1017u16]); constant C_MUSHROOMS (line 9430) | pub const C_MUSHROOMS: super::Tag = (&["red_mushroom", "brown_mushroom"]... constant C_MUSIC_DISCS (line 9431) | pub const C_MUSIC_DISCS: super::Tag = ( constant C_NATURAL_LOGS (line 9461) | pub const C_NATURAL_LOGS: super::Tag = ( constant C_NATURAL_LOGS_NETHER (line 9481) | pub const C_NATURAL_LOGS_NETHER: super::Tag = constant C_NATURAL_LOGS_OVERWORLD (line 9483) | pub const C_NATURAL_LOGS_OVERWORLD: super::Tag = ( constant C_NATURAL_WOODS (line 9500) | pub const C_NATURAL_WOODS: super::Tag = ( constant C_NETHER_STARS (line 9518) | pub const C_NETHER_STARS: super::Tag = (&["nether_star"], &[1240u16]); constant C_NETHERRACKS (line 9519) | pub const C_NETHERRACKS: super::Tag = (&["netherrack"], &[359u16]); constant C_NUGGETS (line 9520) | pub const C_NUGGETS: super::Tag = ( constant C_NUGGETS_COPPER (line 9524) | pub const C_NUGGETS_COPPER: super::Tag = (&["copper_nugget"], &[1306u16]); constant C_NUGGETS_GOLD (line 9525) | pub const C_NUGGETS_GOLD: super::Tag = (&["gold_nugget"], &[1118u16]); constant C_NUGGETS_IRON (line 9526) | pub const C_NUGGETS_IRON: super::Tag = (&["iron_nugget"], &[1305u16]); constant C_OBSIDIANS (line 9527) | pub const C_OBSIDIANS: super::Tag = (&["obsidian", "crying_obsidian"], &... constant C_OBSIDIANS_CRYING (line 9528) | pub const C_OBSIDIANS_CRYING: super::Tag = (&["crying_obsidian"], &[1384... constant C_OBSIDIANS_NORMAL (line 9529) | pub const C_OBSIDIANS_NORMAL: super::Tag = (&["obsidian"], &[321u16]); constant C_ORE_BEARING_GROUND_DEEPSLATE (line 9530) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::Tag = (&["deepslate"], ... constant C_ORE_BEARING_GROUND_NETHERRACK (line 9531) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::Tag = (&["netherrack"]... constant C_ORE_BEARING_GROUND_STONE (line 9532) | pub const C_ORE_BEARING_GROUND_STONE: super::Tag = (&["stone"], &[1u16]); constant C_ORE_RATES_DENSE (line 9533) | pub const C_ORE_RATES_DENSE: super::Tag = ( constant C_ORE_RATES_SINGULAR (line 9544) | pub const C_ORE_RATES_SINGULAR: super::Tag = ( constant C_ORE_RATES_SPARSE (line 9563) | pub const C_ORE_RATES_SPARSE: super::Tag = (&["nether_gold_ore"], &[80u1... constant C_ORES (line 9564) | pub const C_ORES: super::Tag = ( constant C_ORES_COAL (line 9591) | pub const C_ORES_COAL: super::Tag = (&["coal_ore", "deepslate_coal_ore"]... constant C_ORES_COPPER (line 9592) | pub const C_ORES_COPPER: super::Tag = constant C_ORES_DIAMOND (line 9594) | pub const C_ORES_DIAMOND: super::Tag = constant C_ORES_EMERALD (line 9596) | pub const C_ORES_EMERALD: super::Tag = constant C_ORES_GOLD (line 9598) | pub const C_ORES_GOLD: super::Tag = ( constant C_ORES_IRON (line 9602) | pub const C_ORES_IRON: super::Tag = (&["iron_ore", "deepslate_iron_ore"]... constant C_ORES_LAPIS (line 9603) | pub const C_ORES_LAPIS: super::Tag = (&["lapis_ore", "deepslate_lapis_or... constant C_ORES_NETHERITE_SCRAP (line 9604) | pub const C_ORES_NETHERITE_SCRAP: super::Tag = (&["ancient_debris"], &[8... constant C_ORES_QUARTZ (line 9605) | pub const C_ORES_QUARTZ: super::Tag = (&["nether_quartz_ore"], &[81u16]); constant C_ORES_REDSTONE (line 9606) | pub const C_ORES_REDSTONE: super::Tag = constant C_ORES_IN_GROUND_DEEPSLATE (line 9608) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 9621) | pub const C_ORES_IN_GROUND_NETHERRACK: super::Tag = constant C_ORES_IN_GROUND_STONE (line 9623) | pub const C_ORES_IN_GROUND_STONE: super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 9636) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::Tag = (&["crafti... constant C_PLAYER_WORKSTATIONS_FURNACES (line 9637) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::Tag = (&["furnace"], &[... constant C_POTIONS (line 9638) | pub const C_POTIONS: super::Tag = ( constant C_POTIONS_BOTTLE (line 9642) | pub const C_POTIONS_BOTTLE: super::Tag = ( constant C_PUMPKINS (line 9646) | pub const C_PUMPKINS: super::Tag = ( constant C_PUMPKINS_CARVED (line 9650) | pub const C_PUMPKINS_CARVED: super::Tag = (&["carved_pumpkin"], &[357u16]); constant C_PUMPKINS_JACK_O_LANTERNS (line 9651) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::Tag = (&["jack_o_lantern"],... constant C_PUMPKINS_NORMAL (line 9652) | pub const C_PUMPKINS_NORMAL: super::Tag = (&["pumpkin"], &[356u16]); constant C_RAW_BLOCKS (line 9653) | pub const C_RAW_BLOCKS: super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 9657) | pub const C_RAW_BLOCKS_COPPER: super::Tag = (&["raw_copper_block"], &[85... constant C_RAW_BLOCKS_GOLD (line 9658) | pub const C_RAW_BLOCKS_GOLD: super::Tag = (&["raw_gold_block"], &[86u16]); constant C_RAW_BLOCKS_IRON (line 9659) | pub const C_RAW_BLOCKS_IRON: super::Tag = (&["raw_iron_block"], &[84u16]); constant C_RAW_MATERIALS (line 9660) | pub const C_RAW_MATERIALS: super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 9664) | pub const C_RAW_MATERIALS_COPPER: super::Tag = (&["raw_copper"], &[905u1... constant C_RAW_MATERIALS_GOLD (line 9665) | pub const C_RAW_MATERIALS_GOLD: super::Tag = (&["raw_gold"], &[907u16]); constant C_RAW_MATERIALS_IRON (line 9666) | pub const C_RAW_MATERIALS_IRON: super::Tag = (&["raw_iron"], &[903u16]); constant C_RODS (line 9667) | pub const C_RODS: super::Tag = ( constant C_RODS_BLAZE (line 9671) | pub const C_RODS_BLAZE: super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 9672) | pub const C_RODS_BREEZE: super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 9673) | pub const C_RODS_WOODEN: super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 9674) | pub const C_ROPES: super::Tag = (&[], &[]); constant C_SANDS (line 9675) | pub const C_SANDS: super::Tag = (&["sand", "red_sand"], &[59u16, 62u16]); constant C_SANDS_COLORLESS (line 9676) | pub const C_SANDS_COLORLESS: super::Tag = (&["sand"], &[59u16]); constant C_SANDS_RED (line 9677) | pub const C_SANDS_RED: super::Tag = (&["red_sand"], &[62u16]); constant C_SANDSTONE_BLOCKS (line 9678) | pub const C_SANDSTONE_BLOCKS: super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 9693) | pub const C_SANDSTONE_RED_BLOCKS: super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 9702) | pub const C_SANDSTONE_RED_SLABS: super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 9710) | pub const C_SANDSTONE_RED_STAIRS: super::Tag = ( constant C_SANDSTONE_SLABS (line 9714) | pub const C_SANDSTONE_SLABS: super::Tag = ( constant C_SANDSTONE_STAIRS (line 9725) | pub const C_SANDSTONE_STAIRS: super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 9734) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 9743) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 9751) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::Tag = ( constant C_SEEDS (line 9755) | pub const C_SEEDS: super::Tag = ( constant C_SEEDS_BEETROOT (line 9766) | pub const C_SEEDS_BEETROOT: super::Tag = (&["beetroot_seeds"], &[1288u16]); constant C_SEEDS_MELON (line 9767) | pub const C_SEEDS_MELON: super::Tag = (&["melon_seeds"], &[1109u16]); constant C_SEEDS_PITCHER_PLANT (line 9768) | pub const C_SEEDS_PITCHER_PLANT: super::Tag = (&["pitcher_pod"], &[1286u... constant C_SEEDS_PUMPKIN (line 9769) | pub const C_SEEDS_PUMPKIN: super::Tag = (&["pumpkin_seeds"], &[1108u16]); constant C_SEEDS_TORCHFLOWER (line 9770) | pub const C_SEEDS_TORCHFLOWER: super::Tag = (&["torchflower_seeds"], &[1... constant C_SEEDS_WHEAT (line 9771) | pub const C_SEEDS_WHEAT: super::Tag = (&["wheat_seeds"], &[951u16]); constant C_SHULKER_BOXES (line 9772) | pub const C_SHULKER_BOXES: super::Tag = ( constant C_SLIME_BALLS (line 9797) | pub const C_SLIME_BALLS: super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 9798) | pub const C_STONES: super::Tag = ( constant C_STORAGE_BLOCKS (line 9809) | pub const C_STORAGE_BLOCKS: super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 9834) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::Tag = (&["bone_block"], &[5... constant C_STORAGE_BLOCKS_COAL (line 9835) | pub const C_STORAGE_BLOCKS_COAL: super::Tag = (&["coal_block"], &[83u16]); constant C_STORAGE_BLOCKS_COPPER (line 9836) | pub const C_STORAGE_BLOCKS_COPPER: super::Tag = (&["copper_block"], &[91... constant C_STORAGE_BLOCKS_DIAMOND (line 9837) | pub const C_STORAGE_BLOCKS_DIAMOND: super::Tag = (&["diamond_block"], &[... constant C_STORAGE_BLOCKS_DRIED_KELP (line 9838) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::Tag = (&["dried_kelp_block... constant C_STORAGE_BLOCKS_EMERALD (line 9839) | pub const C_STORAGE_BLOCKS_EMERALD: super::Tag = (&["emerald_block"], &[... constant C_STORAGE_BLOCKS_GOLD (line 9840) | pub const C_STORAGE_BLOCKS_GOLD: super::Tag = (&["gold_block"], &[92u16]); constant C_STORAGE_BLOCKS_IRON (line 9841) | pub const C_STORAGE_BLOCKS_IRON: super::Tag = (&["iron_block"], &[90u16]); constant C_STORAGE_BLOCKS_LAPIS (line 9842) | pub const C_STORAGE_BLOCKS_LAPIS: super::Tag = (&["lapis_block"], &[197u... constant C_STORAGE_BLOCKS_NETHERITE (line 9843) | pub const C_STORAGE_BLOCKS_NETHERITE: super::Tag = (&["netherite_block"]... constant C_STORAGE_BLOCKS_RAW_COPPER (line 9844) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::Tag = (&["raw_copper_block... constant C_STORAGE_BLOCKS_RAW_GOLD (line 9845) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::Tag = (&["raw_gold_block"], ... constant C_STORAGE_BLOCKS_RAW_IRON (line 9846) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::Tag = (&["raw_iron_block"], ... constant C_STORAGE_BLOCKS_REDSTONE (line 9847) | pub const C_STORAGE_BLOCKS_REDSTONE: super::Tag = (&["redstone_block"], ... constant C_STORAGE_BLOCKS_RESIN (line 9848) | pub const C_STORAGE_BLOCKS_RESIN: super::Tag = (&["resin_block"], &[413u... constant C_STORAGE_BLOCKS_SLIME (line 9849) | pub const C_STORAGE_BLOCKS_SLIME: super::Tag = (&["slime_block"], &[724u... constant C_STORAGE_BLOCKS_WHEAT (line 9850) | pub const C_STORAGE_BLOCKS_WHEAT: super::Tag = (&["hay_block"], &[504u16]); constant C_STRINGS (line 9851) | pub const C_STRINGS: super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 9852) | pub const C_STRIPPED_LOGS: super::Tag = ( constant C_STRIPPED_WOODS (line 9872) | pub const C_STRIPPED_WOODS: super::Tag = ( constant C_TOOLS (line 9890) | pub const C_TOOLS: super::Tag = ( constant C_TOOLS_BOW (line 9945) | pub const C_TOOLS_BOW: super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 9946) | pub const C_TOOLS_BOWS: super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 9947) | pub const C_TOOLS_BRUSH: super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 9948) | pub const C_TOOLS_BRUSHES: super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 9949) | pub const C_TOOLS_CROSSBOW: super::Tag = (&["crossbow"], &[1339u16]); constant C_TOOLS_CROSSBOWS (line 9950) | pub const C_TOOLS_CROSSBOWS: super::Tag = (&["crossbow"], &[1339u16]); constant C_TOOLS_FISHING_ROD (line 9951) | pub const C_TOOLS_FISHING_ROD: super::Tag = (&["fishing_rod"], &[1053u16]); constant C_TOOLS_FISHING_RODS (line 9952) | pub const C_TOOLS_FISHING_RODS: super::Tag = (&["fishing_rod"], &[1053u1... constant C_TOOLS_IGNITER (line 9953) | pub const C_TOOLS_IGNITER: super::Tag = (&["flint_and_steel"], &[891u16]); constant C_TOOLS_MACE (line 9954) | pub const C_TOOLS_MACE: super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 9955) | pub const C_TOOLS_MELEE_WEAPON: super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 9979) | pub const C_TOOLS_MELEE_WEAPONS: super::Tag = ( constant C_TOOLS_MINING_TOOL (line 10001) | pub const C_TOOLS_MINING_TOOL: super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 10013) | pub const C_TOOLS_MINING_TOOLS: super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 10025) | pub const C_TOOLS_RANGED_WEAPON: super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 10027) | pub const C_TOOLS_RANGED_WEAPONS: super::Tag = constant C_TOOLS_SHEAR (line 10029) | pub const C_TOOLS_SHEAR: super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 10030) | pub const C_TOOLS_SHEARS: super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 10031) | pub const C_TOOLS_SHIELD: super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 10032) | pub const C_TOOLS_SHIELDS: super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 10033) | pub const C_TOOLS_SPEAR: super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 10034) | pub const C_TOOLS_SPEARS: super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_WRENCH (line 10035) | pub const C_TOOLS_WRENCH: super::Tag = (&[], &[]); constant C_VILLAGER_JOB_SITES (line 10036) | pub const C_VILLAGER_JOB_SITES: super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 10057) | pub const MINECRAFT_ACACIA_LOGS: super::Tag = ( constant MINECRAFT_ANVIL (line 10066) | pub const MINECRAFT_ANVIL: super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 10070) | pub const MINECRAFT_ARMADILLO_FOOD: super::Tag = (&["spider_eye"], &[112... constant MINECRAFT_ARROWS (line 10071) | pub const MINECRAFT_ARROWS: super::Tag = ( constant MINECRAFT_AXES (line 10075) | pub const MINECRAFT_AXES: super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 10087) | pub const MINECRAFT_AXOLOTL_FOOD: super::Tag = (&["tropical_fish_bucket"... constant MINECRAFT_BAMBOO_BLOCKS (line 10088) | pub const MINECRAFT_BAMBOO_BLOCKS: super::Tag = ( constant MINECRAFT_BANNERS (line 10092) | pub const MINECRAFT_BANNERS: super::Tag = ( constant MINECRAFT_BARS (line 10116) | pub const MINECRAFT_BARS: super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 10132) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::Tag = ( constant MINECRAFT_BEDS (line 10142) | pub const MINECRAFT_BEDS: super::Tag = ( constant MINECRAFT_BEE_FOOD (line 10166) | pub const MINECRAFT_BEE_FOOD: super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 10204) | pub const MINECRAFT_BIRCH_LOGS: super::Tag = ( constant MINECRAFT_BOATS (line 10213) | pub const MINECRAFT_BOATS: super::Tag = ( constant MINECRAFT_BOOK_CLONING_TARGET (line 10241) | pub const MINECRAFT_BOOK_CLONING_TARGET: super::Tag = (&["writable_book"... constant MINECRAFT_BOOKSHELF_BOOKS (line 10242) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 10252) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 10299) | pub const MINECRAFT_BREWING_FUEL: super::Tag = (&["blaze_powder"], &[112... constant MINECRAFT_BUNDLES (line 10300) | pub const MINECRAFT_BUNDLES: super::Tag = ( constant MINECRAFT_BUTTONS (line 10325) | pub const MINECRAFT_BUTTONS: super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 10347) | pub const MINECRAFT_CAMEL_FOOD: super::Tag = (&["cactus"], &[340u16]); constant MINECRAFT_CAMEL_HUSK_FOOD (line 10348) | pub const MINECRAFT_CAMEL_HUSK_FOOD: super::Tag = (&["rabbit_foot"], &[1... constant MINECRAFT_CANDLES (line 10349) | pub const MINECRAFT_CANDLES: super::Tag = ( constant MINECRAFT_CAT_FOOD (line 10374) | pub const MINECRAFT_CAT_FOOD: super::Tag = (&["cod", "salmon"], &[1057u1... constant MINECRAFT_CHAINS (line 10375) | pub const MINECRAFT_CHAINS: super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 10391) | pub const MINECRAFT_CHERRY_LOGS: super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 10400) | pub const MINECRAFT_CHEST_ARMOR: super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 10412) | pub const MINECRAFT_CHEST_BOATS: super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 10429) | pub const MINECRAFT_CHICKEN_FOOD: super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 10440) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::Tag = ( constant MINECRAFT_COAL_ORES (line 10452) | pub const MINECRAFT_COAL_ORES: super::Tag = constant MINECRAFT_COALS (line 10454) | pub const MINECRAFT_COALS: super::Tag = (&["coal", "charcoal"], &[896u16... constant MINECRAFT_COMPASSES (line 10455) | pub const MINECRAFT_COMPASSES: super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 10457) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::Tag = ( constant MINECRAFT_COPPER (line 10526) | pub const MINECRAFT_COPPER: super::Tag = ( constant MINECRAFT_COPPER_CHESTS (line 10539) | pub const MINECRAFT_COPPER_CHESTS: super::Tag = ( constant MINECRAFT_COPPER_GOLEM_STATUES (line 10554) | pub const MINECRAFT_COPPER_GOLEM_STATUES: super::Tag = ( constant MINECRAFT_COPPER_ORES (line 10569) | pub const MINECRAFT_COPPER_ORES: super::Tag = constant MINECRAFT_COPPER_TOOL_MATERIALS (line 10571) | pub const MINECRAFT_COPPER_TOOL_MATERIALS: super::Tag = (&["copper_ingot... constant MINECRAFT_COW_FOOD (line 10572) | pub const MINECRAFT_COW_FOOD: super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 10573) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 10593) | pub const MINECRAFT_CREEPER_IGNITERS: super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 10595) | pub const MINECRAFT_CRIMSON_STEMS: super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 10604) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 10645) | pub const MINECRAFT_DARK_OAK_LOGS: super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 10654) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 10687) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 10719) | pub const MINECRAFT_DIAMOND_ORES: super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 10721) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::Tag = (&["diamond"], ... constant MINECRAFT_DIRT (line 10722) | pub const MINECRAFT_DIRT: super::Tag = ( constant MINECRAFT_DOORS (line 10739) | pub const MINECRAFT_DOORS: super::Tag = ( constant MINECRAFT_DROWNED_PREFERRED_WEAPONS (line 10768) | pub const MINECRAFT_DROWNED_PREFERRED_WEAPONS: super::Tag = (&["trident"... constant MINECRAFT_DUPLICATES_ALLAYS (line 10769) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::Tag = (&["amethyst_shard"]... constant MINECRAFT_DYEABLE (line 10770) | pub const MINECRAFT_DYEABLE: super::Tag = ( constant MINECRAFT_EGGS (line 10781) | pub const MINECRAFT_EGGS: super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 10785) | pub const MINECRAFT_EMERALD_ORES: super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 10787) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 10825) | pub const MINECRAFT_ENCHANTABLE_BOW: super::Tag = (&["bow"], &[894u16]); constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 10826) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 10838) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::Tag = (&["crossbow"], &... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 10839) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 10936) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 10984) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 11007) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::Tag = (&["fishing_rod"],... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 11008) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 11020) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 11035) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::Tag = ( constant MINECRAFT_ENCHANTABLE_LUNGE (line 11047) | pub const MINECRAFT_ENCHANTABLE_LUNGE: super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 11061) | pub const MINECRAFT_ENCHANTABLE_MACE: super::Tag = (&["mace"], &[1223u16]); constant MINECRAFT_ENCHANTABLE_MELEE_WEAPON (line 11062) | pub const MINECRAFT_ENCHANTABLE_MELEE_WEAPON: super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING (line 11084) | pub const MINECRAFT_ENCHANTABLE_MINING: super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 11122) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 11159) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWEEPING (line 11189) | pub const MINECRAFT_ENCHANTABLE_SWEEPING: super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 11201) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::Tag = (&["trident"], &[1... constant MINECRAFT_ENCHANTABLE_VANISHING (line 11202) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 11309) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::Tag = ( constant MINECRAFT_FENCE_GATES (line 11340) | pub const MINECRAFT_FENCE_GATES: super::Tag = ( constant MINECRAFT_FENCES (line 11360) | pub const MINECRAFT_FENCES: super::Tag = ( constant MINECRAFT_FISHES (line 11381) | pub const MINECRAFT_FISHES: super::Tag = ( constant MINECRAFT_FLOWERS (line 11392) | pub const MINECRAFT_FLOWERS: super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 11431) | pub const MINECRAFT_FOOT_ARMOR: super::Tag = ( constant MINECRAFT_FOX_FOOD (line 11443) | pub const MINECRAFT_FOX_FOOD: super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 11445) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::Tag = ( constant MINECRAFT_FROG_FOOD (line 11455) | pub const MINECRAFT_FROG_FOOD: super::Tag = (&["slime_ball"], &[1030u16]); constant MINECRAFT_FURNACE_MINECART_FUEL (line 11456) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 11458) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::Tag = (&["carved_pum... constant MINECRAFT_GOAT_FOOD (line 11459) | pub const MINECRAFT_GOAT_FOOD: super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 11460) | pub const MINECRAFT_GOLD_ORES: super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 11464) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::Tag = (&["gold_ingot"], ... constant MINECRAFT_HANGING_SIGNS (line 11465) | pub const MINECRAFT_HANGING_SIGNS: super::Tag = ( constant MINECRAFT_HAPPY_GHAST_FOOD (line 11485) | pub const MINECRAFT_HAPPY_GHAST_FOOD: super::Tag = (&["snowball"], &[101... constant MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS (line 11486) | pub const MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS: super::Tag = ( constant MINECRAFT_HARNESSES (line 11511) | pub const MINECRAFT_HARNESSES: super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 11535) | pub const MINECRAFT_HEAD_ARMOR: super::Tag = ( constant MINECRAFT_HOES (line 11550) | pub const MINECRAFT_HOES: super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 11562) | pub const MINECRAFT_HOGLIN_FOOD: super::Tag = (&["crimson_fungus"], &[24... constant MINECRAFT_HORSE_FOOD (line 11563) | pub const MINECRAFT_HORSE_FOOD: super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 11578) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 11582) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::Tag = (&["leather"]... constant MINECRAFT_IRON_ORES (line 11583) | pub const MINECRAFT_IRON_ORES: super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 11585) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::Tag = (&["iron_ingot"], ... constant MINECRAFT_JUNGLE_LOGS (line 11586) | pub const MINECRAFT_JUNGLE_LOGS: super::Tag = ( constant MINECRAFT_LANTERNS (line 11595) | pub const MINECRAFT_LANTERNS: super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 11613) | pub const MINECRAFT_LAPIS_ORES: super::Tag = constant MINECRAFT_LEAVES (line 11615) | pub const MINECRAFT_LEAVES: super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 11633) | pub const MINECRAFT_LECTERN_BOOKS: super::Tag = constant MINECRAFT_LEG_ARMOR (line 11635) | pub const MINECRAFT_LEG_ARMOR: super::Tag = ( constant MINECRAFT_LIGHTNING_RODS (line 11647) | pub const MINECRAFT_LIGHTNING_RODS: super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 11662) | pub const MINECRAFT_LLAMA_FOOD: super::Tag = (&["wheat", "hay_block"], &... constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 11663) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::Tag = (&["hay_block"], &[5... constant MINECRAFT_LOGS (line 11664) | pub const MINECRAFT_LOGS: super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 11718) | pub const MINECRAFT_LOGS_THAT_BURN: super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 11764) | pub const MINECRAFT_MANGROVE_LOGS: super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 11773) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::Tag = (&["carved_... constant MINECRAFT_MEAT (line 11774) | pub const MINECRAFT_MEAT: super::Tag = ( constant MINECRAFT_NAUTILUS_BUCKET_FOOD (line 11793) | pub const MINECRAFT_NAUTILUS_BUCKET_FOOD: super::Tag = ( constant MINECRAFT_NAUTILUS_FOOD (line 11802) | pub const MINECRAFT_NAUTILUS_FOOD: super::Tag = ( constant MINECRAFT_NAUTILUS_TAMING_ITEMS (line 11820) | pub const MINECRAFT_NAUTILUS_TAMING_ITEMS: super::Tag = constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 11822) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::Tag = (&["netherite... constant MINECRAFT_NON_FLAMMABLE_WOOD (line 11823) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 11864) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::Tag = ( constant MINECRAFT_OAK_LOGS (line 11878) | pub const MINECRAFT_OAK_LOGS: super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 11887) | pub const MINECRAFT_OCELOT_FOOD: super::Tag = (&["cod", "salmon"], &[105... constant MINECRAFT_PALE_OAK_LOGS (line 11888) | pub const MINECRAFT_PALE_OAK_LOGS: super::Tag = ( constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 11897) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::Tag = constant MINECRAFT_PANDA_FOOD (line 11899) | pub const MINECRAFT_PANDA_FOOD: super::Tag = (&["bamboo"], &[269u16]); constant MINECRAFT_PARROT_FOOD (line 11900) | pub const MINECRAFT_PARROT_FOOD: super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 11911) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::Tag = (&["cookie"], &[... constant MINECRAFT_PICKAXES (line 11912) | pub const MINECRAFT_PICKAXES: super::Tag = ( constant MINECRAFT_PIG_FOOD (line 11924) | pub const MINECRAFT_PIG_FOOD: super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 11928) | pub const MINECRAFT_PIGLIN_FOOD: super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 11930) | pub const MINECRAFT_PIGLIN_LOVED: super::Tag = ( constant MINECRAFT_PIGLIN_PREFERRED_WEAPONS (line 11966) | pub const MINECRAFT_PIGLIN_PREFERRED_WEAPONS: super::Tag = constant MINECRAFT_PIGLIN_REPELLENTS (line 11968) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 11972) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::Tag = ( constant MINECRAFT_PILLAGER_PREFERRED_WEAPONS (line 11981) | pub const MINECRAFT_PILLAGER_PREFERRED_WEAPONS: super::Tag = (&["crossbo... constant MINECRAFT_PLANKS (line 11982) | pub const MINECRAFT_PLANKS: super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 12001) | pub const MINECRAFT_RABBIT_FOOD: super::Tag = ( constant MINECRAFT_RAILS (line 12005) | pub const MINECRAFT_RAILS: super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 12009) | pub const MINECRAFT_REDSTONE_ORES: super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 12011) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::Tag = (&["iron_ingot"], ... constant MINECRAFT_REPAIRS_COPPER_ARMOR (line 12012) | pub const MINECRAFT_REPAIRS_COPPER_ARMOR: super::Tag = (&["copper_ingot"... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 12013) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::Tag = (&["diamond"], &... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 12014) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::Tag = (&["gold_ingot"], &... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 12015) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::Tag = (&["iron_ingot"], &... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 12016) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::Tag = (&["leather"], &... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 12017) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::Tag = (&["netherite_... constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 12018) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::Tag = (&["turtle_scute... constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 12019) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::Tag = (&["armadillo_scute... constant MINECRAFT_SAND (line 12020) | pub const MINECRAFT_SAND: super::Tag = ( constant MINECRAFT_SAPLINGS (line 12024) | pub const MINECRAFT_SAPLINGS: super::Tag = ( constant MINECRAFT_SHEARABLE_FROM_COPPER_GOLEM (line 12042) | pub const MINECRAFT_SHEARABLE_FROM_COPPER_GOLEM: super::Tag = (&["poppy"... constant MINECRAFT_SHEEP_FOOD (line 12043) | pub const MINECRAFT_SHEEP_FOOD: super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_SHOVELS (line 12044) | pub const MINECRAFT_SHOVELS: super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 12056) | pub const MINECRAFT_SHULKER_BOXES: super::Tag = ( constant MINECRAFT_SIGNS (line 12081) | pub const MINECRAFT_SIGNS: super::Tag = ( constant MINECRAFT_SKELETON_PREFERRED_WEAPONS (line 12101) | pub const MINECRAFT_SKELETON_PREFERRED_WEAPONS: super::Tag = (&["bow"], ... constant MINECRAFT_SKULLS (line 12102) | pub const MINECRAFT_SKULLS: super::Tag = ( constant MINECRAFT_SLABS (line 12116) | pub const MINECRAFT_SLABS: super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 12190) | pub const MINECRAFT_SMALL_FLOWERS: super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 12214) | pub const MINECRAFT_SMELTS_TO_GLASS: super::Tag = (&["sand", "red_sand"]... constant MINECRAFT_SNIFFER_FOOD (line 12215) | pub const MINECRAFT_SNIFFER_FOOD: super::Tag = (&["torchflower_seeds"], ... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 12216) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::Tag = constant MINECRAFT_SPEARS (line 12218) | pub const MINECRAFT_SPEARS: super::Tag = ( constant MINECRAFT_SPRUCE_LOGS (line 12232) | pub const MINECRAFT_SPRUCE_LOGS: super::Tag = ( constant MINECRAFT_STAIRS (line 12241) | pub const MINECRAFT_STAIRS: super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 12311) | pub const MINECRAFT_STONE_BRICKS: super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 12320) | pub const MINECRAFT_STONE_BUTTONS: super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 12324) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 12328) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 12332) | pub const MINECRAFT_STRIDER_FOOD: super::Tag = (&["warped_fungus"], &[25... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 12333) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::Tag = ( constant MINECRAFT_SWORDS (line 12337) | pub const MINECRAFT_SWORDS: super::Tag = ( constant MINECRAFT_TERRACOTTA (line 12349) | pub const MINECRAFT_TERRACOTTA: super::Tag = ( constant MINECRAFT_TRAPDOORS (line 12374) | pub const MINECRAFT_TRAPDOORS: super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 12403) | pub const MINECRAFT_TRIM_MATERIALS: super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 12421) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 12459) | pub const MINECRAFT_TURTLE_FOOD: super::Tag = (&["seagrass"], &[211u16]); constant MINECRAFT_VILLAGER_PICKS_UP (line 12460) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 12476) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::Tag = ( constant MINECRAFT_WALLS (line 12487) | pub const MINECRAFT_WALLS: super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 12522) | pub const MINECRAFT_WARPED_STEMS: super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 12531) | pub const MINECRAFT_WART_BLOCKS: super::Tag = ( constant MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS (line 12535) | pub const MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS: super::Tag = constant MINECRAFT_WOLF_FOOD (line 12537) | pub const MINECRAFT_WOLF_FOOD: super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 12563) | pub const MINECRAFT_WOODEN_BUTTONS: super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 12583) | pub const MINECRAFT_WOODEN_DOORS: super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 12603) | pub const MINECRAFT_WOODEN_FENCES: super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 12623) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::Tag = ( constant MINECRAFT_WOODEN_SHELVES (line 12643) | pub const MINECRAFT_WOODEN_SHELVES: super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 12663) | pub const MINECRAFT_WOODEN_SLABS: super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 12683) | pub const MINECRAFT_WOODEN_STAIRS: super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 12703) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 12722) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::Tag = ( constant MINECRAFT_WOOL (line 12742) | pub const MINECRAFT_WOOL: super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 12766) | pub const MINECRAFT_WOOL_CARPETS: super::Tag = ( constant MINECRAFT_ZOMBIE_HORSE_FOOD (line 12790) | pub const MINECRAFT_ZOMBIE_HORSE_FOOD: super::Tag = (&["red_mushroom"], ... constant MINECRAFT_PLACEABLE (line 12795) | pub const MINECRAFT_PLACEABLE: super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 12852) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::Tag = ( constant MINECRAFT_BEE_HOME (line 12870) | pub const MINECRAFT_BEE_HOME: super::Tag = (&["beehive", "bee_nest"], &[]); constant MINECRAFT_VILLAGE (line 12871) | pub const MINECRAFT_VILLAGE: super::Tag = ( constant MINECRAFT_IN_END (line 12895) | pub const MINECRAFT_IN_END: super::Tag = (&["villager_schedule"], &[3u16]); constant MINECRAFT_IN_NETHER (line 12896) | pub const MINECRAFT_IN_NETHER: super::Tag = (&["villager_schedule"], &[3... constant MINECRAFT_IN_OVERWORLD (line 12897) | pub const MINECRAFT_IN_OVERWORLD: super::Tag = ( constant MINECRAFT_UNIVERSAL (line 12901) | pub const MINECRAFT_UNIVERSAL: super::Tag = (&["villager_schedule"], &[3... constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 12906) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 12907) | pub const C_IS_AQUATIC: super::Tag = ( constant C_IS_AQUATIC_ICY (line 12925) | pub const C_IS_AQUATIC_ICY: super::Tag = ( constant C_IS_BADLANDS (line 12929) | pub const C_IS_BADLANDS: super::Tag = ( constant C_IS_BEACH (line 12933) | pub const C_IS_BEACH: super::Tag = (&["beach", "snowy_beach"], &[3u16, 4... constant C_IS_BIRCH_FOREST (line 12934) | pub const C_IS_BIRCH_FOREST: super::Tag = constant C_IS_CAVE (line 12936) | pub const C_IS_CAVE: super::Tag = ( constant C_IS_COLD (line 12940) | pub const C_IS_COLD: super::Tag = ( constant C_IS_COLD_END (line 12974) | pub const C_IS_COLD_END: super::Tag = ( constant C_IS_COLD_NETHER (line 12984) | pub const C_IS_COLD_NETHER: super::Tag = (&[], &[]); constant C_IS_COLD_OVERWORLD (line 12985) | pub const C_IS_COLD_OVERWORLD: super::Tag = ( constant C_IS_DARK_FOREST (line 13013) | pub const C_IS_DARK_FOREST: super::Tag = (&["dark_forest", "pale_garden"... constant C_IS_DEAD (line 13014) | pub const C_IS_DEAD: super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 13015) | pub const C_IS_DEEP_OCEAN: super::Tag = ( constant C_IS_DENSE_VEGETATION (line 13024) | pub const C_IS_DENSE_VEGETATION: super::Tag = ( constant C_IS_DENSE_VEGETATION_END (line 13036) | pub const C_IS_DENSE_VEGETATION_END: super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_NETHER (line 13037) | pub const C_IS_DENSE_VEGETATION_NETHER: super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_OVERWORLD (line 13038) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::Tag = ( constant C_IS_DESERT (line 13050) | pub const C_IS_DESERT: super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 13051) | pub const C_IS_DRY: super::Tag = ( constant C_IS_DRY_END (line 13076) | pub const C_IS_DRY_END: super::Tag = ( constant C_IS_DRY_NETHER (line 13086) | pub const C_IS_DRY_NETHER: super::Tag = ( constant C_IS_DRY_OVERWORLD (line 13096) | pub const C_IS_DRY_OVERWORLD: super::Tag = ( constant C_IS_END (line 13108) | pub const C_IS_END: super::Tag = ( constant C_IS_FLORAL (line 13118) | pub const C_IS_FLORAL: super::Tag = ( constant C_IS_FLOWER_FOREST (line 13127) | pub const C_IS_FLOWER_FOREST: super::Tag = (&["flower_forest"], &[20u16]); constant C_IS_FOREST (line 13128) | pub const C_IS_FOREST: super::Tag = ( constant C_IS_HILL (line 13140) | pub const C_IS_HILL: super::Tag = ( constant C_IS_HOT (line 13148) | pub const C_IS_HOT: super::Tag = ( constant C_IS_HOT_END (line 13174) | pub const C_IS_HOT_END: super::Tag = (&[], &[]); constant C_IS_HOT_NETHER (line 13175) | pub const C_IS_HOT_NETHER: super::Tag = ( constant C_IS_HOT_OVERWORLD (line 13185) | pub const C_IS_HOT_OVERWORLD: super::Tag = ( constant C_IS_ICY (line 13205) | pub const C_IS_ICY: super::Tag = (&["frozen_peaks", "ice_spikes"], &[23u... constant C_IS_JUNGLE (line 13206) | pub const C_IS_JUNGLE: super::Tag = ( constant C_IS_LUSH (line 13210) | pub const C_IS_LUSH: super::Tag = (&["lush_caves"], &[30u16]); constant C_IS_MAGICAL (line 13211) | pub const C_IS_MAGICAL: super::Tag = (&[], &[]); constant C_IS_MOUNTAIN (line 13212) | pub const C_IS_MOUNTAIN: super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 13224) | pub const C_IS_MOUNTAIN_PEAK: super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 13228) | pub const C_IS_MOUNTAIN_SLOPE: super::Tag = ( constant C_IS_MUSHROOM (line 13232) | pub const C_IS_MUSHROOM: super::Tag = (&["mushroom_fields"], &[33u16]); constant C_IS_NETHER (line 13233) | pub const C_IS_NETHER: super::Tag = ( constant C_IS_NETHER_FOREST (line 13243) | pub const C_IS_NETHER_FOREST: super::Tag = constant C_IS_OCEAN (line 13245) | pub const C_IS_OCEAN: super::Tag = ( constant C_IS_OLD_GROWTH (line 13259) | pub const C_IS_OLD_GROWTH: super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 13267) | pub const C_IS_OUTER_END_ISLAND: super::Tag = ( constant C_IS_OVERWORLD (line 13271) | pub const C_IS_OVERWORLD: super::Tag = ( constant C_IS_PLAINS (line 13336) | pub const C_IS_PLAINS: super::Tag = (&["plains", "sunflower_plains"], &[... constant C_IS_PLATEAU (line 13337) | pub const C_IS_PLATEAU: super::Tag = ( constant C_IS_RARE (line 13346) | pub const C_IS_RARE: super::Tag = ( constant C_IS_RIVER (line 13368) | pub const C_IS_RIVER: super::Tag = (&["river", "frozen_river"], &[41u16,... constant C_IS_SANDY (line 13369) | pub const C_IS_SANDY: super::Tag = ( constant C_IS_SAVANNA (line 13379) | pub const C_IS_SAVANNA: super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 13383) | pub const C_IS_SHALLOW_OCEAN: super::Tag = ( constant C_IS_SNOWY (line 13393) | pub const C_IS_SNOWY: super::Tag = ( constant C_IS_SNOWY_PLAINS (line 13406) | pub const C_IS_SNOWY_PLAINS: super::Tag = (&["snowy_plains"], &[46u16]); constant C_IS_SPARSE_VEGETATION (line 13407) | pub const C_IS_SPARSE_VEGETATION: super::Tag = ( constant C_IS_SPARSE_VEGETATION_END (line 13425) | pub const C_IS_SPARSE_VEGETATION_END: super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_NETHER (line 13426) | pub const C_IS_SPARSE_VEGETATION_NETHER: super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 13427) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::Tag = ( constant C_IS_SPOOKY (line 13445) | pub const C_IS_SPOOKY: super::Tag = ( constant C_IS_STONY_SHORES (line 13449) | pub const C_IS_STONY_SHORES: super::Tag = (&["stony_shore"], &[52u16]); constant C_IS_SWAMP (line 13450) | pub const C_IS_SWAMP: super::Tag = (&["mangrove_swamp", "swamp"], &[31u1... constant C_IS_TAIGA (line 13451) | pub const C_IS_TAIGA: super::Tag = ( constant C_IS_TEMPERATE (line 13460) | pub const C_IS_TEMPERATE: super::Tag = ( constant C_IS_TEMPERATE_END (line 13483) | pub const C_IS_TEMPERATE_END: super::Tag = (&[], &[]); constant C_IS_TEMPERATE_NETHER (line 13484) | pub const C_IS_TEMPERATE_NETHER: super::Tag = (&[], &[]); constant C_IS_TEMPERATE_OVERWORLD (line 13485) | pub const C_IS_TEMPERATE_OVERWORLD: super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 13508) | pub const C_IS_TREE_CONIFEROUS: super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 13518) | pub const C_IS_TREE_DECIDUOUS: super::Tag = ( constant C_IS_TREE_JUNGLE (line 13530) | pub const C_IS_TREE_JUNGLE: super::Tag = ( constant C_IS_TREE_SAVANNA (line 13534) | pub const C_IS_TREE_SAVANNA: super::Tag = ( constant C_IS_UNDERGROUND (line 13538) | pub const C_IS_UNDERGROUND: super::Tag = ( constant C_IS_VOID (line 13542) | pub const C_IS_VOID: super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 13543) | pub const C_IS_WASTELAND: super::Tag = (&[], &[]); constant C_IS_WET (line 13544) | pub const C_IS_WET: super::Tag = ( constant C_IS_WET_END (line 13557) | pub const C_IS_WET_END: super::Tag = (&[], &[]); constant C_IS_WET_NETHER (line 13558) | pub const C_IS_WET_NETHER: super::Tag = (&[], &[]); constant C_IS_WET_OVERWORLD (line 13559) | pub const C_IS_WET_OVERWORLD: super::Tag = ( constant C_IS_WINDSWEPT (line 13572) | pub const C_IS_WINDSWEPT: super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 13581) | pub const C_NO_DEFAULT_MONSTERS: super::Tag = constant C_PRIMARY_WOOD_TYPE (line 13583) | pub const C_PRIMARY_WOOD_TYPE: super::Tag = ( constant C_PRIMARY_WOOD_TYPE_ACACIA (line 13614) | pub const C_PRIMARY_WOOD_TYPE_ACACIA: super::Tag = ( constant C_PRIMARY_WOOD_TYPE_BAMBOO (line 13618) | pub const C_PRIMARY_WOOD_TYPE_BAMBOO: super::Tag = (&["bamboo_jungle"], ... constant C_PRIMARY_WOOD_TYPE_BIRCH (line 13619) | pub const C_PRIMARY_WOOD_TYPE_BIRCH: super::Tag = constant C_PRIMARY_WOOD_TYPE_CHERRY (line 13621) | pub const C_PRIMARY_WOOD_TYPE_CHERRY: super::Tag = (&["cherry_grove"], &... constant C_PRIMARY_WOOD_TYPE_CRIMSON (line 13622) | pub const C_PRIMARY_WOOD_TYPE_CRIMSON: super::Tag = (&["crimson_forest"]... constant C_PRIMARY_WOOD_TYPE_DARK_OAK (line 13623) | pub const C_PRIMARY_WOOD_TYPE_DARK_OAK: super::Tag = (&["dark_forest"], ... constant C_PRIMARY_WOOD_TYPE_JUNGLE (line 13624) | pub const C_PRIMARY_WOOD_TYPE_JUNGLE: super::Tag = constant C_PRIMARY_WOOD_TYPE_MANGROVE (line 13626) | pub const C_PRIMARY_WOOD_TYPE_MANGROVE: super::Tag = (&["mangrove_swamp"... constant C_PRIMARY_WOOD_TYPE_OAK (line 13627) | pub const C_PRIMARY_WOOD_TYPE_OAK: super::Tag = ( constant C_PRIMARY_WOOD_TYPE_PALE_OAK (line 13631) | pub const C_PRIMARY_WOOD_TYPE_PALE_OAK: super::Tag = (&["pale_garden"], ... constant C_PRIMARY_WOOD_TYPE_SPRUCE (line 13632) | pub const C_PRIMARY_WOOD_TYPE_SPRUCE: super::Tag = ( constant C_PRIMARY_WOOD_TYPE_WARPED (line 13642) | pub const C_PRIMARY_WOOD_TYPE_WARPED: super::Tag = (&["warped_forest"], ... constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 13643) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 13645) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 13647) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::Tag = (&["deep_da... constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 13648) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 13657) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 13659) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::Tag = (&["deser... constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 13660) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 13662) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 13666) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 13668) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 13728) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 13732) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 13742) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::Tag = (&["soul_s... constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 13743) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 13752) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 13763) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 13767) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 13786) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 13787) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 13791) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 13814) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 13824) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 13838) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 13869) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 13871) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 13885) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 13887) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 13952) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::Tag = (&["swamp"], &... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 13953) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 13964) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 14028) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::Tag = (&["deser... constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 14029) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 14031) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::Tag = (&["sava... constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 14032) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::Tag = (&["snowy_... constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 14033) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::Tag = (&["taiga"... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 14034) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::Tag = constant MINECRAFT_IS_BADLANDS (line 14036) | pub const MINECRAFT_IS_BADLANDS: super::Tag = ( constant MINECRAFT_IS_BEACH (line 14040) | pub const MINECRAFT_IS_BEACH: super::Tag = (&["beach", "snowy_beach"], &... constant MINECRAFT_IS_DEEP_OCEAN (line 14041) | pub const MINECRAFT_IS_DEEP_OCEAN: super::Tag = ( constant MINECRAFT_IS_END (line 14050) | pub const MINECRAFT_IS_END: super::Tag = ( constant MINECRAFT_IS_FOREST (line 14060) | pub const MINECRAFT_IS_FOREST: super::Tag = ( constant MINECRAFT_IS_HILL (line 14072) | pub const MINECRAFT_IS_HILL: super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 14080) | pub const MINECRAFT_IS_JUNGLE: super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 14084) | pub const MINECRAFT_IS_MOUNTAIN: super::Tag = ( constant MINECRAFT_IS_NETHER (line 14095) | pub const MINECRAFT_IS_NETHER: super::Tag = ( constant MINECRAFT_IS_OCEAN (line 14105) | pub const MINECRAFT_IS_OCEAN: super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 14119) | pub const MINECRAFT_IS_OVERWORLD: super::Tag = ( constant MINECRAFT_IS_RIVER (line 14184) | pub const MINECRAFT_IS_RIVER: super::Tag = (&["river", "frozen_river"], ... constant MINECRAFT_IS_SAVANNA (line 14185) | pub const MINECRAFT_IS_SAVANNA: super::Tag = ( constant MINECRAFT_IS_TAIGA (line 14189) | pub const MINECRAFT_IS_TAIGA: super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 14198) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::Tag = (&["deep_dark"], &[... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 14199) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::Tag = constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 14201) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::Tag = constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 14203) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::Tag = (&["warm... constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 14204) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 14206) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS (line 14224) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS: super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 14259) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::Tag = ( constant MINECRAFT_SPAWNS_CORAL_VARIANT_ZOMBIE_NAUTILUS (line 14284) | pub const MINECRAFT_SPAWNS_CORAL_VARIANT_ZOMBIE_NAUTILUS: super::Tag = constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 14286) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::Tag = (&["desert"], &[14... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 14287) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS (line 14304) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS: super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 14331) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 14356) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 14373) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 14420) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::Tag = ( constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 14440) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::Tag = (&["th... constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 14441) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::Tag = (&["mushroom_fie... function get_latest_map (line 14445) | pub fn get_latest_map(key: RegistryKey) -> Option<&'static phf::Map<&'st... constant MINECRAFT_NO_ITEM_REQUIRED (line 14468) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 14505) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 14507) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 14508) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 14509) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 14510) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 14511) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 14512) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 14513) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 14514) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 14515) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 14520) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 14521) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 14522) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 14523) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 14524) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 14532) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 14533) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_WOODEN (line 14537) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 14539) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 14540) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_CONCRETE (line 14549) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 14573) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 14597) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 14832) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 14853) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 14874) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 14895) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 14916) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 14937) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 14958) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 14979) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 15000) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 15021) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 15042) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 15063) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 15084) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 15105) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 15126) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 15147) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_GLASS_BLOCKS (line 15168) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 15194) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 15219) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 15220) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 15221) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 15246) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 15247) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 15271) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 15295) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_OBSIDIANS (line 15296) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 15298) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 15299) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORES (line 15300) | pub const C_ORES: super::super::Tag = ( constant C_ORES_NETHERITE_SCRAP (line 15327) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 15328) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 15329) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 15331) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_RELOCATION_NOT_SUPPORTED (line 15332) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 15333) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDSTONE_BLOCKS (line 15334) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 15349) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 15358) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 15366) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 15370) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 15381) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 15390) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 15399) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 15407) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 15411) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 15433) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 15444) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 15468) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 15469) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 15470) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 15471) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 15472) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 15474) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 15475) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 15476) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 15477) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 15478) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 15479) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 15481) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 15482) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 15483) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_SLIME (line 15484) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 15485) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 15486) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 15502) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 15515) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 15539) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 15548) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 15550) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 15581) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 15636) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 15656) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 15657) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 15661) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 15678) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 15679) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 15719) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 15767) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 15779) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 15781) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 15805) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 15847) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 15851) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 15862) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 15873) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 15883) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 15907) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 15926) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 15928) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 15946) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 15955) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 15957) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 15978) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 16005) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 16007) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 16032) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 16057) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 16066) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 16068) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 16087) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 16096) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 16112) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 16114) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 16144) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 16207) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 16231) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 16235) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 16237) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 16247) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 16257) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 16274) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 16283) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 16298) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 16300) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 16342) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEAD_BUSH_MAY_PLACE_ON (line 16351) | pub const MINECRAFT_DEAD_BUSH_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 16389) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 16391) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 16393) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 16409) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 16411) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 16440) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 16465) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 16467) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 16478) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 16480) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 16482) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 16515) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 16565) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 16584) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 16596) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 16615) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 16635) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 16636) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 16681) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 16716) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 16720) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 16722) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 16731) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 16735) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 16746) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 16750) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 16786) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 16795) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 16799) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 16825) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 16826) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 16944) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 16954) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 16955) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 16980) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 17098) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 17102) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 17104) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 17106) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 17117) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 17119) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 17121) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 17130) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 17132) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 17201) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LOGS (line 17218) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 17268) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 17309) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 17337) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 17356) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 17365) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 17378) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 17390) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 17722) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 17758) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 18238) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 18284) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 18311) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 18312) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 18337) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 18341) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 18351) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 18371) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 18471) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 18504) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 18506) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 18515) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 18539) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 18599) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 18612) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 18675) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 18685) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 18703) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 18705) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 18709) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 18732) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 18736) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 18740) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 18744) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 18748) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 18781) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 18819) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 18823) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 18840) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 18900) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 18967) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 18992) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 19023) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 19096) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 19098) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 19120) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 19122) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 19144) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 19157) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 19159) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 19163) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 19167) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 19169) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 19171) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 19173) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 19182) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 19250) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 19269) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 19278) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 19282) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 19286) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 19290) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 19291) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_TALL_FLOWERS (line 19393) | pub const MINECRAFT_TALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 19397) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 19422) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 19423) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_UNDERWATER_BONEMEALS (line 19452) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 19476) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 19495) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 19497) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 19499) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 19509) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 19528) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 19615) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 19634) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 19668) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 19677) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 19681) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 19702) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 19704) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 19708) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 19727) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 19746) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 19765) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 19784) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 19803) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 19822) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 19841) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 19865) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_DEFAULT_SPAWNS (line 19893) | pub const MINECRAFT_DEFAULT_SPAWNS: super::super::Tag = ( constant MINECRAFT_FULL_MOON_SPAWNS (line 19908) | pub const MINECRAFT_FULL_MOON_SPAWNS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 19928) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 19937) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 19947) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 19949) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 19950) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 19961) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 19963) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 19964) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 19988) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 19989) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 19990) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 19992) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 19994) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 20020) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 20038) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 20040) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 20044) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 20046) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 20047) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 20056) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 20058) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 20070) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 20071) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 20072) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 20074) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 20087) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 20088) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 20089) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 20090) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 20123) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 20155) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 20167) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 20169) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 20174) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 20176) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 20187) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 20191) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 20192) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 20193) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 20203) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 20205) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 20217) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 20226) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 20228) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 20230) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 20232) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 20243) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 20245) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 20247) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 20291) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 20335) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 20379) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 20428) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 20472) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 20474) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 20476) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 20477) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 20479) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 20480) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 20532) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 20581) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 20597) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 20624) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 20625) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 20626) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 20638) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_AQUATIC (line 20639) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 20659) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 20661) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 20665) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 20669) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 20681) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 20682) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 20696) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 20732) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_DEFLECTS_PROJECTILES (line 20733) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 20734) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 20754) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 20778) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 20780) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 20784) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 20786) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 20808) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 20812) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 20816) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 20817) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 20818) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 20838) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 20860) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 20876) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 20878) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 20896) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 20900) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 20911) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 20915) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 20919) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 20939) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 20961) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 20971) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 20993) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 21015) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 21031) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 21032) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 21033) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 21034) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 21035) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 21036) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 21037) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 21038) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 21039) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 21040) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 21041) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 21042) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 21043) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 21044) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 21049) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 21050) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 21061) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 21063) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 21123) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 21188) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 21201) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 21210) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 21223) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 21307) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 21341) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 21342) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BOOKSHELVES (line 21343) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 21344) | pub const C_BRICKS: super::super::Tag = (&["brick", "nether_brick"], &[1... constant C_BRICKS_NETHER (line 21345) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 21346) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BUCKETS (line 21347) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 21366) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 21367) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 21378) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 21379) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 21380) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 21381) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 21382) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 21383) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 21391) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 21392) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_WOODEN (line 21396) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 21398) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 21399) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 21400) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_CONCRETE (line 21409) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 21433) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 21457) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 21481) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 21505) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 21522) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 21523) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 21524) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 21525) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 21526) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 21527) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 21528) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 21529) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 21530) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 21531) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DUSTS (line 21532) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 21534) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 21535) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 21536) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 21771) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 21792) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 21813) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 21834) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 21855) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 21876) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 21897) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 21918) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 21939) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 21960) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 21981) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 22002) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 22023) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 22044) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 22065) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 22086) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 22107) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 22131) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 22132) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 22133) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 22134) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 22135) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 22136) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 22137) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 22138) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 22139) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 22140) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 22141) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 22142) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 22143) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 22144) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 22145) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 22146) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_ENCHANTABLES (line 22147) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_ENDER_PEARLS (line 22237) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FERTILIZERS (line 22238) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FOODS (line 22239) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 22292) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 22294) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 22296) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 22297) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 22298) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 22299) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 22300) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 22302) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 22304) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 22314) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 22324) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 22325) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 22326) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 22327) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 22337) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 22347) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 22356) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 22360) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 22361) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 22365) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 22369) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 22373) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 22377) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 22386) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 22395) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 22399) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 22403) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 22414) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 22415) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 22416) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 22417) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 22418) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 22419) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 22420) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 22446) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 22471) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 22472) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 22473) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 22498) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 22499) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 22523) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 22547) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 22548) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 22557) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 22558) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 22559) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 22560) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 22561) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSIC_DISCS (line 22562) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NUGGETS (line 22590) | pub const C_NUGGETS: super::super::Tag = constant C_NUGGETS_GOLD (line 22592) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 22593) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 22594) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 22596) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 22597) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORES (line 22598) | pub const C_ORES: super::super::Tag = ( constant C_ORES_NETHERITE_SCRAP (line 22625) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 22626) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 22627) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 22629) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 22630) | pub const C_POTIONS: super::super::Tag = ( constant C_RAW_BLOCKS (line 22634) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 22638) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 22639) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 22640) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 22641) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 22645) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 22646) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 22647) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 22648) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 22652) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 22653) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 22654) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 22655) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDSTONE_BLOCKS (line 22656) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 22671) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 22680) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 22688) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 22692) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 22703) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 22712) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 22721) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 22729) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SHULKER_BOXES (line 22733) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 22758) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 22759) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 22770) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 22794) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 22795) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 22796) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 22797) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 22798) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 22800) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 22801) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 22802) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 22803) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 22804) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 22805) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 22807) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 22808) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 22809) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_SLIME (line 22810) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 22811) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 22812) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 22813) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 22829) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 22844) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 22893) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 22894) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 22895) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 22896) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 22897) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 22898) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 22899) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 22900) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 22901) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 22902) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 22903) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 22925) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 22945) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 22956) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 22967) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 22969) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 22971) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 22972) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 22973) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 22974) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 22975) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 22976) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_VILLAGER_JOB_SITES (line 22977) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 22998) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 23007) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 23011) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 23012) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 23016) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 23027) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 23029) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 23033) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 23057) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 23067) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 23091) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 23126) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 23135) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOKSHELF_BOOKS (line 23161) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 23171) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 23213) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 23214) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 23239) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 23260) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 23261) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 23286) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHERRY_LOGS (line 23287) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 23296) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 23307) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 23323) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 23334) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 23345) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 23347) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 23348) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 23350) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 23414) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COW_FOOD (line 23416) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 23417) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 23437) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 23439) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 23448) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 23490) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 23499) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 23532) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 23564) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 23566) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 23567) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 23583) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DUPLICATES_ALLAYS (line 23611) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 23612) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 23623) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 23625) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 23659) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 23660) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 23671) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 23672) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 23752) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 23796) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 23808) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 23809) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 23820) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 23832) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 23843) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 23844) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 23878) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 23911) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 23931) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 23942) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 23943) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 24033) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 24054) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 24073) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 24093) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 24104) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 24139) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 24150) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 24152) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 24162) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 24163) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 24165) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 24167) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 24168) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 24172) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 24173) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 24192) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 24204) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 24215) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 24216) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 24228) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 24232) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 24234) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 24236) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 24237) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 24246) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 24248) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 24265) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 24267) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 24278) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 24280) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 24281) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 24331) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 24373) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 24382) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 24384) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 24403) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 24405) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 24444) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 24458) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 24467) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 24469) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 24471) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 24472) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 24483) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 24484) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 24495) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 24499) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 24501) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 24535) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 24539) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PLANKS (line 24548) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 24566) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 24570) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 24574) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 24576) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 24577) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 24578) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 24579) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 24580) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 24581) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 24583) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 24585) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 24587) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 24591) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEEP_FOOD (line 24608) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 24609) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 24620) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 24645) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKULLS (line 24664) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 24678) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 24750) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 24772) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 24774) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 24775) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 24777) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 24786) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 24854) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 24863) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 24867) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 24871) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 24875) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 24876) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 24880) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TALL_FLOWERS (line 24891) | pub const MINECRAFT_TALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 24895) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 24920) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 24948) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIM_TEMPLATES (line 24965) | pub const MINECRAFT_TRIM_TEMPLATES: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 24991) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 25025) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 25026) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 25042) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 25053) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 25087) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 25096) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WOLF_FOOD (line 25100) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 25126) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 25145) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 25164) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 25183) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 25202) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 25221) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 25240) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 25258) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 25277) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 25301) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 25329) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 25385) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 25403) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 25404) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 25428) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 25429) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 25447) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 25451) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 25455) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 25456) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 25458) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 25462) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 25490) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_OVERWORLD (line 25500) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 25528) | pub const C_IS_DARK_FOREST: super::super::Tag = (&["dark_forest"], &[8u1... constant C_IS_DEAD (line 25529) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 25530) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 25539) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_OVERWORLD (line 25550) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 25561) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 25562) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 25587) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 25597) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 25607) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 25619) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 25629) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 25638) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 25639) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 25650) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 25658) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_NETHER (line 25685) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 25695) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 25717) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 25718) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_MOUNTAIN (line 25722) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 25734) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 25738) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 25742) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 25743) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 25753) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 25755) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 25769) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 25777) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 25781) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 25845) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_RIVER (line 25847) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SAVANNA (line 25848) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 25852) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 25862) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 25875) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 25876) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 25894) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_STONY_SHORES (line 25912) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 25913) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 25914) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 25923) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_OVERWORLD (line 25940) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 25957) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 25967) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 25978) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 25982) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 25986) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 25990) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 25991) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 25992) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_OVERWORLD (line 26005) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 26018) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 26027) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 26029) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 26031) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 26033) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 26035) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 26037) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 26046) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 26048) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 26050) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 26052) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 26056) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 26058) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 26118) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 26122) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 26132) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 26134) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 26143) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 26154) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 26158) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 26177) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 26179) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 26183) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 26206) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 26216) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 26230) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 26260) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 26262) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 26276) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 26278) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 26342) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 26343) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 26354) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 26417) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 26419) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 26421) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 26423) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 26425) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 26426) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 26428) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 26441) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 26445) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 26447) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 26456) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 26466) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 26477) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 26485) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 26489) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 26500) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 26510) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 26524) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 26588) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 26590) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 26594) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 26603) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 26604) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 26606) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 26624) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 26626) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 26628) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 26630) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 26648) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 26667) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 26692) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 26693) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 26710) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 26735) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 26752) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 26796) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 26817) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 26819) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 26821) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 26825) | pub fn get_map( constant MINECRAFT_NO_ITEM_REQUIRED (line 26850) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 26887) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 26889) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 26890) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 26891) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 26892) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 26893) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 26894) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 26895) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 26896) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 26897) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 26902) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 26903) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 26904) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 26905) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 26906) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 26914) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 26915) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_WOODEN (line 26919) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 26921) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 26922) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_CONCRETE (line 26931) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 26955) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 26979) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 27214) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 27235) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 27256) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 27277) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 27298) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 27319) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 27340) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 27361) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 27382) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 27403) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 27424) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 27445) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 27466) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 27487) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 27508) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 27529) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_GLASS_BLOCKS (line 27550) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 27576) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 27601) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 27602) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 27603) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 27628) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 27629) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 27653) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 27677) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_OBSIDIANS (line 27678) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 27680) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 27681) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORES (line 27682) | pub const C_ORES: super::super::Tag = ( constant C_ORES_NETHERITE_SCRAP (line 27709) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 27710) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 27711) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 27713) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_RELOCATION_NOT_SUPPORTED (line 27714) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 27715) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDSTONE_BLOCKS (line 27716) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 27731) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 27740) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 27748) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 27752) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 27763) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 27772) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 27781) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 27789) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 27793) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 27815) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 27826) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 27850) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 27851) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 27852) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 27853) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 27854) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 27856) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 27857) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 27858) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 27859) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 27860) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 27861) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 27863) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 27864) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 27865) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_SLIME (line 27866) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 27867) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 27868) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 27884) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 27897) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 27921) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 27930) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 27932) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 27963) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 28018) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 28038) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 28039) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 28043) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 28060) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 28061) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 28101) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 28149) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 28161) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 28163) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 28187) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 28229) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 28233) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 28244) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 28255) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 28265) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 28289) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 28308) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 28310) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 28328) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 28337) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 28339) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 28360) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 28387) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 28389) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 28414) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 28439) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 28448) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 28450) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 28469) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 28478) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 28494) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 28496) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 28526) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 28589) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 28613) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 28617) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 28619) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 28629) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 28639) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 28656) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 28665) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 28680) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 28682) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 28724) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEAD_BUSH_MAY_PLACE_ON (line 28733) | pub const MINECRAFT_DEAD_BUSH_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 28771) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 28773) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 28775) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 28791) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 28793) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 28822) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 28847) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 28849) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 28860) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 28862) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 28864) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 28897) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 28947) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 28966) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 28978) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 28997) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 29017) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 29018) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 29063) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 29098) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 29102) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 29104) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 29113) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 29117) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 29128) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 29132) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 29168) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 29177) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 29181) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 29207) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 29208) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 29326) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 29336) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 29337) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 29362) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 29480) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 29484) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 29486) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 29488) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 29499) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 29501) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 29503) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 29512) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 29514) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 29583) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LOGS (line 29600) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 29650) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 29691) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 29719) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 29738) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 29747) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 29760) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 29772) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 30104) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 30140) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 30620) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 30666) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 30693) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 30694) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 30719) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 30723) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 30733) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 30753) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 30853) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 30886) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 30888) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 30897) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 30921) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 30981) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 30994) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 31057) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 31067) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 31085) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 31087) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 31091) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 31114) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 31118) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 31122) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 31126) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 31130) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 31163) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 31201) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 31205) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 31222) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 31282) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 31349) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 31374) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 31405) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 31478) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 31480) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 31502) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 31504) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 31526) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 31539) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 31541) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 31545) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 31549) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 31551) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 31553) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 31555) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 31564) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 31632) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 31651) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 31660) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 31664) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 31668) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 31672) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 31673) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_TALL_FLOWERS (line 31775) | pub const MINECRAFT_TALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 31779) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 31804) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 31805) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_UNDERWATER_BONEMEALS (line 31834) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 31858) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 31877) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 31879) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 31881) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 31891) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 31910) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 31997) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 32016) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 32050) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 32059) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 32063) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 32084) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 32086) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 32090) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 32109) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 32128) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 32147) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 32166) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 32185) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 32204) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 32223) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 32247) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_DEFAULT_SPAWNS (line 32275) | pub const MINECRAFT_DEFAULT_SPAWNS: super::super::Tag = ( constant MINECRAFT_FULL_MOON_SPAWNS (line 32290) | pub const MINECRAFT_FULL_MOON_SPAWNS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 32310) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 32319) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 32329) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 32331) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 32332) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 32343) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 32345) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 32346) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 32370) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 32371) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 32372) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 32374) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 32376) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 32402) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 32420) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 32422) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 32426) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 32428) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 32429) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 32438) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 32440) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 32452) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 32453) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 32454) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 32456) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 32469) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 32470) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 32471) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 32472) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 32505) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 32537) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 32549) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 32551) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 32556) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 32558) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 32569) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 32573) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 32574) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 32575) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 32585) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 32587) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 32599) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 32608) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 32610) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 32612) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 32614) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 32625) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 32627) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 32629) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 32673) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 32717) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 32761) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 32810) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 32854) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 32856) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 32858) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 32859) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 32861) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 32862) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 32914) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 32963) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 32979) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 33006) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 33007) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 33008) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 33020) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_AQUATIC (line 33021) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 33041) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 33043) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 33047) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 33051) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 33063) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 33064) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 33078) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 33114) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_DEFLECTS_PROJECTILES (line 33115) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 33116) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 33136) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 33160) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 33162) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 33166) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 33168) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 33190) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 33194) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 33198) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 33199) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 33200) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 33220) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 33242) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 33258) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 33260) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 33278) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 33282) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 33293) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 33297) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 33301) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 33321) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 33343) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 33353) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 33375) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 33397) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 33413) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 33414) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 33415) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 33416) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 33417) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 33418) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 33419) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 33420) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 33421) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 33422) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 33423) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 33424) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 33425) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 33426) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 33431) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 33432) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 33443) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 33445) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 33505) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 33570) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 33583) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 33592) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 33605) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 33689) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 33723) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 33724) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BOOKSHELVES (line 33725) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 33726) | pub const C_BRICKS: super::super::Tag = (&["brick", "nether_brick"], &[1... constant C_BRICKS_NETHER (line 33727) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 33728) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BUCKETS (line 33729) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 33748) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 33749) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 33760) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 33761) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 33762) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 33763) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 33764) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 33765) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 33773) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 33774) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_WOODEN (line 33778) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 33780) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 33781) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 33782) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_CONCRETE (line 33791) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 33815) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 33839) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 33863) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 33887) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 33904) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 33905) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 33906) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 33907) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 33908) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 33909) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 33910) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 33911) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 33912) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 33913) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DUSTS (line 33914) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 33916) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 33917) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 33918) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 34153) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 34174) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 34195) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 34216) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 34237) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 34258) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 34279) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 34300) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 34321) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 34342) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 34363) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 34384) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 34405) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 34426) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 34447) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 34468) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 34489) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 34513) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 34514) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 34515) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 34516) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 34517) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 34518) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 34519) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 34520) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 34521) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 34522) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 34523) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 34524) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 34525) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 34526) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 34527) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 34528) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_ENCHANTABLES (line 34529) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_ENDER_PEARLS (line 34619) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FERTILIZERS (line 34620) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FOODS (line 34621) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 34674) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 34676) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 34678) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 34679) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 34680) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 34681) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 34682) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 34684) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 34686) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 34696) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 34706) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 34707) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 34708) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 34709) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 34719) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 34729) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 34738) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 34742) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 34743) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 34747) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 34751) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 34755) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 34759) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 34768) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 34777) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 34781) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 34785) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 34796) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 34797) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 34798) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 34799) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 34800) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 34801) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 34802) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 34828) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 34853) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 34854) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 34855) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 34880) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 34881) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 34905) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 34929) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 34930) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 34939) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 34940) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 34941) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 34942) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 34943) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSIC_DISCS (line 34944) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NUGGETS (line 34972) | pub const C_NUGGETS: super::super::Tag = constant C_NUGGETS_GOLD (line 34974) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 34975) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 34976) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 34978) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 34979) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORES (line 34980) | pub const C_ORES: super::super::Tag = ( constant C_ORES_NETHERITE_SCRAP (line 35007) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 35008) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 35009) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 35011) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 35012) | pub const C_POTIONS: super::super::Tag = ( constant C_RAW_BLOCKS (line 35016) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 35020) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 35021) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 35022) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 35023) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 35027) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 35028) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 35029) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 35030) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 35034) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 35035) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 35036) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 35037) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDSTONE_BLOCKS (line 35038) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 35053) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 35062) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 35070) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 35074) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 35085) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 35094) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 35103) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 35111) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SHULKER_BOXES (line 35115) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 35140) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 35141) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 35152) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 35176) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 35177) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 35178) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 35179) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 35180) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 35182) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 35183) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 35184) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 35185) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 35186) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 35187) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 35189) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 35190) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 35191) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_SLIME (line 35192) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 35193) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 35194) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 35195) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 35211) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 35226) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 35275) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 35276) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 35277) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 35278) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 35279) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 35280) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 35281) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 35282) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 35283) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 35284) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 35285) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 35307) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 35327) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 35338) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 35349) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 35351) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 35353) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 35354) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 35355) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 35356) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 35357) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 35358) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_VILLAGER_JOB_SITES (line 35359) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 35380) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 35389) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 35393) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 35394) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 35398) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 35409) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 35411) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 35415) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 35439) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 35449) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 35473) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 35508) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 35517) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOKSHELF_BOOKS (line 35543) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 35553) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 35595) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 35596) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 35621) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 35642) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 35643) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 35668) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHERRY_LOGS (line 35669) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 35678) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 35689) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 35705) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 35716) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 35727) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 35729) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 35730) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 35732) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 35796) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COW_FOOD (line 35798) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 35799) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 35819) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 35821) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 35830) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 35872) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 35881) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 35914) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 35946) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 35948) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 35949) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 35965) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DUPLICATES_ALLAYS (line 35993) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 35994) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 36005) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 36007) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 36041) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 36042) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 36053) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 36054) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 36134) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 36178) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 36190) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 36191) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 36202) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 36214) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 36225) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 36226) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 36260) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 36293) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 36313) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 36324) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 36325) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 36415) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 36436) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 36455) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 36475) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 36486) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 36521) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 36532) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 36534) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 36544) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 36545) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 36547) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 36549) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 36550) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 36554) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 36555) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 36574) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 36586) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 36597) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 36598) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 36610) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 36614) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 36616) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 36618) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 36619) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 36628) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 36630) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 36647) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 36649) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 36660) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 36662) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 36663) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 36713) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 36755) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 36764) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 36766) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 36785) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 36787) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 36826) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 36840) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 36849) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 36851) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 36853) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 36854) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 36865) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 36866) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 36877) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 36881) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 36883) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 36917) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 36921) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PLANKS (line 36930) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 36948) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 36952) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 36956) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 36958) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 36959) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 36960) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 36961) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 36962) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 36963) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 36965) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 36967) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 36969) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 36973) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEEP_FOOD (line 36990) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 36991) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 37002) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 37027) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKULLS (line 37046) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 37060) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 37132) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 37154) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 37156) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 37157) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 37159) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 37168) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 37236) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 37245) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 37249) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 37253) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 37257) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 37258) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 37262) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TALL_FLOWERS (line 37273) | pub const MINECRAFT_TALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 37277) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 37302) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 37330) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIM_TEMPLATES (line 37347) | pub const MINECRAFT_TRIM_TEMPLATES: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 37373) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 37407) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 37408) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 37424) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 37435) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 37469) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 37478) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WOLF_FOOD (line 37482) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 37508) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 37527) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 37546) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 37565) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 37584) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 37603) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 37622) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 37640) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 37659) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 37683) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 37711) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 37767) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 37785) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 37786) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 37810) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 37811) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 37829) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 37833) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 37837) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 37838) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 37840) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 37844) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 37872) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_OVERWORLD (line 37882) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 37910) | pub const C_IS_DARK_FOREST: super::super::Tag = (&["dark_forest"], &[8u1... constant C_IS_DEAD (line 37911) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 37912) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 37921) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_OVERWORLD (line 37932) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 37943) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 37944) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 37969) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 37979) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 37989) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 38001) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 38011) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 38020) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 38021) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 38032) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 38040) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_NETHER (line 38067) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 38077) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 38099) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 38100) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_MOUNTAIN (line 38104) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 38116) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 38120) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 38124) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 38125) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 38135) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 38137) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 38151) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 38159) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 38163) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 38227) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_RIVER (line 38229) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SAVANNA (line 38230) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 38234) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 38244) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 38257) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 38258) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 38276) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_STONY_SHORES (line 38294) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 38295) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 38296) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 38305) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_OVERWORLD (line 38322) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 38339) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 38349) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 38360) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 38364) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 38368) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 38372) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 38373) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 38374) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_OVERWORLD (line 38387) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 38400) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 38409) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 38411) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 38413) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 38415) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 38417) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 38419) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 38428) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 38430) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 38432) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 38434) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 38438) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 38440) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 38500) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 38504) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 38514) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 38516) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 38525) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 38536) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 38540) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 38559) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 38561) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 38565) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 38588) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 38598) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 38612) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 38642) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 38644) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 38658) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 38660) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 38724) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 38725) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 38736) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 38799) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 38801) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 38803) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 38805) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 38807) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 38808) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 38810) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 38823) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 38827) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 38829) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 38838) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 38848) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 38859) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 38867) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 38871) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 38882) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 38892) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 38906) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 38970) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 38972) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 38976) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 38985) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 38986) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 38988) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 39006) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 39008) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 39010) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 39012) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 39030) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 39049) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 39074) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 39075) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 39092) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 39117) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 39134) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 39178) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 39199) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 39201) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 39203) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 39207) | pub fn get_map( constant MINECRAFT_NO_ITEM_REQUIRED (line 39232) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 39269) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 39271) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 39272) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 39273) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 39274) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 39275) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 39276) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 39277) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 39278) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 39279) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 39284) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 39285) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 39286) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 39287) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 39288) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 39296) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 39297) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 39301) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[399u1... constant C_CHESTS_TRAPPED (line 39302) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[4... constant C_CHESTS_WOODEN (line 39303) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 39305) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 39306) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 39315) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = constant C_COBBLESTONES_INFESTED (line 39317) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 39319) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 39320) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 39321) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 39345) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 39369) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 39604) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 39625) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 39646) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 39667) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 39688) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 39709) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 39730) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 39751) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 39772) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 39793) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 39814) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 39835) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 39856) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 39877) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 39898) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 39919) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_END_STONES (line 39940) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[392u16]); constant C_FENCE_GATES (line 39941) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 39961) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 39981) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 40002) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 40003) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FLOWERS (line 40023) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 40059) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 40083) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_GLASS_BLOCKS (line 40087) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 40113) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 40138) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 40139) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 40140) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 40165) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 40166) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 40190) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 40214) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[40u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 40215) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_NETHERRACKS (line 40216) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[284u16]); constant C_OBSIDIANS (line 40217) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 40219) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 40220) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 40221) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 40222) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 40223) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 40224) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 40235) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 40255) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 40256) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 40283) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 40285) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 40287) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 40289) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 40291) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 40295) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 40297) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 40299) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 40300) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 40301) | pub const C_ORES_REDSTONE: super::super::Tag = ( constant C_ORES_IN_GROUND_DEEPSLATE (line 40305) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 40318) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 40320) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 40333) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 40335) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_PUMPKINS (line 40336) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 40340) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 40341) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 40342) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[359u16]); constant C_RELOCATION_NOT_SUPPORTED (line 40343) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 40344) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 40345) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[37u16, ... constant C_SANDS_COLORLESS (line 40346) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[37u16]); constant C_SANDS_RED (line 40347) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[39u16]); constant C_SANDSTONE_BLOCKS (line 40348) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 40363) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 40372) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 40380) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 40384) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 40395) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 40404) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 40413) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 40421) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 40425) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 40447) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 40458) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 40483) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 40484) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 40485) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 40486) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 40487) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 40489) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 40490) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 40491) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 40492) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 40493) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 40494) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 40496) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 40497) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 40498) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 40499) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 40500) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 40501) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 40502) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 40522) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 40540) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 40564) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 40573) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 40575) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 40608) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 40667) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 40687) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 40688) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 40692) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 40709) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 40710) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 40752) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 40801) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 40813) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 40815) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 40840) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 40882) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 40886) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 40897) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 40908) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 40918) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_ATTRACTIVE (line 40942) | pub const MINECRAFT_BEE_ATTRACTIVE: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 40978) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 40997) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 40999) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 41019) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 41028) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 41030) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 41052) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 41079) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 41081) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 41106) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 41131) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 41140) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 41142) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 41162) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 41171) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 41187) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 41189) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 41221) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 41289) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 41313) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 41317) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 41319) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 41329) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 41339) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 41356) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 41365) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 41380) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 41382) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 41424) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEAD_BUSH_MAY_PLACE_ON (line 41433) | pub const MINECRAFT_DEAD_BUSH_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 41472) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 41474) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 41476) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 41493) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 41495) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 41525) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 41550) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 41552) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 41563) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 41565) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 41567) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 41601) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 41655) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 41674) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 41686) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 41706) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 41727) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 41728) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 41776) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 41813) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 41817) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 41819) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 41828) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 41832) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 41843) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 41847) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 41883) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 41892) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 41896) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 41922) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 41923) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 42033) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 42043) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 42044) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 42069) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 42179) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 42183) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 42185) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 42187) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 42198) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 42200) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 42202) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 42211) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 42213) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 42287) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LOGS (line 42305) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 42359) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 42404) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 42433) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 42452) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 42461) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 42474) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 42486) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 42839) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 42878) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 43364) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 43410) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 43439) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 43440) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 43466) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 43470) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 43480) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 43500) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 43591) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 43625) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 43627) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 43636) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 43660) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 43723) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PALE_OAK_LOGS (line 43739) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 43748) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 43816) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 43826) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 43846) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 43848) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 43852) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 43876) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 43880) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 43884) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 43888) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 43892) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 43926) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 43984) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 43988) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 44006) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 44067) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 44135) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 44160) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 44193) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 44268) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 44270) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 44294) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 44296) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 44319) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 44335) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 44337) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 44341) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 44345) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 44347) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 44349) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 44351) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 44360) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 44430) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 44450) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 44459) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 44463) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 44467) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 44471) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 44472) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 44560) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 44585) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 44586) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_UNDERWATER_BONEMEALS (line 44616) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 44640) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 44660) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 44662) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 44664) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 44674) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 44694) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 44784) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 44804) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 44839) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 44848) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 44852) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 44873) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 44875) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 44879) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 44899) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 44919) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 44939) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 44959) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 44979) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 44999) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 45019) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 45043) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_DEFAULT_SPAWNS (line 45071) | pub const MINECRAFT_DEFAULT_SPAWNS: super::super::Tag = ( constant MINECRAFT_FULL_MOON_SPAWNS (line 45086) | pub const MINECRAFT_FULL_MOON_SPAWNS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 45106) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 45115) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 45125) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 45127) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 45128) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 45139) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 45141) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 45142) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 45166) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 45167) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 45168) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 45170) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 45172) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 45198) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 45216) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 45218) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 45222) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 45224) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 45225) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 45234) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 45236) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 45248) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 45249) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 45250) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 45252) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 45265) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 45266) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 45267) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 45268) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 45301) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 45333) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 45345) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 45347) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 45352) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 45354) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 45365) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 45369) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 45370) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 45371) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 45381) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 45383) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 45395) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 45404) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 45406) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 45408) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 45410) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 45421) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 45423) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 45425) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 45469) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 45513) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 45557) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 45606) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 45650) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 45652) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 45654) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 45655) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 45657) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 45658) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 45710) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 45759) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 45775) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 45803) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 45804) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 45805) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 45817) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_AQUATIC (line 45818) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 45838) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 45840) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 45844) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 45848) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 45860) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 45861) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 45878) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 45914) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_DEFLECTS_PROJECTILES (line 45915) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 45916) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 45936) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 45960) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 45962) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 45966) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 45968) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 45990) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 45994) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 45998) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 45999) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 46000) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 46020) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 46042) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 46058) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 46060) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 46078) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 46082) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 46093) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 46097) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 46101) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 46121) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 46143) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 46153) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 46175) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 46197) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 46213) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 46214) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 46215) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 46216) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 46217) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 46218) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 46219) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 46220) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 46221) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 46222) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 46223) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 46224) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 46225) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 46226) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 46231) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 46232) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 46243) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 46245) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 46305) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 46370) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 46383) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 46392) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 46405) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 46490) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 46524) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 46525) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BONES (line 46526) | pub const C_BONES: super::super::Tag = (&["bone"], &[1083u16]); constant C_BOOKSHELVES (line 46527) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 46528) | pub const C_BRICKS: super::super::Tag = ( constant C_BRICKS_NETHER (line 46532) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 46533) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BRICKS_RESIN (line 46534) | pub const C_BRICKS_RESIN: super::super::Tag = (&["resin_brick"], &[1246u... constant C_BUCKETS (line 46535) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 46554) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 46555) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 46566) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 46567) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 46568) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 46569) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 46570) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 46571) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 46579) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 46580) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 46584) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[439u1... constant C_CHESTS_TRAPPED (line 46585) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[7... constant C_CHESTS_WOODEN (line 46586) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUMPS (line 46588) | pub const C_CLUMPS: super::super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUMPS_RESIN (line 46589) | pub const C_CLUMPS_RESIN: super::super::Tag = (&["resin_clump"], &[412u1... constant C_CLUSTERS (line 46590) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 46591) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 46592) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 46601) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = (&["cobbled_deep... constant C_COBBLESTONES_INFESTED (line 46602) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 46604) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 46605) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 46606) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 46630) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 46654) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 46678) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 46702) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 46719) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 46720) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 46721) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 46722) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 46723) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 46724) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 46725) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 46726) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 46727) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 46728) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DRINK_CONTAINING_BOTTLE (line 46729) | pub const C_DRINK_CONTAINING_BOTTLE: super::super::Tag = ( constant C_DRINK_CONTAINING_BUCKET (line 46733) | pub const C_DRINK_CONTAINING_BUCKET: super::super::Tag = (&["milk_bucket... constant C_DRINKS (line 46734) | pub const C_DRINKS: super::super::Tag = ( constant C_DRINKS_HONEY (line 46738) | pub const C_DRINKS_HONEY: super::super::Tag = (&["honey_bottle"], &[1381... constant C_DRINKS_JUICE (line 46739) | pub const C_DRINKS_JUICE: super::super::Tag = (&[], &[]); constant C_DRINKS_MAGIC (line 46740) | pub const C_DRINKS_MAGIC: super::super::Tag = constant C_DRINKS_MILK (line 46742) | pub const C_DRINKS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u1... constant C_DRINKS_OMINOUS (line 46743) | pub const C_DRINKS_OMINOUS: super::super::Tag = (&["ominous_bottle"], &[... constant C_DRINKS_WATER (line 46744) | pub const C_DRINKS_WATER: super::super::Tag = (&[], &[]); constant C_DRINKS_WATERY (line 46745) | pub const C_DRINKS_WATERY: super::super::Tag = (&["potion"], &[1121u16]); constant C_DUSTS (line 46746) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 46748) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 46749) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 46750) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 46985) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 47006) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 47027) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 47048) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 47069) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 47090) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 47111) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 47132) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 47153) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 47174) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 47195) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 47216) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 47237) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 47258) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 47279) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 47300) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 47321) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 47345) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 47346) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 47347) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 47348) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 47349) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 47350) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 47351) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 47352) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 47353) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 47354) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 47355) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 47356) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 47357) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 47358) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 47359) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 47360) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_EGGS (line 47361) | pub const C_EGGS: super::super::Tag = (&["egg"], &[1031u16]); constant C_ENCHANTABLES (line 47362) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_END_STONES (line 47452) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[435u16]); constant C_ENDER_PEARLS (line 47453) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FEATHERS (line 47454) | pub const C_FEATHERS: super::super::Tag = (&["feather"], &[949u16]); constant C_FENCE_GATES (line 47455) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 47475) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 47495) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 47516) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 47517) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FERTILIZERS (line 47537) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FLOWERS (line 47538) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 47574) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 47598) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_FOODS (line 47602) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 47655) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 47657) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 47659) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 47660) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 47661) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 47662) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 47663) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 47665) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 47667) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 47677) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 47687) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 47688) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 47689) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 47690) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 47700) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 47710) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 47719) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 47723) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 47724) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 47728) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 47732) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 47736) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 47740) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 47749) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 47758) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 47762) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 47766) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 47777) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 47778) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 47779) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 47780) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 47781) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 47782) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 47783) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 47809) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 47834) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 47835) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 47836) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 47861) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 47862) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 47886) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 47910) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[63u16]); constant C_GUNPOWDERS (line 47911) | pub const C_GUNPOWDERS: super::super::Tag = (&["gunpowder"], &[950u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 47912) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 47913) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 47922) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 47923) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 47924) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 47925) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 47926) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSHROOMS (line 47927) | pub const C_MUSHROOMS: super::super::Tag = constant C_MUSIC_DISCS (line 47929) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NETHER_STARS (line 47957) | pub const C_NETHER_STARS: super::super::Tag = (&["nether_star"], &[1240u... constant C_NETHERRACKS (line 47958) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[359u16]); constant C_NUGGETS (line 47959) | pub const C_NUGGETS: super::super::Tag = constant C_NUGGETS_GOLD (line 47961) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 47962) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 47963) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 47965) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 47966) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 47967) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 47968) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 47969) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 47970) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 47981) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 48000) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 48001) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 48028) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 48030) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 48032) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 48034) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 48036) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 48040) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 48042) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 48044) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 48045) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 48046) | pub const C_ORES_REDSTONE: super::super::Tag = constant C_ORES_IN_GROUND_DEEPSLATE (line 48048) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 48061) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 48063) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 48076) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 48078) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 48079) | pub const C_POTIONS: super::super::Tag = ( constant C_POTIONS_BOTTLE (line 48083) | pub const C_POTIONS_BOTTLE: super::super::Tag = ( constant C_PUMPKINS (line 48087) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 48091) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 48092) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 48093) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_RAW_BLOCKS (line 48094) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 48098) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 48099) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 48100) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 48101) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 48105) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 48106) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 48107) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 48108) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 48112) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 48113) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 48114) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 48115) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 48116) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[59u16, ... constant C_SANDS_COLORLESS (line 48117) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[59u16]); constant C_SANDS_RED (line 48118) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[62u16]); constant C_SANDSTONE_BLOCKS (line 48119) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 48134) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 48143) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 48151) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 48155) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 48166) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 48175) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 48184) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 48192) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SEEDS (line 48196) | pub const C_SEEDS: super::super::Tag = ( constant C_SEEDS_BEETROOT (line 48207) | pub const C_SEEDS_BEETROOT: super::super::Tag = (&["beetroot_seeds"], &[... constant C_SEEDS_MELON (line 48208) | pub const C_SEEDS_MELON: super::super::Tag = (&["melon_seeds"], &[1109u1... constant C_SEEDS_PITCHER_PLANT (line 48209) | pub const C_SEEDS_PITCHER_PLANT: super::super::Tag = (&["pitcher_pod"], ... constant C_SEEDS_PUMPKIN (line 48210) | pub const C_SEEDS_PUMPKIN: super::super::Tag = (&["pumpkin_seeds"], &[11... constant C_SEEDS_TORCHFLOWER (line 48211) | pub const C_SEEDS_TORCHFLOWER: super::super::Tag = (&["torchflower_seeds... constant C_SEEDS_WHEAT (line 48212) | pub const C_SEEDS_WHEAT: super::super::Tag = (&["wheat_seeds"], &[951u16]); constant C_SHULKER_BOXES (line 48213) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 48238) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 48239) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 48250) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 48275) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 48276) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 48277) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 48278) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 48279) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 48281) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 48282) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 48283) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 48284) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 48285) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 48286) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 48288) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 48289) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 48290) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 48291) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 48292) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 48293) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 48294) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 48295) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 48315) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 48334) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 48383) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 48384) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 48385) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 48386) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 48387) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 48388) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 48389) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 48390) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 48391) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 48392) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 48393) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 48415) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 48435) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 48446) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 48457) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 48459) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 48461) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 48462) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 48463) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 48464) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 48465) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 48466) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_WRENCH (line 48467) | pub const C_TOOLS_WRENCH: super::super::Tag = (&[], &[]); constant C_VILLAGER_JOB_SITES (line 48468) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 48489) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 48498) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 48502) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 48503) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 48507) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 48518) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 48520) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 48524) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 48548) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 48558) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 48582) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 48618) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 48627) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOKSHELF_BOOKS (line 48655) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 48665) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 48707) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 48708) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 48733) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 48755) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 48756) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 48781) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHERRY_LOGS (line 48782) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 48791) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 48802) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 48819) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 48830) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 48841) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 48843) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 48844) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 48846) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 48915) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COW_FOOD (line 48917) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 48918) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 48938) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 48940) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 48949) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 48991) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 49000) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 49033) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 49065) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 49067) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 49068) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 49085) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DROWNED_PREFERRED_WEAPONS (line 49115) | pub const MINECRAFT_DROWNED_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_DUPLICATES_ALLAYS (line 49117) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 49118) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 49129) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 49131) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 49165) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 49166) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 49177) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 49178) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 49258) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 49302) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 49314) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 49315) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 49326) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 49338) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 49349) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 49350) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 49384) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 49417) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 49437) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 49448) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 49449) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 49539) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 49560) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 49580) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 49601) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 49612) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 49623) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 49625) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 49635) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 49636) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 49638) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 49640) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 49641) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 49645) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 49646) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 49666) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 49678) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 49689) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 49690) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 49702) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 49706) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 49708) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 49710) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 49711) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 49720) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 49722) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 49741) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 49743) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 49754) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 49756) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 49757) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 49812) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 49858) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 49867) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 49869) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 49888) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 49890) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 49929) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 49943) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 49952) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PALE_OAK_LOGS (line 49954) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 49963) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 49965) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 49966) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 49977) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 49978) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 49989) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 49993) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 49995) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_PREFERRED_WEAPONS (line 50029) | pub const MINECRAFT_PIGLIN_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PIGLIN_REPELLENTS (line 50031) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 50035) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PILLAGER_PREFERRED_WEAPONS (line 50044) | pub const MINECRAFT_PILLAGER_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PLANKS (line 50046) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 50065) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 50069) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 50073) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 50075) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 50076) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 50077) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 50078) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 50079) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 50080) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 50082) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 50084) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 50086) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 50090) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEEP_FOOD (line 50108) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 50109) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 50120) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 50145) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKELETON_PREFERRED_WEAPONS (line 50165) | pub const MINECRAFT_SKELETON_PREFERRED_WEAPONS: super::super::Tag = (&["... constant MINECRAFT_SKULLS (line 50166) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 50180) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 50255) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 50279) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 50281) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 50282) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 50284) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 50293) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 50363) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 50372) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 50376) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 50380) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 50384) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 50385) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 50389) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 50400) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 50425) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 50455) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 50474) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 50508) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 50509) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 50525) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 50536) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 50571) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 50580) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS (line 50584) | pub const MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS: super::super::Tag = constant MINECRAFT_WOLF_FOOD (line 50586) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 50612) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 50632) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 50652) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 50672) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 50692) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 50712) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 50732) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 50751) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 50771) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 50795) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 50823) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 50879) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 50897) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 50898) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 50922) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 50923) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 50941) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 50945) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 50949) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 50950) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 50952) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 50956) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 50990) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_NETHER (line 51000) | pub const C_IS_COLD_NETHER: super::super::Tag = (&[], &[]); constant C_IS_COLD_OVERWORLD (line 51001) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 51029) | pub const C_IS_DARK_FOREST: super::super::Tag = constant C_IS_DEAD (line 51031) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 51032) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 51041) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_END (line 51053) | pub const C_IS_DENSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_NETHER (line 51054) | pub const C_IS_DENSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_OVERWORLD (line 51055) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 51067) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 51068) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 51093) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 51103) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 51113) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 51125) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 51135) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 51144) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 51145) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 51157) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 51165) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_END (line 51191) | pub const C_IS_HOT_END: super::super::Tag = (&[], &[]); constant C_IS_HOT_NETHER (line 51192) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 51202) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 51223) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 51224) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_LUSH (line 51228) | pub const C_IS_LUSH: super::super::Tag = (&["lush_caves"], &[30u16]); constant C_IS_MAGICAL (line 51229) | pub const C_IS_MAGICAL: super::super::Tag = (&[], &[]); constant C_IS_MOUNTAIN (line 51230) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 51242) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 51246) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 51250) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 51251) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 51261) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 51263) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 51277) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 51285) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 51289) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 51354) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_PLATEAU (line 51356) | pub const C_IS_PLATEAU: super::super::Tag = ( constant C_IS_RARE (line 51365) | pub const C_IS_RARE: super::super::Tag = ( constant C_IS_RIVER (line 51387) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SANDY (line 51388) | pub const C_IS_SANDY: super::super::Tag = ( constant C_IS_SAVANNA (line 51398) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 51402) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 51412) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 51425) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 51426) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_END (line 51444) | pub const C_IS_SPARSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_NETHER (line 51445) | pub const C_IS_SPARSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 51446) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_SPOOKY (line 51464) | pub const C_IS_SPOOKY: super::super::Tag = ( constant C_IS_STONY_SHORES (line 51468) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 51469) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 51470) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 51479) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_END (line 51502) | pub const C_IS_TEMPERATE_END: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_NETHER (line 51503) | pub const C_IS_TEMPERATE_NETHER: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_OVERWORLD (line 51504) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 51527) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 51537) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 51549) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 51553) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 51557) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 51561) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 51562) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 51563) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_END (line 51576) | pub const C_IS_WET_END: super::super::Tag = (&[], &[]); constant C_IS_WET_NETHER (line 51577) | pub const C_IS_WET_NETHER: super::super::Tag = (&[], &[]); constant C_IS_WET_OVERWORLD (line 51578) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 51591) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 51600) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 51602) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 51604) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 51606) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 51608) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 51610) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 51619) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 51621) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 51623) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 51625) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 51629) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 51631) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 51692) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 51696) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 51706) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 51708) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 51717) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 51728) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 51732) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 51751) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 51753) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 51757) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 51780) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 51790) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 51804) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 51835) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 51837) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 51851) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 51853) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 51918) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 51919) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 51930) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 51994) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 51996) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 51998) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 52000) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 52002) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 52003) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 52005) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 52018) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 52022) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 52024) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 52033) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 52043) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 52055) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 52063) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 52067) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 52078) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 52088) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 52102) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 52167) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 52169) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 52173) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 52182) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 52183) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 52185) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 52203) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 52205) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 52207) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 52209) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 52227) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 52246) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 52271) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 52272) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 52289) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 52314) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 52331) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 52376) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 52397) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 52399) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 52401) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 52405) | pub fn get_map( constant MINECRAFT_NO_ITEM_REQUIRED (line 52430) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 52467) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 52469) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 52470) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 52471) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 52472) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 52473) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 52474) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 52475) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 52476) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 52477) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 52482) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 52483) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 52484) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 52485) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 52486) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 52494) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 52495) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 52499) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[399u1... constant C_CHESTS_TRAPPED (line 52500) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[4... constant C_CHESTS_WOODEN (line 52501) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 52503) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 52504) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 52513) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = constant C_COBBLESTONES_INFESTED (line 52515) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 52517) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 52518) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 52519) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 52543) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 52567) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 52802) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 52823) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 52844) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 52865) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 52886) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 52907) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 52928) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 52949) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 52970) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 52991) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 53012) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 53033) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 53054) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 53075) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 53096) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 53117) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_END_STONES (line 53138) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[392u16]); constant C_FENCE_GATES (line 53139) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 53159) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 53179) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 53200) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 53201) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FLOWERS (line 53221) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 53260) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 53284) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_GLASS_BLOCKS (line 53288) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 53314) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 53339) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 53340) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 53341) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 53366) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 53367) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 53391) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 53415) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[40u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 53416) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_NETHERRACKS (line 53417) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[284u16]); constant C_OBSIDIANS (line 53418) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 53420) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 53421) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 53422) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 53423) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 53424) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 53425) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 53436) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 53456) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 53457) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 53484) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 53486) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 53488) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 53490) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 53492) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 53496) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 53498) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 53500) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 53501) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 53502) | pub const C_ORES_REDSTONE: super::super::Tag = ( constant C_ORES_IN_GROUND_DEEPSLATE (line 53506) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 53519) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 53521) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 53534) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 53536) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_PUMPKINS (line 53537) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 53541) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 53542) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 53543) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[359u16]); constant C_RELOCATION_NOT_SUPPORTED (line 53544) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 53545) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 53546) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[37u16, ... constant C_SANDS_COLORLESS (line 53547) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[37u16]); constant C_SANDS_RED (line 53548) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[39u16]); constant C_SANDSTONE_BLOCKS (line 53549) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 53564) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 53573) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 53581) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 53585) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 53596) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 53605) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 53614) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 53622) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 53626) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 53648) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 53659) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 53684) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 53685) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 53686) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 53687) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 53688) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 53690) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 53691) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 53692) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 53693) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 53694) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 53695) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 53697) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 53698) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 53699) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 53700) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 53701) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 53702) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 53703) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 53723) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 53741) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 53765) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 53774) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 53776) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 53809) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 53868) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 53888) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 53889) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 53893) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 53910) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 53911) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 53953) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 54002) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 54014) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 54016) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 54041) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 54083) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 54087) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 54098) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 54109) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 54119) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_ATTRACTIVE (line 54143) | pub const MINECRAFT_BEE_ATTRACTIVE: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 54181) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 54200) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 54202) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 54220) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 54229) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 54231) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 54253) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMELS_SPAWNABLE_ON (line 54280) | pub const MINECRAFT_CAMELS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 54284) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 54286) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 54311) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 54336) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 54345) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 54347) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 54367) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 54376) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 54392) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 54394) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 54426) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 54494) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 54518) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 54522) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 54524) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 54534) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 54544) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 54561) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 54570) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 54585) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 54587) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 54629) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 54638) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 54640) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 54642) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 54659) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 54661) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 54691) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 54718) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 54720) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON (line 54731) | pub const MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_EDIBLE_FOR_SHEEP (line 54772) | pub const MINECRAFT_EDIBLE_FOR_SHEEP: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 54776) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 54778) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 54780) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 54818) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 54873) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 54892) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 54904) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 54924) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 54945) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 54946) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 54994) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 55033) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 55037) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 55039) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 55048) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 55052) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 55063) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 55067) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 55103) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 55112) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 55116) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 55142) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 55143) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 55253) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 55263) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 55264) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 55289) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 55399) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 55403) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 55405) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 55407) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 55422) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 55424) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 55426) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 55435) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 55437) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 55511) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LOGS (line 55529) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 55583) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 55628) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 55657) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 55676) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 55685) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 55698) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 55710) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 56017) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 56055) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 56541) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 56587) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 56616) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 56617) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 56643) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 56647) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 56657) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 56677) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 56768) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 56802) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 56804) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 56813) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 56837) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 56900) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PALE_OAK_LOGS (line 56916) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 56925) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 56993) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 57003) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_PLAYS_AMBIENT_DESERT_BLOCK_SOUNDS (line 57023) | pub const MINECRAFT_PLAYS_AMBIENT_DESERT_BLOCK_SOUNDS: super::super::Tag... constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 57050) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 57052) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 57056) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 57080) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 57084) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 57088) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 57092) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 57096) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_MUSHROOMS (line 57134) | pub const MINECRAFT_REPLACEABLE_BY_MUSHROOMS: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 57202) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 57266) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 57270) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 57288) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 57349) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 57417) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 57442) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 57475) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 57550) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 57552) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 57576) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 57578) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 57601) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 57617) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 57619) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 57623) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 57627) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 57629) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 57631) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 57633) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 57642) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 57712) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 57732) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 57741) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 57745) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 57749) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 57753) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 57754) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_SWORD_INSTANTLY_MINES (line 57785) | pub const MINECRAFT_SWORD_INSTANTLY_MINES: super::super::Tag = constant MINECRAFT_TERRACOTTA (line 57787) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 57812) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 57813) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_UNDERWATER_BONEMEALS (line 57843) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 57867) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 57887) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 57889) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 57891) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 57901) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 57921) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 58012) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 58032) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 58067) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 58076) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 58080) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 58103) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 58105) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 58109) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 58129) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 58149) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 58169) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 58189) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 58209) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 58229) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 58249) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 58273) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 58301) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 58310) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 58320) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 58322) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 58323) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 58334) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 58336) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 58337) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 58361) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 58362) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 58363) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 58365) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 58367) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 58401) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 58419) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 58421) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 58425) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 58427) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 58428) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 58437) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 58439) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 58451) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 58452) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 58453) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 58455) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 58468) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 58469) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 58470) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 58471) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 58504) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 58536) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 58548) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 58550) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 58555) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 58557) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 58568) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 58572) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 58573) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 58574) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 58584) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 58586) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 58598) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 58607) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 58609) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 58611) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 58613) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 58624) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 58626) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 58628) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 58672) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 58716) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 58760) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 58809) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 58853) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 58855) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 58857) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 58858) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 58860) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 58861) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 58913) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 58962) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 58978) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 59006) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 59007) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 59008) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 59020) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_AQUATIC (line 59021) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 59041) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 59043) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 59047) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 59051) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 59063) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 59064) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 59081) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_EQUIP_SADDLE (line 59117) | pub const MINECRAFT_CAN_EQUIP_SADDLE: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 59130) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_CAN_WEAR_HORSE_ARMOR (line 59131) | pub const MINECRAFT_CAN_WEAR_HORSE_ARMOR: super::super::Tag = (&["horse"... constant MINECRAFT_DEFLECTS_PROJECTILES (line 59132) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 59133) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 59153) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 59177) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 59179) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 59183) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 59185) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 59207) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 59211) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 59215) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 59216) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 59217) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 59237) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 59259) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 59275) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 59277) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 59295) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 59299) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 59310) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 59314) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 59318) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 59338) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 59360) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 59370) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 59392) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 59414) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 59430) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 59431) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 59432) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 59433) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 59434) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 59435) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 59436) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 59437) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 59438) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 59439) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 59440) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 59441) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 59442) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 59443) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 59448) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 59449) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 59460) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 59462) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 59522) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 59587) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 59600) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 59609) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 59622) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 59709) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 59743) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 59744) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BONES (line 59745) | pub const C_BONES: super::super::Tag = (&["bone"], &[1083u16]); constant C_BOOKSHELVES (line 59746) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 59747) | pub const C_BRICKS: super::super::Tag = ( constant C_BRICKS_NETHER (line 59751) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 59752) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BRICKS_RESIN (line 59753) | pub const C_BRICKS_RESIN: super::super::Tag = (&["resin_brick"], &[1246u... constant C_BUCKETS (line 59754) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 59773) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 59774) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 59785) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 59786) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 59787) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 59788) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 59789) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 59790) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 59798) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 59799) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 59803) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[439u1... constant C_CHESTS_TRAPPED (line 59804) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[7... constant C_CHESTS_WOODEN (line 59805) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUMPS (line 59807) | pub const C_CLUMPS: super::super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUMPS_RESIN (line 59808) | pub const C_CLUMPS_RESIN: super::super::Tag = (&["resin_clump"], &[412u1... constant C_CLUSTERS (line 59809) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 59810) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 59811) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 59820) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = (&["cobbled_deep... constant C_COBBLESTONES_INFESTED (line 59821) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 59823) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 59824) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 59825) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 59849) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 59873) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 59897) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 59921) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 59938) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 59939) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 59940) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 59941) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 59942) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 59943) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 59944) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 59945) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 59946) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 59947) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DRINK_CONTAINING_BOTTLE (line 59948) | pub const C_DRINK_CONTAINING_BOTTLE: super::super::Tag = ( constant C_DRINK_CONTAINING_BUCKET (line 59952) | pub const C_DRINK_CONTAINING_BUCKET: super::super::Tag = (&["milk_bucket... constant C_DRINKS (line 59953) | pub const C_DRINKS: super::super::Tag = ( constant C_DRINKS_HONEY (line 59957) | pub const C_DRINKS_HONEY: super::super::Tag = (&["honey_bottle"], &[1381... constant C_DRINKS_JUICE (line 59958) | pub const C_DRINKS_JUICE: super::super::Tag = (&[], &[]); constant C_DRINKS_MAGIC (line 59959) | pub const C_DRINKS_MAGIC: super::super::Tag = constant C_DRINKS_MILK (line 59961) | pub const C_DRINKS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u1... constant C_DRINKS_OMINOUS (line 59962) | pub const C_DRINKS_OMINOUS: super::super::Tag = (&["ominous_bottle"], &[... constant C_DRINKS_WATER (line 59963) | pub const C_DRINKS_WATER: super::super::Tag = (&[], &[]); constant C_DRINKS_WATERY (line 59964) | pub const C_DRINKS_WATERY: super::super::Tag = (&["potion"], &[1121u16]); constant C_DUSTS (line 59965) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 59967) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 59968) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 59969) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 60204) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 60225) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 60246) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 60267) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 60288) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 60309) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 60330) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 60351) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 60372) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 60393) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 60414) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 60435) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 60456) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 60477) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 60498) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 60519) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 60540) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 60564) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 60565) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 60566) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 60567) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 60568) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 60569) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 60570) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 60571) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 60572) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 60573) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 60574) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 60575) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 60576) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 60577) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 60578) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 60579) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_EGGS (line 60580) | pub const C_EGGS: super::super::Tag = ( constant C_ENCHANTABLES (line 60584) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_END_STONES (line 60674) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[435u16]); constant C_ENDER_PEARLS (line 60675) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FEATHERS (line 60676) | pub const C_FEATHERS: super::super::Tag = (&["feather"], &[949u16]); constant C_FENCE_GATES (line 60677) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 60697) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 60717) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 60738) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 60739) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FERTILIZERS (line 60759) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FLOWERS (line 60760) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 60799) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 60823) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_FOODS (line 60827) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 60880) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 60882) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 60884) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 60885) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 60886) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 60887) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 60888) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 60890) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 60892) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 60902) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 60912) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 60913) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 60914) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 60915) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 60925) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 60935) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 60944) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 60948) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 60949) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 60953) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 60957) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 60961) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 60965) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 60974) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 60983) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 60987) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 60991) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 61002) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 61003) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 61004) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 61005) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 61006) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 61007) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 61008) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 61034) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 61059) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 61060) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 61061) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 61086) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 61087) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 61111) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 61135) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[63u16]); constant C_GUNPOWDERS (line 61136) | pub const C_GUNPOWDERS: super::super::Tag = (&["gunpowder"], &[950u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 61137) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 61138) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 61147) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 61148) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 61149) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 61150) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 61151) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSHROOMS (line 61152) | pub const C_MUSHROOMS: super::super::Tag = constant C_MUSIC_DISCS (line 61154) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NETHER_STARS (line 61182) | pub const C_NETHER_STARS: super::super::Tag = (&["nether_star"], &[1240u... constant C_NETHERRACKS (line 61183) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[359u16]); constant C_NUGGETS (line 61184) | pub const C_NUGGETS: super::super::Tag = constant C_NUGGETS_GOLD (line 61186) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 61187) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 61188) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 61190) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 61191) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 61192) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 61193) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 61194) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 61195) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 61206) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 61225) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 61226) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 61253) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 61255) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 61257) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 61259) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 61261) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 61265) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 61267) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 61269) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 61270) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 61271) | pub const C_ORES_REDSTONE: super::super::Tag = constant C_ORES_IN_GROUND_DEEPSLATE (line 61273) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 61286) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 61288) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 61301) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 61303) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 61304) | pub const C_POTIONS: super::super::Tag = ( constant C_POTIONS_BOTTLE (line 61308) | pub const C_POTIONS_BOTTLE: super::super::Tag = ( constant C_PUMPKINS (line 61312) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 61316) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 61317) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 61318) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_RAW_BLOCKS (line 61319) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 61323) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 61324) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 61325) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 61326) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 61330) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 61331) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 61332) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 61333) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 61337) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 61338) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 61339) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 61340) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 61341) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[59u16, ... constant C_SANDS_COLORLESS (line 61342) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[59u16]); constant C_SANDS_RED (line 61343) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[62u16]); constant C_SANDSTONE_BLOCKS (line 61344) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 61359) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 61368) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 61376) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 61380) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 61391) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 61400) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 61409) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 61417) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SEEDS (line 61421) | pub const C_SEEDS: super::super::Tag = ( constant C_SEEDS_BEETROOT (line 61432) | pub const C_SEEDS_BEETROOT: super::super::Tag = (&["beetroot_seeds"], &[... constant C_SEEDS_MELON (line 61433) | pub const C_SEEDS_MELON: super::super::Tag = (&["melon_seeds"], &[1109u1... constant C_SEEDS_PITCHER_PLANT (line 61434) | pub const C_SEEDS_PITCHER_PLANT: super::super::Tag = (&["pitcher_pod"], ... constant C_SEEDS_PUMPKIN (line 61435) | pub const C_SEEDS_PUMPKIN: super::super::Tag = (&["pumpkin_seeds"], &[11... constant C_SEEDS_TORCHFLOWER (line 61436) | pub const C_SEEDS_TORCHFLOWER: super::super::Tag = (&["torchflower_seeds... constant C_SEEDS_WHEAT (line 61437) | pub const C_SEEDS_WHEAT: super::super::Tag = (&["wheat_seeds"], &[951u16]); constant C_SHULKER_BOXES (line 61438) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 61463) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 61464) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 61475) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 61500) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 61501) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 61502) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 61503) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 61504) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 61506) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 61507) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 61508) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 61509) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 61510) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 61511) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 61513) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 61514) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 61515) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 61516) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 61517) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 61518) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 61519) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 61520) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 61540) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 61559) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 61608) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 61609) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 61610) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 61611) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 61612) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 61613) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 61614) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 61615) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 61616) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 61617) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 61618) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 61640) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 61660) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 61671) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 61682) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 61684) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 61686) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 61687) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 61688) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 61689) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 61690) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 61691) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_WRENCH (line 61692) | pub const C_TOOLS_WRENCH: super::super::Tag = (&[], &[]); constant C_VILLAGER_JOB_SITES (line 61693) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 61714) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 61723) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 61727) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 61728) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 61732) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 61743) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 61745) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 61749) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 61773) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 61783) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 61807) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 61845) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 61854) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOK_CLONING_TARGET (line 61882) | pub const MINECRAFT_BOOK_CLONING_TARGET: super::super::Tag = constant MINECRAFT_BOOKSHELF_BOOKS (line 61884) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 61894) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 61936) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 61937) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 61962) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 61984) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 61985) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 62010) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHERRY_LOGS (line 62011) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 62020) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 62031) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 62048) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 62059) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 62070) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 62072) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 62073) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 62075) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 62144) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COW_FOOD (line 62146) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 62147) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 62167) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 62169) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 62178) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 62220) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 62229) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 62262) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 62294) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 62296) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 62297) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 62314) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DROWNED_PREFERRED_WEAPONS (line 62344) | pub const MINECRAFT_DROWNED_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_DUPLICATES_ALLAYS (line 62346) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 62347) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EGGS (line 62358) | pub const MINECRAFT_EGGS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 62362) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 62364) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 62398) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 62399) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 62410) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 62411) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 62491) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 62535) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 62547) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 62548) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 62559) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 62571) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 62582) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 62583) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 62617) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 62650) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 62670) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 62681) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 62682) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 62772) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 62793) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 62813) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 62834) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 62845) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 62884) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 62895) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 62897) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 62907) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 62908) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 62910) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 62912) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 62913) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 62917) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 62918) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 62938) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 62950) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 62961) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 62962) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 62974) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 62978) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 62980) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 62982) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 62983) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 62992) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 62994) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 63013) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 63015) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 63026) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 63028) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 63029) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 63084) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 63130) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 63139) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 63141) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 63160) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 63162) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 63201) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 63215) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 63224) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PALE_OAK_LOGS (line 63226) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 63235) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 63237) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 63238) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 63249) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 63250) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 63261) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 63265) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 63267) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_PREFERRED_WEAPONS (line 63301) | pub const MINECRAFT_PIGLIN_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PIGLIN_REPELLENTS (line 63303) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 63307) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PILLAGER_PREFERRED_WEAPONS (line 63316) | pub const MINECRAFT_PILLAGER_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PLANKS (line 63318) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 63337) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 63341) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 63345) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 63347) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 63348) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 63349) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 63350) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 63351) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 63352) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 63354) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 63356) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 63358) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 63362) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEEP_FOOD (line 63380) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 63381) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 63392) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 63417) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKELETON_PREFERRED_WEAPONS (line 63437) | pub const MINECRAFT_SKELETON_PREFERRED_WEAPONS: super::super::Tag = (&["... constant MINECRAFT_SKULLS (line 63438) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 63452) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 63527) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 63551) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 63553) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 63554) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 63556) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 63565) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 63635) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 63644) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 63648) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 63652) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 63656) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 63657) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 63661) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 63672) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 63697) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 63727) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 63746) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 63780) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 63781) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 63797) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 63808) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 63843) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 63852) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS (line 63856) | pub const MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS: super::super::Tag = constant MINECRAFT_WOLF_FOOD (line 63858) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 63884) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 63904) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 63924) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 63944) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 63964) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 63984) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 64004) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 64023) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 64043) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 64067) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 64095) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 64151) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 64169) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 64170) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 64194) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 64195) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 64213) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 64217) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 64221) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 64222) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 64224) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 64228) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 64262) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_NETHER (line 64272) | pub const C_IS_COLD_NETHER: super::super::Tag = (&[], &[]); constant C_IS_COLD_OVERWORLD (line 64273) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 64301) | pub const C_IS_DARK_FOREST: super::super::Tag = constant C_IS_DEAD (line 64303) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 64304) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 64313) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_END (line 64325) | pub const C_IS_DENSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_NETHER (line 64326) | pub const C_IS_DENSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_OVERWORLD (line 64327) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 64339) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 64340) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 64365) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 64375) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 64385) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 64397) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 64407) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 64416) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 64417) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 64429) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 64437) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_END (line 64463) | pub const C_IS_HOT_END: super::super::Tag = (&[], &[]); constant C_IS_HOT_NETHER (line 64464) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 64474) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 64495) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 64496) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_LUSH (line 64500) | pub const C_IS_LUSH: super::super::Tag = (&["lush_caves"], &[30u16]); constant C_IS_MAGICAL (line 64501) | pub const C_IS_MAGICAL: super::super::Tag = (&[], &[]); constant C_IS_MOUNTAIN (line 64502) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 64514) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 64518) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 64522) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 64523) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 64533) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 64535) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 64549) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 64557) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 64561) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 64626) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_PLATEAU (line 64628) | pub const C_IS_PLATEAU: super::super::Tag = ( constant C_IS_RARE (line 64637) | pub const C_IS_RARE: super::super::Tag = ( constant C_IS_RIVER (line 64659) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SANDY (line 64660) | pub const C_IS_SANDY: super::super::Tag = ( constant C_IS_SAVANNA (line 64670) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 64674) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 64684) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 64697) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 64698) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_END (line 64716) | pub const C_IS_SPARSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_NETHER (line 64717) | pub const C_IS_SPARSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 64718) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_SPOOKY (line 64736) | pub const C_IS_SPOOKY: super::super::Tag = ( constant C_IS_STONY_SHORES (line 64740) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 64741) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 64742) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 64751) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_END (line 64774) | pub const C_IS_TEMPERATE_END: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_NETHER (line 64775) | pub const C_IS_TEMPERATE_NETHER: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_OVERWORLD (line 64776) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 64799) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 64809) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 64821) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 64825) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 64829) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 64833) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 64834) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 64835) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_END (line 64848) | pub const C_IS_WET_END: super::super::Tag = (&[], &[]); constant C_IS_WET_NETHER (line 64849) | pub const C_IS_WET_NETHER: super::super::Tag = (&[], &[]); constant C_IS_WET_OVERWORLD (line 64850) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 64863) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 64872) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant C_PRIMARY_WOOD_TYPE (line 64874) | pub const C_PRIMARY_WOOD_TYPE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_ACACIA (line 64905) | pub const C_PRIMARY_WOOD_TYPE_ACACIA: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_BAMBOO (line 64909) | pub const C_PRIMARY_WOOD_TYPE_BAMBOO: super::super::Tag = (&["bamboo_jun... constant C_PRIMARY_WOOD_TYPE_BIRCH (line 64910) | pub const C_PRIMARY_WOOD_TYPE_BIRCH: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_CHERRY (line 64912) | pub const C_PRIMARY_WOOD_TYPE_CHERRY: super::super::Tag = (&["cherry_gro... constant C_PRIMARY_WOOD_TYPE_CRIMSON (line 64913) | pub const C_PRIMARY_WOOD_TYPE_CRIMSON: super::super::Tag = (&["crimson_f... constant C_PRIMARY_WOOD_TYPE_DARK_OAK (line 64914) | pub const C_PRIMARY_WOOD_TYPE_DARK_OAK: super::super::Tag = (&["dark_for... constant C_PRIMARY_WOOD_TYPE_JUNGLE (line 64915) | pub const C_PRIMARY_WOOD_TYPE_JUNGLE: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_MANGROVE (line 64917) | pub const C_PRIMARY_WOOD_TYPE_MANGROVE: super::super::Tag = (&["mangrove... constant C_PRIMARY_WOOD_TYPE_OAK (line 64918) | pub const C_PRIMARY_WOOD_TYPE_OAK: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_PALE_OAK (line 64922) | pub const C_PRIMARY_WOOD_TYPE_PALE_OAK: super::super::Tag = (&["pale_gar... constant C_PRIMARY_WOOD_TYPE_SPRUCE (line 64923) | pub const C_PRIMARY_WOOD_TYPE_SPRUCE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_WARPED (line 64933) | pub const C_PRIMARY_WOOD_TYPE_WARPED: super::super::Tag = (&["warped_for... constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 64934) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 64936) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 64938) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 64940) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 64942) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 64951) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 64953) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 64955) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 64957) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 64961) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 64963) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 65024) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 65028) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 65038) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 65040) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 65049) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 65060) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 65064) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 65083) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 65085) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 65089) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 65112) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 65122) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 65136) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 65167) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 65169) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 65183) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 65185) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 65250) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 65251) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 65262) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 65326) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 65328) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 65330) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 65332) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 65334) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 65335) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 65337) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 65350) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 65354) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 65356) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 65365) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 65375) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 65387) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 65395) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 65399) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 65410) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 65420) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 65434) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 65499) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 65501) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 65505) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 65514) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 65515) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 65517) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 65535) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 65537) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 65539) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 65541) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 65559) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS (line 65578) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 65613) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 65638) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 65639) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS (line 65656) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 65683) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 65708) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 65725) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 65770) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 65791) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 65793) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 65795) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 65799) | pub fn get_map( constant MINECRAFT_NO_ITEM_REQUIRED (line 65823) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 65860) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 65862) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 65863) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 65864) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 65865) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 65866) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 65867) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 65868) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 65869) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 65870) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 65875) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 65876) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 65877) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 65878) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 65879) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 65887) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 65888) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 65892) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[399u1... constant C_CHESTS_TRAPPED (line 65893) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[4... constant C_CHESTS_WOODEN (line 65894) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 65896) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 65897) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 65906) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = constant C_COBBLESTONES_INFESTED (line 65908) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 65910) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 65911) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 65912) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 65936) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 65960) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 66195) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 66216) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 66237) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 66258) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 66279) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 66300) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 66321) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 66342) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 66363) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 66384) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 66405) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 66426) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 66447) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 66468) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 66489) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 66510) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_END_STONES (line 66531) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[392u16]); constant C_FENCE_GATES (line 66532) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 66552) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 66572) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 66593) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 66594) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FLOWERS (line 66614) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 66653) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 66677) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_GLASS_BLOCKS (line 66681) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 66707) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 66732) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 66733) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 66734) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 66759) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 66760) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 66784) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 66808) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[40u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 66809) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_NETHERRACKS (line 66810) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[284u16]); constant C_OBSIDIANS (line 66811) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 66813) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 66814) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 66815) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 66816) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 66817) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 66818) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 66829) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 66849) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 66850) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 66877) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 66879) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 66881) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 66883) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 66885) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 66889) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 66891) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 66893) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 66894) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 66895) | pub const C_ORES_REDSTONE: super::super::Tag = ( constant C_ORES_IN_GROUND_DEEPSLATE (line 66899) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 66912) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 66914) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 66927) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 66929) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_PUMPKINS (line 66930) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 66934) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 66935) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 66936) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[359u16]); constant C_RELOCATION_NOT_SUPPORTED (line 66937) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 66938) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 66939) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[37u16, ... constant C_SANDS_COLORLESS (line 66940) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[37u16]); constant C_SANDS_RED (line 66941) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[39u16]); constant C_SANDSTONE_BLOCKS (line 66942) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 66957) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 66966) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 66974) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 66978) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 66989) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 66998) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 67007) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 67015) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 67019) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 67041) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 67052) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 67077) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 67078) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 67079) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 67080) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 67081) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 67083) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 67084) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 67085) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 67086) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 67087) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 67088) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 67090) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 67091) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 67092) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 67093) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 67094) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 67095) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 67096) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 67116) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 67134) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 67158) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 67167) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 67169) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 67202) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 67261) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 67281) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 67282) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 67286) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 67303) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 67304) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 67346) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 67395) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 67407) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 67409) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 67434) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 67476) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 67480) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 67491) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 67502) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 67512) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_ATTRACTIVE (line 67536) | pub const MINECRAFT_BEE_ATTRACTIVE: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 67574) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 67593) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 67595) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 67613) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 67622) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 67624) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 67646) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMELS_SPAWNABLE_ON (line 67673) | pub const MINECRAFT_CAMELS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 67677) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 67679) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 67704) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 67729) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 67738) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 67740) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 67760) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 67769) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 67785) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 67787) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 67819) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 67887) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 67911) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 67915) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 67917) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 67927) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 67937) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 67954) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 67963) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 67978) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 67980) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 68022) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 68031) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 68033) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 68035) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 68052) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 68054) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 68084) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 68111) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 68113) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON (line 68124) | pub const MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_EDIBLE_FOR_SHEEP (line 68165) | pub const MINECRAFT_EDIBLE_FOR_SHEEP: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 68169) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 68171) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 68173) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 68211) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 68266) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 68285) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 68297) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 68317) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 68338) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 68339) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 68387) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 68426) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 68430) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 68432) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 68441) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 68445) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 68456) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 68460) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HAPPY_GHAST_AVOIDS (line 68496) | pub const MINECRAFT_HAPPY_GHAST_AVOIDS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 68507) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 68516) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 68520) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 68546) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 68547) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 68657) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 68667) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 68668) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 68693) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 68803) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 68807) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 68809) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 68811) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 68826) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 68828) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 68830) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 68839) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 68841) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 68915) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LOGS (line 68933) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 68987) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 69032) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 69061) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 69080) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 69089) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 69102) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 69114) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 69421) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 69459) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 69945) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 69991) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 70020) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 70021) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 70047) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 70051) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 70061) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 70081) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 70172) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 70206) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 70208) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 70217) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 70241) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 70304) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PALE_OAK_LOGS (line 70320) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 70329) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 70397) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 70407) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 70427) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 70429) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 70433) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 70457) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 70461) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 70465) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 70469) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 70473) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_MUSHROOMS (line 70511) | pub const MINECRAFT_REPLACEABLE_BY_MUSHROOMS: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 70579) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 70643) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 70647) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 70665) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 70726) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 70794) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 70819) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 70852) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 70927) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 70929) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 70953) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 70955) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 70978) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 70994) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 70996) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 71000) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 71004) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 71006) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 71008) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 71010) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 71019) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 71089) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 71109) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 71118) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 71122) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 71126) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 71130) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 71131) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_SWORD_INSTANTLY_MINES (line 71162) | pub const MINECRAFT_SWORD_INSTANTLY_MINES: super::super::Tag = constant MINECRAFT_TERRACOTTA (line 71164) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 71189) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 71190) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS (line 71220) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS:... constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS (line 71247) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS: super::su... constant MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS (line 71249) | pub const MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS: super::su... constant MINECRAFT_UNDERWATER_BONEMEALS (line 71251) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 71275) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 71295) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 71297) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 71299) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 71309) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 71329) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 71420) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 71440) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 71475) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 71484) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 71488) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 71511) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 71513) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 71517) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 71537) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 71557) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 71577) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 71597) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 71617) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 71637) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 71657) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 71681) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 71709) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 71718) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 71728) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 71730) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 71731) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 71742) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 71744) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 71745) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 71769) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 71770) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 71771) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 71773) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 71775) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 71809) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 71827) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 71829) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 71833) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 71835) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 71836) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 71845) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 71847) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 71859) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 71860) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 71861) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 71863) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 71876) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 71877) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 71878) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 71879) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 71912) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 71944) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 71956) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 71958) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant MINECRAFT_PAUSE_SCREEN_ADDITIONS (line 71963) | pub const MINECRAFT_PAUSE_SCREEN_ADDITIONS: super::super::Tag = (&[], &[]); constant MINECRAFT_QUICK_ACTIONS (line 71964) | pub const MINECRAFT_QUICK_ACTIONS: super::super::Tag = (&[], &[]); constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 71969) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 71971) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 71982) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 71986) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 71987) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 71988) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 71998) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 72000) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 72012) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 72021) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 72023) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 72025) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 72027) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 72038) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 72040) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 72042) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 72086) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 72130) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 72174) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 72223) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 72267) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 72269) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 72271) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 72272) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 72274) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 72275) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 72327) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 72376) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 72392) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 72420) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 72421) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 72422) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 72434) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_AQUATIC (line 72435) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 72455) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 72457) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 72461) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 72465) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 72477) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 72478) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 72495) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_EQUIP_HARNESS (line 72531) | pub const MINECRAFT_CAN_EQUIP_HARNESS: super::super::Tag = (&["happy_gha... constant MINECRAFT_CAN_EQUIP_SADDLE (line 72532) | pub const MINECRAFT_CAN_EQUIP_SADDLE: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 72545) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_CAN_WEAR_HORSE_ARMOR (line 72546) | pub const MINECRAFT_CAN_WEAR_HORSE_ARMOR: super::super::Tag = (&["horse"... constant MINECRAFT_DEFLECTS_PROJECTILES (line 72547) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 72548) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 72569) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS (line 72594) | pub const MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 72628) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 72630) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 72634) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 72636) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 72658) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 72662) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 72666) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 72667) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 72668) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 72688) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 72710) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 72726) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 72728) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 72746) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 72750) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 72761) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 72765) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 72769) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 72789) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 72811) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 72821) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 72843) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 72865) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 72881) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 72882) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 72883) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 72884) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 72885) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 72886) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 72887) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 72888) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 72889) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 72890) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 72891) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 72892) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 72893) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 72894) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 72899) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 72900) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 72911) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 72913) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 72973) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 73038) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 73051) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 73060) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 73073) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 73160) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 73194) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 73195) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BONES (line 73196) | pub const C_BONES: super::super::Tag = (&["bone"], &[1083u16]); constant C_BOOKSHELVES (line 73197) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 73198) | pub const C_BRICKS: super::super::Tag = ( constant C_BRICKS_NETHER (line 73202) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 73203) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BRICKS_RESIN (line 73204) | pub const C_BRICKS_RESIN: super::super::Tag = (&["resin_brick"], &[1246u... constant C_BUCKETS (line 73205) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 73224) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 73225) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 73236) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 73237) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 73238) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 73239) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 73240) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 73241) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 73249) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 73250) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 73254) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[439u1... constant C_CHESTS_TRAPPED (line 73255) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[7... constant C_CHESTS_WOODEN (line 73256) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUMPS (line 73258) | pub const C_CLUMPS: super::super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUMPS_RESIN (line 73259) | pub const C_CLUMPS_RESIN: super::super::Tag = (&["resin_clump"], &[412u1... constant C_CLUSTERS (line 73260) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 73261) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 73262) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 73271) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = (&["cobbled_deep... constant C_COBBLESTONES_INFESTED (line 73272) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 73274) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 73275) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 73276) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 73300) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 73324) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 73348) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 73372) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 73389) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 73390) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 73391) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 73392) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 73393) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 73394) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 73395) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 73396) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 73397) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 73398) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DRINK_CONTAINING_BOTTLE (line 73399) | pub const C_DRINK_CONTAINING_BOTTLE: super::super::Tag = ( constant C_DRINK_CONTAINING_BUCKET (line 73403) | pub const C_DRINK_CONTAINING_BUCKET: super::super::Tag = (&["milk_bucket... constant C_DRINKS (line 73404) | pub const C_DRINKS: super::super::Tag = ( constant C_DRINKS_HONEY (line 73408) | pub const C_DRINKS_HONEY: super::super::Tag = (&["honey_bottle"], &[1381... constant C_DRINKS_JUICE (line 73409) | pub const C_DRINKS_JUICE: super::super::Tag = (&[], &[]); constant C_DRINKS_MAGIC (line 73410) | pub const C_DRINKS_MAGIC: super::super::Tag = constant C_DRINKS_MILK (line 73412) | pub const C_DRINKS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u1... constant C_DRINKS_OMINOUS (line 73413) | pub const C_DRINKS_OMINOUS: super::super::Tag = (&["ominous_bottle"], &[... constant C_DRINKS_WATER (line 73414) | pub const C_DRINKS_WATER: super::super::Tag = (&[], &[]); constant C_DRINKS_WATERY (line 73415) | pub const C_DRINKS_WATERY: super::super::Tag = (&["potion"], &[1121u16]); constant C_DUSTS (line 73416) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 73418) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 73419) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 73420) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 73673) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 73695) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 73717) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 73739) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 73761) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 73783) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 73805) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 73827) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 73849) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 73871) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 73893) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 73915) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 73937) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 73959) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 73981) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 74003) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 74025) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 74049) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 74050) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 74051) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 74052) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 74053) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 74054) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 74055) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 74056) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 74057) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 74058) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 74059) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 74060) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 74061) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 74062) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 74063) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 74064) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_EGGS (line 74065) | pub const C_EGGS: super::super::Tag = ( constant C_ENCHANTABLES (line 74069) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_END_STONES (line 74159) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[435u16]); constant C_ENDER_PEARLS (line 74160) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FEATHERS (line 74161) | pub const C_FEATHERS: super::super::Tag = (&["feather"], &[949u16]); constant C_FENCE_GATES (line 74162) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 74182) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 74202) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 74223) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 74224) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FERTILIZERS (line 74244) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FLOWERS (line 74245) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 74284) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 74308) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_FOODS (line 74312) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 74365) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 74367) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 74369) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 74370) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 74371) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 74372) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 74373) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 74375) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 74377) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 74387) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 74397) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 74398) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 74399) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 74400) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 74410) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 74420) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 74429) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 74433) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 74434) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 74438) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 74442) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 74446) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 74450) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 74459) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 74468) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 74472) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 74476) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 74487) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 74488) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 74489) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 74490) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 74491) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 74492) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 74493) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 74519) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 74544) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 74545) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 74546) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 74571) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 74572) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 74596) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 74620) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[63u16]); constant C_GUNPOWDERS (line 74621) | pub const C_GUNPOWDERS: super::super::Tag = (&["gunpowder"], &[950u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 74622) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 74623) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 74632) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 74633) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 74634) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 74635) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 74636) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSHROOMS (line 74637) | pub const C_MUSHROOMS: super::super::Tag = constant C_MUSIC_DISCS (line 74639) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NETHER_STARS (line 74667) | pub const C_NETHER_STARS: super::super::Tag = (&["nether_star"], &[1240u... constant C_NETHERRACKS (line 74668) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[359u16]); constant C_NUGGETS (line 74669) | pub const C_NUGGETS: super::super::Tag = constant C_NUGGETS_GOLD (line 74671) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 74672) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 74673) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 74675) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 74676) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 74677) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 74678) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 74679) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 74680) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 74691) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 74710) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 74711) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 74738) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 74740) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 74742) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 74744) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 74746) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 74750) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 74752) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 74754) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 74755) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 74756) | pub const C_ORES_REDSTONE: super::super::Tag = constant C_ORES_IN_GROUND_DEEPSLATE (line 74758) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 74771) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 74773) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 74786) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 74788) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 74789) | pub const C_POTIONS: super::super::Tag = ( constant C_POTIONS_BOTTLE (line 74793) | pub const C_POTIONS_BOTTLE: super::super::Tag = ( constant C_PUMPKINS (line 74797) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 74801) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 74802) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 74803) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_RAW_BLOCKS (line 74804) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 74808) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 74809) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 74810) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 74811) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 74815) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 74816) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 74817) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 74818) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 74822) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 74823) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 74824) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 74825) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 74826) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[59u16, ... constant C_SANDS_COLORLESS (line 74827) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[59u16]); constant C_SANDS_RED (line 74828) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[62u16]); constant C_SANDSTONE_BLOCKS (line 74829) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 74844) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 74853) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 74861) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 74865) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 74876) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 74885) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 74894) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 74902) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SEEDS (line 74906) | pub const C_SEEDS: super::super::Tag = ( constant C_SEEDS_BEETROOT (line 74917) | pub const C_SEEDS_BEETROOT: super::super::Tag = (&["beetroot_seeds"], &[... constant C_SEEDS_MELON (line 74918) | pub const C_SEEDS_MELON: super::super::Tag = (&["melon_seeds"], &[1109u1... constant C_SEEDS_PITCHER_PLANT (line 74919) | pub const C_SEEDS_PITCHER_PLANT: super::super::Tag = (&["pitcher_pod"], ... constant C_SEEDS_PUMPKIN (line 74920) | pub const C_SEEDS_PUMPKIN: super::super::Tag = (&["pumpkin_seeds"], &[11... constant C_SEEDS_TORCHFLOWER (line 74921) | pub const C_SEEDS_TORCHFLOWER: super::super::Tag = (&["torchflower_seeds... constant C_SEEDS_WHEAT (line 74922) | pub const C_SEEDS_WHEAT: super::super::Tag = (&["wheat_seeds"], &[951u16]); constant C_SHULKER_BOXES (line 74923) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 74948) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 74949) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 74960) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 74985) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 74986) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 74987) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 74988) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 74989) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 74991) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 74992) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 74993) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 74994) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 74995) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 74996) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 74998) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 74999) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 75000) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 75001) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 75002) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 75003) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 75004) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 75005) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 75025) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 75044) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 75093) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 75094) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 75095) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 75096) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 75097) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 75098) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 75099) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 75100) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 75101) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 75102) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 75103) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 75125) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 75145) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 75156) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 75167) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 75169) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 75171) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 75172) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 75173) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 75174) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 75175) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 75176) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_WRENCH (line 75177) | pub const C_TOOLS_WRENCH: super::super::Tag = (&[], &[]); constant C_VILLAGER_JOB_SITES (line 75178) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 75199) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 75208) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 75212) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 75213) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 75217) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 75228) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 75230) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 75234) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 75258) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 75268) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 75292) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 75330) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 75339) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOK_CLONING_TARGET (line 75367) | pub const MINECRAFT_BOOK_CLONING_TARGET: super::super::Tag = constant MINECRAFT_BOOKSHELF_BOOKS (line 75369) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 75379) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 75421) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 75422) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 75447) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 75469) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 75470) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 75495) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHERRY_LOGS (line 75496) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 75505) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 75516) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 75533) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 75544) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 75555) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 75557) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 75558) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 75560) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 75629) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COW_FOOD (line 75631) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 75632) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 75652) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 75654) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 75663) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 75705) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 75714) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 75747) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 75779) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 75781) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 75782) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 75799) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DROWNED_PREFERRED_WEAPONS (line 75829) | pub const MINECRAFT_DROWNED_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_DUPLICATES_ALLAYS (line 75831) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 75832) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EGGS (line 75843) | pub const MINECRAFT_EGGS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 75847) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 75849) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 75883) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 75884) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 75895) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 75896) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 75976) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 76020) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 76032) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 76033) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 76044) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 76056) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 76067) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 76068) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 76102) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 76135) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 76155) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 76166) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 76167) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 76257) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 76278) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 76298) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 76319) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 76330) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 76369) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 76380) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 76382) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 76392) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 76393) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 76395) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 76397) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 76398) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 76402) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 76403) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HAPPY_GHAST_FOOD (line 76423) | pub const MINECRAFT_HAPPY_GHAST_FOOD: super::super::Tag = (&["snowball"]... constant MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS (line 76424) | pub const MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_HARNESSES (line 76449) | pub const MINECRAFT_HARNESSES: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 76473) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 76485) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 76496) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 76497) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 76512) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 76516) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 76518) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 76520) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 76521) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 76530) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 76532) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 76551) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 76553) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 76564) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 76566) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 76567) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 76622) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 76668) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 76677) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 76679) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 76698) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 76700) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 76739) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 76753) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 76762) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PALE_OAK_LOGS (line 76764) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 76773) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 76775) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 76776) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 76787) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 76788) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 76799) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 76803) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 76805) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_PREFERRED_WEAPONS (line 76839) | pub const MINECRAFT_PIGLIN_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PIGLIN_REPELLENTS (line 76841) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 76845) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PILLAGER_PREFERRED_WEAPONS (line 76854) | pub const MINECRAFT_PILLAGER_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PLANKS (line 76856) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 76875) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 76879) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 76883) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 76885) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 76886) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 76887) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 76888) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 76889) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 76890) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 76892) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 76894) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 76896) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 76900) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEEP_FOOD (line 76918) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 76919) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 76930) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 76955) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKELETON_PREFERRED_WEAPONS (line 76975) | pub const MINECRAFT_SKELETON_PREFERRED_WEAPONS: super::super::Tag = (&["... constant MINECRAFT_SKULLS (line 76976) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 76990) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 77065) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 77089) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 77091) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 77092) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 77094) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 77103) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 77173) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 77182) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 77186) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 77190) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 77194) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 77195) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 77199) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 77210) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 77235) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 77265) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 77284) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 77318) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 77319) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 77335) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 77346) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 77381) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 77390) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS (line 77394) | pub const MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS: super::super::Tag = constant MINECRAFT_WOLF_FOOD (line 77396) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 77422) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 77442) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 77462) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 77482) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 77502) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 77522) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 77542) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 77561) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 77581) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 77605) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 77633) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 77689) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 77707) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 77708) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 77732) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 77733) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 77751) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 77755) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 77759) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 77760) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 77762) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 77766) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 77800) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_NETHER (line 77810) | pub const C_IS_COLD_NETHER: super::super::Tag = (&[], &[]); constant C_IS_COLD_OVERWORLD (line 77811) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 77839) | pub const C_IS_DARK_FOREST: super::super::Tag = constant C_IS_DEAD (line 77841) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 77842) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 77851) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_END (line 77863) | pub const C_IS_DENSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_NETHER (line 77864) | pub const C_IS_DENSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_OVERWORLD (line 77865) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 77877) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 77878) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 77903) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 77913) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 77923) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 77935) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 77945) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 77954) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 77955) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 77967) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 77975) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_END (line 78001) | pub const C_IS_HOT_END: super::super::Tag = (&[], &[]); constant C_IS_HOT_NETHER (line 78002) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 78012) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 78033) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 78034) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_LUSH (line 78038) | pub const C_IS_LUSH: super::super::Tag = (&["lush_caves"], &[30u16]); constant C_IS_MAGICAL (line 78039) | pub const C_IS_MAGICAL: super::super::Tag = (&[], &[]); constant C_IS_MOUNTAIN (line 78040) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 78052) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 78056) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 78060) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 78061) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 78071) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 78073) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 78087) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 78095) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 78099) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 78164) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_PLATEAU (line 78166) | pub const C_IS_PLATEAU: super::super::Tag = ( constant C_IS_RARE (line 78175) | pub const C_IS_RARE: super::super::Tag = ( constant C_IS_RIVER (line 78197) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SANDY (line 78198) | pub const C_IS_SANDY: super::super::Tag = ( constant C_IS_SAVANNA (line 78208) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 78212) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 78222) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 78235) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 78236) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_END (line 78254) | pub const C_IS_SPARSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_NETHER (line 78255) | pub const C_IS_SPARSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 78256) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_SPOOKY (line 78274) | pub const C_IS_SPOOKY: super::super::Tag = ( constant C_IS_STONY_SHORES (line 78278) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 78279) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 78280) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 78289) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_END (line 78312) | pub const C_IS_TEMPERATE_END: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_NETHER (line 78313) | pub const C_IS_TEMPERATE_NETHER: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_OVERWORLD (line 78314) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 78337) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 78347) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 78359) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 78363) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 78367) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 78371) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 78372) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 78373) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_END (line 78386) | pub const C_IS_WET_END: super::super::Tag = (&[], &[]); constant C_IS_WET_NETHER (line 78387) | pub const C_IS_WET_NETHER: super::super::Tag = (&[], &[]); constant C_IS_WET_OVERWORLD (line 78388) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 78401) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 78410) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant C_PRIMARY_WOOD_TYPE (line 78412) | pub const C_PRIMARY_WOOD_TYPE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_ACACIA (line 78443) | pub const C_PRIMARY_WOOD_TYPE_ACACIA: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_BAMBOO (line 78447) | pub const C_PRIMARY_WOOD_TYPE_BAMBOO: super::super::Tag = (&["bamboo_jun... constant C_PRIMARY_WOOD_TYPE_BIRCH (line 78448) | pub const C_PRIMARY_WOOD_TYPE_BIRCH: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_CHERRY (line 78450) | pub const C_PRIMARY_WOOD_TYPE_CHERRY: super::super::Tag = (&["cherry_gro... constant C_PRIMARY_WOOD_TYPE_CRIMSON (line 78451) | pub const C_PRIMARY_WOOD_TYPE_CRIMSON: super::super::Tag = (&["crimson_f... constant C_PRIMARY_WOOD_TYPE_DARK_OAK (line 78452) | pub const C_PRIMARY_WOOD_TYPE_DARK_OAK: super::super::Tag = (&["dark_for... constant C_PRIMARY_WOOD_TYPE_JUNGLE (line 78453) | pub const C_PRIMARY_WOOD_TYPE_JUNGLE: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_MANGROVE (line 78455) | pub const C_PRIMARY_WOOD_TYPE_MANGROVE: super::super::Tag = (&["mangrove... constant C_PRIMARY_WOOD_TYPE_OAK (line 78456) | pub const C_PRIMARY_WOOD_TYPE_OAK: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_PALE_OAK (line 78460) | pub const C_PRIMARY_WOOD_TYPE_PALE_OAK: super::super::Tag = (&["pale_gar... constant C_PRIMARY_WOOD_TYPE_SPRUCE (line 78461) | pub const C_PRIMARY_WOOD_TYPE_SPRUCE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_WARPED (line 78471) | pub const C_PRIMARY_WOOD_TYPE_WARPED: super::super::Tag = (&["warped_for... constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 78472) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 78474) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 78476) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 78478) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 78480) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 78489) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 78491) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 78493) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 78495) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 78499) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 78501) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 78562) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 78566) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 78576) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 78578) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 78587) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 78598) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 78602) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 78621) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 78623) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 78627) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 78650) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 78660) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 78674) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 78705) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 78707) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 78721) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 78723) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 78788) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 78789) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 78800) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 78864) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 78866) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 78868) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 78870) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 78872) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 78873) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 78875) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 78888) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 78892) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 78894) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 78903) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 78913) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 78925) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 78933) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 78937) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 78948) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 78958) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 78972) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 79037) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 79039) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 79043) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 79052) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 79053) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 79055) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 79073) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 79075) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 79077) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 79079) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 79097) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS (line 79116) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 79151) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 79176) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 79177) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS (line 79194) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 79221) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 79246) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 79263) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 79308) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 79329) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 79331) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 79333) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 79337) | pub fn get_map( constant MINECRAFT_NO_ITEM_REQUIRED (line 79362) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 79399) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 79401) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 79402) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 79403) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 79404) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 79405) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 79406) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 79407) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 79408) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 79409) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 79414) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 79415) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 79416) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 79417) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 79418) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 79426) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 79427) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 79431) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[399u1... constant C_CHESTS_TRAPPED (line 79432) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[4... constant C_CHESTS_WOODEN (line 79433) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 79435) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 79436) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 79445) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = constant C_COBBLESTONES_INFESTED (line 79447) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 79449) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 79450) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 79451) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 79475) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 79499) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 79734) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 79755) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 79776) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 79797) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 79818) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 79839) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 79860) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 79881) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 79902) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 79923) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 79944) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 79965) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 79986) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 80007) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 80028) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 80049) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_END_STONES (line 80070) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[392u16]); constant C_FENCE_GATES (line 80071) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 80091) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 80111) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 80132) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 80133) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FLOWERS (line 80153) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 80192) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 80216) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_GLASS_BLOCKS (line 80220) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 80246) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 80271) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 80272) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 80273) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 80298) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 80299) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 80323) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 80347) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[40u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 80348) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_NETHERRACKS (line 80349) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[284u16]); constant C_OBSIDIANS (line 80350) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 80352) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 80353) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 80354) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 80355) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 80356) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 80357) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 80368) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 80388) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 80389) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 80416) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 80418) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 80420) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 80422) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 80424) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 80428) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 80430) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 80432) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 80433) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 80434) | pub const C_ORES_REDSTONE: super::super::Tag = ( constant C_ORES_IN_GROUND_DEEPSLATE (line 80438) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 80451) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 80453) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 80466) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 80468) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_PUMPKINS (line 80469) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 80473) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 80474) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 80475) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[359u16]); constant C_RELOCATION_NOT_SUPPORTED (line 80476) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 80477) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 80478) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[37u16, ... constant C_SANDS_COLORLESS (line 80479) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[37u16]); constant C_SANDS_RED (line 80480) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[39u16]); constant C_SANDSTONE_BLOCKS (line 80481) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 80496) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 80505) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 80513) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 80517) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 80528) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 80537) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 80546) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 80554) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 80558) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 80580) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 80591) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 80616) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 80617) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 80618) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 80619) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 80620) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 80622) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 80623) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 80624) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 80625) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 80626) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 80627) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 80629) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 80630) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 80631) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 80632) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 80633) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 80634) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 80635) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 80655) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 80673) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 80697) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 80706) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 80708) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 80741) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 80800) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 80820) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 80821) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 80825) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 80842) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 80843) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 80885) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 80934) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 80946) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 80948) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 80973) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 81015) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 81019) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 81030) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 81041) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 81051) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_ATTRACTIVE (line 81075) | pub const MINECRAFT_BEE_ATTRACTIVE: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 81113) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 81132) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 81134) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 81152) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 81161) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 81163) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 81185) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMELS_SPAWNABLE_ON (line 81212) | pub const MINECRAFT_CAMELS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 81216) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 81218) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 81243) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 81268) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 81277) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 81279) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 81299) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 81308) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 81324) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 81326) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 81358) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 81426) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 81450) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 81454) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 81456) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 81466) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 81476) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 81493) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 81502) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 81517) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 81519) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 81561) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 81570) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 81572) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 81574) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 81591) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 81593) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 81623) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 81650) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 81652) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON (line 81663) | pub const MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_EDIBLE_FOR_SHEEP (line 81704) | pub const MINECRAFT_EDIBLE_FOR_SHEEP: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 81708) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 81710) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 81712) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 81750) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 81805) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 81824) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 81836) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 81856) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 81877) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 81878) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 81926) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 81965) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 81969) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 81971) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 81980) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 81984) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 81995) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 81999) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HAPPY_GHAST_AVOIDS (line 82035) | pub const MINECRAFT_HAPPY_GHAST_AVOIDS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 82046) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 82055) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 82059) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 82085) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 82086) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 82196) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 82206) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 82207) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 82232) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 82342) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 82346) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 82348) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 82350) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 82365) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 82367) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 82369) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 82378) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 82380) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 82454) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LOGS (line 82472) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 82526) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 82571) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 82600) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 82619) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 82628) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 82641) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 82653) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 82960) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 82998) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 83484) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 83530) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 83559) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 83560) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 83586) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 83590) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 83600) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 83620) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 83711) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 83745) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 83747) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 83756) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 83780) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 83843) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PALE_OAK_LOGS (line 83859) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 83868) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 83936) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 83946) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 83966) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 83968) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 83972) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 83996) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 84000) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 84004) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 84008) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 84012) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_MUSHROOMS (line 84050) | pub const MINECRAFT_REPLACEABLE_BY_MUSHROOMS: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 84118) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 84182) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 84186) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 84204) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 84265) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 84333) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 84358) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 84391) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 84466) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 84468) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 84492) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 84494) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 84517) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 84533) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 84535) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 84539) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 84543) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 84545) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 84547) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 84549) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 84558) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 84628) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 84648) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 84657) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 84661) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 84665) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 84669) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 84670) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_SWORD_INSTANTLY_MINES (line 84701) | pub const MINECRAFT_SWORD_INSTANTLY_MINES: super::super::Tag = constant MINECRAFT_TERRACOTTA (line 84703) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 84728) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 84729) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS (line 84759) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS:... constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS (line 84786) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS: super::su... constant MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS (line 84788) | pub const MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS: super::su... constant MINECRAFT_UNDERWATER_BONEMEALS (line 84790) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 84814) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 84834) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 84836) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 84838) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 84848) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 84868) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 84959) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 84979) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 85014) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 85023) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 85027) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 85050) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 85052) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 85056) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 85076) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 85096) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 85116) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 85136) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 85156) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 85176) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 85196) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 85220) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 85248) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 85257) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 85267) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 85269) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 85270) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 85281) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 85283) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 85284) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 85308) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 85309) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 85310) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 85312) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 85314) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 85348) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 85366) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 85368) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 85372) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 85374) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 85375) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 85384) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 85386) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 85398) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 85399) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 85400) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 85402) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 85415) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 85416) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 85417) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 85418) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 85451) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 85483) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 85495) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 85497) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant MINECRAFT_PAUSE_SCREEN_ADDITIONS (line 85502) | pub const MINECRAFT_PAUSE_SCREEN_ADDITIONS: super::super::Tag = (&[], &[]); constant MINECRAFT_QUICK_ACTIONS (line 85503) | pub const MINECRAFT_QUICK_ACTIONS: super::super::Tag = (&[], &[]); constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 85508) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 85510) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 85521) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 85525) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 85526) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 85527) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 85537) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 85539) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 85551) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 85560) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 85562) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 85564) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 85566) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 85577) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 85579) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 85581) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 85625) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 85669) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 85713) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 85762) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 85806) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 85808) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 85810) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 85811) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 85813) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 85814) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 85866) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 85915) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 85931) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 85959) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 85960) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 85961) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 85973) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_AQUATIC (line 85974) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 85994) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 85996) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 86000) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 86004) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 86016) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 86017) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 86034) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_EQUIP_HARNESS (line 86070) | pub const MINECRAFT_CAN_EQUIP_HARNESS: super::super::Tag = (&["happy_gha... constant MINECRAFT_CAN_EQUIP_SADDLE (line 86071) | pub const MINECRAFT_CAN_EQUIP_SADDLE: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 86084) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_CAN_WEAR_HORSE_ARMOR (line 86085) | pub const MINECRAFT_CAN_WEAR_HORSE_ARMOR: super::super::Tag = (&["horse"... constant MINECRAFT_DEFLECTS_PROJECTILES (line 86086) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 86087) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 86108) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS (line 86133) | pub const MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 86167) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 86169) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 86173) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 86175) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 86197) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 86201) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 86205) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 86206) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 86207) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 86227) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 86249) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 86265) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 86267) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 86285) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 86289) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 86300) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 86304) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 86308) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 86328) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 86350) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 86360) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 86382) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 86404) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 86420) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 86421) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 86422) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 86423) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 86424) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 86425) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 86426) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 86427) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 86428) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 86429) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 86430) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 86431) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 86432) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 86433) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 86438) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 86439) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 86450) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 86452) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 86512) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 86577) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 86590) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 86599) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 86612) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 86699) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 86733) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 86734) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BONES (line 86735) | pub const C_BONES: super::super::Tag = (&["bone"], &[1083u16]); constant C_BOOKSHELVES (line 86736) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 86737) | pub const C_BRICKS: super::super::Tag = ( constant C_BRICKS_NETHER (line 86741) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 86742) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BRICKS_RESIN (line 86743) | pub const C_BRICKS_RESIN: super::super::Tag = (&["resin_brick"], &[1246u... constant C_BUCKETS (line 86744) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 86763) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 86764) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 86775) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 86776) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 86777) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 86778) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 86779) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 86780) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 86788) | pub const C_CHAINS: super::super::Tag = (&["chain"], &[]); constant C_CHESTS (line 86789) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 86793) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[439u1... constant C_CHESTS_TRAPPED (line 86794) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[7... constant C_CHESTS_WOODEN (line 86795) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUMPS (line 86797) | pub const C_CLUMPS: super::super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUMPS_RESIN (line 86798) | pub const C_CLUMPS_RESIN: super::super::Tag = (&["resin_clump"], &[412u1... constant C_CLUSTERS (line 86799) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 86800) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 86801) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 86810) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = (&["cobbled_deep... constant C_COBBLESTONES_INFESTED (line 86811) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 86813) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 86814) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 86815) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 86839) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 86863) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 86887) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 86911) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 86928) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 86929) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 86930) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 86931) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 86932) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 86933) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 86934) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 86935) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 86936) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 86937) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DRINK_CONTAINING_BOTTLE (line 86938) | pub const C_DRINK_CONTAINING_BOTTLE: super::super::Tag = ( constant C_DRINK_CONTAINING_BUCKET (line 86942) | pub const C_DRINK_CONTAINING_BUCKET: super::super::Tag = (&["milk_bucket... constant C_DRINKS (line 86943) | pub const C_DRINKS: super::super::Tag = ( constant C_DRINKS_HONEY (line 86947) | pub const C_DRINKS_HONEY: super::super::Tag = (&["honey_bottle"], &[1381... constant C_DRINKS_JUICE (line 86948) | pub const C_DRINKS_JUICE: super::super::Tag = (&[], &[]); constant C_DRINKS_MAGIC (line 86949) | pub const C_DRINKS_MAGIC: super::super::Tag = constant C_DRINKS_MILK (line 86951) | pub const C_DRINKS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u1... constant C_DRINKS_OMINOUS (line 86952) | pub const C_DRINKS_OMINOUS: super::super::Tag = (&["ominous_bottle"], &[... constant C_DRINKS_WATER (line 86953) | pub const C_DRINKS_WATER: super::super::Tag = (&[], &[]); constant C_DRINKS_WATERY (line 86954) | pub const C_DRINKS_WATERY: super::super::Tag = (&["potion"], &[1121u16]); constant C_DUSTS (line 86955) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 86957) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 86958) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 86959) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 87212) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 87234) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 87256) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 87278) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 87300) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 87322) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 87344) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 87366) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 87388) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 87410) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 87432) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 87454) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 87476) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 87498) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 87520) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 87542) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 87564) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 87588) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 87589) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 87590) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 87591) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 87592) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 87593) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 87594) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 87595) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 87596) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 87597) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 87598) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 87599) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 87600) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 87601) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 87602) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 87603) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_EGGS (line 87604) | pub const C_EGGS: super::super::Tag = ( constant C_ENCHANTABLES (line 87608) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_END_STONES (line 87698) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[435u16]); constant C_ENDER_PEARLS (line 87699) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FEATHERS (line 87700) | pub const C_FEATHERS: super::super::Tag = (&["feather"], &[949u16]); constant C_FENCE_GATES (line 87701) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 87721) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 87741) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 87762) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 87763) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FERTILIZERS (line 87783) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FLOWERS (line 87784) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 87823) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 87847) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_FOODS (line 87851) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 87904) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 87906) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 87908) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 87909) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 87910) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 87911) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 87912) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 87914) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 87916) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 87926) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 87936) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 87937) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 87938) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 87939) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 87949) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 87959) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 87968) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 87972) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 87973) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 87977) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 87981) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 87985) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 87989) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 87998) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 88007) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 88011) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 88015) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 88026) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 88027) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 88028) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 88029) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 88030) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 88031) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 88032) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 88058) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 88083) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 88084) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 88085) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 88110) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 88111) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 88135) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 88159) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[63u16]); constant C_GUNPOWDERS (line 88160) | pub const C_GUNPOWDERS: super::super::Tag = (&["gunpowder"], &[950u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 88161) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 88162) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 88171) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 88172) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 88173) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 88174) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 88175) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSHROOMS (line 88176) | pub const C_MUSHROOMS: super::super::Tag = constant C_MUSIC_DISCS (line 88178) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NETHER_STARS (line 88208) | pub const C_NETHER_STARS: super::super::Tag = (&["nether_star"], &[1240u... constant C_NETHERRACKS (line 88209) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[359u16]); constant C_NUGGETS (line 88210) | pub const C_NUGGETS: super::super::Tag = constant C_NUGGETS_GOLD (line 88212) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 88213) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 88214) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 88216) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 88217) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 88218) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 88219) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 88220) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 88221) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 88232) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 88251) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 88252) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 88279) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 88281) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 88283) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 88285) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 88287) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 88291) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 88293) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 88295) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 88296) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 88297) | pub const C_ORES_REDSTONE: super::super::Tag = constant C_ORES_IN_GROUND_DEEPSLATE (line 88299) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 88312) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 88314) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 88327) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 88329) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 88330) | pub const C_POTIONS: super::super::Tag = ( constant C_POTIONS_BOTTLE (line 88334) | pub const C_POTIONS_BOTTLE: super::super::Tag = ( constant C_PUMPKINS (line 88338) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 88342) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 88343) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 88344) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_RAW_BLOCKS (line 88345) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 88349) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 88350) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 88351) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 88352) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 88356) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 88357) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 88358) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 88359) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 88363) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 88364) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 88365) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 88366) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 88367) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[59u16, ... constant C_SANDS_COLORLESS (line 88368) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[59u16]); constant C_SANDS_RED (line 88369) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[62u16]); constant C_SANDSTONE_BLOCKS (line 88370) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 88385) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 88394) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 88402) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 88406) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 88417) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 88426) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 88435) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 88443) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SEEDS (line 88447) | pub const C_SEEDS: super::super::Tag = ( constant C_SEEDS_BEETROOT (line 88458) | pub const C_SEEDS_BEETROOT: super::super::Tag = (&["beetroot_seeds"], &[... constant C_SEEDS_MELON (line 88459) | pub const C_SEEDS_MELON: super::super::Tag = (&["melon_seeds"], &[1109u1... constant C_SEEDS_PITCHER_PLANT (line 88460) | pub const C_SEEDS_PITCHER_PLANT: super::super::Tag = (&["pitcher_pod"], ... constant C_SEEDS_PUMPKIN (line 88461) | pub const C_SEEDS_PUMPKIN: super::super::Tag = (&["pumpkin_seeds"], &[11... constant C_SEEDS_TORCHFLOWER (line 88462) | pub const C_SEEDS_TORCHFLOWER: super::super::Tag = (&["torchflower_seeds... constant C_SEEDS_WHEAT (line 88463) | pub const C_SEEDS_WHEAT: super::super::Tag = (&["wheat_seeds"], &[951u16]); constant C_SHULKER_BOXES (line 88464) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 88489) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 88490) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 88501) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 88526) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 88527) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 88528) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 88529) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 88530) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 88532) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 88533) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 88534) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 88535) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 88536) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 88537) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 88539) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 88540) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 88541) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 88542) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 88543) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 88544) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 88545) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 88546) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 88566) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 88585) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 88634) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 88635) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 88636) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 88637) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 88638) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 88639) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 88640) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 88641) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 88642) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 88643) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 88644) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 88666) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 88686) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 88697) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 88708) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 88710) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 88712) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 88713) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 88714) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 88715) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 88716) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 88717) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_WRENCH (line 88718) | pub const C_TOOLS_WRENCH: super::super::Tag = (&[], &[]); constant C_VILLAGER_JOB_SITES (line 88719) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 88740) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 88749) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 88753) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 88754) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 88758) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 88769) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 88771) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 88775) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 88799) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 88809) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 88833) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 88871) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 88880) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOK_CLONING_TARGET (line 88908) | pub const MINECRAFT_BOOK_CLONING_TARGET: super::super::Tag = constant MINECRAFT_BOOKSHELF_BOOKS (line 88910) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 88920) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 88962) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 88963) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 88988) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 89010) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 89011) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 89036) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHERRY_LOGS (line 89037) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 89046) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 89057) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 89074) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 89085) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 89096) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 89098) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 89099) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 89101) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 89170) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COW_FOOD (line 89172) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 89173) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 89193) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 89195) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 89204) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 89246) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 89255) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 89288) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 89320) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 89322) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 89323) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 89340) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DROWNED_PREFERRED_WEAPONS (line 89370) | pub const MINECRAFT_DROWNED_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_DUPLICATES_ALLAYS (line 89372) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 89373) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EGGS (line 89384) | pub const MINECRAFT_EGGS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 89388) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 89390) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 89424) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 89425) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 89436) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 89437) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 89517) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 89561) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 89573) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 89574) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 89585) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 89597) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 89608) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 89609) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 89643) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 89676) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 89696) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 89707) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 89708) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 89798) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 89819) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 89839) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 89860) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 89871) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 89910) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 89921) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 89923) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 89933) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 89934) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 89936) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 89938) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 89939) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 89943) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 89944) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HAPPY_GHAST_FOOD (line 89964) | pub const MINECRAFT_HAPPY_GHAST_FOOD: super::super::Tag = (&["snowball"]... constant MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS (line 89965) | pub const MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_HARNESSES (line 89990) | pub const MINECRAFT_HARNESSES: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 90014) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 90026) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 90037) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 90038) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 90053) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 90057) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 90059) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 90061) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 90062) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 90071) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 90073) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 90092) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 90094) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 90105) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 90107) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 90108) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 90163) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 90209) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 90218) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 90220) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 90239) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 90241) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 90280) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 90294) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 90303) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PALE_OAK_LOGS (line 90305) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 90314) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 90316) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 90317) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 90328) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 90329) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 90340) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 90344) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 90346) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_PREFERRED_WEAPONS (line 90380) | pub const MINECRAFT_PIGLIN_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PIGLIN_REPELLENTS (line 90382) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 90386) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PILLAGER_PREFERRED_WEAPONS (line 90395) | pub const MINECRAFT_PILLAGER_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PLANKS (line 90397) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 90416) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 90420) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 90424) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 90426) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 90427) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 90428) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 90429) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 90430) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 90431) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 90433) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 90435) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 90437) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 90441) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEEP_FOOD (line 90459) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 90460) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 90471) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 90496) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKELETON_PREFERRED_WEAPONS (line 90516) | pub const MINECRAFT_SKELETON_PREFERRED_WEAPONS: super::super::Tag = (&["... constant MINECRAFT_SKULLS (line 90517) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 90531) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 90606) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 90630) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 90632) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 90633) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 90635) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 90644) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 90714) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 90723) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 90727) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 90731) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 90735) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 90736) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 90740) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 90751) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 90776) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 90806) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 90825) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 90859) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 90860) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 90876) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 90887) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 90922) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 90931) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS (line 90935) | pub const MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS: super::super::Tag = constant MINECRAFT_WOLF_FOOD (line 90937) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 90963) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 90983) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 91003) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 91023) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 91043) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 91063) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 91083) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 91102) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 91122) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 91146) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 91174) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 91231) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 91249) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 91250) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 91274) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 91275) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 91293) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 91297) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 91301) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 91302) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 91304) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 91308) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 91342) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_NETHER (line 91352) | pub const C_IS_COLD_NETHER: super::super::Tag = (&[], &[]); constant C_IS_COLD_OVERWORLD (line 91353) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 91381) | pub const C_IS_DARK_FOREST: super::super::Tag = constant C_IS_DEAD (line 91383) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 91384) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 91393) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_END (line 91405) | pub const C_IS_DENSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_NETHER (line 91406) | pub const C_IS_DENSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_OVERWORLD (line 91407) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 91419) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 91420) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 91445) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 91455) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 91465) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 91477) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 91487) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 91496) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 91497) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 91509) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 91517) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_END (line 91543) | pub const C_IS_HOT_END: super::super::Tag = (&[], &[]); constant C_IS_HOT_NETHER (line 91544) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 91554) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 91575) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 91576) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_LUSH (line 91580) | pub const C_IS_LUSH: super::super::Tag = (&["lush_caves"], &[30u16]); constant C_IS_MAGICAL (line 91581) | pub const C_IS_MAGICAL: super::super::Tag = (&[], &[]); constant C_IS_MOUNTAIN (line 91582) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 91594) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 91598) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 91602) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 91603) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 91613) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 91615) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 91629) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 91637) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 91641) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 91706) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_PLATEAU (line 91708) | pub const C_IS_PLATEAU: super::super::Tag = ( constant C_IS_RARE (line 91717) | pub const C_IS_RARE: super::super::Tag = ( constant C_IS_RIVER (line 91739) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SANDY (line 91740) | pub const C_IS_SANDY: super::super::Tag = ( constant C_IS_SAVANNA (line 91750) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 91754) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 91764) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 91777) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 91778) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_END (line 91796) | pub const C_IS_SPARSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_NETHER (line 91797) | pub const C_IS_SPARSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 91798) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_SPOOKY (line 91816) | pub const C_IS_SPOOKY: super::super::Tag = ( constant C_IS_STONY_SHORES (line 91820) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 91821) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 91822) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 91831) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_END (line 91854) | pub const C_IS_TEMPERATE_END: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_NETHER (line 91855) | pub const C_IS_TEMPERATE_NETHER: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_OVERWORLD (line 91856) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 91879) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 91889) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 91901) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 91905) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 91909) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 91913) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 91914) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 91915) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_END (line 91928) | pub const C_IS_WET_END: super::super::Tag = (&[], &[]); constant C_IS_WET_NETHER (line 91929) | pub const C_IS_WET_NETHER: super::super::Tag = (&[], &[]); constant C_IS_WET_OVERWORLD (line 91930) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 91943) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 91952) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant C_PRIMARY_WOOD_TYPE (line 91954) | pub const C_PRIMARY_WOOD_TYPE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_ACACIA (line 91985) | pub const C_PRIMARY_WOOD_TYPE_ACACIA: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_BAMBOO (line 91989) | pub const C_PRIMARY_WOOD_TYPE_BAMBOO: super::super::Tag = (&["bamboo_jun... constant C_PRIMARY_WOOD_TYPE_BIRCH (line 91990) | pub const C_PRIMARY_WOOD_TYPE_BIRCH: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_CHERRY (line 91992) | pub const C_PRIMARY_WOOD_TYPE_CHERRY: super::super::Tag = (&["cherry_gro... constant C_PRIMARY_WOOD_TYPE_CRIMSON (line 91993) | pub const C_PRIMARY_WOOD_TYPE_CRIMSON: super::super::Tag = (&["crimson_f... constant C_PRIMARY_WOOD_TYPE_DARK_OAK (line 91994) | pub const C_PRIMARY_WOOD_TYPE_DARK_OAK: super::super::Tag = (&["dark_for... constant C_PRIMARY_WOOD_TYPE_JUNGLE (line 91995) | pub const C_PRIMARY_WOOD_TYPE_JUNGLE: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_MANGROVE (line 91997) | pub const C_PRIMARY_WOOD_TYPE_MANGROVE: super::super::Tag = (&["mangrove... constant C_PRIMARY_WOOD_TYPE_OAK (line 91998) | pub const C_PRIMARY_WOOD_TYPE_OAK: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_PALE_OAK (line 92002) | pub const C_PRIMARY_WOOD_TYPE_PALE_OAK: super::super::Tag = (&["pale_gar... constant C_PRIMARY_WOOD_TYPE_SPRUCE (line 92003) | pub const C_PRIMARY_WOOD_TYPE_SPRUCE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_WARPED (line 92013) | pub const C_PRIMARY_WOOD_TYPE_WARPED: super::super::Tag = (&["warped_for... constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 92014) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 92016) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 92018) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 92020) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 92022) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 92031) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 92033) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 92035) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 92037) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 92041) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 92043) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 92104) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 92108) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 92118) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 92120) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 92129) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 92140) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 92144) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 92163) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 92165) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 92169) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 92192) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 92202) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 92216) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 92247) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 92249) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 92263) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 92265) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 92330) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 92331) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 92342) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 92406) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 92408) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 92410) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 92412) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 92414) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 92415) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 92417) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 92430) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 92434) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 92436) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 92445) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 92455) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 92467) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 92475) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 92479) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 92490) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 92500) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 92514) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 92579) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 92581) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 92585) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 92594) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 92595) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 92597) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 92615) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 92617) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 92619) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 92621) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 92639) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS (line 92658) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 92693) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 92718) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 92719) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS (line 92736) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 92763) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 92788) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 92805) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 92850) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 92871) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 92873) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 92875) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 92879) | pub fn get_map( constant MINECRAFT_NO_ITEM_REQUIRED (line 92904) | pub const MINECRAFT_NO_ITEM_REQUIRED: super::super::Tag = ( constant MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED (line 92941) | pub const MINECRAFT_PATTERN_ITEM_BORDURE_INDENTED: super::super::Tag = constant MINECRAFT_PATTERN_ITEM_CREEPER (line 92943) | pub const MINECRAFT_PATTERN_ITEM_CREEPER: super::super::Tag = (&["creepe... constant MINECRAFT_PATTERN_ITEM_FIELD_MASONED (line 92944) | pub const MINECRAFT_PATTERN_ITEM_FIELD_MASONED: super::super::Tag = (&["... constant MINECRAFT_PATTERN_ITEM_FLOW (line 92945) | pub const MINECRAFT_PATTERN_ITEM_FLOW: super::super::Tag = (&["flow"], &... constant MINECRAFT_PATTERN_ITEM_FLOWER (line 92946) | pub const MINECRAFT_PATTERN_ITEM_FLOWER: super::super::Tag = (&["flower"... constant MINECRAFT_PATTERN_ITEM_GLOBE (line 92947) | pub const MINECRAFT_PATTERN_ITEM_GLOBE: super::super::Tag = (&["globe"],... constant MINECRAFT_PATTERN_ITEM_GUSTER (line 92948) | pub const MINECRAFT_PATTERN_ITEM_GUSTER: super::super::Tag = (&["guster"... constant MINECRAFT_PATTERN_ITEM_MOJANG (line 92949) | pub const MINECRAFT_PATTERN_ITEM_MOJANG: super::super::Tag = (&["mojang"... constant MINECRAFT_PATTERN_ITEM_PIGLIN (line 92950) | pub const MINECRAFT_PATTERN_ITEM_PIGLIN: super::super::Tag = (&["piglin"... constant MINECRAFT_PATTERN_ITEM_SKULL (line 92951) | pub const MINECRAFT_PATTERN_ITEM_SKULL: super::super::Tag = (&["skull"],... constant C_BARRELS (line 92956) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[837u16]); constant C_BARRELS_WOODEN (line 92957) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[837u16]); constant C_BOOKSHELVES (line 92958) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[177u16]); constant C_BUDDING_BLOCKS (line 92959) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 92960) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 92968) | pub const C_CHAINS: super::super::Tag = ( constant C_CHESTS (line 92984) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 93003) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[399u1... constant C_CHESTS_TRAPPED (line 93004) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[4... constant C_CHESTS_WOODEN (line 93005) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUSTERS (line 93007) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[978u... constant C_COBBLESTONES (line 93008) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 93017) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = constant C_COBBLESTONES_INFESTED (line 93019) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 93021) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 93022) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 93023) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETES (line 93047) | pub const C_CONCRETES: super::super::Tag = ( constant C_DYED (line 93071) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 93306) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 93327) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 93348) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 93369) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 93390) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 93411) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 93432) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 93453) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 93474) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 93495) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 93516) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 93537) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 93558) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 93579) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 93600) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 93621) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_END_STONES (line 93642) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[392u16]); constant C_FENCE_GATES (line 93643) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 93663) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 93683) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 93704) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 93705) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FLOWERS (line 93725) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 93764) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 93788) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_GLASS_BLOCKS (line 93792) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 93818) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 93843) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 93844) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 93845) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 93870) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 93871) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 93895) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 93919) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[40u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 93920) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_NATURAL_LOGS (line 93921) | pub const C_NATURAL_LOGS: super::super::Tag = ( constant C_NATURAL_LOGS_NETHER (line 93941) | pub const C_NATURAL_LOGS_NETHER: super::super::Tag = constant C_NATURAL_LOGS_OVERWORLD (line 93943) | pub const C_NATURAL_LOGS_OVERWORLD: super::super::Tag = ( constant C_NATURAL_WOODS (line 93960) | pub const C_NATURAL_WOODS: super::super::Tag = ( constant C_NETHERRACKS (line 93978) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[284u16]); constant C_OBSIDIANS (line 93979) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 93981) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 93982) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[192u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 93983) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 93984) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 93985) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 93986) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 93997) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 94017) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 94018) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 94045) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 94047) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 94049) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 94051) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 94053) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 94057) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 94059) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 94061) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 94062) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 94063) | pub const C_ORES_REDSTONE: super::super::Tag = ( constant C_ORES_IN_GROUND_DEEPSLATE (line 94067) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 94080) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 94082) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 94095) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 94097) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_PUMPKINS (line 94098) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 94102) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 94103) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 94104) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[359u16]); constant C_RELOCATION_NOT_SUPPORTED (line 94105) | pub const C_RELOCATION_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_ROPES (line 94106) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 94107) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[37u16, ... constant C_SANDS_COLORLESS (line 94108) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[37u16]); constant C_SANDS_RED (line 94109) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[39u16]); constant C_SANDSTONE_BLOCKS (line 94110) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 94125) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 94134) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 94142) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 94146) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 94157) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 94166) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 94175) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 94183) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SKULLS (line 94187) | pub const C_SKULLS: super::super::Tag = ( constant C_STONES (line 94209) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 94220) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 94245) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 94246) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 94247) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 94248) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 94249) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 94251) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 94252) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 94253) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 94254) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 94255) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 94256) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 94258) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 94259) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 94260) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 94261) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 94262) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 94263) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRIPPED_LOGS (line 94264) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 94284) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_VILLAGER_JOB_SITES (line 94302) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 94326) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_AIR (line 94335) | pub const MINECRAFT_AIR: super::super::Tag = constant MINECRAFT_ALL_HANGING_SIGNS (line 94337) | pub const MINECRAFT_ALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_ALL_SIGNS (line 94370) | pub const MINECRAFT_ALL_SIGNS: super::super::Tag = ( constant MINECRAFT_ANCIENT_CITY_REPLACEABLE (line 94429) | pub const MINECRAFT_ANCIENT_CITY_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_ANIMALS_SPAWNABLE_ON (line 94449) | pub const MINECRAFT_ANIMALS_SPAWNABLE_ON: super::super::Tag = (&["grass_... constant MINECRAFT_ANVIL (line 94450) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_SPAWNABLE_ON (line 94454) | pub const MINECRAFT_ARMADILLO_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_AXOLOTLS_SPAWNABLE_ON (line 94471) | pub const MINECRAFT_AXOLOTLS_SPAWNABLE_ON: super::super::Tag = (&["clay"... constant MINECRAFT_AZALEA_GROWS_ON (line 94472) | pub const MINECRAFT_AZALEA_GROWS_ON: super::super::Tag = ( constant MINECRAFT_AZALEA_ROOT_REPLACEABLE (line 94514) | pub const MINECRAFT_AZALEA_ROOT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_BADLANDS_TERRACOTTA (line 94563) | pub const MINECRAFT_BADLANDS_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_BAMBOO_BLOCKS (line 94575) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = constant MINECRAFT_BAMBOO_PLANTABLE_ON (line 94577) | pub const MINECRAFT_BAMBOO_PLANTABLE_ON: super::super::Tag = ( constant MINECRAFT_BANNERS (line 94602) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BARS (line 94644) | pub const MINECRAFT_BARS: super::super::Tag = ( constant MINECRAFT_BASE_STONE_NETHER (line 94660) | pub const MINECRAFT_BASE_STONE_NETHER: super::super::Tag = ( constant MINECRAFT_BASE_STONE_OVERWORLD (line 94664) | pub const MINECRAFT_BASE_STONE_OVERWORLD: super::super::Tag = ( constant MINECRAFT_BATS_SPAWNABLE_ON (line 94675) | pub const MINECRAFT_BATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_BEACON_BASE_BLOCKS (line 94686) | pub const MINECRAFT_BEACON_BASE_BLOCKS: super::super::Tag = ( constant MINECRAFT_BEDS (line 94696) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_ATTRACTIVE (line 94720) | pub const MINECRAFT_BEE_ATTRACTIVE: super::super::Tag = ( constant MINECRAFT_BEE_GROWABLES (line 94758) | pub const MINECRAFT_BEE_GROWABLES: super::super::Tag = ( constant MINECRAFT_BEEHIVES (line 94777) | pub const MINECRAFT_BEEHIVES: super::super::Tag = constant MINECRAFT_BIG_DRIPLEAF_PLACEABLE (line 94779) | pub const MINECRAFT_BIG_DRIPLEAF_PLACEABLE: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 94797) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS (line 94806) | pub const MINECRAFT_BLOCKS_WIND_CHARGE_EXPLOSIONS: super::super::Tag = constant MINECRAFT_BUTTONS (line 94808) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS (line 94830) | pub const MINECRAFT_CAMEL_SAND_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_CAMELS_SPAWNABLE_ON (line 94857) | pub const MINECRAFT_CAMELS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_CAMPFIRES (line 94861) | pub const MINECRAFT_CAMPFIRES: super::super::Tag = constant MINECRAFT_CANDLE_CAKES (line 94863) | pub const MINECRAFT_CANDLE_CAKES: super::super::Tag = ( constant MINECRAFT_CANDLES (line 94888) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAULDRONS (line 94913) | pub const MINECRAFT_CAULDRONS: super::super::Tag = ( constant MINECRAFT_CAVE_VINES (line 94922) | pub const MINECRAFT_CAVE_VINES: super::super::Tag = constant MINECRAFT_CEILING_HANGING_SIGNS (line 94924) | pub const MINECRAFT_CEILING_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_CHAINS (line 94944) | pub const MINECRAFT_CHAINS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 94960) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CLIMBABLE (line 94969) | pub const MINECRAFT_CLIMBABLE: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 94985) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS (line 94987) | pub const MINECRAFT_COMBINATION_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 95019) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_CONCRETE_POWDER (line 95087) | pub const MINECRAFT_CONCRETE_POWDER: super::super::Tag = ( constant MINECRAFT_CONVERTABLE_TO_MUD (line 95111) | pub const MINECRAFT_CONVERTABLE_TO_MUD: super::super::Tag = ( constant MINECRAFT_COPPER (line 95115) | pub const MINECRAFT_COPPER: super::super::Tag = ( constant MINECRAFT_COPPER_CHESTS (line 95130) | pub const MINECRAFT_COPPER_CHESTS: super::super::Tag = ( constant MINECRAFT_COPPER_GOLEM_STATUES (line 95145) | pub const MINECRAFT_COPPER_GOLEM_STATUES: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 95160) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_CORAL_BLOCKS (line 95162) | pub const MINECRAFT_CORAL_BLOCKS: super::super::Tag = ( constant MINECRAFT_CORAL_PLANTS (line 95172) | pub const MINECRAFT_CORAL_PLANTS: super::super::Tag = ( constant MINECRAFT_CORALS (line 95182) | pub const MINECRAFT_CORALS: super::super::Tag = ( constant MINECRAFT_CRIMSON_STEMS (line 95199) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_CROPS (line 95208) | pub const MINECRAFT_CROPS: super::super::Tag = ( constant MINECRAFT_CRYSTAL_SOUND_BLOCKS (line 95223) | pub const MINECRAFT_CRYSTAL_SOUND_BLOCKS: super::super::Tag = constant MINECRAFT_DAMPENS_VIBRATIONS (line 95225) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 95267) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DEEPSLATE_ORE_REPLACEABLES (line 95276) | pub const MINECRAFT_DEEPSLATE_ORE_REPLACEABLES: super::super::Tag = constant MINECRAFT_DIAMOND_ORES (line 95278) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIRT (line 95280) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOES_NOT_BLOCK_HOPPERS (line 95297) | pub const MINECRAFT_DOES_NOT_BLOCK_HOPPERS: super::super::Tag = constant MINECRAFT_DOORS (line 95299) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DRAGON_IMMUNE (line 95329) | pub const MINECRAFT_DRAGON_IMMUNE: super::super::Tag = ( constant MINECRAFT_DRAGON_TRANSPARENT (line 95356) | pub const MINECRAFT_DRAGON_TRANSPARENT: super::super::Tag = constant MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS (line 95358) | pub const MINECRAFT_DRIPSTONE_REPLACEABLE_BLOCKS: super::super::Tag = ( constant MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON (line 95369) | pub const MINECRAFT_DRY_VEGETATION_MAY_PLACE_ON: super::super::Tag = ( constant MINECRAFT_EDIBLE_FOR_SHEEP (line 95410) | pub const MINECRAFT_EDIBLE_FOR_SHEEP: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 95414) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_PROVIDER (line 95416) | pub const MINECRAFT_ENCHANTMENT_POWER_PROVIDER: super::super::Tag = constant MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER (line 95418) | pub const MINECRAFT_ENCHANTMENT_POWER_TRANSMITTER: super::super::Tag = ( constant MINECRAFT_ENDERMAN_HOLDABLE (line 95456) | pub const MINECRAFT_ENDERMAN_HOLDABLE: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_RESETTING (line 95511) | pub const MINECRAFT_FALL_DAMAGE_RESETTING: super::super::Tag = ( constant MINECRAFT_FEATURES_CANNOT_REPLACE (line 95530) | pub const MINECRAFT_FEATURES_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 95542) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 95562) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FIRE (line 95583) | pub const MINECRAFT_FIRE: super::super::Tag = (&["fire", "soul_fire"], &... constant MINECRAFT_FLOWER_POTS (line 95584) | pub const MINECRAFT_FLOWER_POTS: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 95632) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOXES_SPAWNABLE_ON (line 95671) | pub const MINECRAFT_FOXES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_FROG_PREFER_JUMP_TO (line 95675) | pub const MINECRAFT_FROG_PREFER_JUMP_TO: super::super::Tag = constant MINECRAFT_FROGS_SPAWNABLE_ON (line 95677) | pub const MINECRAFT_FROGS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GEODE_INVALID_BLOCKS (line 95686) | pub const MINECRAFT_GEODE_INVALID_BLOCKS: super::super::Tag = ( constant MINECRAFT_GOATS_SPAWNABLE_ON (line 95690) | pub const MINECRAFT_GOATS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_GOLD_ORES (line 95701) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GUARDED_BY_PIGLINS (line 95705) | pub const MINECRAFT_GUARDED_BY_PIGLINS: super::super::Tag = ( constant MINECRAFT_HAPPY_GHAST_AVOIDS (line 95750) | pub const MINECRAFT_HAPPY_GHAST_AVOIDS: super::super::Tag = ( constant MINECRAFT_HOGLIN_REPELLENTS (line 95761) | pub const MINECRAFT_HOGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_ICE (line 95770) | pub const MINECRAFT_ICE: super::super::Tag = ( constant MINECRAFT_IMPERMEABLE (line 95774) | pub const MINECRAFT_IMPERMEABLE: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_COPPER_TOOL (line 95801) | pub const MINECRAFT_INCORRECT_FOR_COPPER_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL (line 95826) | pub const MINECRAFT_INCORRECT_FOR_DIAMOND_TOOL: super::super::Tag = (&[]... constant MINECRAFT_INCORRECT_FOR_GOLD_TOOL (line 95827) | pub const MINECRAFT_INCORRECT_FOR_GOLD_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_IRON_TOOL (line 95953) | pub const MINECRAFT_INCORRECT_FOR_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL (line 95963) | pub const MINECRAFT_INCORRECT_FOR_NETHERITE_TOOL: super::super::Tag = (&... constant MINECRAFT_INCORRECT_FOR_STONE_TOOL (line 95964) | pub const MINECRAFT_INCORRECT_FOR_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_INCORRECT_FOR_WOODEN_TOOL (line 95989) | pub const MINECRAFT_INCORRECT_FOR_WOODEN_TOOL: super::super::Tag = ( constant MINECRAFT_INFINIBURN_END (line 96115) | pub const MINECRAFT_INFINIBURN_END: super::super::Tag = ( constant MINECRAFT_INFINIBURN_NETHER (line 96119) | pub const MINECRAFT_INFINIBURN_NETHER: super::super::Tag = constant MINECRAFT_INFINIBURN_OVERWORLD (line 96121) | pub const MINECRAFT_INFINIBURN_OVERWORLD: super::super::Tag = constant MINECRAFT_INSIDE_STEP_SOUND_BLOCKS (line 96123) | pub const MINECRAFT_INSIDE_STEP_SOUND_BLOCKS: super::super::Tag = ( constant MINECRAFT_INVALID_SPAWN_INSIDE (line 96138) | pub const MINECRAFT_INVALID_SPAWN_INSIDE: super::super::Tag = constant MINECRAFT_IRON_ORES (line 96140) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_JUNGLE_LOGS (line 96142) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LANTERNS (line 96151) | pub const MINECRAFT_LANTERNS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 96168) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE (line 96170) | pub const MINECRAFT_LAVA_POOL_STONE_CANNOT_REPLACE: super::super::Tag = ( constant MINECRAFT_LEAVES (line 96244) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LIGHTNING_RODS (line 96262) | pub const MINECRAFT_LIGHTNING_RODS: super::super::Tag = ( constant MINECRAFT_LOGS (line 96277) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 96331) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_LUSH_GROUND_REPLACEABLE (line 96376) | pub const MINECRAFT_LUSH_GROUND_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MAINTAINS_FARMLAND (line 96405) | pub const MINECRAFT_MAINTAINS_FARMLAND: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 96424) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH (line 96433) | pub const MINECRAFT_MANGROVE_LOGS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH (line 96446) | pub const MINECRAFT_MANGROVE_ROOTS_CAN_GROW_THROUGH: super::super::Tag = ( constant MINECRAFT_MINEABLE_AXE (line 96458) | pub const MINECRAFT_MINEABLE_AXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_HOE (line 96778) | pub const MINECRAFT_MINEABLE_HOE: super::super::Tag = ( constant MINECRAFT_MINEABLE_PICKAXE (line 96816) | pub const MINECRAFT_MINEABLE_PICKAXE: super::super::Tag = ( constant MINECRAFT_MINEABLE_SHOVEL (line 97354) | pub const MINECRAFT_MINEABLE_SHOVEL: super::super::Tag = ( constant MINECRAFT_MOB_INTERACTABLE_DOORS (line 97400) | pub const MINECRAFT_MOB_INTERACTABLE_DOORS: super::super::Tag = ( constant MINECRAFT_MOOSHROOMS_SPAWNABLE_ON (line 97429) | pub const MINECRAFT_MOOSHROOMS_SPAWNABLE_ON: super::super::Tag = (&["myc... constant MINECRAFT_MOSS_REPLACEABLE (line 97430) | pub const MINECRAFT_MOSS_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_MUSHROOM_GROW_BLOCK (line 97456) | pub const MINECRAFT_MUSHROOM_GROW_BLOCK: super::super::Tag = ( constant MINECRAFT_NEEDS_DIAMOND_TOOL (line 97460) | pub const MINECRAFT_NEEDS_DIAMOND_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_IRON_TOOL (line 97470) | pub const MINECRAFT_NEEDS_IRON_TOOL: super::super::Tag = ( constant MINECRAFT_NEEDS_STONE_TOOL (line 97490) | pub const MINECRAFT_NEEDS_STONE_TOOL: super::super::Tag = ( constant MINECRAFT_NETHER_CARVER_REPLACEABLES (line 97597) | pub const MINECRAFT_NETHER_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_NYLIUM (line 97631) | pub const MINECRAFT_NYLIUM: super::super::Tag = constant MINECRAFT_OAK_LOGS (line 97633) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCCLUDES_VIBRATION_SIGNALS (line 97642) | pub const MINECRAFT_OCCLUDES_VIBRATION_SIGNALS: super::super::Tag = ( constant MINECRAFT_OVERWORLD_CARVER_REPLACEABLES (line 97666) | pub const MINECRAFT_OVERWORLD_CARVER_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_OVERWORLD_NATURAL_LOGS (line 97729) | pub const MINECRAFT_OVERWORLD_NATURAL_LOGS: super::super::Tag = ( constant MINECRAFT_PALE_OAK_LOGS (line 97745) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PARROTS_SPAWNABLE_ON (line 97754) | pub const MINECRAFT_PARROTS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_PIGLIN_REPELLENTS (line 97822) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PLANKS (line 97832) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE (line 97852) | pub const MINECRAFT_POLAR_BEARS_SPAWNABLE_ON_ALTERNATE: super::super::Tag = constant MINECRAFT_PORTALS (line 97854) | pub const MINECRAFT_PORTALS: super::super::Tag = ( constant MINECRAFT_PRESSURE_PLATES (line 97858) | pub const MINECRAFT_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE (line 97882) | pub const MINECRAFT_PREVENT_MOB_SPAWNING_INSIDE: super::super::Tag = ( constant MINECRAFT_RABBITS_SPAWNABLE_ON (line 97886) | pub const MINECRAFT_RABBITS_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_RAILS (line 97890) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 97894) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = ( constant MINECRAFT_REPLACEABLE (line 97898) | pub const MINECRAFT_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_MUSHROOMS (line 97936) | pub const MINECRAFT_REPLACEABLE_BY_MUSHROOMS: super::super::Tag = ( constant MINECRAFT_REPLACEABLE_BY_TREES (line 98004) | pub const MINECRAFT_REPLACEABLE_BY_TREES: super::super::Tag = ( constant MINECRAFT_SAND (line 98068) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 98072) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE (line 98090) | pub const MINECRAFT_SCULK_REPLACEABLE: super::super::Tag = ( constant MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN (line 98151) | pub const MINECRAFT_SCULK_REPLACEABLE_WORLD_GEN: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 98219) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 98244) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SLABS (line 98277) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_DRIPLEAF_PLACEABLE (line 98352) | pub const MINECRAFT_SMALL_DRIPLEAF_PLACEABLE: super::super::Tag = constant MINECRAFT_SMALL_FLOWERS (line 98354) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 98378) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNAPS_GOAT_HORN (line 98380) | pub const MINECRAFT_SNAPS_GOAT_HORN: super::super::Tag = ( constant MINECRAFT_SNIFFER_DIGGABLE_BLOCK (line 98403) | pub const MINECRAFT_SNIFFER_DIGGABLE_BLOCK: super::super::Tag = ( constant MINECRAFT_SNIFFER_EGG_HATCH_BOOST (line 98419) | pub const MINECRAFT_SNIFFER_EGG_HATCH_BOOST: super::super::Tag = constant MINECRAFT_SNOW (line 98421) | pub const MINECRAFT_SNOW: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON (line 98425) | pub const MINECRAFT_SNOW_LAYER_CAN_SURVIVE_ON: super::super::Tag = ( constant MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON (line 98429) | pub const MINECRAFT_SNOW_LAYER_CANNOT_SURVIVE_ON: super::super::Tag = constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 98431) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SOUL_SPEED_BLOCKS (line 98433) | pub const MINECRAFT_SOUL_SPEED_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 98435) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 98444) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STANDING_SIGNS (line 98514) | pub const MINECRAFT_STANDING_SIGNS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 98534) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 98543) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_ORE_REPLACEABLES (line 98547) | pub const MINECRAFT_STONE_ORE_REPLACEABLES: super::super::Tag = ( constant MINECRAFT_STONE_PRESSURE_PLATES (line 98551) | pub const MINECRAFT_STONE_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_STRIDER_WARM_BLOCKS (line 98555) | pub const MINECRAFT_STRIDER_WARM_BLOCKS: super::super::Tag = (&["lava"],... constant MINECRAFT_SWORD_EFFICIENT (line 98556) | pub const MINECRAFT_SWORD_EFFICIENT: super::super::Tag = ( constant MINECRAFT_SWORD_INSTANTLY_MINES (line 98587) | pub const MINECRAFT_SWORD_INSTANTLY_MINES: super::super::Tag = constant MINECRAFT_TERRACOTTA (line 98589) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAIL_RUINS_REPLACEABLE (line 98614) | pub const MINECRAFT_TRAIL_RUINS_REPLACEABLE: super::super::Tag = (&["gra... constant MINECRAFT_TRAPDOORS (line 98615) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS (line 98645) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS:... constant MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS (line 98672) | pub const MINECRAFT_TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS: super::su... constant MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS (line 98674) | pub const MINECRAFT_TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS: super::su... constant MINECRAFT_UNDERWATER_BONEMEALS (line 98676) | pub const MINECRAFT_UNDERWATER_BONEMEALS: super::super::Tag = ( constant MINECRAFT_UNSTABLE_BOTTOM_CENTER (line 98700) | pub const MINECRAFT_UNSTABLE_BOTTOM_CENTER: super::super::Tag = ( constant MINECRAFT_VALID_SPAWN (line 98720) | pub const MINECRAFT_VALID_SPAWN: super::super::Tag = constant MINECRAFT_VIBRATION_RESONATORS (line 98722) | pub const MINECRAFT_VIBRATION_RESONATORS: super::super::Tag = constant MINECRAFT_WALL_CORALS (line 98724) | pub const MINECRAFT_WALL_CORALS: super::super::Tag = ( constant MINECRAFT_WALL_HANGING_SIGNS (line 98734) | pub const MINECRAFT_WALL_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_WALL_POST_OVERRIDE (line 98754) | pub const MINECRAFT_WALL_POST_OVERRIDE: super::super::Tag = ( constant MINECRAFT_WALL_SIGNS (line 98846) | pub const MINECRAFT_WALL_SIGNS: super::super::Tag = ( constant MINECRAFT_WALLS (line 98866) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 98901) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 98910) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_IMMUNE (line 98914) | pub const MINECRAFT_WITHER_IMMUNE: super::super::Tag = ( constant MINECRAFT_WITHER_SUMMON_BASE_BLOCKS (line 98937) | pub const MINECRAFT_WITHER_SUMMON_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_WOLVES_SPAWNABLE_ON (line 98939) | pub const MINECRAFT_WOLVES_SPAWNABLE_ON: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 98943) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 98963) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 98983) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 99003) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SHELVES (line 99023) | pub const MINECRAFT_WOODEN_SHELVES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 99043) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 99063) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 99083) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 99103) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 99127) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS (line 99155) | pub const MINECRAFT_ALWAYS_HURTS_ENDER_DRAGONS: super::super::Tag = ( constant MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS (line 99164) | pub const MINECRAFT_ALWAYS_KILLS_ARMOR_STANDS: super::super::Tag = ( constant MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL (line 99174) | pub const MINECRAFT_ALWAYS_MOST_SIGNIFICANT_FALL: super::super::Tag = constant MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH (line 99176) | pub const MINECRAFT_ALWAYS_TRIGGERS_SILVERFISH: super::super::Tag = (&["... constant MINECRAFT_AVOIDS_GUARDIAN_THORNS (line 99177) | pub const MINECRAFT_AVOIDS_GUARDIAN_THORNS: super::super::Tag = ( constant MINECRAFT_BURN_FROM_STEPPING (line 99188) | pub const MINECRAFT_BURN_FROM_STEPPING: super::super::Tag = constant MINECRAFT_BURNS_ARMOR_STANDS (line 99190) | pub const MINECRAFT_BURNS_ARMOR_STANDS: super::super::Tag = (&["on_fire"... constant MINECRAFT_BYPASSES_ARMOR (line 99191) | pub const MINECRAFT_BYPASSES_ARMOR: super::super::Tag = ( constant MINECRAFT_BYPASSES_EFFECTS (line 99215) | pub const MINECRAFT_BYPASSES_EFFECTS: super::super::Tag = (&["starve"], ... constant MINECRAFT_BYPASSES_ENCHANTMENTS (line 99216) | pub const MINECRAFT_BYPASSES_ENCHANTMENTS: super::super::Tag = (&["sonic... constant MINECRAFT_BYPASSES_INVULNERABILITY (line 99217) | pub const MINECRAFT_BYPASSES_INVULNERABILITY: super::super::Tag = constant MINECRAFT_BYPASSES_RESISTANCE (line 99219) | pub const MINECRAFT_BYPASSES_RESISTANCE: super::super::Tag = constant MINECRAFT_BYPASSES_SHIELD (line 99221) | pub const MINECRAFT_BYPASSES_SHIELD: super::super::Tag = ( constant MINECRAFT_BYPASSES_WOLF_ARMOR (line 99255) | pub const MINECRAFT_BYPASSES_WOLF_ARMOR: super::super::Tag = ( constant MINECRAFT_CAN_BREAK_ARMOR_STAND (line 99273) | pub const MINECRAFT_CAN_BREAK_ARMOR_STAND: super::super::Tag = constant MINECRAFT_DAMAGES_HELMET (line 99275) | pub const MINECRAFT_DAMAGES_HELMET: super::super::Tag = ( constant MINECRAFT_IGNITES_ARMOR_STANDS (line 99279) | pub const MINECRAFT_IGNITES_ARMOR_STANDS: super::super::Tag = constant MINECRAFT_IS_DROWNING (line 99281) | pub const MINECRAFT_IS_DROWNING: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_IS_EXPLOSION (line 99282) | pub const MINECRAFT_IS_EXPLOSION: super::super::Tag = ( constant MINECRAFT_IS_FALL (line 99291) | pub const MINECRAFT_IS_FALL: super::super::Tag = constant MINECRAFT_IS_FIRE (line 99293) | pub const MINECRAFT_IS_FIRE: super::super::Tag = ( constant MINECRAFT_IS_FREEZING (line 99305) | pub const MINECRAFT_IS_FREEZING: super::super::Tag = (&["freeze"], &[]); constant MINECRAFT_IS_LIGHTNING (line 99306) | pub const MINECRAFT_IS_LIGHTNING: super::super::Tag = (&["lightning_bolt... constant MINECRAFT_IS_PLAYER_ATTACK (line 99307) | pub const MINECRAFT_IS_PLAYER_ATTACK: super::super::Tag = constant MINECRAFT_IS_PROJECTILE (line 99309) | pub const MINECRAFT_IS_PROJECTILE: super::super::Tag = ( constant MINECRAFT_MACE_SMASH (line 99322) | pub const MINECRAFT_MACE_SMASH: super::super::Tag = (&["mace_smash"], &[]); constant MINECRAFT_NO_ANGER (line 99323) | pub const MINECRAFT_NO_ANGER: super::super::Tag = (&["mob_attack_no_aggr... constant MINECRAFT_NO_IMPACT (line 99324) | pub const MINECRAFT_NO_IMPACT: super::super::Tag = (&["drown"], &[]); constant MINECRAFT_NO_KNOCKBACK (line 99325) | pub const MINECRAFT_NO_KNOCKBACK: super::super::Tag = ( constant MINECRAFT_PANIC_CAUSES (line 99358) | pub const MINECRAFT_PANIC_CAUSES: super::super::Tag = ( constant MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES (line 99390) | pub const MINECRAFT_PANIC_ENVIRONMENTAL_CAUSES: super::super::Tag = ( constant MINECRAFT_WITCH_RESISTANT_TO (line 99402) | pub const MINECRAFT_WITCH_RESISTANT_TO: super::super::Tag = constant MINECRAFT_WITHER_IMMUNE_TO (line 99404) | pub const MINECRAFT_WITHER_IMMUNE_TO: super::super::Tag = (&["drown"], &... constant MINECRAFT_PAUSE_SCREEN_ADDITIONS (line 99409) | pub const MINECRAFT_PAUSE_SCREEN_ADDITIONS: super::super::Tag = (&[], &[]); constant MINECRAFT_QUICK_ACTIONS (line 99410) | pub const MINECRAFT_QUICK_ACTIONS: super::super::Tag = (&[], &[]); constant C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS (line 99415) | pub const C_ENTITY_AUXILIARY_MOVEMENT_ENHANCEMENTS: super::super::Tag = constant C_ENTITY_DEFENSE_ENHANCEMENTS (line 99417) | pub const C_ENTITY_DEFENSE_ENHANCEMENTS: super::super::Tag = ( constant C_ENTITY_SPEED_ENHANCEMENTS (line 99428) | pub const C_ENTITY_SPEED_ENHANCEMENTS: super::super::Tag = ( constant C_INCREASE_BLOCK_DROPS (line 99432) | pub const C_INCREASE_BLOCK_DROPS: super::super::Tag = (&["fortune"], &[1... constant C_INCREASE_ENTITY_DROPS (line 99433) | pub const C_INCREASE_ENTITY_DROPS: super::super::Tag = (&["looting"], &[... constant C_WEAPON_DAMAGE_ENHANCEMENTS (line 99434) | pub const C_WEAPON_DAMAGE_ENHANCEMENTS: super::super::Tag = ( constant MINECRAFT_CURSE (line 99444) | pub const MINECRAFT_CURSE: super::super::Tag = constant MINECRAFT_DOUBLE_TRADE_PRICE (line 99446) | pub const MINECRAFT_DOUBLE_TRADE_PRICE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_ARMOR (line 99458) | pub const MINECRAFT_EXCLUSIVE_SET_ARMOR: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_BOOTS (line 99467) | pub const MINECRAFT_EXCLUSIVE_SET_BOOTS: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_BOW (line 99469) | pub const MINECRAFT_EXCLUSIVE_SET_BOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_CROSSBOW (line 99471) | pub const MINECRAFT_EXCLUSIVE_SET_CROSSBOW: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_DAMAGE (line 99473) | pub const MINECRAFT_EXCLUSIVE_SET_DAMAGE: super::super::Tag = ( constant MINECRAFT_EXCLUSIVE_SET_MINING (line 99484) | pub const MINECRAFT_EXCLUSIVE_SET_MINING: super::super::Tag = constant MINECRAFT_EXCLUSIVE_SET_RIPTIDE (line 99486) | pub const MINECRAFT_EXCLUSIVE_SET_RIPTIDE: super::super::Tag = constant MINECRAFT_IN_ENCHANTING_TABLE (line 99488) | pub const MINECRAFT_IN_ENCHANTING_TABLE: super::super::Tag = ( constant MINECRAFT_NON_TREASURE (line 99532) | pub const MINECRAFT_NON_TREASURE: super::super::Tag = ( constant MINECRAFT_ON_MOB_SPAWN_EQUIPMENT (line 99576) | pub const MINECRAFT_ON_MOB_SPAWN_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_ON_RANDOM_LOOT (line 99620) | pub const MINECRAFT_ON_RANDOM_LOOT: super::super::Tag = ( constant MINECRAFT_ON_TRADED_EQUIPMENT (line 99669) | pub const MINECRAFT_ON_TRADED_EQUIPMENT: super::super::Tag = ( constant MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING (line 99713) | pub const MINECRAFT_PREVENTS_BEE_SPAWNS_WHEN_MINING: super::super::Tag = constant MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING (line 99715) | pub const MINECRAFT_PREVENTS_DECORATED_POT_SHATTERING: super::super::Tag = constant MINECRAFT_PREVENTS_ICE_MELTING (line 99717) | pub const MINECRAFT_PREVENTS_ICE_MELTING: super::super::Tag = (&["silk_t... constant MINECRAFT_PREVENTS_INFESTED_SPAWNS (line 99718) | pub const MINECRAFT_PREVENTS_INFESTED_SPAWNS: super::super::Tag = constant MINECRAFT_SMELTS_LOOT (line 99720) | pub const MINECRAFT_SMELTS_LOOT: super::super::Tag = (&["fire_aspect"], ... constant MINECRAFT_TOOLTIP_ORDER (line 99721) | pub const MINECRAFT_TOOLTIP_ORDER: super::super::Tag = ( constant MINECRAFT_TRADEABLE (line 99773) | pub const MINECRAFT_TRADEABLE: super::super::Tag = ( constant MINECRAFT_TREASURE (line 99822) | pub const MINECRAFT_TREASURE: super::super::Tag = ( constant C_BOATS (line 99838) | pub const C_BOATS: super::super::Tag = ( constant C_BOSSES (line 99866) | pub const C_BOSSES: super::super::Tag = (&["ender_dragon", "wither"], &[... constant C_CAPTURING_NOT_SUPPORTED (line 99867) | pub const C_CAPTURING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant C_MINECARTS (line 99868) | pub const C_MINECARTS: super::super::Tag = ( constant C_TELEPORTING_NOT_SUPPORTED (line 99880) | pub const C_TELEPORTING_NOT_SUPPORTED: super::super::Tag = (&[], &[]); constant MINECRAFT_ACCEPTS_IRON_GOLEM_GIFT (line 99881) | pub const MINECRAFT_ACCEPTS_IRON_GOLEM_GIFT: super::super::Tag = constant MINECRAFT_AQUATIC (line 99883) | pub const MINECRAFT_AQUATIC: super::super::Tag = ( constant MINECRAFT_ARROWS (line 99903) | pub const MINECRAFT_ARROWS: super::super::Tag = constant MINECRAFT_ARTHROPOD (line 99905) | pub const MINECRAFT_ARTHROPOD: super::super::Tag = ( constant MINECRAFT_AXOLOTL_ALWAYS_HOSTILES (line 99909) | pub const MINECRAFT_AXOLOTL_ALWAYS_HOSTILES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_HUNT_TARGETS (line 99913) | pub const MINECRAFT_AXOLOTL_HUNT_TARGETS: super::super::Tag = ( constant MINECRAFT_BEEHIVE_INHABITORS (line 99925) | pub const MINECRAFT_BEEHIVE_INHABITORS: super::super::Tag = (&["bee"], &... constant MINECRAFT_BOAT (line 99926) | pub const MINECRAFT_BOAT: super::super::Tag = ( constant MINECRAFT_CAN_BREATHE_UNDER_WATER (line 99943) | pub const MINECRAFT_CAN_BREATHE_UNDER_WATER: super::super::Tag = ( constant MINECRAFT_CAN_EQUIP_HARNESS (line 99980) | pub const MINECRAFT_CAN_EQUIP_HARNESS: super::super::Tag = (&["happy_gha... constant MINECRAFT_CAN_EQUIP_SADDLE (line 99981) | pub const MINECRAFT_CAN_EQUIP_SADDLE: super::super::Tag = ( constant MINECRAFT_CAN_TURN_IN_BOATS (line 99994) | pub const MINECRAFT_CAN_TURN_IN_BOATS: super::super::Tag = (&["breeze"],... constant MINECRAFT_CAN_WEAR_HORSE_ARMOR (line 99995) | pub const MINECRAFT_CAN_WEAR_HORSE_ARMOR: super::super::Tag = (&["horse"... constant MINECRAFT_CANDIDATE_FOR_IRON_GOLEM_GIFT (line 99996) | pub const MINECRAFT_CANDIDATE_FOR_IRON_GOLEM_GIFT: super::super::Tag = constant MINECRAFT_CANNOT_BE_PUSHED_ONTO_BOATS (line 99998) | pub const MINECRAFT_CANNOT_BE_PUSHED_ONTO_BOATS: super::super::Tag = ( constant MINECRAFT_DEFLECTS_PROJECTILES (line 100016) | pub const MINECRAFT_DEFLECTS_PROJECTILES: super::super::Tag = (&["breeze... constant MINECRAFT_DISMOUNTS_UNDERWATER (line 100017) | pub const MINECRAFT_DISMOUNTS_UNDERWATER: super::super::Tag = ( constant MINECRAFT_FALL_DAMAGE_IMMUNE (line 100038) | pub const MINECRAFT_FALL_DAMAGE_IMMUNE: super::super::Tag = ( constant MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS (line 100064) | pub const MINECRAFT_FOLLOWABLE_FRIENDLY_MOBS: super::super::Tag = ( constant MINECRAFT_FREEZE_HURTS_EXTRA_TYPES (line 100098) | pub const MINECRAFT_FREEZE_HURTS_EXTRA_TYPES: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES (line 100100) | pub const MINECRAFT_FREEZE_IMMUNE_ENTITY_TYPES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 100104) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = constant MINECRAFT_IGNORES_POISON_AND_REGEN (line 100106) | pub const MINECRAFT_IGNORES_POISON_AND_REGEN: super::super::Tag = ( constant MINECRAFT_ILLAGER (line 100128) | pub const MINECRAFT_ILLAGER: super::super::Tag = ( constant MINECRAFT_ILLAGER_FRIENDS (line 100132) | pub const MINECRAFT_ILLAGER_FRIENDS: super::super::Tag = ( constant MINECRAFT_IMMUNE_TO_INFESTED (line 100136) | pub const MINECRAFT_IMMUNE_TO_INFESTED: super::super::Tag = (&["silverfi... constant MINECRAFT_IMMUNE_TO_OOZING (line 100137) | pub const MINECRAFT_IMMUNE_TO_OOZING: super::super::Tag = (&["slime"], &... constant MINECRAFT_IMPACT_PROJECTILES (line 100138) | pub const MINECRAFT_IMPACT_PROJECTILES: super::super::Tag = ( constant MINECRAFT_INVERTED_HEALING_AND_HARM (line 100158) | pub const MINECRAFT_INVERTED_HEALING_AND_HARM: super::super::Tag = ( constant MINECRAFT_NO_ANGER_FROM_WIND_CHARGE (line 100180) | pub const MINECRAFT_NO_ANGER_FROM_WIND_CHARGE: super::super::Tag = ( constant MINECRAFT_NON_CONTROLLING_RIDER (line 100196) | pub const MINECRAFT_NON_CONTROLLING_RIDER: super::super::Tag = constant MINECRAFT_NOT_SCARY_FOR_PUFFERFISH (line 100198) | pub const MINECRAFT_NOT_SCARY_FOR_PUFFERFISH: super::super::Tag = ( constant MINECRAFT_POWDER_SNOW_WALKABLE_MOBS (line 100216) | pub const MINECRAFT_POWDER_SNOW_WALKABLE_MOBS: super::super::Tag = ( constant MINECRAFT_RAIDERS (line 100220) | pub const MINECRAFT_RAIDERS: super::super::Tag = ( constant MINECRAFT_REDIRECTABLE_PROJECTILE (line 100231) | pub const MINECRAFT_REDIRECTABLE_PROJECTILE: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS (line 100235) | pub const MINECRAFT_SENSITIVE_TO_BANE_OF_ARTHROPODS: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_IMPALING (line 100239) | pub const MINECRAFT_SENSITIVE_TO_IMPALING: super::super::Tag = ( constant MINECRAFT_SENSITIVE_TO_SMITE (line 100259) | pub const MINECRAFT_SENSITIVE_TO_SMITE: super::super::Tag = ( constant MINECRAFT_SKELETONS (line 100281) | pub const MINECRAFT_SKELETONS: super::super::Tag = ( constant MINECRAFT_UNDEAD (line 100291) | pub const MINECRAFT_UNDEAD: super::super::Tag = ( constant MINECRAFT_WITHER_FRIENDS (line 100313) | pub const MINECRAFT_WITHER_FRIENDS: super::super::Tag = ( constant MINECRAFT_ZOMBIES (line 100335) | pub const MINECRAFT_ZOMBIES: super::super::Tag = ( constant C_BEETROOT_SOUP (line 100351) | pub const C_BEETROOT_SOUP: super::super::Tag = (&[], &[]); constant C_EXPERIENCE (line 100352) | pub const C_EXPERIENCE: super::super::Tag = (&[], &[]); constant C_GASEOUS (line 100353) | pub const C_GASEOUS: super::super::Tag = (&[], &[]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 100354) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_HONEY (line 100355) | pub const C_HONEY: super::super::Tag = (&[], &[]); constant C_LAVA (line 100356) | pub const C_LAVA: super::super::Tag = (&["lava", "flowing_lava"], &[4u16... constant C_MILK (line 100357) | pub const C_MILK: super::super::Tag = (&[], &[]); constant C_MUSHROOM_STEW (line 100358) | pub const C_MUSHROOM_STEW: super::super::Tag = (&[], &[]); constant C_POTION (line 100359) | pub const C_POTION: super::super::Tag = (&[], &[]); constant C_RABBIT_STEW (line 100360) | pub const C_RABBIT_STEW: super::super::Tag = (&[], &[]); constant C_SUSPICIOUS_STEW (line 100361) | pub const C_SUSPICIOUS_STEW: super::super::Tag = (&[], &[]); constant C_WATER (line 100362) | pub const C_WATER: super::super::Tag = (&["water", "flowing_water"], &[2... constant MINECRAFT_LAVA (line 100363) | pub const MINECRAFT_LAVA: super::super::Tag = (&["lava", "flowing_lava"]... constant MINECRAFT_WATER (line 100364) | pub const MINECRAFT_WATER: super::super::Tag = (&["water", "flowing_wate... constant MINECRAFT_ALLAY_CAN_LISTEN (line 100369) | pub const MINECRAFT_ALLAY_CAN_LISTEN: super::super::Tag = (&["note_block... constant MINECRAFT_IGNORE_VIBRATIONS_SNEAKING (line 100370) | pub const MINECRAFT_IGNORE_VIBRATIONS_SNEAKING: super::super::Tag = ( constant MINECRAFT_SHRIEKER_CAN_LISTEN (line 100381) | pub const MINECRAFT_SHRIEKER_CAN_LISTEN: super::super::Tag = constant MINECRAFT_VIBRATIONS (line 100383) | pub const MINECRAFT_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_WARDEN_CAN_LISTEN (line 100443) | pub const MINECRAFT_WARDEN_CAN_LISTEN: super::super::Tag = ( constant MINECRAFT_GOAT_HORNS (line 100508) | pub const MINECRAFT_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_REGULAR_GOAT_HORNS (line 100521) | pub const MINECRAFT_REGULAR_GOAT_HORNS: super::super::Tag = ( constant MINECRAFT_SCREAMING_GOAT_HORNS (line 100530) | pub const MINECRAFT_SCREAMING_GOAT_HORNS: super::super::Tag = ( constant C_ANIMAL_FOODS (line 100543) | pub const C_ANIMAL_FOODS: super::super::Tag = ( constant C_ARMORS (line 100630) | pub const C_ARMORS: super::super::Tag = ( constant C_BARRELS (line 100668) | pub const C_BARRELS: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BARRELS_WOODEN (line 100669) | pub const C_BARRELS_WOODEN: super::super::Tag = (&["barrel"], &[1354u16]); constant C_BONES (line 100670) | pub const C_BONES: super::super::Tag = (&["bone"], &[1083u16]); constant C_BOOKSHELVES (line 100671) | pub const C_BOOKSHELVES: super::super::Tag = (&["bookshelf"], &[317u16]); constant C_BRICKS (line 100672) | pub const C_BRICKS: super::super::Tag = ( constant C_BRICKS_NETHER (line 100676) | pub const C_BRICKS_NETHER: super::super::Tag = (&["nether_brick"], &[124... constant C_BRICKS_NORMAL (line 100677) | pub const C_BRICKS_NORMAL: super::super::Tag = (&["brick"], &[1025u16]); constant C_BRICKS_RESIN (line 100678) | pub const C_BRICKS_RESIN: super::super::Tag = (&["resin_brick"], &[1246u... constant C_BUCKETS (line 100679) | pub const C_BUCKETS: super::super::Tag = ( constant C_BUCKETS_EMPTY (line 100698) | pub const C_BUCKETS_EMPTY: super::super::Tag = (&["bucket"], &[1012u16]); constant C_BUCKETS_ENTITY_WATER (line 100699) | pub const C_BUCKETS_ENTITY_WATER: super::super::Tag = ( constant C_BUCKETS_LAVA (line 100710) | pub const C_BUCKETS_LAVA: super::super::Tag = (&["lava_bucket"], &[1014u... constant C_BUCKETS_MILK (line 100711) | pub const C_BUCKETS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u... constant C_BUCKETS_POWDER_SNOW (line 100712) | pub const C_BUCKETS_POWDER_SNOW: super::super::Tag = (&["powder_snow_buc... constant C_BUCKETS_WATER (line 100713) | pub const C_BUCKETS_WATER: super::super::Tag = (&["water_bucket"], &[101... constant C_BUDDING_BLOCKS (line 100714) | pub const C_BUDDING_BLOCKS: super::super::Tag = (&["budding_amethyst"], ... constant C_BUDS (line 100715) | pub const C_BUDS: super::super::Tag = ( constant C_CHAINS (line 100723) | pub const C_CHAINS: super::super::Tag = ( constant C_CHESTS (line 100739) | pub const C_CHESTS: super::super::Tag = ( constant C_CHESTS_ENDER (line 100758) | pub const C_CHESTS_ENDER: super::super::Tag = (&["ender_chest"], &[439u1... constant C_CHESTS_TRAPPED (line 100759) | pub const C_CHESTS_TRAPPED: super::super::Tag = (&["trapped_chest"], &[7... constant C_CHESTS_WOODEN (line 100760) | pub const C_CHESTS_WOODEN: super::super::Tag = constant C_CLUMPS (line 100762) | pub const C_CLUMPS: super::super::Tag = (&["resin_clump"], &[412u16]); constant C_CLUMPS_RESIN (line 100763) | pub const C_CLUMPS_RESIN: super::super::Tag = (&["resin_clump"], &[412u1... constant C_CLUSTERS (line 100764) | pub const C_CLUSTERS: super::super::Tag = (&["amethyst_cluster"], &[1418... constant C_COAL (line 100765) | pub const C_COAL: super::super::Tag = (&["coal", "charcoal"], &[896u16, ... constant C_COBBLESTONES (line 100766) | pub const C_COBBLESTONES: super::super::Tag = ( constant C_COBBLESTONES_DEEPSLATE (line 100775) | pub const C_COBBLESTONES_DEEPSLATE: super::super::Tag = (&["cobbled_deep... constant C_COBBLESTONES_INFESTED (line 100776) | pub const C_COBBLESTONES_INFESTED: super::super::Tag = constant C_COBBLESTONES_MOSSY (line 100778) | pub const C_COBBLESTONES_MOSSY: super::super::Tag = (&["mossy_cobbleston... constant C_COBBLESTONES_NORMAL (line 100779) | pub const C_COBBLESTONES_NORMAL: super::super::Tag = (&["cobblestone"], ... constant C_CONCRETE (line 100780) | pub const C_CONCRETE: super::super::Tag = ( constant C_CONCRETE_POWDER (line 100804) | pub const C_CONCRETE_POWDER: super::super::Tag = ( constant C_CONCRETE_POWDERS (line 100828) | pub const C_CONCRETE_POWDERS: super::super::Tag = ( constant C_CONCRETES (line 100852) | pub const C_CONCRETES: super::super::Tag = ( constant C_CROPS (line 100876) | pub const C_CROPS: super::super::Tag = ( constant C_CROPS_BEETROOT (line 100893) | pub const C_CROPS_BEETROOT: super::super::Tag = (&["beetroot"], &[1287u1... constant C_CROPS_CACTUS (line 100894) | pub const C_CROPS_CACTUS: super::super::Tag = (&["cactus"], &[340u16]); constant C_CROPS_CARROT (line 100895) | pub const C_CROPS_CARROT: super::super::Tag = (&["carrot"], &[1227u16]); constant C_CROPS_COCOA_BEAN (line 100896) | pub const C_CROPS_COCOA_BEAN: super::super::Tag = (&["cocoa_beans"], &[1... constant C_CROPS_MELON (line 100897) | pub const C_CROPS_MELON: super::super::Tag = (&["melon"], &[409u16]); constant C_CROPS_NETHER_WART (line 100898) | pub const C_CROPS_NETHER_WART: super::super::Tag = (&["nether_wart"], &[... constant C_CROPS_POTATO (line 100899) | pub const C_CROPS_POTATO: super::super::Tag = (&["potato"], &[1228u16]); constant C_CROPS_PUMPKIN (line 100900) | pub const C_CROPS_PUMPKIN: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_CROPS_SUGAR_CANE (line 100901) | pub const C_CROPS_SUGAR_CANE: super::super::Tag = (&["sugar_cane"], &[25... constant C_CROPS_WHEAT (line 100902) | pub const C_CROPS_WHEAT: super::super::Tag = (&["wheat"], &[952u16]); constant C_DRINK_CONTAINING_BOTTLE (line 100903) | pub const C_DRINK_CONTAINING_BOTTLE: super::super::Tag = ( constant C_DRINK_CONTAINING_BUCKET (line 100907) | pub const C_DRINK_CONTAINING_BUCKET: super::super::Tag = (&["milk_bucket... constant C_DRINKS (line 100908) | pub const C_DRINKS: super::super::Tag = ( constant C_DRINKS_HONEY (line 100912) | pub const C_DRINKS_HONEY: super::super::Tag = (&["honey_bottle"], &[1381... constant C_DRINKS_JUICE (line 100913) | pub const C_DRINKS_JUICE: super::super::Tag = (&[], &[]); constant C_DRINKS_MAGIC (line 100914) | pub const C_DRINKS_MAGIC: super::super::Tag = constant C_DRINKS_MILK (line 100916) | pub const C_DRINKS_MILK: super::super::Tag = (&["milk_bucket"], &[1018u1... constant C_DRINKS_OMINOUS (line 100917) | pub const C_DRINKS_OMINOUS: super::super::Tag = (&["ominous_bottle"], &[... constant C_DRINKS_WATER (line 100918) | pub const C_DRINKS_WATER: super::super::Tag = (&[], &[]); constant C_DRINKS_WATERY (line 100919) | pub const C_DRINKS_WATERY: super::super::Tag = (&["potion"], &[1121u16]); constant C_DUSTS (line 100920) | pub const C_DUSTS: super::super::Tag = constant C_DUSTS_GLOWSTONE (line 100922) | pub const C_DUSTS_GLOWSTONE: super::super::Tag = (&["glowstone_dust"], &... constant C_DUSTS_REDSTONE (line 100923) | pub const C_DUSTS_REDSTONE: super::super::Tag = (&["redstone"], &[717u16]); constant C_DYED (line 100924) | pub const C_DYED: super::super::Tag = ( constant C_DYED_BLACK (line 101177) | pub const C_DYED_BLACK: super::super::Tag = ( constant C_DYED_BLUE (line 101199) | pub const C_DYED_BLUE: super::super::Tag = ( constant C_DYED_BROWN (line 101221) | pub const C_DYED_BROWN: super::super::Tag = ( constant C_DYED_CYAN (line 101243) | pub const C_DYED_CYAN: super::super::Tag = ( constant C_DYED_GRAY (line 101265) | pub const C_DYED_GRAY: super::super::Tag = ( constant C_DYED_GREEN (line 101287) | pub const C_DYED_GREEN: super::super::Tag = ( constant C_DYED_LIGHT_BLUE (line 101309) | pub const C_DYED_LIGHT_BLUE: super::super::Tag = ( constant C_DYED_LIGHT_GRAY (line 101331) | pub const C_DYED_LIGHT_GRAY: super::super::Tag = ( constant C_DYED_LIME (line 101353) | pub const C_DYED_LIME: super::super::Tag = ( constant C_DYED_MAGENTA (line 101375) | pub const C_DYED_MAGENTA: super::super::Tag = ( constant C_DYED_ORANGE (line 101397) | pub const C_DYED_ORANGE: super::super::Tag = ( constant C_DYED_PINK (line 101419) | pub const C_DYED_PINK: super::super::Tag = ( constant C_DYED_PURPLE (line 101441) | pub const C_DYED_PURPLE: super::super::Tag = ( constant C_DYED_RED (line 101463) | pub const C_DYED_RED: super::super::Tag = ( constant C_DYED_WHITE (line 101485) | pub const C_DYED_WHITE: super::super::Tag = ( constant C_DYED_YELLOW (line 101507) | pub const C_DYED_YELLOW: super::super::Tag = ( constant C_DYES (line 101529) | pub const C_DYES: super::super::Tag = ( constant C_DYES_BLACK (line 101553) | pub const C_DYES_BLACK: super::super::Tag = (&["black_dye"], &[1081u16]); constant C_DYES_BLUE (line 101554) | pub const C_DYES_BLUE: super::super::Tag = (&["blue_dye"], &[1077u16]); constant C_DYES_BROWN (line 101555) | pub const C_DYES_BROWN: super::super::Tag = (&["brown_dye"], &[1078u16]); constant C_DYES_CYAN (line 101556) | pub const C_DYES_CYAN: super::super::Tag = (&["cyan_dye"], &[1075u16]); constant C_DYES_GRAY (line 101557) | pub const C_DYES_GRAY: super::super::Tag = (&["gray_dye"], &[1073u16]); constant C_DYES_GREEN (line 101558) | pub const C_DYES_GREEN: super::super::Tag = (&["green_dye"], &[1079u16]); constant C_DYES_LIGHT_BLUE (line 101559) | pub const C_DYES_LIGHT_BLUE: super::super::Tag = (&["light_blue_dye"], &... constant C_DYES_LIGHT_GRAY (line 101560) | pub const C_DYES_LIGHT_GRAY: super::super::Tag = (&["light_gray_dye"], &... constant C_DYES_LIME (line 101561) | pub const C_DYES_LIME: super::super::Tag = (&["lime_dye"], &[1071u16]); constant C_DYES_MAGENTA (line 101562) | pub const C_DYES_MAGENTA: super::super::Tag = (&["magenta_dye"], &[1068u... constant C_DYES_ORANGE (line 101563) | pub const C_DYES_ORANGE: super::super::Tag = (&["orange_dye"], &[1067u16]); constant C_DYES_PINK (line 101564) | pub const C_DYES_PINK: super::super::Tag = (&["pink_dye"], &[1072u16]); constant C_DYES_PURPLE (line 101565) | pub const C_DYES_PURPLE: super::super::Tag = (&["purple_dye"], &[1076u16]); constant C_DYES_RED (line 101566) | pub const C_DYES_RED: super::super::Tag = (&["red_dye"], &[1080u16]); constant C_DYES_WHITE (line 101567) | pub const C_DYES_WHITE: super::super::Tag = (&["white_dye"], &[1066u16]); constant C_DYES_YELLOW (line 101568) | pub const C_DYES_YELLOW: super::super::Tag = (&["yellow_dye"], &[1070u16]); constant C_EGGS (line 101569) | pub const C_EGGS: super::super::Tag = ( constant C_ENCHANTABLES (line 101573) | pub const C_ENCHANTABLES: super::super::Tag = ( constant C_END_STONES (line 101673) | pub const C_END_STONES: super::super::Tag = (&["end_stone"], &[435u16]); constant C_ENDER_PEARLS (line 101674) | pub const C_ENDER_PEARLS: super::super::Tag = (&["ender_pearl"], &[1115u... constant C_FEATHERS (line 101675) | pub const C_FEATHERS: super::super::Tag = (&["feather"], &[949u16]); constant C_FENCE_GATES (line 101676) | pub const C_FENCE_GATES: super::super::Tag = ( constant C_FENCE_GATES_WOODEN (line 101696) | pub const C_FENCE_GATES_WOODEN: super::super::Tag = ( constant C_FENCES (line 101716) | pub const C_FENCES: super::super::Tag = ( constant C_FENCES_NETHER_BRICK (line 101737) | pub const C_FENCES_NETHER_BRICK: super::super::Tag = (&["nether_brick_fe... constant C_FENCES_WOODEN (line 101738) | pub const C_FENCES_WOODEN: super::super::Tag = ( constant C_FERTILIZERS (line 101758) | pub const C_FERTILIZERS: super::super::Tag = (&["bone_meal"], &[1082u16]); constant C_FLOWERS (line 101759) | pub const C_FLOWERS: super::super::Tag = ( constant C_FLOWERS_SMALL (line 101798) | pub const C_FLOWERS_SMALL: super::super::Tag = ( constant C_FLOWERS_TALL (line 101822) | pub const C_FLOWERS_TALL: super::super::Tag = ( constant C_FOODS (line 101826) | pub const C_FOODS: super::super::Tag = ( constant C_FOODS_BERRIES (line 101879) | pub const C_FOODS_BERRIES: super::super::Tag = constant C_FOODS_BERRY (line 101881) | pub const C_FOODS_BERRY: super::super::Tag = constant C_FOODS_BREAD (line 101883) | pub const C_FOODS_BREAD: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_BREADS (line 101884) | pub const C_FOODS_BREADS: super::super::Tag = (&["bread"], &[953u16]); constant C_FOODS_CANDIES (line 101885) | pub const C_FOODS_CANDIES: super::super::Tag = (&[], &[]); constant C_FOODS_CANDY (line 101886) | pub const C_FOODS_CANDY: super::super::Tag = (&[], &[]); constant C_FOODS_COOKED_FISH (line 101887) | pub const C_FOODS_COOKED_FISH: super::super::Tag = constant C_FOODS_COOKED_FISHES (line 101889) | pub const C_FOODS_COOKED_FISHES: super::super::Tag = constant C_FOODS_COOKED_MEAT (line 101891) | pub const C_FOODS_COOKED_MEAT: super::super::Tag = ( constant C_FOODS_COOKED_MEATS (line 101901) | pub const C_FOODS_COOKED_MEATS: super::super::Tag = ( constant C_FOODS_COOKIE (line 101911) | pub const C_FOODS_COOKIE: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_COOKIES (line 101912) | pub const C_FOODS_COOKIES: super::super::Tag = (&["cookie"], &[1102u16]); constant C_FOODS_EDIBLE_WHEN_PLACED (line 101913) | pub const C_FOODS_EDIBLE_WHEN_PLACED: super::super::Tag = (&["cake"], &[... constant C_FOODS_FOOD_POISONING (line 101914) | pub const C_FOODS_FOOD_POISONING: super::super::Tag = ( constant C_FOODS_FRUIT (line 101924) | pub const C_FOODS_FRUIT: super::super::Tag = ( constant C_FOODS_FRUITS (line 101934) | pub const C_FOODS_FRUITS: super::super::Tag = ( constant C_FOODS_GOLDEN (line 101943) | pub const C_FOODS_GOLDEN: super::super::Tag = ( constant C_FOODS_PIE (line 101947) | pub const C_FOODS_PIE: super::super::Tag = (&["pumpkin_pie"], &[1241u16]); constant C_FOODS_RAW_FISH (line 101948) | pub const C_FOODS_RAW_FISH: super::super::Tag = ( constant C_FOODS_RAW_FISHES (line 101952) | pub const C_FOODS_RAW_FISHES: super::super::Tag = ( constant C_FOODS_RAW_MEAT (line 101956) | pub const C_FOODS_RAW_MEAT: super::super::Tag = ( constant C_FOODS_RAW_MEATS (line 101960) | pub const C_FOODS_RAW_MEATS: super::super::Tag = ( constant C_FOODS_SOUP (line 101964) | pub const C_FOODS_SOUP: super::super::Tag = ( constant C_FOODS_SOUPS (line 101973) | pub const C_FOODS_SOUPS: super::super::Tag = ( constant C_FOODS_VEGETABLE (line 101982) | pub const C_FOODS_VEGETABLE: super::super::Tag = ( constant C_FOODS_VEGETABLES (line 101986) | pub const C_FOODS_VEGETABLES: super::super::Tag = ( constant C_GEMS (line 101990) | pub const C_GEMS: super::super::Tag = ( constant C_GEMS_AMETHYST (line 102001) | pub const C_GEMS_AMETHYST: super::super::Tag = (&["amethyst_shard"], &[9... constant C_GEMS_DIAMOND (line 102002) | pub const C_GEMS_DIAMOND: super::super::Tag = (&["diamond"], &[898u16]); constant C_GEMS_EMERALD (line 102003) | pub const C_GEMS_EMERALD: super::super::Tag = (&["emerald"], &[899u16]); constant C_GEMS_LAPIS (line 102004) | pub const C_GEMS_LAPIS: super::super::Tag = (&["lapis_lazuli"], &[900u16]); constant C_GEMS_PRISMARINE (line 102005) | pub const C_GEMS_PRISMARINE: super::super::Tag = (&["prismarine_crystals... constant C_GEMS_QUARTZ (line 102006) | pub const C_GEMS_QUARTZ: super::super::Tag = (&["quartz"], &[901u16]); constant C_GLASS_BLOCKS (line 102007) | pub const C_GLASS_BLOCKS: super::super::Tag = ( constant C_GLASS_BLOCKS_CHEAP (line 102033) | pub const C_GLASS_BLOCKS_CHEAP: super::super::Tag = ( constant C_GLASS_BLOCKS_COLORLESS (line 102058) | pub const C_GLASS_BLOCKS_COLORLESS: super::super::Tag = (&["glass"], &[1... constant C_GLASS_BLOCKS_TINTED (line 102059) | pub const C_GLASS_BLOCKS_TINTED: super::super::Tag = (&["tinted_glass"],... constant C_GLASS_PANES (line 102060) | pub const C_GLASS_PANES: super::super::Tag = ( constant C_GLASS_PANES_COLORLESS (line 102085) | pub const C_GLASS_PANES_COLORLESS: super::super::Tag = (&["glass_pane"],... constant C_GLAZED_TERRACOTTA (line 102086) | pub const C_GLAZED_TERRACOTTA: super::super::Tag = ( constant C_GLAZED_TERRACOTTAS (line 102110) | pub const C_GLAZED_TERRACOTTAS: super::super::Tag = ( constant C_GRAVELS (line 102134) | pub const C_GRAVELS: super::super::Tag = (&["gravel"], &[63u16]); constant C_GUNPOWDERS (line 102135) | pub const C_GUNPOWDERS: super::super::Tag = (&["gunpowder"], &[950u16]); constant C_HIDDEN_FROM_RECIPE_VIEWERS (line 102136) | pub const C_HIDDEN_FROM_RECIPE_VIEWERS: super::super::Tag = (&[], &[]); constant C_INGOTS (line 102137) | pub const C_INGOTS: super::super::Tag = ( constant C_INGOTS_COPPER (line 102146) | pub const C_INGOTS_COPPER: super::super::Tag = (&["copper_ingot"], &[906... constant C_INGOTS_GOLD (line 102147) | pub const C_INGOTS_GOLD: super::super::Tag = (&["gold_ingot"], &[908u16]); constant C_INGOTS_IRON (line 102148) | pub const C_INGOTS_IRON: super::super::Tag = (&["iron_ingot"], &[904u16]); constant C_INGOTS_NETHERITE (line 102149) | pub const C_INGOTS_NETHERITE: super::super::Tag = (&["netherite_ingot"],... constant C_LEATHERS (line 102150) | pub const C_LEATHERS: super::super::Tag = (&["leather"], &[1017u16]); constant C_MUSHROOMS (line 102151) | pub const C_MUSHROOMS: super::super::Tag = constant C_MUSIC_DISCS (line 102153) | pub const C_MUSIC_DISCS: super::super::Tag = ( constant C_NATURAL_LOGS (line 102183) | pub const C_NATURAL_LOGS: super::super::Tag = ( constant C_NATURAL_LOGS_NETHER (line 102203) | pub const C_NATURAL_LOGS_NETHER: super::super::Tag = constant C_NATURAL_LOGS_OVERWORLD (line 102205) | pub const C_NATURAL_LOGS_OVERWORLD: super::super::Tag = ( constant C_NATURAL_WOODS (line 102222) | pub const C_NATURAL_WOODS: super::super::Tag = ( constant C_NETHER_STARS (line 102241) | pub const C_NETHER_STARS: super::super::Tag = (&["nether_star"], &[1240u... constant C_NETHERRACKS (line 102242) | pub const C_NETHERRACKS: super::super::Tag = (&["netherrack"], &[359u16]); constant C_NUGGETS (line 102243) | pub const C_NUGGETS: super::super::Tag = ( constant C_NUGGETS_COPPER (line 102247) | pub const C_NUGGETS_COPPER: super::super::Tag = (&["copper_nugget"], &[1... constant C_NUGGETS_GOLD (line 102248) | pub const C_NUGGETS_GOLD: super::super::Tag = (&["gold_nugget"], &[1118u... constant C_NUGGETS_IRON (line 102249) | pub const C_NUGGETS_IRON: super::super::Tag = (&["iron_nugget"], &[1305u... constant C_OBSIDIANS (line 102250) | pub const C_OBSIDIANS: super::super::Tag = constant C_OBSIDIANS_CRYING (line 102252) | pub const C_OBSIDIANS_CRYING: super::super::Tag = (&["crying_obsidian"],... constant C_OBSIDIANS_NORMAL (line 102253) | pub const C_OBSIDIANS_NORMAL: super::super::Tag = (&["obsidian"], &[321u... constant C_ORE_BEARING_GROUND_DEEPSLATE (line 102254) | pub const C_ORE_BEARING_GROUND_DEEPSLATE: super::super::Tag = (&["deepsl... constant C_ORE_BEARING_GROUND_NETHERRACK (line 102255) | pub const C_ORE_BEARING_GROUND_NETHERRACK: super::super::Tag = (&["nethe... constant C_ORE_BEARING_GROUND_STONE (line 102256) | pub const C_ORE_BEARING_GROUND_STONE: super::super::Tag = (&["stone"], &... constant C_ORE_RATES_DENSE (line 102257) | pub const C_ORE_RATES_DENSE: super::super::Tag = ( constant C_ORE_RATES_SINGULAR (line 102268) | pub const C_ORE_RATES_SINGULAR: super::super::Tag = ( constant C_ORE_RATES_SPARSE (line 102287) | pub const C_ORE_RATES_SPARSE: super::super::Tag = (&["nether_gold_ore"],... constant C_ORES (line 102288) | pub const C_ORES: super::super::Tag = ( constant C_ORES_COAL (line 102315) | pub const C_ORES_COAL: super::super::Tag = constant C_ORES_COPPER (line 102317) | pub const C_ORES_COPPER: super::super::Tag = constant C_ORES_DIAMOND (line 102319) | pub const C_ORES_DIAMOND: super::super::Tag = constant C_ORES_EMERALD (line 102321) | pub const C_ORES_EMERALD: super::super::Tag = constant C_ORES_GOLD (line 102323) | pub const C_ORES_GOLD: super::super::Tag = ( constant C_ORES_IRON (line 102327) | pub const C_ORES_IRON: super::super::Tag = constant C_ORES_LAPIS (line 102329) | pub const C_ORES_LAPIS: super::super::Tag = constant C_ORES_NETHERITE_SCRAP (line 102331) | pub const C_ORES_NETHERITE_SCRAP: super::super::Tag = (&["ancient_debris... constant C_ORES_QUARTZ (line 102332) | pub const C_ORES_QUARTZ: super::super::Tag = (&["nether_quartz_ore"], &[... constant C_ORES_REDSTONE (line 102333) | pub const C_ORES_REDSTONE: super::super::Tag = constant C_ORES_IN_GROUND_DEEPSLATE (line 102335) | pub const C_ORES_IN_GROUND_DEEPSLATE: super::super::Tag = ( constant C_ORES_IN_GROUND_NETHERRACK (line 102348) | pub const C_ORES_IN_GROUND_NETHERRACK: super::super::Tag = constant C_ORES_IN_GROUND_STONE (line 102350) | pub const C_ORES_IN_GROUND_STONE: super::super::Tag = ( constant C_PLAYER_WORKSTATIONS_CRAFTING_TABLES (line 102363) | pub const C_PLAYER_WORKSTATIONS_CRAFTING_TABLES: super::super::Tag = constant C_PLAYER_WORKSTATIONS_FURNACES (line 102365) | pub const C_PLAYER_WORKSTATIONS_FURNACES: super::super::Tag = (&["furnac... constant C_POTIONS (line 102366) | pub const C_POTIONS: super::super::Tag = ( constant C_POTIONS_BOTTLE (line 102370) | pub const C_POTIONS_BOTTLE: super::super::Tag = ( constant C_PUMPKINS (line 102374) | pub const C_PUMPKINS: super::super::Tag = ( constant C_PUMPKINS_CARVED (line 102378) | pub const C_PUMPKINS_CARVED: super::super::Tag = (&["carved_pumpkin"], &... constant C_PUMPKINS_JACK_O_LANTERNS (line 102379) | pub const C_PUMPKINS_JACK_O_LANTERNS: super::super::Tag = (&["jack_o_lan... constant C_PUMPKINS_NORMAL (line 102380) | pub const C_PUMPKINS_NORMAL: super::super::Tag = (&["pumpkin"], &[356u16]); constant C_RAW_BLOCKS (line 102381) | pub const C_RAW_BLOCKS: super::super::Tag = ( constant C_RAW_BLOCKS_COPPER (line 102385) | pub const C_RAW_BLOCKS_COPPER: super::super::Tag = (&["raw_copper_block"... constant C_RAW_BLOCKS_GOLD (line 102386) | pub const C_RAW_BLOCKS_GOLD: super::super::Tag = (&["raw_gold_block"], &... constant C_RAW_BLOCKS_IRON (line 102387) | pub const C_RAW_BLOCKS_IRON: super::super::Tag = (&["raw_iron_block"], &... constant C_RAW_MATERIALS (line 102388) | pub const C_RAW_MATERIALS: super::super::Tag = ( constant C_RAW_MATERIALS_COPPER (line 102392) | pub const C_RAW_MATERIALS_COPPER: super::super::Tag = (&["raw_copper"], ... constant C_RAW_MATERIALS_GOLD (line 102393) | pub const C_RAW_MATERIALS_GOLD: super::super::Tag = (&["raw_gold"], &[90... constant C_RAW_MATERIALS_IRON (line 102394) | pub const C_RAW_MATERIALS_IRON: super::super::Tag = (&["raw_iron"], &[90... constant C_RODS (line 102395) | pub const C_RODS: super::super::Tag = ( constant C_RODS_BLAZE (line 102399) | pub const C_RODS_BLAZE: super::super::Tag = (&["blaze_rod"], &[1116u16]); constant C_RODS_BREEZE (line 102400) | pub const C_RODS_BREEZE: super::super::Tag = (&["breeze_rod"], &[1222u16]); constant C_RODS_WOODEN (line 102401) | pub const C_RODS_WOODEN: super::super::Tag = (&["stick"], &[946u16]); constant C_ROPES (line 102402) | pub const C_ROPES: super::super::Tag = (&[], &[]); constant C_SANDS (line 102403) | pub const C_SANDS: super::super::Tag = (&["sand", "red_sand"], &[59u16, ... constant C_SANDS_COLORLESS (line 102404) | pub const C_SANDS_COLORLESS: super::super::Tag = (&["sand"], &[59u16]); constant C_SANDS_RED (line 102405) | pub const C_SANDS_RED: super::super::Tag = (&["red_sand"], &[62u16]); constant C_SANDSTONE_BLOCKS (line 102406) | pub const C_SANDSTONE_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_BLOCKS (line 102421) | pub const C_SANDSTONE_RED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_RED_SLABS (line 102430) | pub const C_SANDSTONE_RED_SLABS: super::super::Tag = ( constant C_SANDSTONE_RED_STAIRS (line 102438) | pub const C_SANDSTONE_RED_STAIRS: super::super::Tag = ( constant C_SANDSTONE_SLABS (line 102442) | pub const C_SANDSTONE_SLABS: super::super::Tag = ( constant C_SANDSTONE_STAIRS (line 102453) | pub const C_SANDSTONE_STAIRS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_BLOCKS (line 102462) | pub const C_SANDSTONE_UNCOLORED_BLOCKS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_SLABS (line 102471) | pub const C_SANDSTONE_UNCOLORED_SLABS: super::super::Tag = ( constant C_SANDSTONE_UNCOLORED_STAIRS (line 102479) | pub const C_SANDSTONE_UNCOLORED_STAIRS: super::super::Tag = ( constant C_SEEDS (line 102483) | pub const C_SEEDS: super::super::Tag = ( constant C_SEEDS_BEETROOT (line 102494) | pub const C_SEEDS_BEETROOT: super::super::Tag = (&["beetroot_seeds"], &[... constant C_SEEDS_MELON (line 102495) | pub const C_SEEDS_MELON: super::super::Tag = (&["melon_seeds"], &[1109u1... constant C_SEEDS_PITCHER_PLANT (line 102496) | pub const C_SEEDS_PITCHER_PLANT: super::super::Tag = (&["pitcher_pod"], ... constant C_SEEDS_PUMPKIN (line 102497) | pub const C_SEEDS_PUMPKIN: super::super::Tag = (&["pumpkin_seeds"], &[11... constant C_SEEDS_TORCHFLOWER (line 102498) | pub const C_SEEDS_TORCHFLOWER: super::super::Tag = (&["torchflower_seeds... constant C_SEEDS_WHEAT (line 102499) | pub const C_SEEDS_WHEAT: super::super::Tag = (&["wheat_seeds"], &[951u16]); constant C_SHULKER_BOXES (line 102500) | pub const C_SHULKER_BOXES: super::super::Tag = ( constant C_SLIME_BALLS (line 102525) | pub const C_SLIME_BALLS: super::super::Tag = (&["slime_ball"], &[1030u16]); constant C_STONES (line 102526) | pub const C_STONES: super::super::Tag = ( constant C_STORAGE_BLOCKS (line 102537) | pub const C_STORAGE_BLOCKS: super::super::Tag = ( constant C_STORAGE_BLOCKS_BONE_MEAL (line 102562) | pub const C_STORAGE_BLOCKS_BONE_MEAL: super::super::Tag = (&["bone_block... constant C_STORAGE_BLOCKS_COAL (line 102563) | pub const C_STORAGE_BLOCKS_COAL: super::super::Tag = (&["coal_block"], &... constant C_STORAGE_BLOCKS_COPPER (line 102564) | pub const C_STORAGE_BLOCKS_COPPER: super::super::Tag = (&["copper_block"... constant C_STORAGE_BLOCKS_DIAMOND (line 102565) | pub const C_STORAGE_BLOCKS_DIAMOND: super::super::Tag = (&["diamond_bloc... constant C_STORAGE_BLOCKS_DRIED_KELP (line 102566) | pub const C_STORAGE_BLOCKS_DRIED_KELP: super::super::Tag = constant C_STORAGE_BLOCKS_EMERALD (line 102568) | pub const C_STORAGE_BLOCKS_EMERALD: super::super::Tag = (&["emerald_bloc... constant C_STORAGE_BLOCKS_GOLD (line 102569) | pub const C_STORAGE_BLOCKS_GOLD: super::super::Tag = (&["gold_block"], &... constant C_STORAGE_BLOCKS_IRON (line 102570) | pub const C_STORAGE_BLOCKS_IRON: super::super::Tag = (&["iron_block"], &... constant C_STORAGE_BLOCKS_LAPIS (line 102571) | pub const C_STORAGE_BLOCKS_LAPIS: super::super::Tag = (&["lapis_block"],... constant C_STORAGE_BLOCKS_NETHERITE (line 102572) | pub const C_STORAGE_BLOCKS_NETHERITE: super::super::Tag = (&["netherite_... constant C_STORAGE_BLOCKS_RAW_COPPER (line 102573) | pub const C_STORAGE_BLOCKS_RAW_COPPER: super::super::Tag = constant C_STORAGE_BLOCKS_RAW_GOLD (line 102575) | pub const C_STORAGE_BLOCKS_RAW_GOLD: super::super::Tag = (&["raw_gold_bl... constant C_STORAGE_BLOCKS_RAW_IRON (line 102576) | pub const C_STORAGE_BLOCKS_RAW_IRON: super::super::Tag = (&["raw_iron_bl... constant C_STORAGE_BLOCKS_REDSTONE (line 102577) | pub const C_STORAGE_BLOCKS_REDSTONE: super::super::Tag = (&["redstone_bl... constant C_STORAGE_BLOCKS_RESIN (line 102578) | pub const C_STORAGE_BLOCKS_RESIN: super::super::Tag = (&["resin_block"],... constant C_STORAGE_BLOCKS_SLIME (line 102579) | pub const C_STORAGE_BLOCKS_SLIME: super::super::Tag = (&["slime_block"],... constant C_STORAGE_BLOCKS_WHEAT (line 102580) | pub const C_STORAGE_BLOCKS_WHEAT: super::super::Tag = (&["hay_block"], &... constant C_STRINGS (line 102581) | pub const C_STRINGS: super::super::Tag = (&["string"], &[948u16]); constant C_STRIPPED_LOGS (line 102582) | pub const C_STRIPPED_LOGS: super::super::Tag = ( constant C_STRIPPED_WOODS (line 102602) | pub const C_STRIPPED_WOODS: super::super::Tag = ( constant C_TOOLS (line 102621) | pub const C_TOOLS: super::super::Tag = ( constant C_TOOLS_BOW (line 102676) | pub const C_TOOLS_BOW: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BOWS (line 102677) | pub const C_TOOLS_BOWS: super::super::Tag = (&["bow"], &[894u16]); constant C_TOOLS_BRUSH (line 102678) | pub const C_TOOLS_BRUSH: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_BRUSHES (line 102679) | pub const C_TOOLS_BRUSHES: super::super::Tag = (&["brush"], &[1425u16]); constant C_TOOLS_CROSSBOW (line 102680) | pub const C_TOOLS_CROSSBOW: super::super::Tag = (&["crossbow"], &[1339u1... constant C_TOOLS_CROSSBOWS (line 102681) | pub const C_TOOLS_CROSSBOWS: super::super::Tag = (&["crossbow"], &[1339u... constant C_TOOLS_FISHING_ROD (line 102682) | pub const C_TOOLS_FISHING_ROD: super::super::Tag = (&["fishing_rod"], &[... constant C_TOOLS_FISHING_RODS (line 102683) | pub const C_TOOLS_FISHING_RODS: super::super::Tag = (&["fishing_rod"], &... constant C_TOOLS_IGNITER (line 102684) | pub const C_TOOLS_IGNITER: super::super::Tag = (&["flint_and_steel"], &[... constant C_TOOLS_MACE (line 102685) | pub const C_TOOLS_MACE: super::super::Tag = (&["mace"], &[1223u16]); constant C_TOOLS_MELEE_WEAPON (line 102686) | pub const C_TOOLS_MELEE_WEAPON: super::super::Tag = ( constant C_TOOLS_MELEE_WEAPONS (line 102710) | pub const C_TOOLS_MELEE_WEAPONS: super::super::Tag = ( constant C_TOOLS_MINING_TOOL (line 102732) | pub const C_TOOLS_MINING_TOOL: super::super::Tag = ( constant C_TOOLS_MINING_TOOLS (line 102744) | pub const C_TOOLS_MINING_TOOLS: super::super::Tag = ( constant C_TOOLS_RANGED_WEAPON (line 102756) | pub const C_TOOLS_RANGED_WEAPON: super::super::Tag = constant C_TOOLS_RANGED_WEAPONS (line 102758) | pub const C_TOOLS_RANGED_WEAPONS: super::super::Tag = constant C_TOOLS_SHEAR (line 102760) | pub const C_TOOLS_SHEAR: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHEARS (line 102761) | pub const C_TOOLS_SHEARS: super::super::Tag = (&["shears"], &[1105u16]); constant C_TOOLS_SHIELD (line 102762) | pub const C_TOOLS_SHIELD: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SHIELDS (line 102763) | pub const C_TOOLS_SHIELDS: super::super::Tag = (&["shield"], &[1295u16]); constant C_TOOLS_SPEAR (line 102764) | pub const C_TOOLS_SPEAR: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_SPEARS (line 102765) | pub const C_TOOLS_SPEARS: super::super::Tag = (&["trident"], &[1331u16]); constant C_TOOLS_WRENCH (line 102766) | pub const C_TOOLS_WRENCH: super::super::Tag = (&[], &[]); constant C_VILLAGER_JOB_SITES (line 102767) | pub const C_VILLAGER_JOB_SITES: super::super::Tag = ( constant MINECRAFT_ACACIA_LOGS (line 102788) | pub const MINECRAFT_ACACIA_LOGS: super::super::Tag = ( constant MINECRAFT_ANVIL (line 102797) | pub const MINECRAFT_ANVIL: super::super::Tag = ( constant MINECRAFT_ARMADILLO_FOOD (line 102801) | pub const MINECRAFT_ARMADILLO_FOOD: super::super::Tag = (&["spider_eye"]... constant MINECRAFT_ARROWS (line 102802) | pub const MINECRAFT_ARROWS: super::super::Tag = ( constant MINECRAFT_AXES (line 102806) | pub const MINECRAFT_AXES: super::super::Tag = ( constant MINECRAFT_AXOLOTL_FOOD (line 102818) | pub const MINECRAFT_AXOLOTL_FOOD: super::super::Tag = constant MINECRAFT_BAMBOO_BLOCKS (line 102820) | pub const MINECRAFT_BAMBOO_BLOCKS: super::super::Tag = ( constant MINECRAFT_BANNERS (line 102824) | pub const MINECRAFT_BANNERS: super::super::Tag = ( constant MINECRAFT_BARS (line 102848) | pub const MINECRAFT_BARS: super::super::Tag = ( constant MINECRAFT_BEACON_PAYMENT_ITEMS (line 102864) | pub const MINECRAFT_BEACON_PAYMENT_ITEMS: super::super::Tag = ( constant MINECRAFT_BEDS (line 102874) | pub const MINECRAFT_BEDS: super::super::Tag = ( constant MINECRAFT_BEE_FOOD (line 102898) | pub const MINECRAFT_BEE_FOOD: super::super::Tag = ( constant MINECRAFT_BIRCH_LOGS (line 102936) | pub const MINECRAFT_BIRCH_LOGS: super::super::Tag = ( constant MINECRAFT_BOATS (line 102945) | pub const MINECRAFT_BOATS: super::super::Tag = ( constant MINECRAFT_BOOK_CLONING_TARGET (line 102973) | pub const MINECRAFT_BOOK_CLONING_TARGET: super::super::Tag = constant MINECRAFT_BOOKSHELF_BOOKS (line 102975) | pub const MINECRAFT_BOOKSHELF_BOOKS: super::super::Tag = ( constant MINECRAFT_BREAKS_DECORATED_POTS (line 102985) | pub const MINECRAFT_BREAKS_DECORATED_POTS: super::super::Tag = ( constant MINECRAFT_BREWING_FUEL (line 103032) | pub const MINECRAFT_BREWING_FUEL: super::super::Tag = (&["blaze_powder"]... constant MINECRAFT_BUNDLES (line 103033) | pub const MINECRAFT_BUNDLES: super::super::Tag = ( constant MINECRAFT_BUTTONS (line 103058) | pub const MINECRAFT_BUTTONS: super::super::Tag = ( constant MINECRAFT_CAMEL_FOOD (line 103080) | pub const MINECRAFT_CAMEL_FOOD: super::super::Tag = (&["cactus"], &[340u... constant MINECRAFT_CANDLES (line 103081) | pub const MINECRAFT_CANDLES: super::super::Tag = ( constant MINECRAFT_CAT_FOOD (line 103106) | pub const MINECRAFT_CAT_FOOD: super::super::Tag = (&["cod", "salmon"], &... constant MINECRAFT_CHAINS (line 103107) | pub const MINECRAFT_CHAINS: super::super::Tag = ( constant MINECRAFT_CHERRY_LOGS (line 103123) | pub const MINECRAFT_CHERRY_LOGS: super::super::Tag = ( constant MINECRAFT_CHEST_ARMOR (line 103132) | pub const MINECRAFT_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_CHEST_BOATS (line 103144) | pub const MINECRAFT_CHEST_BOATS: super::super::Tag = ( constant MINECRAFT_CHICKEN_FOOD (line 103161) | pub const MINECRAFT_CHICKEN_FOOD: super::super::Tag = ( constant MINECRAFT_CLUSTER_MAX_HARVESTABLES (line 103172) | pub const MINECRAFT_CLUSTER_MAX_HARVESTABLES: super::super::Tag = ( constant MINECRAFT_COAL_ORES (line 103184) | pub const MINECRAFT_COAL_ORES: super::super::Tag = constant MINECRAFT_COALS (line 103186) | pub const MINECRAFT_COALS: super::super::Tag = (&["coal", "charcoal"], &... constant MINECRAFT_COMPASSES (line 103187) | pub const MINECRAFT_COMPASSES: super::super::Tag = constant MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL (line 103189) | pub const MINECRAFT_COMPLETES_FIND_TREE_TUTORIAL: super::super::Tag = ( constant MINECRAFT_COPPER (line 103258) | pub const MINECRAFT_COPPER: super::super::Tag = ( constant MINECRAFT_COPPER_CHESTS (line 103271) | pub const MINECRAFT_COPPER_CHESTS: super::super::Tag = ( constant MINECRAFT_COPPER_GOLEM_STATUES (line 103286) | pub const MINECRAFT_COPPER_GOLEM_STATUES: super::super::Tag = ( constant MINECRAFT_COPPER_ORES (line 103301) | pub const MINECRAFT_COPPER_ORES: super::super::Tag = constant MINECRAFT_COPPER_TOOL_MATERIALS (line 103303) | pub const MINECRAFT_COPPER_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_COW_FOOD (line 103305) | pub const MINECRAFT_COW_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_CREEPER_DROP_MUSIC_DISCS (line 103306) | pub const MINECRAFT_CREEPER_DROP_MUSIC_DISCS: super::super::Tag = ( constant MINECRAFT_CREEPER_IGNITERS (line 103326) | pub const MINECRAFT_CREEPER_IGNITERS: super::super::Tag = constant MINECRAFT_CRIMSON_STEMS (line 103328) | pub const MINECRAFT_CRIMSON_STEMS: super::super::Tag = ( constant MINECRAFT_DAMPENS_VIBRATIONS (line 103337) | pub const MINECRAFT_DAMPENS_VIBRATIONS: super::super::Tag = ( constant MINECRAFT_DARK_OAK_LOGS (line 103379) | pub const MINECRAFT_DARK_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_INGREDIENTS (line 103388) | pub const MINECRAFT_DECORATED_POT_INGREDIENTS: super::super::Tag = ( constant MINECRAFT_DECORATED_POT_SHERDS (line 103421) | pub const MINECRAFT_DECORATED_POT_SHERDS: super::super::Tag = ( constant MINECRAFT_DIAMOND_ORES (line 103453) | pub const MINECRAFT_DIAMOND_ORES: super::super::Tag = constant MINECRAFT_DIAMOND_TOOL_MATERIALS (line 103455) | pub const MINECRAFT_DIAMOND_TOOL_MATERIALS: super::super::Tag = (&["diam... constant MINECRAFT_DIRT (line 103456) | pub const MINECRAFT_DIRT: super::super::Tag = ( constant MINECRAFT_DOORS (line 103473) | pub const MINECRAFT_DOORS: super::super::Tag = ( constant MINECRAFT_DROWNED_PREFERRED_WEAPONS (line 103503) | pub const MINECRAFT_DROWNED_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_DUPLICATES_ALLAYS (line 103505) | pub const MINECRAFT_DUPLICATES_ALLAYS: super::super::Tag = (&["amethyst_... constant MINECRAFT_DYEABLE (line 103506) | pub const MINECRAFT_DYEABLE: super::super::Tag = ( constant MINECRAFT_EGGS (line 103517) | pub const MINECRAFT_EGGS: super::super::Tag = ( constant MINECRAFT_EMERALD_ORES (line 103521) | pub const MINECRAFT_EMERALD_ORES: super::super::Tag = constant MINECRAFT_ENCHANTABLE_ARMOR (line 103523) | pub const MINECRAFT_ENCHANTABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_BOW (line 103561) | pub const MINECRAFT_ENCHANTABLE_BOW: super::super::Tag = (&["bow"], &[89... constant MINECRAFT_ENCHANTABLE_CHEST_ARMOR (line 103562) | pub const MINECRAFT_ENCHANTABLE_CHEST_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_CROSSBOW (line 103574) | pub const MINECRAFT_ENCHANTABLE_CROSSBOW: super::super::Tag = (&["crossb... constant MINECRAFT_ENCHANTABLE_DURABILITY (line 103575) | pub const MINECRAFT_ENCHANTABLE_DURABILITY: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_EQUIPPABLE (line 103665) | pub const MINECRAFT_ENCHANTABLE_EQUIPPABLE: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FIRE_ASPECT (line 103713) | pub const MINECRAFT_ENCHANTABLE_FIRE_ASPECT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_FISHING (line 103728) | pub const MINECRAFT_ENCHANTABLE_FISHING: super::super::Tag = (&["fishing... constant MINECRAFT_ENCHANTABLE_FOOT_ARMOR (line 103729) | pub const MINECRAFT_ENCHANTABLE_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_HEAD_ARMOR (line 103741) | pub const MINECRAFT_ENCHANTABLE_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_LEG_ARMOR (line 103756) | pub const MINECRAFT_ENCHANTABLE_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MACE (line 103768) | pub const MINECRAFT_ENCHANTABLE_MACE: super::super::Tag = (&["mace"], &[... constant MINECRAFT_ENCHANTABLE_MINING (line 103769) | pub const MINECRAFT_ENCHANTABLE_MINING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_MINING_LOOT (line 103807) | pub const MINECRAFT_ENCHANTABLE_MINING_LOOT: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SHARP_WEAPON (line 103844) | pub const MINECRAFT_ENCHANTABLE_SHARP_WEAPON: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_SWORD (line 103866) | pub const MINECRAFT_ENCHANTABLE_SWORD: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_TRIDENT (line 103878) | pub const MINECRAFT_ENCHANTABLE_TRIDENT: super::super::Tag = (&["trident... constant MINECRAFT_ENCHANTABLE_VANISHING (line 103879) | pub const MINECRAFT_ENCHANTABLE_VANISHING: super::super::Tag = ( constant MINECRAFT_ENCHANTABLE_WEAPON (line 103979) | pub const MINECRAFT_ENCHANTABLE_WEAPON: super::super::Tag = ( constant MINECRAFT_FENCE_GATES (line 104002) | pub const MINECRAFT_FENCE_GATES: super::super::Tag = ( constant MINECRAFT_FENCES (line 104022) | pub const MINECRAFT_FENCES: super::super::Tag = ( constant MINECRAFT_FISHES (line 104043) | pub const MINECRAFT_FISHES: super::super::Tag = ( constant MINECRAFT_FLOWERS (line 104054) | pub const MINECRAFT_FLOWERS: super::super::Tag = ( constant MINECRAFT_FOOT_ARMOR (line 104093) | pub const MINECRAFT_FOOT_ARMOR: super::super::Tag = ( constant MINECRAFT_FOX_FOOD (line 104105) | pub const MINECRAFT_FOX_FOOD: super::super::Tag = constant MINECRAFT_FREEZE_IMMUNE_WEARABLES (line 104107) | pub const MINECRAFT_FREEZE_IMMUNE_WEARABLES: super::super::Tag = ( constant MINECRAFT_FROG_FOOD (line 104117) | pub const MINECRAFT_FROG_FOOD: super::super::Tag = (&["slime_ball"], &[1... constant MINECRAFT_FURNACE_MINECART_FUEL (line 104118) | pub const MINECRAFT_FURNACE_MINECART_FUEL: super::super::Tag = constant MINECRAFT_GAZE_DISGUISE_EQUIPMENT (line 104120) | pub const MINECRAFT_GAZE_DISGUISE_EQUIPMENT: super::super::Tag = constant MINECRAFT_GOAT_FOOD (line 104122) | pub const MINECRAFT_GOAT_FOOD: super::super::Tag = (&["wheat"], &[952u16]); constant MINECRAFT_GOLD_ORES (line 104123) | pub const MINECRAFT_GOLD_ORES: super::super::Tag = ( constant MINECRAFT_GOLD_TOOL_MATERIALS (line 104127) | pub const MINECRAFT_GOLD_TOOL_MATERIALS: super::super::Tag = (&["gold_in... constant MINECRAFT_HANGING_SIGNS (line 104128) | pub const MINECRAFT_HANGING_SIGNS: super::super::Tag = ( constant MINECRAFT_HAPPY_GHAST_FOOD (line 104148) | pub const MINECRAFT_HAPPY_GHAST_FOOD: super::super::Tag = (&["snowball"]... constant MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS (line 104149) | pub const MINECRAFT_HAPPY_GHAST_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_HARNESSES (line 104174) | pub const MINECRAFT_HARNESSES: super::super::Tag = ( constant MINECRAFT_HEAD_ARMOR (line 104198) | pub const MINECRAFT_HEAD_ARMOR: super::super::Tag = ( constant MINECRAFT_HOES (line 104213) | pub const MINECRAFT_HOES: super::super::Tag = ( constant MINECRAFT_HOGLIN_FOOD (line 104225) | pub const MINECRAFT_HOGLIN_FOOD: super::super::Tag = (&["crimson_fungus"... constant MINECRAFT_HORSE_FOOD (line 104226) | pub const MINECRAFT_HORSE_FOOD: super::super::Tag = ( constant MINECRAFT_HORSE_TEMPT_ITEMS (line 104241) | pub const MINECRAFT_HORSE_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_IGNORED_BY_PIGLIN_BABIES (line 104245) | pub const MINECRAFT_IGNORED_BY_PIGLIN_BABIES: super::super::Tag = constant MINECRAFT_IRON_ORES (line 104247) | pub const MINECRAFT_IRON_ORES: super::super::Tag = constant MINECRAFT_IRON_TOOL_MATERIALS (line 104249) | pub const MINECRAFT_IRON_TOOL_MATERIALS: super::super::Tag = (&["iron_in... constant MINECRAFT_JUNGLE_LOGS (line 104250) | pub const MINECRAFT_JUNGLE_LOGS: super::super::Tag = ( constant MINECRAFT_LANTERNS (line 104259) | pub const MINECRAFT_LANTERNS: super::super::Tag = ( constant MINECRAFT_LAPIS_ORES (line 104277) | pub const MINECRAFT_LAPIS_ORES: super::super::Tag = constant MINECRAFT_LEAVES (line 104279) | pub const MINECRAFT_LEAVES: super::super::Tag = ( constant MINECRAFT_LECTERN_BOOKS (line 104298) | pub const MINECRAFT_LECTERN_BOOKS: super::super::Tag = constant MINECRAFT_LEG_ARMOR (line 104300) | pub const MINECRAFT_LEG_ARMOR: super::super::Tag = ( constant MINECRAFT_LIGHTNING_RODS (line 104312) | pub const MINECRAFT_LIGHTNING_RODS: super::super::Tag = ( constant MINECRAFT_LLAMA_FOOD (line 104327) | pub const MINECRAFT_LLAMA_FOOD: super::super::Tag = constant MINECRAFT_LLAMA_TEMPT_ITEMS (line 104329) | pub const MINECRAFT_LLAMA_TEMPT_ITEMS: super::super::Tag = (&["hay_block... constant MINECRAFT_LOGS (line 104330) | pub const MINECRAFT_LOGS: super::super::Tag = ( constant MINECRAFT_LOGS_THAT_BURN (line 104385) | pub const MINECRAFT_LOGS_THAT_BURN: super::super::Tag = ( constant MINECRAFT_MANGROVE_LOGS (line 104431) | pub const MINECRAFT_MANGROVE_LOGS: super::super::Tag = ( constant MINECRAFT_MAP_INVISIBILITY_EQUIPMENT (line 104440) | pub const MINECRAFT_MAP_INVISIBILITY_EQUIPMENT: super::super::Tag = constant MINECRAFT_MEAT (line 104442) | pub const MINECRAFT_MEAT: super::super::Tag = ( constant MINECRAFT_NETHERITE_TOOL_MATERIALS (line 104461) | pub const MINECRAFT_NETHERITE_TOOL_MATERIALS: super::super::Tag = constant MINECRAFT_NON_FLAMMABLE_WOOD (line 104463) | pub const MINECRAFT_NON_FLAMMABLE_WOOD: super::super::Tag = ( constant MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS (line 104505) | pub const MINECRAFT_NOTEBLOCK_TOP_INSTRUMENTS: super::super::Tag = ( constant MINECRAFT_OAK_LOGS (line 104519) | pub const MINECRAFT_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_OCELOT_FOOD (line 104528) | pub const MINECRAFT_OCELOT_FOOD: super::super::Tag = constant MINECRAFT_PALE_OAK_LOGS (line 104530) | pub const MINECRAFT_PALE_OAK_LOGS: super::super::Tag = ( constant MINECRAFT_PANDA_EATS_FROM_GROUND (line 104539) | pub const MINECRAFT_PANDA_EATS_FROM_GROUND: super::super::Tag = constant MINECRAFT_PANDA_FOOD (line 104541) | pub const MINECRAFT_PANDA_FOOD: super::super::Tag = (&["bamboo"], &[269u... constant MINECRAFT_PARROT_FOOD (line 104542) | pub const MINECRAFT_PARROT_FOOD: super::super::Tag = ( constant MINECRAFT_PARROT_POISONOUS_FOOD (line 104553) | pub const MINECRAFT_PARROT_POISONOUS_FOOD: super::super::Tag = (&["cooki... constant MINECRAFT_PICKAXES (line 104554) | pub const MINECRAFT_PICKAXES: super::super::Tag = ( constant MINECRAFT_PIG_FOOD (line 104566) | pub const MINECRAFT_PIG_FOOD: super::super::Tag = ( constant MINECRAFT_PIGLIN_FOOD (line 104570) | pub const MINECRAFT_PIGLIN_FOOD: super::super::Tag = constant MINECRAFT_PIGLIN_LOVED (line 104572) | pub const MINECRAFT_PIGLIN_LOVED: super::super::Tag = ( constant MINECRAFT_PIGLIN_PREFERRED_WEAPONS (line 104606) | pub const MINECRAFT_PIGLIN_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PIGLIN_REPELLENTS (line 104608) | pub const MINECRAFT_PIGLIN_REPELLENTS: super::super::Tag = ( constant MINECRAFT_PIGLIN_SAFE_ARMOR (line 104612) | pub const MINECRAFT_PIGLIN_SAFE_ARMOR: super::super::Tag = ( constant MINECRAFT_PILLAGER_PREFERRED_WEAPONS (line 104621) | pub const MINECRAFT_PILLAGER_PREFERRED_WEAPONS: super::super::Tag = constant MINECRAFT_PLANKS (line 104623) | pub const MINECRAFT_PLANKS: super::super::Tag = ( constant MINECRAFT_RABBIT_FOOD (line 104642) | pub const MINECRAFT_RABBIT_FOOD: super::super::Tag = ( constant MINECRAFT_RAILS (line 104646) | pub const MINECRAFT_RAILS: super::super::Tag = ( constant MINECRAFT_REDSTONE_ORES (line 104650) | pub const MINECRAFT_REDSTONE_ORES: super::super::Tag = constant MINECRAFT_REPAIRS_CHAIN_ARMOR (line 104652) | pub const MINECRAFT_REPAIRS_CHAIN_ARMOR: super::super::Tag = (&["iron_in... constant MINECRAFT_REPAIRS_COPPER_ARMOR (line 104653) | pub const MINECRAFT_REPAIRS_COPPER_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_DIAMOND_ARMOR (line 104655) | pub const MINECRAFT_REPAIRS_DIAMOND_ARMOR: super::super::Tag = (&["diamo... constant MINECRAFT_REPAIRS_GOLD_ARMOR (line 104656) | pub const MINECRAFT_REPAIRS_GOLD_ARMOR: super::super::Tag = (&["gold_ing... constant MINECRAFT_REPAIRS_IRON_ARMOR (line 104657) | pub const MINECRAFT_REPAIRS_IRON_ARMOR: super::super::Tag = (&["iron_ing... constant MINECRAFT_REPAIRS_LEATHER_ARMOR (line 104658) | pub const MINECRAFT_REPAIRS_LEATHER_ARMOR: super::super::Tag = (&["leath... constant MINECRAFT_REPAIRS_NETHERITE_ARMOR (line 104659) | pub const MINECRAFT_REPAIRS_NETHERITE_ARMOR: super::super::Tag = constant MINECRAFT_REPAIRS_TURTLE_HELMET (line 104661) | pub const MINECRAFT_REPAIRS_TURTLE_HELMET: super::super::Tag = constant MINECRAFT_REPAIRS_WOLF_ARMOR (line 104663) | pub const MINECRAFT_REPAIRS_WOLF_ARMOR: super::super::Tag = constant MINECRAFT_SAND (line 104665) | pub const MINECRAFT_SAND: super::super::Tag = ( constant MINECRAFT_SAPLINGS (line 104669) | pub const MINECRAFT_SAPLINGS: super::super::Tag = ( constant MINECRAFT_SHEARABLE_FROM_COPPER_GOLEM (line 104687) | pub const MINECRAFT_SHEARABLE_FROM_COPPER_GOLEM: super::super::Tag = constant MINECRAFT_SHEEP_FOOD (line 104689) | pub const MINECRAFT_SHEEP_FOOD: super::super::Tag = (&["wheat"], &[952u1... constant MINECRAFT_SHOVELS (line 104690) | pub const MINECRAFT_SHOVELS: super::super::Tag = ( constant MINECRAFT_SHULKER_BOXES (line 104702) | pub const MINECRAFT_SHULKER_BOXES: super::super::Tag = ( constant MINECRAFT_SIGNS (line 104727) | pub const MINECRAFT_SIGNS: super::super::Tag = ( constant MINECRAFT_SKELETON_PREFERRED_WEAPONS (line 104747) | pub const MINECRAFT_SKELETON_PREFERRED_WEAPONS: super::super::Tag = (&["... constant MINECRAFT_SKULLS (line 104748) | pub const MINECRAFT_SKULLS: super::super::Tag = ( constant MINECRAFT_SLABS (line 104762) | pub const MINECRAFT_SLABS: super::super::Tag = ( constant MINECRAFT_SMALL_FLOWERS (line 104837) | pub const MINECRAFT_SMALL_FLOWERS: super::super::Tag = ( constant MINECRAFT_SMELTS_TO_GLASS (line 104861) | pub const MINECRAFT_SMELTS_TO_GLASS: super::super::Tag = constant MINECRAFT_SNIFFER_FOOD (line 104863) | pub const MINECRAFT_SNIFFER_FOOD: super::super::Tag = (&["torchflower_se... constant MINECRAFT_SOUL_FIRE_BASE_BLOCKS (line 104864) | pub const MINECRAFT_SOUL_FIRE_BASE_BLOCKS: super::super::Tag = constant MINECRAFT_SPRUCE_LOGS (line 104866) | pub const MINECRAFT_SPRUCE_LOGS: super::super::Tag = ( constant MINECRAFT_STAIRS (line 104875) | pub const MINECRAFT_STAIRS: super::super::Tag = ( constant MINECRAFT_STONE_BRICKS (line 104945) | pub const MINECRAFT_STONE_BRICKS: super::super::Tag = ( constant MINECRAFT_STONE_BUTTONS (line 104954) | pub const MINECRAFT_STONE_BUTTONS: super::super::Tag = ( constant MINECRAFT_STONE_CRAFTING_MATERIALS (line 104958) | pub const MINECRAFT_STONE_CRAFTING_MATERIALS: super::super::Tag = ( constant MINECRAFT_STONE_TOOL_MATERIALS (line 104962) | pub const MINECRAFT_STONE_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_STRIDER_FOOD (line 104966) | pub const MINECRAFT_STRIDER_FOOD: super::super::Tag = (&["warped_fungus"... constant MINECRAFT_STRIDER_TEMPT_ITEMS (line 104967) | pub const MINECRAFT_STRIDER_TEMPT_ITEMS: super::super::Tag = ( constant MINECRAFT_SWORDS (line 104971) | pub const MINECRAFT_SWORDS: super::super::Tag = ( constant MINECRAFT_TERRACOTTA (line 104983) | pub const MINECRAFT_TERRACOTTA: super::super::Tag = ( constant MINECRAFT_TRAPDOORS (line 105008) | pub const MINECRAFT_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_TRIM_MATERIALS (line 105038) | pub const MINECRAFT_TRIM_MATERIALS: super::super::Tag = ( constant MINECRAFT_TRIMMABLE_ARMOR (line 105057) | pub const MINECRAFT_TRIMMABLE_ARMOR: super::super::Tag = ( constant MINECRAFT_TURTLE_FOOD (line 105095) | pub const MINECRAFT_TURTLE_FOOD: super::super::Tag = (&["seagrass"], &[2... constant MINECRAFT_VILLAGER_PICKS_UP (line 105096) | pub const MINECRAFT_VILLAGER_PICKS_UP: super::super::Tag = ( constant MINECRAFT_VILLAGER_PLANTABLE_SEEDS (line 105112) | pub const MINECRAFT_VILLAGER_PLANTABLE_SEEDS: super::super::Tag = ( constant MINECRAFT_WALLS (line 105123) | pub const MINECRAFT_WALLS: super::super::Tag = ( constant MINECRAFT_WARPED_STEMS (line 105158) | pub const MINECRAFT_WARPED_STEMS: super::super::Tag = ( constant MINECRAFT_WART_BLOCKS (line 105167) | pub const MINECRAFT_WART_BLOCKS: super::super::Tag = ( constant MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS (line 105171) | pub const MINECRAFT_WITHER_SKELETON_DISLIKED_WEAPONS: super::super::Tag = constant MINECRAFT_WOLF_FOOD (line 105173) | pub const MINECRAFT_WOLF_FOOD: super::super::Tag = ( constant MINECRAFT_WOODEN_BUTTONS (line 105199) | pub const MINECRAFT_WOODEN_BUTTONS: super::super::Tag = ( constant MINECRAFT_WOODEN_DOORS (line 105219) | pub const MINECRAFT_WOODEN_DOORS: super::super::Tag = ( constant MINECRAFT_WOODEN_FENCES (line 105239) | pub const MINECRAFT_WOODEN_FENCES: super::super::Tag = ( constant MINECRAFT_WOODEN_PRESSURE_PLATES (line 105259) | pub const MINECRAFT_WOODEN_PRESSURE_PLATES: super::super::Tag = ( constant MINECRAFT_WOODEN_SHELVES (line 105279) | pub const MINECRAFT_WOODEN_SHELVES: super::super::Tag = ( constant MINECRAFT_WOODEN_SLABS (line 105299) | pub const MINECRAFT_WOODEN_SLABS: super::super::Tag = ( constant MINECRAFT_WOODEN_STAIRS (line 105319) | pub const MINECRAFT_WOODEN_STAIRS: super::super::Tag = ( constant MINECRAFT_WOODEN_TOOL_MATERIALS (line 105339) | pub const MINECRAFT_WOODEN_TOOL_MATERIALS: super::super::Tag = ( constant MINECRAFT_WOODEN_TRAPDOORS (line 105358) | pub const MINECRAFT_WOODEN_TRAPDOORS: super::super::Tag = ( constant MINECRAFT_WOOL (line 105378) | pub const MINECRAFT_WOOL: super::super::Tag = ( constant MINECRAFT_WOOL_CARPETS (line 105402) | pub const MINECRAFT_WOOL_CARPETS: super::super::Tag = ( constant MINECRAFT_PLACEABLE (line 105430) | pub const MINECRAFT_PLACEABLE: super::super::Tag = ( constant MINECRAFT_ACQUIRABLE_JOB_SITE (line 105487) | pub const MINECRAFT_ACQUIRABLE_JOB_SITE: super::super::Tag = ( constant MINECRAFT_BEE_HOME (line 105505) | pub const MINECRAFT_BEE_HOME: super::super::Tag = (&["beehive", "bee_nes... constant MINECRAFT_VILLAGE (line 105506) | pub const MINECRAFT_VILLAGE: super::super::Tag = ( constant C_HIDDEN_FROM_LOCATOR_SELECTION (line 105530) | pub const C_HIDDEN_FROM_LOCATOR_SELECTION: super::super::Tag = (&[], &[]); constant C_IS_AQUATIC (line 105531) | pub const C_IS_AQUATIC: super::super::Tag = ( constant C_IS_AQUATIC_ICY (line 105549) | pub const C_IS_AQUATIC_ICY: super::super::Tag = ( constant C_IS_BADLANDS (line 105553) | pub const C_IS_BADLANDS: super::super::Tag = ( constant C_IS_BEACH (line 105557) | pub const C_IS_BEACH: super::super::Tag = (&["beach", "snowy_beach"], &[... constant C_IS_BIRCH_FOREST (line 105558) | pub const C_IS_BIRCH_FOREST: super::super::Tag = constant C_IS_CAVE (line 105560) | pub const C_IS_CAVE: super::super::Tag = ( constant C_IS_COLD (line 105564) | pub const C_IS_COLD: super::super::Tag = ( constant C_IS_COLD_END (line 105598) | pub const C_IS_COLD_END: super::super::Tag = ( constant C_IS_COLD_NETHER (line 105608) | pub const C_IS_COLD_NETHER: super::super::Tag = (&[], &[]); constant C_IS_COLD_OVERWORLD (line 105609) | pub const C_IS_COLD_OVERWORLD: super::super::Tag = ( constant C_IS_DARK_FOREST (line 105637) | pub const C_IS_DARK_FOREST: super::super::Tag = constant C_IS_DEAD (line 105639) | pub const C_IS_DEAD: super::super::Tag = (&[], &[]); constant C_IS_DEEP_OCEAN (line 105640) | pub const C_IS_DEEP_OCEAN: super::super::Tag = ( constant C_IS_DENSE_VEGETATION (line 105649) | pub const C_IS_DENSE_VEGETATION: super::super::Tag = ( constant C_IS_DENSE_VEGETATION_END (line 105661) | pub const C_IS_DENSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_NETHER (line 105662) | pub const C_IS_DENSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_DENSE_VEGETATION_OVERWORLD (line 105663) | pub const C_IS_DENSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_DESERT (line 105675) | pub const C_IS_DESERT: super::super::Tag = (&["desert"], &[14u16]); constant C_IS_DRY (line 105676) | pub const C_IS_DRY: super::super::Tag = ( constant C_IS_DRY_END (line 105701) | pub const C_IS_DRY_END: super::super::Tag = ( constant C_IS_DRY_NETHER (line 105711) | pub const C_IS_DRY_NETHER: super::super::Tag = ( constant C_IS_DRY_OVERWORLD (line 105721) | pub const C_IS_DRY_OVERWORLD: super::super::Tag = ( constant C_IS_END (line 105733) | pub const C_IS_END: super::super::Tag = ( constant C_IS_FLORAL (line 105743) | pub const C_IS_FLORAL: super::super::Tag = ( constant C_IS_FLOWER_FOREST (line 105752) | pub const C_IS_FLOWER_FOREST: super::super::Tag = (&["flower_forest"], &... constant C_IS_FOREST (line 105753) | pub const C_IS_FOREST: super::super::Tag = ( constant C_IS_HILL (line 105765) | pub const C_IS_HILL: super::super::Tag = ( constant C_IS_HOT (line 105773) | pub const C_IS_HOT: super::super::Tag = ( constant C_IS_HOT_END (line 105799) | pub const C_IS_HOT_END: super::super::Tag = (&[], &[]); constant C_IS_HOT_NETHER (line 105800) | pub const C_IS_HOT_NETHER: super::super::Tag = ( constant C_IS_HOT_OVERWORLD (line 105810) | pub const C_IS_HOT_OVERWORLD: super::super::Tag = ( constant C_IS_ICY (line 105831) | pub const C_IS_ICY: super::super::Tag = (&["frozen_peaks", "ice_spikes"]... constant C_IS_JUNGLE (line 105832) | pub const C_IS_JUNGLE: super::super::Tag = ( constant C_IS_LUSH (line 105836) | pub const C_IS_LUSH: super::super::Tag = (&["lush_caves"], &[30u16]); constant C_IS_MAGICAL (line 105837) | pub const C_IS_MAGICAL: super::super::Tag = (&[], &[]); constant C_IS_MOUNTAIN (line 105838) | pub const C_IS_MOUNTAIN: super::super::Tag = ( constant C_IS_MOUNTAIN_PEAK (line 105850) | pub const C_IS_MOUNTAIN_PEAK: super::super::Tag = ( constant C_IS_MOUNTAIN_SLOPE (line 105854) | pub const C_IS_MOUNTAIN_SLOPE: super::super::Tag = ( constant C_IS_MUSHROOM (line 105858) | pub const C_IS_MUSHROOM: super::super::Tag = (&["mushroom_fields"], &[33... constant C_IS_NETHER (line 105859) | pub const C_IS_NETHER: super::super::Tag = ( constant C_IS_NETHER_FOREST (line 105869) | pub const C_IS_NETHER_FOREST: super::super::Tag = constant C_IS_OCEAN (line 105871) | pub const C_IS_OCEAN: super::super::Tag = ( constant C_IS_OLD_GROWTH (line 105885) | pub const C_IS_OLD_GROWTH: super::super::Tag = ( constant C_IS_OUTER_END_ISLAND (line 105893) | pub const C_IS_OUTER_END_ISLAND: super::super::Tag = ( constant C_IS_OVERWORLD (line 105897) | pub const C_IS_OVERWORLD: super::super::Tag = ( constant C_IS_PLAINS (line 105962) | pub const C_IS_PLAINS: super::super::Tag = constant C_IS_PLATEAU (line 105964) | pub const C_IS_PLATEAU: super::super::Tag = ( constant C_IS_RARE (line 105973) | pub const C_IS_RARE: super::super::Tag = ( constant C_IS_RIVER (line 105995) | pub const C_IS_RIVER: super::super::Tag = (&["river", "frozen_river"], &... constant C_IS_SANDY (line 105996) | pub const C_IS_SANDY: super::super::Tag = ( constant C_IS_SAVANNA (line 106006) | pub const C_IS_SAVANNA: super::super::Tag = ( constant C_IS_SHALLOW_OCEAN (line 106010) | pub const C_IS_SHALLOW_OCEAN: super::super::Tag = ( constant C_IS_SNOWY (line 106020) | pub const C_IS_SNOWY: super::super::Tag = ( constant C_IS_SNOWY_PLAINS (line 106033) | pub const C_IS_SNOWY_PLAINS: super::super::Tag = (&["snowy_plains"], &[4... constant C_IS_SPARSE_VEGETATION (line 106034) | pub const C_IS_SPARSE_VEGETATION: super::super::Tag = ( constant C_IS_SPARSE_VEGETATION_END (line 106052) | pub const C_IS_SPARSE_VEGETATION_END: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_NETHER (line 106053) | pub const C_IS_SPARSE_VEGETATION_NETHER: super::super::Tag = (&[], &[]); constant C_IS_SPARSE_VEGETATION_OVERWORLD (line 106054) | pub const C_IS_SPARSE_VEGETATION_OVERWORLD: super::super::Tag = ( constant C_IS_SPOOKY (line 106072) | pub const C_IS_SPOOKY: super::super::Tag = ( constant C_IS_STONY_SHORES (line 106076) | pub const C_IS_STONY_SHORES: super::super::Tag = (&["stony_shore"], &[52... constant C_IS_SWAMP (line 106077) | pub const C_IS_SWAMP: super::super::Tag = (&["mangrove_swamp", "swamp"],... constant C_IS_TAIGA (line 106078) | pub const C_IS_TAIGA: super::super::Tag = ( constant C_IS_TEMPERATE (line 106087) | pub const C_IS_TEMPERATE: super::super::Tag = ( constant C_IS_TEMPERATE_END (line 106110) | pub const C_IS_TEMPERATE_END: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_NETHER (line 106111) | pub const C_IS_TEMPERATE_NETHER: super::super::Tag = (&[], &[]); constant C_IS_TEMPERATE_OVERWORLD (line 106112) | pub const C_IS_TEMPERATE_OVERWORLD: super::super::Tag = ( constant C_IS_TREE_CONIFEROUS (line 106135) | pub const C_IS_TREE_CONIFEROUS: super::super::Tag = ( constant C_IS_TREE_DECIDUOUS (line 106145) | pub const C_IS_TREE_DECIDUOUS: super::super::Tag = ( constant C_IS_TREE_JUNGLE (line 106157) | pub const C_IS_TREE_JUNGLE: super::super::Tag = ( constant C_IS_TREE_SAVANNA (line 106161) | pub const C_IS_TREE_SAVANNA: super::super::Tag = ( constant C_IS_UNDERGROUND (line 106165) | pub const C_IS_UNDERGROUND: super::super::Tag = ( constant C_IS_VOID (line 106169) | pub const C_IS_VOID: super::super::Tag = (&["the_void"], &[57u16]); constant C_IS_WASTELAND (line 106170) | pub const C_IS_WASTELAND: super::super::Tag = (&[], &[]); constant C_IS_WET (line 106171) | pub const C_IS_WET: super::super::Tag = ( constant C_IS_WET_END (line 106184) | pub const C_IS_WET_END: super::super::Tag = (&[], &[]); constant C_IS_WET_NETHER (line 106185) | pub const C_IS_WET_NETHER: super::super::Tag = (&[], &[]); constant C_IS_WET_OVERWORLD (line 106186) | pub const C_IS_WET_OVERWORLD: super::super::Tag = ( constant C_IS_WINDSWEPT (line 106199) | pub const C_IS_WINDSWEPT: super::super::Tag = ( constant C_NO_DEFAULT_MONSTERS (line 106208) | pub const C_NO_DEFAULT_MONSTERS: super::super::Tag = constant C_PRIMARY_WOOD_TYPE (line 106210) | pub const C_PRIMARY_WOOD_TYPE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_ACACIA (line 106241) | pub const C_PRIMARY_WOOD_TYPE_ACACIA: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_BAMBOO (line 106245) | pub const C_PRIMARY_WOOD_TYPE_BAMBOO: super::super::Tag = (&["bamboo_jun... constant C_PRIMARY_WOOD_TYPE_BIRCH (line 106246) | pub const C_PRIMARY_WOOD_TYPE_BIRCH: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_CHERRY (line 106248) | pub const C_PRIMARY_WOOD_TYPE_CHERRY: super::super::Tag = (&["cherry_gro... constant C_PRIMARY_WOOD_TYPE_CRIMSON (line 106249) | pub const C_PRIMARY_WOOD_TYPE_CRIMSON: super::super::Tag = (&["crimson_f... constant C_PRIMARY_WOOD_TYPE_DARK_OAK (line 106250) | pub const C_PRIMARY_WOOD_TYPE_DARK_OAK: super::super::Tag = (&["dark_for... constant C_PRIMARY_WOOD_TYPE_JUNGLE (line 106251) | pub const C_PRIMARY_WOOD_TYPE_JUNGLE: super::super::Tag = constant C_PRIMARY_WOOD_TYPE_MANGROVE (line 106253) | pub const C_PRIMARY_WOOD_TYPE_MANGROVE: super::super::Tag = (&["mangrove... constant C_PRIMARY_WOOD_TYPE_OAK (line 106254) | pub const C_PRIMARY_WOOD_TYPE_OAK: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_PALE_OAK (line 106258) | pub const C_PRIMARY_WOOD_TYPE_PALE_OAK: super::super::Tag = (&["pale_gar... constant C_PRIMARY_WOOD_TYPE_SPRUCE (line 106259) | pub const C_PRIMARY_WOOD_TYPE_SPRUCE: super::super::Tag = ( constant C_PRIMARY_WOOD_TYPE_WARPED (line 106269) | pub const C_PRIMARY_WOOD_TYPE_WARPED: super::super::Tag = (&["warped_for... constant MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS (line 106270) | pub const MINECRAFT_ALLOWS_SURFACE_SLIME_SPAWNS: super::super::Tag = constant MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT (line 106272) | pub const MINECRAFT_ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT: super::su... constant MINECRAFT_HAS_CLOSER_WATER_FOG (line 106274) | pub const MINECRAFT_HAS_CLOSER_WATER_FOG: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY (line 106276) | pub const MINECRAFT_HAS_STRUCTURE_ANCIENT_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT (line 106278) | pub const MINECRAFT_HAS_STRUCTURE_BASTION_REMNANT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE (line 106287) | pub const MINECRAFT_HAS_STRUCTURE_BURIED_TREASURE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID (line 106289) | pub const MINECRAFT_HAS_STRUCTURE_DESERT_PYRAMID: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_END_CITY (line 106291) | pub const MINECRAFT_HAS_STRUCTURE_END_CITY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_IGLOO (line 106293) | pub const MINECRAFT_HAS_STRUCTURE_IGLOO: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE (line 106297) | pub const MINECRAFT_HAS_STRUCTURE_JUNGLE_TEMPLE: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_MINESHAFT (line 106299) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA (line 106360) | pub const MINECRAFT_HAS_STRUCTURE_MINESHAFT_MESA: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS (line 106364) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FORTRESS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL (line 106374) | pub const MINECRAFT_HAS_STRUCTURE_NETHER_FOSSIL: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT (line 106376) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_MONUMENT: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD (line 106385) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_COLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM (line 106396) | pub const MINECRAFT_HAS_STRUCTURE_OCEAN_RUIN_WARM: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST (line 106400) | pub const MINECRAFT_HAS_STRUCTURE_PILLAGER_OUTPOST: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT (line 106419) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE (line 106421) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_JUNGLE: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN (line 106425) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER (line 106448) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_NETHER: super::super::Ta... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN (line 106458) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_OCEAN: super::super::Tag... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD (line 106472) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_STANDARD: super::super::... constant MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP (line 106503) | pub const MINECRAFT_HAS_STRUCTURE_RUINED_PORTAL_SWAMP: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK (line 106505) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED (line 106519) | pub const MINECRAFT_HAS_STRUCTURE_SHIPWRECK_BEACHED: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_STRONGHOLD (line 106521) | pub const MINECRAFT_HAS_STRUCTURE_STRONGHOLD: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_SWAMP_HUT (line 106586) | pub const MINECRAFT_HAS_STRUCTURE_SWAMP_HUT: super::super::Tag = (&["swa... constant MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS (line 106587) | pub const MINECRAFT_HAS_STRUCTURE_TRAIL_RUINS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS (line 106598) | pub const MINECRAFT_HAS_STRUCTURE_TRIAL_CHAMBERS: super::super::Tag = ( constant MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT (line 106662) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_DESERT: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS (line 106664) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_PLAINS: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA (line 106666) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SAVANNA: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY (line 106668) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_SNOWY: super::super::Tag = constant MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA (line 106670) | pub const MINECRAFT_HAS_STRUCTURE_VILLAGE_TAIGA: super::super::Tag = (&[... constant MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION (line 106671) | pub const MINECRAFT_HAS_STRUCTURE_WOODLAND_MANSION: super::super::Tag = constant MINECRAFT_INCREASED_FIRE_BURNOUT (line 106673) | pub const MINECRAFT_INCREASED_FIRE_BURNOUT: super::super::Tag = ( constant MINECRAFT_IS_BADLANDS (line 106686) | pub const MINECRAFT_IS_BADLANDS: super::super::Tag = ( constant MINECRAFT_IS_BEACH (line 106690) | pub const MINECRAFT_IS_BEACH: super::super::Tag = constant MINECRAFT_IS_DEEP_OCEAN (line 106692) | pub const MINECRAFT_IS_DEEP_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_END (line 106701) | pub const MINECRAFT_IS_END: super::super::Tag = ( constant MINECRAFT_IS_FOREST (line 106711) | pub const MINECRAFT_IS_FOREST: super::super::Tag = ( constant MINECRAFT_IS_HILL (line 106723) | pub const MINECRAFT_IS_HILL: super::super::Tag = ( constant MINECRAFT_IS_JUNGLE (line 106731) | pub const MINECRAFT_IS_JUNGLE: super::super::Tag = ( constant MINECRAFT_IS_MOUNTAIN (line 106735) | pub const MINECRAFT_IS_MOUNTAIN: super::super::Tag = ( constant MINECRAFT_IS_NETHER (line 106746) | pub const MINECRAFT_IS_NETHER: super::super::Tag = ( constant MINECRAFT_IS_OCEAN (line 106756) | pub const MINECRAFT_IS_OCEAN: super::super::Tag = ( constant MINECRAFT_IS_OVERWORLD (line 106770) | pub const MINECRAFT_IS_OVERWORLD: super::super::Tag = ( constant MINECRAFT_IS_RIVER (line 106835) | pub const MINECRAFT_IS_RIVER: super::super::Tag = constant MINECRAFT_IS_SAVANNA (line 106837) | pub const MINECRAFT_IS_SAVANNA: super::super::Tag = ( constant MINECRAFT_IS_TAIGA (line 106841) | pub const MINECRAFT_IS_TAIGA: super::super::Tag = ( constant MINECRAFT_MINESHAFT_BLOCKING (line 106850) | pub const MINECRAFT_MINESHAFT_BLOCKING: super::super::Tag = (&["deep_dar... constant MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS (line 106851) | pub const MINECRAFT_MORE_FREQUENT_DROWNED_SPAWNS: super::super::Tag = constant MINECRAFT_PLAYS_UNDERWATER_MUSIC (line 106853) | pub const MINECRAFT_PLAYS_UNDERWATER_MUSIC: super::super::Tag = ( constant MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS (line 106871) | pub const MINECRAFT_POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS: super::super:... constant MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL (line 106873) | pub const MINECRAFT_PRODUCES_CORALS_FROM_BONEMEAL: super::super::Tag = constant MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS (line 106875) | pub const MINECRAFT_REDUCE_WATER_AMBIENT_SPAWNS: super::super::Tag = constant MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING (line 106877) | pub const MINECRAFT_REQUIRED_OCEAN_MONUMENT_SURROUNDING: super::super::T... constant MINECRAFT_SNOW_GOLEM_MELTS (line 106895) | pub const MINECRAFT_SNOW_GOLEM_MELTS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS (line 106914) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_COLD_VARIANT_FROGS (line 106949) | pub const MINECRAFT_SPAWNS_COLD_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_GOLD_RABBITS (line 106974) | pub const MINECRAFT_SPAWNS_GOLD_RABBITS: super::super::Tag = (&["desert"... constant MINECRAFT_SPAWNS_SNOW_FOXES (line 106975) | pub const MINECRAFT_SPAWNS_SNOW_FOXES: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS (line 106992) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FARM_ANIMALS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WARM_VARIANT_FROGS (line 107019) | pub const MINECRAFT_SPAWNS_WARM_VARIANT_FROGS: super::super::Tag = ( constant MINECRAFT_SPAWNS_WHITE_RABBITS (line 107044) | pub const MINECRAFT_SPAWNS_WHITE_RABBITS: super::super::Tag = ( constant MINECRAFT_STRONGHOLD_BIASED_TO (line 107061) | pub const MINECRAFT_STRONGHOLD_BIASED_TO: super::super::Tag = ( constant MINECRAFT_WATER_ON_MAP_OUTLINES (line 107108) | pub const MINECRAFT_WATER_ON_MAP_OUTLINES: super::super::Tag = ( constant MINECRAFT_WITHOUT_PATROL_SPAWNS (line 107129) | pub const MINECRAFT_WITHOUT_PATROL_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS (line 107131) | pub const MINECRAFT_WITHOUT_WANDERING_TRADER_SPAWNS: super::super::Tag = constant MINECRAFT_WITHOUT_ZOMBIE_SIEGES (line 107133) | pub const MINECRAFT_WITHOUT_ZOMBIE_SIEGES: super::super::Tag = function get_map (line 107137) | pub fn get_map( function get_tag_values (line 107158) | pub fn get_tag_values(tag_category: RegistryKey, tag: &str) -> Option<&'... function get_tag_ids (line 107163) | pub fn get_tag_ids(tag_category: RegistryKey, tag: &str) -> Option<&'sta... function get_registry_key_tags (line 107168) | pub fn get_registry_key_tags( type Taggable (line 107184) | pub trait Taggable { method tag_key (line 107185) | fn tag_key() -> RegistryKey; method registry_key (line 107186) | fn registry_key(&self) -> &str; method registry_id (line 107187) | fn registry_id(&self) -> u16; method is_tagged_with (line 107188) | fn is_tagged_with(&self, tag: &str) -> Option { method has_tag (line 107193) | fn has_tag(&self, tag: &'static Tag) -> bool { method get_tag_values (line 107196) | fn get_tag_values(tag: &str) -> Option<&'static [&'static str]> { FILE: pumpkin-data/src/generated/tracked_data.rs type TrackedId (line 3) | pub struct TrackedId { method get (line 14) | pub fn get(&self, version: &MinecraftVersion) -> u8 { function from (line 29) | fn from(id: TrackedId) -> u8 { type TrackedData (line 33) | pub struct TrackedData; constant DATA_ACTIVE (line 35) | pub const DATA_ACTIVE: TrackedId = TrackedId { constant DATA_AIR (line 45) | pub const DATA_AIR: TrackedId = TrackedId { constant DATA_ANGER (line 55) | pub const DATA_ANGER: TrackedId = TrackedId { constant DATA_ANGER_END_TIME (line 65) | pub const DATA_ANGER_END_TIME: TrackedId = TrackedId { constant DATA_ANGRY (line 75) | pub const DATA_ANGRY: TrackedId = TrackedId { constant DATA_ARMOR_STAND_FLAGS (line 85) | pub const DATA_ARMOR_STAND_FLAGS: TrackedId = TrackedId { constant DATA_ASK_FOR_BAMBOO_TICKS (line 95) | pub const DATA_ASK_FOR_BAMBOO_TICKS: TrackedId = TrackedId { constant DATA_ATTACHED_FACE (line 105) | pub const DATA_ATTACHED_FACE: TrackedId = TrackedId { constant DATA_BABY (line 115) | pub const DATA_BABY: TrackedId = TrackedId { constant DATA_BACKGROUND (line 125) | pub const DATA_BACKGROUND: TrackedId = TrackedId { constant DATA_BAT_FLAGS (line 135) | pub const DATA_BAT_FLAGS: TrackedId = TrackedId { constant DATA_BEAM_TARGET (line 145) | pub const DATA_BEAM_TARGET: TrackedId = TrackedId { constant DATA_BEAM_TARGET_ID (line 155) | pub const DATA_BEAM_TARGET_ID: TrackedId = TrackedId { constant DATA_BEE_FLAGS (line 165) | pub const DATA_BEE_FLAGS: TrackedId = TrackedId { constant DATA_BEGGING (line 175) | pub const DATA_BEGGING: TrackedId = TrackedId { constant DATA_BILLBOARD (line 185) | pub const DATA_BILLBOARD: TrackedId = TrackedId { constant DATA_BLAZE_FLAGS (line 195) | pub const DATA_BLAZE_FLAGS: TrackedId = TrackedId { constant DATA_BLOCK_OFFSET (line 205) | pub const DATA_BLOCK_OFFSET: TrackedId = TrackedId { constant DATA_BLOCK_POS (line 215) | pub const DATA_BLOCK_POS: TrackedId = TrackedId { constant DATA_BLOCK_STATE (line 225) | pub const DATA_BLOCK_STATE: TrackedId = TrackedId { constant DATA_BOOST_TIME (line 235) | pub const DATA_BOOST_TIME: TrackedId = TrackedId { constant DATA_BRIGHTNESS (line 245) | pub const DATA_BRIGHTNESS: TrackedId = TrackedId { constant DATA_BUBBLE_WOBBLE_TICKS (line 255) | pub const DATA_BUBBLE_WOBBLE_TICKS: TrackedId = TrackedId { constant DATA_CAN_DUPLICATE (line 265) | pub const DATA_CAN_DUPLICATE: TrackedId = TrackedId { constant DATA_CARRIED_BLOCK (line 275) | pub const DATA_CARRIED_BLOCK: TrackedId = TrackedId { constant DATA_CAT_VARIANT (line 285) | pub const DATA_CAT_VARIANT: TrackedId = TrackedId { constant DATA_CAUGHT_FISH (line 295) | pub const DATA_CAUGHT_FISH: TrackedId = TrackedId { constant DATA_CELEBRATING (line 305) | pub const DATA_CELEBRATING: TrackedId = TrackedId { constant DATA_CHARGED (line 315) | pub const DATA_CHARGED: TrackedId = TrackedId { constant DATA_CHARGING (line 325) | pub const DATA_CHARGING: TrackedId = TrackedId { constant DATA_CHEST (line 335) | pub const DATA_CHEST: TrackedId = TrackedId { constant DATA_CHILD (line 345) | pub const DATA_CHILD: TrackedId = TrackedId { constant DATA_COLD (line 355) | pub const DATA_COLD: TrackedId = TrackedId { constant DATA_COLLAR_COLOR (line 365) | pub const DATA_COLLAR_COLOR: TrackedId = TrackedId { constant DATA_COLOR (line 375) | pub const DATA_COLOR: TrackedId = TrackedId { constant DATA_COMMAND (line 385) | pub const DATA_COMMAND: TrackedId = TrackedId { constant DATA_CONVERTING (line 395) | pub const DATA_CONVERTING: TrackedId = TrackedId { constant DATA_CONVERTING_IN_WATER (line 405) | pub const DATA_CONVERTING_IN_WATER: TrackedId = TrackedId { constant DATA_COPPER_GOLEM_STATE (line 415) | pub const DATA_COPPER_GOLEM_STATE: TrackedId = TrackedId { constant DATA_CRUMBLING (line 425) | pub const DATA_CRUMBLING: TrackedId = TrackedId { constant DATA_CUSTOM_BLOCK_STATE (line 435) | pub const DATA_CUSTOM_BLOCK_STATE: TrackedId = TrackedId { constant DATA_CUSTOM_NAME (line 445) | pub const DATA_CUSTOM_NAME: TrackedId = TrackedId { constant DATA_DAMAGE_WOBBLE_SIDE (line 455) | pub const DATA_DAMAGE_WOBBLE_SIDE: TrackedId = TrackedId { constant DATA_DAMAGE_WOBBLE_STRENGTH (line 465) | pub const DATA_DAMAGE_WOBBLE_STRENGTH: TrackedId = TrackedId { constant DATA_DAMAGE_WOBBLE_TICKS (line 475) | pub const DATA_DAMAGE_WOBBLE_TICKS: TrackedId = TrackedId { constant DATA_DANCING (line 485) | pub const DATA_DANCING: TrackedId = TrackedId { constant DATA_DARK_TICKS_REMAINING (line 495) | pub const DATA_DARK_TICKS_REMAINING: TrackedId = TrackedId { constant DATA_DASHING (line 505) | pub const DATA_DASHING: TrackedId = TrackedId { constant DATA_DESCRIPTION (line 515) | pub const DATA_DESCRIPTION: TrackedId = TrackedId { constant DATA_DIGGING_SAND (line 525) | pub const DATA_DIGGING_SAND: TrackedId = TrackedId { constant DATA_DRINKING (line 535) | pub const DATA_DRINKING: TrackedId = TrackedId { constant DATA_EATING_TICKS (line 545) | pub const DATA_EATING_TICKS: TrackedId = TrackedId { constant DATA_ENCHANTED (line 555) | pub const DATA_ENCHANTED: TrackedId = TrackedId { constant DATA_FACING (line 565) | pub const DATA_FACING: TrackedId = TrackedId { constant DATA_FINISH_DIG_TIME (line 575) | pub const DATA_FINISH_DIG_TIME: TrackedId = TrackedId { constant DATA_FLAGS (line 585) | pub const DATA_FLAGS: TrackedId = TrackedId { constant DATA_FOX_FLAGS (line 595) | pub const DATA_FOX_FLAGS: TrackedId = TrackedId { constant DATA_FROM_BUCKET (line 605) | pub const DATA_FROM_BUCKET: TrackedId = TrackedId { constant DATA_FROZEN_TICKS (line 615) | pub const DATA_FROZEN_TICKS: TrackedId = TrackedId { constant DATA_FUSE (line 625) | pub const DATA_FUSE: TrackedId = TrackedId { constant DATA_FUSE_SPEED (line 635) | pub const DATA_FUSE_SPEED: TrackedId = TrackedId { constant DATA_GLOW_COLOR_OVERRIDE (line 645) | pub const DATA_GLOW_COLOR_OVERRIDE: TrackedId = TrackedId { constant DATA_HAS_EGG (line 655) | pub const DATA_HAS_EGG: TrackedId = TrackedId { constant DATA_HAS_FISH (line 665) | pub const DATA_HAS_FISH: TrackedId = TrackedId { constant DATA_HAS_ROPES (line 675) | pub const DATA_HAS_ROPES: TrackedId = TrackedId { constant DATA_HEAD_DOWN (line 685) | pub const DATA_HEAD_DOWN: TrackedId = TrackedId { constant DATA_HEAD_ROLLING_TIME_LEFT (line 695) | pub const DATA_HEAD_ROLLING_TIME_LEFT: TrackedId = TrackedId { constant DATA_HEALTH (line 705) | pub const DATA_HEALTH: TrackedId = TrackedId { constant DATA_HEIGHT (line 715) | pub const DATA_HEIGHT: TrackedId = TrackedId { constant DATA_HIDDEN_GENE (line 725) | pub const DATA_HIDDEN_GENE: TrackedId = TrackedId { constant DATA_HOME_POS (line 735) | pub const DATA_HOME_POS: TrackedId = TrackedId { constant DATA_HOOK_ENTITY_ID (line 745) | pub const DATA_HOOK_ENTITY_ID: TrackedId = TrackedId { constant DATA_HORSE_FLAGS (line 755) | pub const DATA_HORSE_FLAGS: TrackedId = TrackedId { constant DATA_IGNITED (line 765) | pub const DATA_IGNITED: TrackedId = TrackedId { constant DATA_IMMOVABLE (line 775) | pub const DATA_IMMOVABLE: TrackedId = TrackedId { constant DATA_IMMUNE_TO_ZOMBIFICATION (line 785) | pub const DATA_IMMUNE_TO_ZOMBIFICATION: TrackedId = TrackedId { constant DATA_INTERPOLATION_DURATION (line 795) | pub const DATA_INTERPOLATION_DURATION: TrackedId = TrackedId { constant DATA_INVUL_TIMER (line 805) | pub const DATA_INVUL_TIMER: TrackedId = TrackedId { constant DATA_IN_GROUND (line 815) | pub const DATA_IN_GROUND: TrackedId = TrackedId { constant DATA_IN_SLEEPING_POSE (line 825) | pub const DATA_IN_SLEEPING_POSE: TrackedId = TrackedId { constant DATA_IRON_GOLEM_FLAGS (line 835) | pub const DATA_IRON_GOLEM_FLAGS: TrackedId = TrackedId { constant DATA_ITEM (line 845) | pub const DATA_ITEM: TrackedId = TrackedId { constant DATA_ITEM_DISPLAY (line 855) | pub const DATA_ITEM_DISPLAY: TrackedId = TrackedId { constant DATA_ITEM_STACK (line 865) | pub const DATA_ITEM_STACK: TrackedId = TrackedId { constant DATA_LAST_OUTPUT (line 875) | pub const DATA_LAST_OUTPUT: TrackedId = TrackedId { constant DATA_LAST_POSE_TICK (line 885) | pub const DATA_LAST_POSE_TICK: TrackedId = TrackedId { constant DATA_LEFT_HORN (line 895) | pub const DATA_LEFT_HORN: TrackedId = TrackedId { constant DATA_LEFT_PADDLE_MOVING (line 905) | pub const DATA_LEFT_PADDLE_MOVING: TrackedId = TrackedId { constant DATA_LEFT_ROTATION (line 915) | pub const DATA_LEFT_ROTATION: TrackedId = TrackedId { constant DATA_LINE_WIDTH (line 925) | pub const DATA_LINE_WIDTH: TrackedId = TrackedId { constant DATA_LIT (line 935) | pub const DATA_LIT: TrackedId = TrackedId { constant DATA_LIVING_FLAGS (line 945) | pub const DATA_LIVING_FLAGS: TrackedId = TrackedId { constant DATA_LOYALTY (line 955) | pub const DATA_LOYALTY: TrackedId = TrackedId { constant DATA_MAIN_ARM_ID (line 965) | pub const DATA_MAIN_ARM_ID: TrackedId = TrackedId { constant DATA_MAIN_GENE (line 975) | pub const DATA_MAIN_GENE: TrackedId = TrackedId { constant DATA_MOB_FLAGS (line 985) | pub const DATA_MOB_FLAGS: TrackedId = TrackedId { constant DATA_MOISTNESS (line 995) | pub const DATA_MOISTNESS: TrackedId = TrackedId { constant DATA_NAME_VISIBLE (line 1005) | pub const DATA_NAME_VISIBLE: TrackedId = TrackedId { constant DATA_NO_GRAVITY (line 1015) | pub const DATA_NO_GRAVITY: TrackedId = TrackedId { constant DATA_OTHER_TRUSTED (line 1025) | pub const DATA_OTHER_TRUSTED: TrackedId = TrackedId { constant DATA_OWNER (line 1035) | pub const DATA_OWNER: TrackedId = TrackedId { constant DATA_OWNER_UUID (line 1045) | pub const DATA_OWNER_UUID: TrackedId = TrackedId { constant DATA_OXIDATION_LEVEL (line 1055) | pub const DATA_OXIDATION_LEVEL: TrackedId = TrackedId { constant DATA_PANDA_FLAGS (line 1065) | pub const DATA_PANDA_FLAGS: TrackedId = TrackedId { constant DATA_PARTICLE (line 1075) | pub const DATA_PARTICLE: TrackedId = TrackedId { constant DATA_PEEK_AMOUNT (line 1085) | pub const DATA_PEEK_AMOUNT: TrackedId = TrackedId { constant DATA_PHASE_TYPE (line 1095) | pub const DATA_PHASE_TYPE: TrackedId = TrackedId { constant DATA_PIERCE_LEVEL (line 1105) | pub const DATA_PIERCE_LEVEL: TrackedId = TrackedId { constant DATA_PLAYER_MODE_CUSTOMIZATION_ID (line 1115) | pub const DATA_PLAYER_MODE_CUSTOMIZATION_ID: TrackedId = TrackedId { constant DATA_PLAYING_DEAD (line 1125) | pub const DATA_PLAYING_DEAD: TrackedId = TrackedId { constant DATA_POSE (line 1135) | pub const DATA_POSE: TrackedId = TrackedId { constant DATA_POTION_SWIRLS (line 1145) | pub const DATA_POTION_SWIRLS: TrackedId = TrackedId { constant DATA_POTION_SWIRLS_AMBIENT (line 1155) | pub const DATA_POTION_SWIRLS_AMBIENT: TrackedId = TrackedId { constant DATA_PROFILE (line 1165) | pub const DATA_PROFILE: TrackedId = TrackedId { constant DATA_PROJECTILE_FLAGS (line 1175) | pub const DATA_PROJECTILE_FLAGS: TrackedId = TrackedId { constant DATA_PROVOKED (line 1185) | pub const DATA_PROVOKED: TrackedId = TrackedId { constant DATA_PUFF_STATE (line 1195) | pub const DATA_PUFF_STATE: TrackedId = TrackedId { constant DATA_RADIUS (line 1205) | pub const DATA_RADIUS: TrackedId = TrackedId { constant DATA_RESPONSE (line 1215) | pub const DATA_RESPONSE: TrackedId = TrackedId { constant DATA_RIGHT_HORN (line 1225) | pub const DATA_RIGHT_HORN: TrackedId = TrackedId { constant DATA_RIGHT_PADDLE_MOVING (line 1235) | pub const DATA_RIGHT_PADDLE_MOVING: TrackedId = TrackedId { constant DATA_RIGHT_ROTATION (line 1245) | pub const DATA_RIGHT_ROTATION: TrackedId = TrackedId { constant DATA_ROTATION (line 1255) | pub const DATA_ROTATION: TrackedId = TrackedId { constant DATA_SCALE (line 1265) | pub const DATA_SCALE: TrackedId = TrackedId { constant DATA_SCREAMING (line 1275) | pub const DATA_SCREAMING: TrackedId = TrackedId { constant DATA_SHADOW_RADIUS (line 1285) | pub const DATA_SHADOW_RADIUS: TrackedId = TrackedId { constant DATA_SHADOW_STRENGTH (line 1295) | pub const DATA_SHADOW_STRENGTH: TrackedId = TrackedId { constant DATA_SHEARED (line 1305) | pub const DATA_SHEARED: TrackedId = TrackedId { constant DATA_SHOOTER_ENTITY_ID (line 1315) | pub const DATA_SHOOTER_ENTITY_ID: TrackedId = TrackedId { constant DATA_SHOOTING (line 1325) | pub const DATA_SHOOTING: TrackedId = TrackedId { constant DATA_SHOT_AT_ANGLE (line 1335) | pub const DATA_SHOT_AT_ANGLE: TrackedId = TrackedId { constant DATA_SHOW_BOTTOM (line 1345) | pub const DATA_SHOW_BOTTOM: TrackedId = TrackedId { constant DATA_SILENT (line 1355) | pub const DATA_SILENT: TrackedId = TrackedId { constant DATA_SIZE (line 1365) | pub const DATA_SIZE: TrackedId = TrackedId { constant DATA_SLEEPING_POSITION (line 1375) | pub const DATA_SLEEPING_POSITION: TrackedId = TrackedId { constant DATA_SLIME_SIZE (line 1385) | pub const DATA_SLIME_SIZE: TrackedId = TrackedId { constant DATA_SNEEZE_PROGRESS (line 1395) | pub const DATA_SNEEZE_PROGRESS: TrackedId = TrackedId { constant DATA_SNOW_GOLEM_FLAGS (line 1405) | pub const DATA_SNOW_GOLEM_FLAGS: TrackedId = TrackedId { constant DATA_SOUND_VARIANT (line 1415) | pub const DATA_SOUND_VARIANT: TrackedId = TrackedId { constant DATA_SPELL (line 1425) | pub const DATA_SPELL: TrackedId = TrackedId { constant DATA_SPIDER_FLAGS (line 1435) | pub const DATA_SPIDER_FLAGS: TrackedId = TrackedId { constant DATA_SPIKES_RETRACTED (line 1445) | pub const DATA_SPIKES_RETRACTED: TrackedId = TrackedId { constant DATA_STACK (line 1455) | pub const DATA_STACK: TrackedId = TrackedId { constant DATA_START_INTERPOLATION (line 1465) | pub const DATA_START_INTERPOLATION: TrackedId = TrackedId { constant DATA_STATE (line 1475) | pub const DATA_STATE: TrackedId = TrackedId { constant DATA_STAYING_STILL (line 1485) | pub const DATA_STAYING_STILL: TrackedId = TrackedId { constant DATA_STINGER_COUNT (line 1495) | pub const DATA_STINGER_COUNT: TrackedId = TrackedId { constant DATA_STRENGTH (line 1505) | pub const DATA_STRENGTH: TrackedId = TrackedId { constant DATA_STUCK_ARROW_COUNT (line 1515) | pub const DATA_STUCK_ARROW_COUNT: TrackedId = TrackedId { constant DATA_TAMEABLE_FLAGS (line 1525) | pub const DATA_TAMEABLE_FLAGS: TrackedId = TrackedId { constant DATA_TARGET (line 1535) | pub const DATA_TARGET: TrackedId = TrackedId { constant DATA_TELEPORT_DURATION (line 1545) | pub const DATA_TELEPORT_DURATION: TrackedId = TrackedId { constant DATA_TEXT (line 1555) | pub const DATA_TEXT: TrackedId = TrackedId { constant DATA_TEXT_DISPLAY_FLAGS (line 1565) | pub const DATA_TEXT_DISPLAY_FLAGS: TrackedId = TrackedId { constant DATA_TEXT_OPACITY (line 1575) | pub const DATA_TEXT_OPACITY: TrackedId = TrackedId { constant DATA_TRACKED_ENTITY_ID_1 (line 1585) | pub const DATA_TRACKED_ENTITY_ID_1: TrackedId = TrackedId { constant DATA_TRACKED_ENTITY_ID_2 (line 1595) | pub const DATA_TRACKED_ENTITY_ID_2: TrackedId = TrackedId { constant DATA_TRACKED_ENTITY_ID_3 (line 1605) | pub const DATA_TRACKED_ENTITY_ID_3: TrackedId = TrackedId { constant DATA_TRACKER_BODY_ROTATION (line 1615) | pub const DATA_TRACKER_BODY_ROTATION: TrackedId = TrackedId { constant DATA_TRACKER_HEAD_ROTATION (line 1625) | pub const DATA_TRACKER_HEAD_ROTATION: TrackedId = TrackedId { constant DATA_TRACKER_LEFT_ARM_ROTATION (line 1635) | pub const DATA_TRACKER_LEFT_ARM_ROTATION: TrackedId = TrackedId { constant DATA_TRACKER_LEFT_LEG_ROTATION (line 1645) | pub const DATA_TRACKER_LEFT_LEG_ROTATION: TrackedId = TrackedId { constant DATA_TRACKER_RIGHT_ARM_ROTATION (line 1655) | pub const DATA_TRACKER_RIGHT_ARM_ROTATION: TrackedId = TrackedId { constant DATA_TRACKER_RIGHT_LEG_ROTATION (line 1665) | pub const DATA_TRACKER_RIGHT_LEG_ROTATION: TrackedId = TrackedId { constant DATA_TRANSLATION (line 1675) | pub const DATA_TRANSLATION: TrackedId = TrackedId { constant DATA_TRUSTING (line 1685) | pub const DATA_TRUSTING: TrackedId = TrackedId { constant DATA_UNROOTED (line 1695) | pub const DATA_UNROOTED: TrackedId = TrackedId { constant DATA_VALUE (line 1705) | pub const DATA_VALUE: TrackedId = TrackedId { constant DATA_VARIANT (line 1715) | pub const DATA_VARIANT: TrackedId = TrackedId { constant DATA_VEX_FLAGS (line 1725) | pub const DATA_VEX_FLAGS: TrackedId = TrackedId { constant DATA_VIEW_RANGE (line 1735) | pub const DATA_VIEW_RANGE: TrackedId = TrackedId { constant DATA_VILLAGER_DATA (line 1745) | pub const DATA_VILLAGER_DATA: TrackedId = TrackedId { constant DATA_WAITING (line 1755) | pub const DATA_WAITING: TrackedId = TrackedId { constant DATA_WARNING (line 1765) | pub const DATA_WARNING: TrackedId = TrackedId { constant DATA_WIDTH (line 1775) | pub const DATA_WIDTH: TrackedId = TrackedId { constant DATA_ZOMBIE_TYPE (line 1785) | pub const DATA_ZOMBIE_TYPE: TrackedId = TrackedId { FILE: pumpkin-data/src/generated/translation.rs constant ACCESSIBILITY_ONBOARDING_ACCESSIBILITY_BUTTON (line 3) | pub const ACCESSIBILITY_ONBOARDING_ACCESSIBILITY_BUTTON: &str = constant ACCESSIBILITY_ONBOARDING_SCREEN_NARRATOR (line 6) | pub const ACCESSIBILITY_ONBOARDING_SCREEN_NARRATOR: &str = constant ACCESSIBILITY_ONBOARDING_SCREEN_TITLE (line 9) | pub const ACCESSIBILITY_ONBOARDING_SCREEN_TITLE: &str = "accessibility.o... constant ADDSERVER_ADD (line 11) | pub const ADDSERVER_ADD: &str = "addServer.add"; constant ADDSERVER_ENTERIP (line 13) | pub const ADDSERVER_ENTERIP: &str = "addServer.enterIp"; constant ADDSERVER_ENTERNAME (line 15) | pub const ADDSERVER_ENTERNAME: &str = "addServer.enterName"; constant ADDSERVER_RESOURCEPACK (line 17) | pub const ADDSERVER_RESOURCEPACK: &str = "addServer.resourcePack"; constant ADDSERVER_RESOURCEPACK_DISABLED (line 19) | pub const ADDSERVER_RESOURCEPACK_DISABLED: &str = "addServer.resourcePac... constant ADDSERVER_RESOURCEPACK_ENABLED (line 21) | pub const ADDSERVER_RESOURCEPACK_ENABLED: &str = "addServer.resourcePack... constant ADDSERVER_RESOURCEPACK_PROMPT (line 23) | pub const ADDSERVER_RESOURCEPACK_PROMPT: &str = "addServer.resourcePack.... constant ADDSERVER_TITLE (line 25) | pub const ADDSERVER_TITLE: &str = "addServer.title"; constant ADVMODE_COMMAND (line 27) | pub const ADVMODE_COMMAND: &str = "advMode.command"; constant ADVMODE_MODE (line 29) | pub const ADVMODE_MODE: &str = "advMode.mode"; constant ADVMODE_MODE_AUTO (line 31) | pub const ADVMODE_MODE_AUTO: &str = "advMode.mode.auto"; constant ADVMODE_MODE_AUTOEXEC_BAT (line 33) | pub const ADVMODE_MODE_AUTOEXEC_BAT: &str = "advMode.mode.autoexec.bat"; constant ADVMODE_MODE_CONDITIONAL (line 35) | pub const ADVMODE_MODE_CONDITIONAL: &str = "advMode.mode.conditional"; constant ADVMODE_MODE_REDSTONE (line 37) | pub const ADVMODE_MODE_REDSTONE: &str = "advMode.mode.redstone"; constant ADVMODE_MODE_REDSTONETRIGGERED (line 39) | pub const ADVMODE_MODE_REDSTONETRIGGERED: &str = "advMode.mode.redstoneT... constant ADVMODE_MODE_SEQUENCE (line 41) | pub const ADVMODE_MODE_SEQUENCE: &str = "advMode.mode.sequence"; constant ADVMODE_MODE_UNCONDITIONAL (line 43) | pub const ADVMODE_MODE_UNCONDITIONAL: &str = "advMode.mode.unconditional"; constant ADVMODE_NOTALLOWED (line 45) | pub const ADVMODE_NOTALLOWED: &str = "advMode.notAllowed"; constant ADVMODE_NOTENABLED (line 47) | pub const ADVMODE_NOTENABLED: &str = "advMode.notEnabled"; constant ADVMODE_NOTENABLED_SPAWNER (line 49) | pub const ADVMODE_NOTENABLED_SPAWNER: &str = "advMode.notEnabled.spawner"; constant ADVMODE_PREVIOUSOUTPUT (line 51) | pub const ADVMODE_PREVIOUSOUTPUT: &str = "advMode.previousOutput"; constant ADVMODE_SETCOMMAND (line 53) | pub const ADVMODE_SETCOMMAND: &str = "advMode.setCommand"; constant ADVMODE_SETCOMMAND_DISABLED (line 55) | pub const ADVMODE_SETCOMMAND_DISABLED: &str = "advMode.setCommand.disabl... constant ADVMODE_SETCOMMAND_SUCCESS (line 57) | pub const ADVMODE_SETCOMMAND_SUCCESS: &str = "advMode.setCommand.success"; constant ADVMODE_TRACKOUTPUT (line 59) | pub const ADVMODE_TRACKOUTPUT: &str = "advMode.trackOutput"; constant ADVMODE_TRIGGERING (line 61) | pub const ADVMODE_TRIGGERING: &str = "advMode.triggering"; constant ADVMODE_TYPE (line 63) | pub const ADVMODE_TYPE: &str = "advMode.type"; constant ADVANCEMENT_ADVANCEMENTNOTFOUND (line 65) | pub const ADVANCEMENT_ADVANCEMENTNOTFOUND: &str = "advancement.advanceme... constant ADVANCEMENTS_ADVENTURE_ADVENTURING_TIME_DESCRIPTION (line 67) | pub const ADVANCEMENTS_ADVENTURE_ADVENTURING_TIME_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_ADVENTURING_TIME_TITLE (line 70) | pub const ADVANCEMENTS_ADVENTURE_ADVENTURING_TIME_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_ARBALISTIC_DESCRIPTION (line 73) | pub const ADVANCEMENTS_ADVENTURE_ARBALISTIC_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_ARBALISTIC_TITLE (line 76) | pub const ADVANCEMENTS_ADVENTURE_ARBALISTIC_TITLE: &str = "advancements.... constant ADVANCEMENTS_ADVENTURE_AVOID_VIBRATION_DESCRIPTION (line 78) | pub const ADVANCEMENTS_ADVENTURE_AVOID_VIBRATION_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_AVOID_VIBRATION_TITLE (line 81) | pub const ADVANCEMENTS_ADVENTURE_AVOID_VIBRATION_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_BLOWBACK_DESCRIPTION (line 84) | pub const ADVANCEMENTS_ADVENTURE_BLOWBACK_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_BLOWBACK_TITLE (line 87) | pub const ADVANCEMENTS_ADVENTURE_BLOWBACK_TITLE: &str = "advancements.ad... constant ADVANCEMENTS_ADVENTURE_BRUSH_ARMADILLO_DESCRIPTION (line 89) | pub const ADVANCEMENTS_ADVENTURE_BRUSH_ARMADILLO_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_BRUSH_ARMADILLO_TITLE (line 92) | pub const ADVANCEMENTS_ADVENTURE_BRUSH_ARMADILLO_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_BULLSEYE_DESCRIPTION (line 95) | pub const ADVANCEMENTS_ADVENTURE_BULLSEYE_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_BULLSEYE_TITLE (line 98) | pub const ADVANCEMENTS_ADVENTURE_BULLSEYE_TITLE: &str = "advancements.ad... constant ADVANCEMENTS_ADVENTURE_CRAFT_DECORATED_POT_USING_ONLY_SHERDS_DESCRIPTION (line 100) | pub const ADVANCEMENTS_ADVENTURE_CRAFT_DECORATED_POT_USING_ONLY_SHERDS_D... constant ADVANCEMENTS_ADVENTURE_CRAFT_DECORATED_POT_USING_ONLY_SHERDS_TITLE (line 103) | pub const ADVANCEMENTS_ADVENTURE_CRAFT_DECORATED_POT_USING_ONLY_SHERDS_T... constant ADVANCEMENTS_ADVENTURE_CRAFTERS_CRAFTING_CRAFTERS_DESCRIPTION (line 106) | pub const ADVANCEMENTS_ADVENTURE_CRAFTERS_CRAFTING_CRAFTERS_DESCRIPTION:... constant ADVANCEMENTS_ADVENTURE_CRAFTERS_CRAFTING_CRAFTERS_TITLE (line 109) | pub const ADVANCEMENTS_ADVENTURE_CRAFTERS_CRAFTING_CRAFTERS_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_FALL_FROM_WORLD_HEIGHT_DESCRIPTION (line 112) | pub const ADVANCEMENTS_ADVENTURE_FALL_FROM_WORLD_HEIGHT_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_FALL_FROM_WORLD_HEIGHT_TITLE (line 115) | pub const ADVANCEMENTS_ADVENTURE_FALL_FROM_WORLD_HEIGHT_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_HEART_TRANSPLANTER_DESCRIPTION (line 118) | pub const ADVANCEMENTS_ADVENTURE_HEART_TRANSPLANTER_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_HEART_TRANSPLANTER_TITLE (line 121) | pub const ADVANCEMENTS_ADVENTURE_HEART_TRANSPLANTER_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_HERO_OF_THE_VILLAGE_DESCRIPTION (line 124) | pub const ADVANCEMENTS_ADVENTURE_HERO_OF_THE_VILLAGE_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_HERO_OF_THE_VILLAGE_TITLE (line 127) | pub const ADVANCEMENTS_ADVENTURE_HERO_OF_THE_VILLAGE_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_HONEY_BLOCK_SLIDE_DESCRIPTION (line 130) | pub const ADVANCEMENTS_ADVENTURE_HONEY_BLOCK_SLIDE_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_HONEY_BLOCK_SLIDE_TITLE (line 133) | pub const ADVANCEMENTS_ADVENTURE_HONEY_BLOCK_SLIDE_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_KILL_A_MOB_DESCRIPTION (line 136) | pub const ADVANCEMENTS_ADVENTURE_KILL_A_MOB_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_KILL_A_MOB_TITLE (line 139) | pub const ADVANCEMENTS_ADVENTURE_KILL_A_MOB_TITLE: &str = "advancements.... constant ADVANCEMENTS_ADVENTURE_KILL_ALL_MOBS_DESCRIPTION (line 141) | pub const ADVANCEMENTS_ADVENTURE_KILL_ALL_MOBS_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_KILL_ALL_MOBS_TITLE (line 144) | pub const ADVANCEMENTS_ADVENTURE_KILL_ALL_MOBS_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_KILL_MOB_NEAR_SCULK_CATALYST_DESCRIPTION (line 147) | pub const ADVANCEMENTS_ADVENTURE_KILL_MOB_NEAR_SCULK_CATALYST_DESCRIPTIO... constant ADVANCEMENTS_ADVENTURE_KILL_MOB_NEAR_SCULK_CATALYST_TITLE (line 150) | pub const ADVANCEMENTS_ADVENTURE_KILL_MOB_NEAR_SCULK_CATALYST_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_LIGHTEN_UP_DESCRIPTION (line 153) | pub const ADVANCEMENTS_ADVENTURE_LIGHTEN_UP_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_LIGHTEN_UP_TITLE (line 156) | pub const ADVANCEMENTS_ADVENTURE_LIGHTEN_UP_TITLE: &str = "advancements.... constant ADVANCEMENTS_ADVENTURE_LIGHTNING_ROD_WITH_VILLAGER_NO_FIRE_DESCRIPTION (line 158) | pub const ADVANCEMENTS_ADVENTURE_LIGHTNING_ROD_WITH_VILLAGER_NO_FIRE_DES... constant ADVANCEMENTS_ADVENTURE_LIGHTNING_ROD_WITH_VILLAGER_NO_FIRE_TITLE (line 161) | pub const ADVANCEMENTS_ADVENTURE_LIGHTNING_ROD_WITH_VILLAGER_NO_FIRE_TIT... constant ADVANCEMENTS_ADVENTURE_MINECRAFT_TRIALS_EDITION_DESCRIPTION (line 164) | pub const ADVANCEMENTS_ADVENTURE_MINECRAFT_TRIALS_EDITION_DESCRIPTION: &... constant ADVANCEMENTS_ADVENTURE_MINECRAFT_TRIALS_EDITION_TITLE (line 167) | pub const ADVANCEMENTS_ADVENTURE_MINECRAFT_TRIALS_EDITION_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_OL_BETSY_DESCRIPTION (line 170) | pub const ADVANCEMENTS_ADVENTURE_OL_BETSY_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_OL_BETSY_TITLE (line 173) | pub const ADVANCEMENTS_ADVENTURE_OL_BETSY_TITLE: &str = "advancements.ad... constant ADVANCEMENTS_ADVENTURE_OVEROVERKILL_DESCRIPTION (line 175) | pub const ADVANCEMENTS_ADVENTURE_OVEROVERKILL_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_OVEROVERKILL_TITLE (line 178) | pub const ADVANCEMENTS_ADVENTURE_OVEROVERKILL_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_PLAY_JUKEBOX_IN_MEADOWS_DESCRIPTION (line 181) | pub const ADVANCEMENTS_ADVENTURE_PLAY_JUKEBOX_IN_MEADOWS_DESCRIPTION: &s... constant ADVANCEMENTS_ADVENTURE_PLAY_JUKEBOX_IN_MEADOWS_TITLE (line 184) | pub const ADVANCEMENTS_ADVENTURE_PLAY_JUKEBOX_IN_MEADOWS_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_READ_POWER_FROM_CHISELED_BOOKSHELF_DESCRIPTION (line 187) | pub const ADVANCEMENTS_ADVENTURE_READ_POWER_FROM_CHISELED_BOOKSHELF_DESC... constant ADVANCEMENTS_ADVENTURE_READ_POWER_FROM_CHISELED_BOOKSHELF_TITLE (line 190) | pub const ADVANCEMENTS_ADVENTURE_READ_POWER_FROM_CHISELED_BOOKSHELF_TITL... constant ADVANCEMENTS_ADVENTURE_REVAULTING_DESCRIPTION (line 193) | pub const ADVANCEMENTS_ADVENTURE_REVAULTING_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_REVAULTING_TITLE (line 196) | pub const ADVANCEMENTS_ADVENTURE_REVAULTING_TITLE: &str = "advancements.... constant ADVANCEMENTS_ADVENTURE_ROOT_DESCRIPTION (line 198) | pub const ADVANCEMENTS_ADVENTURE_ROOT_DESCRIPTION: &str = "advancements.... constant ADVANCEMENTS_ADVENTURE_ROOT_TITLE (line 200) | pub const ADVANCEMENTS_ADVENTURE_ROOT_TITLE: &str = "advancements.advent... constant ADVANCEMENTS_ADVENTURE_SALVAGE_SHERD_DESCRIPTION (line 202) | pub const ADVANCEMENTS_ADVENTURE_SALVAGE_SHERD_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SALVAGE_SHERD_TITLE (line 205) | pub const ADVANCEMENTS_ADVENTURE_SALVAGE_SHERD_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SHOOT_ARROW_DESCRIPTION (line 208) | pub const ADVANCEMENTS_ADVENTURE_SHOOT_ARROW_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SHOOT_ARROW_TITLE (line 211) | pub const ADVANCEMENTS_ADVENTURE_SHOOT_ARROW_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SLEEP_IN_BED_DESCRIPTION (line 214) | pub const ADVANCEMENTS_ADVENTURE_SLEEP_IN_BED_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SLEEP_IN_BED_TITLE (line 217) | pub const ADVANCEMENTS_ADVENTURE_SLEEP_IN_BED_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SNIPER_DUEL_DESCRIPTION (line 220) | pub const ADVANCEMENTS_ADVENTURE_SNIPER_DUEL_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SNIPER_DUEL_TITLE (line 223) | pub const ADVANCEMENTS_ADVENTURE_SNIPER_DUEL_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SPEAR_MANY_MOBS_DESCRIPTION (line 226) | pub const ADVANCEMENTS_ADVENTURE_SPEAR_MANY_MOBS_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SPEAR_MANY_MOBS_TITLE (line 229) | pub const ADVANCEMENTS_ADVENTURE_SPEAR_MANY_MOBS_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_DRAGON_DESCRIPTION (line 232) | pub const ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_DRAGON_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_DRAGON_TITLE (line 235) | pub const ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_DRAGON_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_GHAST_DESCRIPTION (line 238) | pub const ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_GHAST_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_GHAST_TITLE (line 241) | pub const ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_GHAST_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_PARROT_DESCRIPTION (line 244) | pub const ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_PARROT_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_PARROT_TITLE (line 247) | pub const ADVANCEMENTS_ADVENTURE_SPYGLASS_AT_PARROT_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_SUMMON_IRON_GOLEM_DESCRIPTION (line 250) | pub const ADVANCEMENTS_ADVENTURE_SUMMON_IRON_GOLEM_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_SUMMON_IRON_GOLEM_TITLE (line 253) | pub const ADVANCEMENTS_ADVENTURE_SUMMON_IRON_GOLEM_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_THROW_TRIDENT_DESCRIPTION (line 256) | pub const ADVANCEMENTS_ADVENTURE_THROW_TRIDENT_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_THROW_TRIDENT_TITLE (line 259) | pub const ADVANCEMENTS_ADVENTURE_THROW_TRIDENT_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_TOTEM_OF_UNDYING_DESCRIPTION (line 262) | pub const ADVANCEMENTS_ADVENTURE_TOTEM_OF_UNDYING_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_TOTEM_OF_UNDYING_TITLE (line 265) | pub const ADVANCEMENTS_ADVENTURE_TOTEM_OF_UNDYING_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_TRADE_DESCRIPTION (line 268) | pub const ADVANCEMENTS_ADVENTURE_TRADE_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_TRADE_TITLE (line 271) | pub const ADVANCEMENTS_ADVENTURE_TRADE_TITLE: &str = "advancements.adven... constant ADVANCEMENTS_ADVENTURE_TRADE_AT_WORLD_HEIGHT_DESCRIPTION (line 273) | pub const ADVANCEMENTS_ADVENTURE_TRADE_AT_WORLD_HEIGHT_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_TRADE_AT_WORLD_HEIGHT_TITLE (line 276) | pub const ADVANCEMENTS_ADVENTURE_TRADE_AT_WORLD_HEIGHT_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_TRIM_WITH_ALL_EXCLUSIVE_ARMOR_PATTERNS_DESCRIPTION (line 279) | pub const ADVANCEMENTS_ADVENTURE_TRIM_WITH_ALL_EXCLUSIVE_ARMOR_PATTERNS_... constant ADVANCEMENTS_ADVENTURE_TRIM_WITH_ALL_EXCLUSIVE_ARMOR_PATTERNS_TITLE (line 282) | pub const ADVANCEMENTS_ADVENTURE_TRIM_WITH_ALL_EXCLUSIVE_ARMOR_PATTERNS_... constant ADVANCEMENTS_ADVENTURE_TRIM_WITH_ANY_ARMOR_PATTERN_DESCRIPTION (line 285) | pub const ADVANCEMENTS_ADVENTURE_TRIM_WITH_ANY_ARMOR_PATTERN_DESCRIPTION... constant ADVANCEMENTS_ADVENTURE_TRIM_WITH_ANY_ARMOR_PATTERN_TITLE (line 288) | pub const ADVANCEMENTS_ADVENTURE_TRIM_WITH_ANY_ARMOR_PATTERN_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_TWO_BIRDS_ONE_ARROW_DESCRIPTION (line 291) | pub const ADVANCEMENTS_ADVENTURE_TWO_BIRDS_ONE_ARROW_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_TWO_BIRDS_ONE_ARROW_TITLE (line 294) | pub const ADVANCEMENTS_ADVENTURE_TWO_BIRDS_ONE_ARROW_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_UNDER_LOCK_AND_KEY_DESCRIPTION (line 297) | pub const ADVANCEMENTS_ADVENTURE_UNDER_LOCK_AND_KEY_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_UNDER_LOCK_AND_KEY_TITLE (line 300) | pub const ADVANCEMENTS_ADVENTURE_UNDER_LOCK_AND_KEY_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_USE_LODESTONE_DESCRIPTION (line 303) | pub const ADVANCEMENTS_ADVENTURE_USE_LODESTONE_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_USE_LODESTONE_TITLE (line 306) | pub const ADVANCEMENTS_ADVENTURE_USE_LODESTONE_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_VERY_VERY_FRIGHTENING_DESCRIPTION (line 309) | pub const ADVANCEMENTS_ADVENTURE_VERY_VERY_FRIGHTENING_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_VERY_VERY_FRIGHTENING_TITLE (line 312) | pub const ADVANCEMENTS_ADVENTURE_VERY_VERY_FRIGHTENING_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_VOLUNTARY_EXILE_DESCRIPTION (line 315) | pub const ADVANCEMENTS_ADVENTURE_VOLUNTARY_EXILE_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_VOLUNTARY_EXILE_TITLE (line 318) | pub const ADVANCEMENTS_ADVENTURE_VOLUNTARY_EXILE_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_WALK_ON_POWDER_SNOW_WITH_LEATHER_BOOTS_DESCRIPTION (line 321) | pub const ADVANCEMENTS_ADVENTURE_WALK_ON_POWDER_SNOW_WITH_LEATHER_BOOTS_... constant ADVANCEMENTS_ADVENTURE_WALK_ON_POWDER_SNOW_WITH_LEATHER_BOOTS_TITLE (line 324) | pub const ADVANCEMENTS_ADVENTURE_WALK_ON_POWDER_SNOW_WITH_LEATHER_BOOTS_... constant ADVANCEMENTS_ADVENTURE_WHO_NEEDS_ROCKETS_DESCRIPTION (line 327) | pub const ADVANCEMENTS_ADVENTURE_WHO_NEEDS_ROCKETS_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_WHO_NEEDS_ROCKETS_TITLE (line 330) | pub const ADVANCEMENTS_ADVENTURE_WHO_NEEDS_ROCKETS_TITLE: &str = constant ADVANCEMENTS_ADVENTURE_WHOS_THE_PILLAGER_NOW_DESCRIPTION (line 333) | pub const ADVANCEMENTS_ADVENTURE_WHOS_THE_PILLAGER_NOW_DESCRIPTION: &str = constant ADVANCEMENTS_ADVENTURE_WHOS_THE_PILLAGER_NOW_TITLE (line 336) | pub const ADVANCEMENTS_ADVENTURE_WHOS_THE_PILLAGER_NOW_TITLE: &str = constant ADVANCEMENTS_EMPTY (line 339) | pub const ADVANCEMENTS_EMPTY: &str = "advancements.empty"; constant ADVANCEMENTS_END_DRAGON_BREATH_DESCRIPTION (line 341) | pub const ADVANCEMENTS_END_DRAGON_BREATH_DESCRIPTION: &str = constant ADVANCEMENTS_END_DRAGON_BREATH_TITLE (line 344) | pub const ADVANCEMENTS_END_DRAGON_BREATH_TITLE: &str = "advancements.end... constant ADVANCEMENTS_END_DRAGON_EGG_DESCRIPTION (line 346) | pub const ADVANCEMENTS_END_DRAGON_EGG_DESCRIPTION: &str = "advancements.... constant ADVANCEMENTS_END_DRAGON_EGG_TITLE (line 348) | pub const ADVANCEMENTS_END_DRAGON_EGG_TITLE: &str = "advancements.end.dr... constant ADVANCEMENTS_END_ELYTRA_DESCRIPTION (line 350) | pub const ADVANCEMENTS_END_ELYTRA_DESCRIPTION: &str = "advancements.end.... constant ADVANCEMENTS_END_ELYTRA_TITLE (line 352) | pub const ADVANCEMENTS_END_ELYTRA_TITLE: &str = "advancements.end.elytra... constant ADVANCEMENTS_END_ENTER_END_GATEWAY_DESCRIPTION (line 354) | pub const ADVANCEMENTS_END_ENTER_END_GATEWAY_DESCRIPTION: &str = constant ADVANCEMENTS_END_ENTER_END_GATEWAY_TITLE (line 357) | pub const ADVANCEMENTS_END_ENTER_END_GATEWAY_TITLE: &str = constant ADVANCEMENTS_END_FIND_END_CITY_DESCRIPTION (line 360) | pub const ADVANCEMENTS_END_FIND_END_CITY_DESCRIPTION: &str = constant ADVANCEMENTS_END_FIND_END_CITY_TITLE (line 363) | pub const ADVANCEMENTS_END_FIND_END_CITY_TITLE: &str = "advancements.end... constant ADVANCEMENTS_END_KILL_DRAGON_DESCRIPTION (line 365) | pub const ADVANCEMENTS_END_KILL_DRAGON_DESCRIPTION: &str = constant ADVANCEMENTS_END_KILL_DRAGON_TITLE (line 368) | pub const ADVANCEMENTS_END_KILL_DRAGON_TITLE: &str = "advancements.end.k... constant ADVANCEMENTS_END_LEVITATE_DESCRIPTION (line 370) | pub const ADVANCEMENTS_END_LEVITATE_DESCRIPTION: &str = "advancements.en... constant ADVANCEMENTS_END_LEVITATE_TITLE (line 372) | pub const ADVANCEMENTS_END_LEVITATE_TITLE: &str = "advancements.end.levi... constant ADVANCEMENTS_END_RESPAWN_DRAGON_DESCRIPTION (line 374) | pub const ADVANCEMENTS_END_RESPAWN_DRAGON_DESCRIPTION: &str = constant ADVANCEMENTS_END_RESPAWN_DRAGON_TITLE (line 377) | pub const ADVANCEMENTS_END_RESPAWN_DRAGON_TITLE: &str = "advancements.en... constant ADVANCEMENTS_END_ROOT_DESCRIPTION (line 379) | pub const ADVANCEMENTS_END_ROOT_DESCRIPTION: &str = "advancements.end.ro... constant ADVANCEMENTS_END_ROOT_TITLE (line 381) | pub const ADVANCEMENTS_END_ROOT_TITLE: &str = "advancements.end.root.tit... constant ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_CAKE_TO_NOTE_BLOCK_DESCRIPTION (line 383) | pub const ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_CAKE_TO_NOTE_BLOCK_DESCRI... constant ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_CAKE_TO_NOTE_BLOCK_TITLE (line 386) | pub const ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_CAKE_TO_NOTE_BLOCK_TITLE:... constant ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_ITEM_TO_PLAYER_DESCRIPTION (line 389) | pub const ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_ITEM_TO_PLAYER_DESCRIPTIO... constant ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_ITEM_TO_PLAYER_TITLE (line 392) | pub const ADVANCEMENTS_HUSBANDRY_ALLAY_DELIVER_ITEM_TO_PLAYER_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_AXOLOTL_IN_A_BUCKET_DESCRIPTION (line 395) | pub const ADVANCEMENTS_HUSBANDRY_AXOLOTL_IN_A_BUCKET_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_AXOLOTL_IN_A_BUCKET_TITLE (line 398) | pub const ADVANCEMENTS_HUSBANDRY_AXOLOTL_IN_A_BUCKET_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_BALANCED_DIET_DESCRIPTION (line 401) | pub const ADVANCEMENTS_HUSBANDRY_BALANCED_DIET_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_BALANCED_DIET_TITLE (line 404) | pub const ADVANCEMENTS_HUSBANDRY_BALANCED_DIET_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_BREED_ALL_ANIMALS_DESCRIPTION (line 407) | pub const ADVANCEMENTS_HUSBANDRY_BREED_ALL_ANIMALS_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_BREED_ALL_ANIMALS_TITLE (line 410) | pub const ADVANCEMENTS_HUSBANDRY_BREED_ALL_ANIMALS_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_BREED_AN_ANIMAL_DESCRIPTION (line 413) | pub const ADVANCEMENTS_HUSBANDRY_BREED_AN_ANIMAL_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_BREED_AN_ANIMAL_TITLE (line 416) | pub const ADVANCEMENTS_HUSBANDRY_BREED_AN_ANIMAL_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_COMPLETE_CATALOGUE_DESCRIPTION (line 419) | pub const ADVANCEMENTS_HUSBANDRY_COMPLETE_CATALOGUE_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_COMPLETE_CATALOGUE_TITLE (line 422) | pub const ADVANCEMENTS_HUSBANDRY_COMPLETE_CATALOGUE_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_FEED_SNIFFLET_DESCRIPTION (line 425) | pub const ADVANCEMENTS_HUSBANDRY_FEED_SNIFFLET_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_FEED_SNIFFLET_TITLE (line 428) | pub const ADVANCEMENTS_HUSBANDRY_FEED_SNIFFLET_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_FISHY_BUSINESS_DESCRIPTION (line 431) | pub const ADVANCEMENTS_HUSBANDRY_FISHY_BUSINESS_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_FISHY_BUSINESS_TITLE (line 434) | pub const ADVANCEMENTS_HUSBANDRY_FISHY_BUSINESS_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_FROGLIGHTS_DESCRIPTION (line 437) | pub const ADVANCEMENTS_HUSBANDRY_FROGLIGHTS_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_FROGLIGHTS_TITLE (line 440) | pub const ADVANCEMENTS_HUSBANDRY_FROGLIGHTS_TITLE: &str = "advancements.... constant ADVANCEMENTS_HUSBANDRY_KILL_AXOLOTL_TARGET_DESCRIPTION (line 442) | pub const ADVANCEMENTS_HUSBANDRY_KILL_AXOLOTL_TARGET_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_KILL_AXOLOTL_TARGET_TITLE (line 445) | pub const ADVANCEMENTS_HUSBANDRY_KILL_AXOLOTL_TARGET_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_LEASH_ALL_FROG_VARIANTS_DESCRIPTION (line 448) | pub const ADVANCEMENTS_HUSBANDRY_LEASH_ALL_FROG_VARIANTS_DESCRIPTION: &s... constant ADVANCEMENTS_HUSBANDRY_LEASH_ALL_FROG_VARIANTS_TITLE (line 451) | pub const ADVANCEMENTS_HUSBANDRY_LEASH_ALL_FROG_VARIANTS_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_MAKE_A_SIGN_GLOW_DESCRIPTION (line 454) | pub const ADVANCEMENTS_HUSBANDRY_MAKE_A_SIGN_GLOW_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_MAKE_A_SIGN_GLOW_TITLE (line 457) | pub const ADVANCEMENTS_HUSBANDRY_MAKE_A_SIGN_GLOW_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_NETHERITE_HOE_DESCRIPTION (line 460) | pub const ADVANCEMENTS_HUSBANDRY_NETHERITE_HOE_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_NETHERITE_HOE_TITLE (line 463) | pub const ADVANCEMENTS_HUSBANDRY_NETHERITE_HOE_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_OBTAIN_SNIFFER_EGG_DESCRIPTION (line 466) | pub const ADVANCEMENTS_HUSBANDRY_OBTAIN_SNIFFER_EGG_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_OBTAIN_SNIFFER_EGG_TITLE (line 469) | pub const ADVANCEMENTS_HUSBANDRY_OBTAIN_SNIFFER_EGG_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_PLACE_DRIED_GHAST_IN_WATER_DESCRIPTION (line 472) | pub const ADVANCEMENTS_HUSBANDRY_PLACE_DRIED_GHAST_IN_WATER_DESCRIPTION:... constant ADVANCEMENTS_HUSBANDRY_PLACE_DRIED_GHAST_IN_WATER_TITLE (line 475) | pub const ADVANCEMENTS_HUSBANDRY_PLACE_DRIED_GHAST_IN_WATER_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_PLANT_ANY_SNIFFER_SEED_DESCRIPTION (line 478) | pub const ADVANCEMENTS_HUSBANDRY_PLANT_ANY_SNIFFER_SEED_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_PLANT_ANY_SNIFFER_SEED_TITLE (line 481) | pub const ADVANCEMENTS_HUSBANDRY_PLANT_ANY_SNIFFER_SEED_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_PLANT_SEED_DESCRIPTION (line 484) | pub const ADVANCEMENTS_HUSBANDRY_PLANT_SEED_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_PLANT_SEED_TITLE (line 487) | pub const ADVANCEMENTS_HUSBANDRY_PLANT_SEED_TITLE: &str = "advancements.... constant ADVANCEMENTS_HUSBANDRY_REMOVE_WOLF_ARMOR_DESCRIPTION (line 489) | pub const ADVANCEMENTS_HUSBANDRY_REMOVE_WOLF_ARMOR_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_REMOVE_WOLF_ARMOR_TITLE (line 492) | pub const ADVANCEMENTS_HUSBANDRY_REMOVE_WOLF_ARMOR_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_REPAIR_WOLF_ARMOR_DESCRIPTION (line 495) | pub const ADVANCEMENTS_HUSBANDRY_REPAIR_WOLF_ARMOR_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_REPAIR_WOLF_ARMOR_TITLE (line 498) | pub const ADVANCEMENTS_HUSBANDRY_REPAIR_WOLF_ARMOR_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_RIDE_A_BOAT_WITH_A_GOAT_DESCRIPTION (line 501) | pub const ADVANCEMENTS_HUSBANDRY_RIDE_A_BOAT_WITH_A_GOAT_DESCRIPTION: &s... constant ADVANCEMENTS_HUSBANDRY_RIDE_A_BOAT_WITH_A_GOAT_TITLE (line 504) | pub const ADVANCEMENTS_HUSBANDRY_RIDE_A_BOAT_WITH_A_GOAT_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_ROOT_DESCRIPTION (line 507) | pub const ADVANCEMENTS_HUSBANDRY_ROOT_DESCRIPTION: &str = "advancements.... constant ADVANCEMENTS_HUSBANDRY_ROOT_TITLE (line 509) | pub const ADVANCEMENTS_HUSBANDRY_ROOT_TITLE: &str = "advancements.husban... constant ADVANCEMENTS_HUSBANDRY_SAFELY_HARVEST_HONEY_DESCRIPTION (line 511) | pub const ADVANCEMENTS_HUSBANDRY_SAFELY_HARVEST_HONEY_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_SAFELY_HARVEST_HONEY_TITLE (line 514) | pub const ADVANCEMENTS_HUSBANDRY_SAFELY_HARVEST_HONEY_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_SILK_TOUCH_NEST_DESCRIPTION (line 517) | pub const ADVANCEMENTS_HUSBANDRY_SILK_TOUCH_NEST_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_SILK_TOUCH_NEST_TITLE (line 520) | pub const ADVANCEMENTS_HUSBANDRY_SILK_TOUCH_NEST_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_TACTICAL_FISHING_DESCRIPTION (line 523) | pub const ADVANCEMENTS_HUSBANDRY_TACTICAL_FISHING_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_TACTICAL_FISHING_TITLE (line 526) | pub const ADVANCEMENTS_HUSBANDRY_TACTICAL_FISHING_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_TADPOLE_IN_A_BUCKET_DESCRIPTION (line 529) | pub const ADVANCEMENTS_HUSBANDRY_TADPOLE_IN_A_BUCKET_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_TADPOLE_IN_A_BUCKET_TITLE (line 532) | pub const ADVANCEMENTS_HUSBANDRY_TADPOLE_IN_A_BUCKET_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_TAME_AN_ANIMAL_DESCRIPTION (line 535) | pub const ADVANCEMENTS_HUSBANDRY_TAME_AN_ANIMAL_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_TAME_AN_ANIMAL_TITLE (line 538) | pub const ADVANCEMENTS_HUSBANDRY_TAME_AN_ANIMAL_TITLE: &str = constant ADVANCEMENTS_HUSBANDRY_WAX_OFF_DESCRIPTION (line 541) | pub const ADVANCEMENTS_HUSBANDRY_WAX_OFF_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_WAX_OFF_TITLE (line 544) | pub const ADVANCEMENTS_HUSBANDRY_WAX_OFF_TITLE: &str = "advancements.hus... constant ADVANCEMENTS_HUSBANDRY_WAX_ON_DESCRIPTION (line 546) | pub const ADVANCEMENTS_HUSBANDRY_WAX_ON_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_WAX_ON_TITLE (line 549) | pub const ADVANCEMENTS_HUSBANDRY_WAX_ON_TITLE: &str = "advancements.husb... constant ADVANCEMENTS_HUSBANDRY_WHOLE_PACK_DESCRIPTION (line 551) | pub const ADVANCEMENTS_HUSBANDRY_WHOLE_PACK_DESCRIPTION: &str = constant ADVANCEMENTS_HUSBANDRY_WHOLE_PACK_TITLE (line 554) | pub const ADVANCEMENTS_HUSBANDRY_WHOLE_PACK_TITLE: &str = "advancements.... constant ADVANCEMENTS_NETHER_ALL_EFFECTS_DESCRIPTION (line 556) | pub const ADVANCEMENTS_NETHER_ALL_EFFECTS_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_ALL_EFFECTS_TITLE (line 559) | pub const ADVANCEMENTS_NETHER_ALL_EFFECTS_TITLE: &str = "advancements.ne... constant ADVANCEMENTS_NETHER_ALL_POTIONS_DESCRIPTION (line 561) | pub const ADVANCEMENTS_NETHER_ALL_POTIONS_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_ALL_POTIONS_TITLE (line 564) | pub const ADVANCEMENTS_NETHER_ALL_POTIONS_TITLE: &str = "advancements.ne... constant ADVANCEMENTS_NETHER_BREW_POTION_DESCRIPTION (line 566) | pub const ADVANCEMENTS_NETHER_BREW_POTION_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_BREW_POTION_TITLE (line 569) | pub const ADVANCEMENTS_NETHER_BREW_POTION_TITLE: &str = "advancements.ne... constant ADVANCEMENTS_NETHER_CHARGE_RESPAWN_ANCHOR_DESCRIPTION (line 571) | pub const ADVANCEMENTS_NETHER_CHARGE_RESPAWN_ANCHOR_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_CHARGE_RESPAWN_ANCHOR_TITLE (line 574) | pub const ADVANCEMENTS_NETHER_CHARGE_RESPAWN_ANCHOR_TITLE: &str = constant ADVANCEMENTS_NETHER_CREATE_BEACON_DESCRIPTION (line 577) | pub const ADVANCEMENTS_NETHER_CREATE_BEACON_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_CREATE_BEACON_TITLE (line 580) | pub const ADVANCEMENTS_NETHER_CREATE_BEACON_TITLE: &str = "advancements.... constant ADVANCEMENTS_NETHER_CREATE_FULL_BEACON_DESCRIPTION (line 582) | pub const ADVANCEMENTS_NETHER_CREATE_FULL_BEACON_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_CREATE_FULL_BEACON_TITLE (line 585) | pub const ADVANCEMENTS_NETHER_CREATE_FULL_BEACON_TITLE: &str = constant ADVANCEMENTS_NETHER_DISTRACT_PIGLIN_DESCRIPTION (line 588) | pub const ADVANCEMENTS_NETHER_DISTRACT_PIGLIN_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_DISTRACT_PIGLIN_TITLE (line 591) | pub const ADVANCEMENTS_NETHER_DISTRACT_PIGLIN_TITLE: &str = constant ADVANCEMENTS_NETHER_EXPLORE_NETHER_DESCRIPTION (line 594) | pub const ADVANCEMENTS_NETHER_EXPLORE_NETHER_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_EXPLORE_NETHER_TITLE (line 597) | pub const ADVANCEMENTS_NETHER_EXPLORE_NETHER_TITLE: &str = constant ADVANCEMENTS_NETHER_FAST_TRAVEL_DESCRIPTION (line 600) | pub const ADVANCEMENTS_NETHER_FAST_TRAVEL_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_FAST_TRAVEL_TITLE (line 603) | pub const ADVANCEMENTS_NETHER_FAST_TRAVEL_TITLE: &str = "advancements.ne... constant ADVANCEMENTS_NETHER_FIND_BASTION_DESCRIPTION (line 605) | pub const ADVANCEMENTS_NETHER_FIND_BASTION_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_FIND_BASTION_TITLE (line 608) | pub const ADVANCEMENTS_NETHER_FIND_BASTION_TITLE: &str = "advancements.n... constant ADVANCEMENTS_NETHER_FIND_FORTRESS_DESCRIPTION (line 610) | pub const ADVANCEMENTS_NETHER_FIND_FORTRESS_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_FIND_FORTRESS_TITLE (line 613) | pub const ADVANCEMENTS_NETHER_FIND_FORTRESS_TITLE: &str = "advancements.... constant ADVANCEMENTS_NETHER_GET_WITHER_SKULL_DESCRIPTION (line 615) | pub const ADVANCEMENTS_NETHER_GET_WITHER_SKULL_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_GET_WITHER_SKULL_TITLE (line 618) | pub const ADVANCEMENTS_NETHER_GET_WITHER_SKULL_TITLE: &str = constant ADVANCEMENTS_NETHER_LOOT_BASTION_DESCRIPTION (line 621) | pub const ADVANCEMENTS_NETHER_LOOT_BASTION_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_LOOT_BASTION_TITLE (line 624) | pub const ADVANCEMENTS_NETHER_LOOT_BASTION_TITLE: &str = "advancements.n... constant ADVANCEMENTS_NETHER_NETHERITE_ARMOR_DESCRIPTION (line 626) | pub const ADVANCEMENTS_NETHER_NETHERITE_ARMOR_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_NETHERITE_ARMOR_TITLE (line 629) | pub const ADVANCEMENTS_NETHER_NETHERITE_ARMOR_TITLE: &str = constant ADVANCEMENTS_NETHER_OBTAIN_ANCIENT_DEBRIS_DESCRIPTION (line 632) | pub const ADVANCEMENTS_NETHER_OBTAIN_ANCIENT_DEBRIS_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_OBTAIN_ANCIENT_DEBRIS_TITLE (line 635) | pub const ADVANCEMENTS_NETHER_OBTAIN_ANCIENT_DEBRIS_TITLE: &str = constant ADVANCEMENTS_NETHER_OBTAIN_BLAZE_ROD_DESCRIPTION (line 638) | pub const ADVANCEMENTS_NETHER_OBTAIN_BLAZE_ROD_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_OBTAIN_BLAZE_ROD_TITLE (line 641) | pub const ADVANCEMENTS_NETHER_OBTAIN_BLAZE_ROD_TITLE: &str = constant ADVANCEMENTS_NETHER_OBTAIN_CRYING_OBSIDIAN_DESCRIPTION (line 644) | pub const ADVANCEMENTS_NETHER_OBTAIN_CRYING_OBSIDIAN_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_OBTAIN_CRYING_OBSIDIAN_TITLE (line 647) | pub const ADVANCEMENTS_NETHER_OBTAIN_CRYING_OBSIDIAN_TITLE: &str = constant ADVANCEMENTS_NETHER_RETURN_TO_SENDER_DESCRIPTION (line 650) | pub const ADVANCEMENTS_NETHER_RETURN_TO_SENDER_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_RETURN_TO_SENDER_TITLE (line 653) | pub const ADVANCEMENTS_NETHER_RETURN_TO_SENDER_TITLE: &str = constant ADVANCEMENTS_NETHER_RIDE_STRIDER_DESCRIPTION (line 656) | pub const ADVANCEMENTS_NETHER_RIDE_STRIDER_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_RIDE_STRIDER_TITLE (line 659) | pub const ADVANCEMENTS_NETHER_RIDE_STRIDER_TITLE: &str = "advancements.n... constant ADVANCEMENTS_NETHER_RIDE_STRIDER_IN_OVERWORLD_LAVA_DESCRIPTION (line 661) | pub const ADVANCEMENTS_NETHER_RIDE_STRIDER_IN_OVERWORLD_LAVA_DESCRIPTION... constant ADVANCEMENTS_NETHER_RIDE_STRIDER_IN_OVERWORLD_LAVA_TITLE (line 664) | pub const ADVANCEMENTS_NETHER_RIDE_STRIDER_IN_OVERWORLD_LAVA_TITLE: &str = constant ADVANCEMENTS_NETHER_ROOT_DESCRIPTION (line 667) | pub const ADVANCEMENTS_NETHER_ROOT_DESCRIPTION: &str = "advancements.net... constant ADVANCEMENTS_NETHER_ROOT_TITLE (line 669) | pub const ADVANCEMENTS_NETHER_ROOT_TITLE: &str = "advancements.nether.ro... constant ADVANCEMENTS_NETHER_SUMMON_WITHER_DESCRIPTION (line 671) | pub const ADVANCEMENTS_NETHER_SUMMON_WITHER_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_SUMMON_WITHER_TITLE (line 674) | pub const ADVANCEMENTS_NETHER_SUMMON_WITHER_TITLE: &str = "advancements.... constant ADVANCEMENTS_NETHER_UNEASY_ALLIANCE_DESCRIPTION (line 676) | pub const ADVANCEMENTS_NETHER_UNEASY_ALLIANCE_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_UNEASY_ALLIANCE_TITLE (line 679) | pub const ADVANCEMENTS_NETHER_UNEASY_ALLIANCE_TITLE: &str = constant ADVANCEMENTS_NETHER_USE_LODESTONE_DESCRIPTION (line 682) | pub const ADVANCEMENTS_NETHER_USE_LODESTONE_DESCRIPTION: &str = constant ADVANCEMENTS_NETHER_USE_LODESTONE_TITLE (line 685) | pub const ADVANCEMENTS_NETHER_USE_LODESTONE_TITLE: &str = "advancements.... constant ADVANCEMENTS_PROGRESS (line 687) | pub const ADVANCEMENTS_PROGRESS: &str = "advancements.progress"; constant ADVANCEMENTS_SAD_LABEL (line 689) | pub const ADVANCEMENTS_SAD_LABEL: &str = "advancements.sad_label"; constant ADVANCEMENTS_STORY_CURE_ZOMBIE_VILLAGER_DESCRIPTION (line 691) | pub const ADVANCEMENTS_STORY_CURE_ZOMBIE_VILLAGER_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_CURE_ZOMBIE_VILLAGER_TITLE (line 694) | pub const ADVANCEMENTS_STORY_CURE_ZOMBIE_VILLAGER_TITLE: &str = constant ADVANCEMENTS_STORY_DEFLECT_ARROW_DESCRIPTION (line 697) | pub const ADVANCEMENTS_STORY_DEFLECT_ARROW_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_DEFLECT_ARROW_TITLE (line 700) | pub const ADVANCEMENTS_STORY_DEFLECT_ARROW_TITLE: &str = "advancements.s... constant ADVANCEMENTS_STORY_ENCHANT_ITEM_DESCRIPTION (line 702) | pub const ADVANCEMENTS_STORY_ENCHANT_ITEM_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_ENCHANT_ITEM_TITLE (line 705) | pub const ADVANCEMENTS_STORY_ENCHANT_ITEM_TITLE: &str = "advancements.st... constant ADVANCEMENTS_STORY_ENTER_THE_END_DESCRIPTION (line 707) | pub const ADVANCEMENTS_STORY_ENTER_THE_END_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_ENTER_THE_END_TITLE (line 710) | pub const ADVANCEMENTS_STORY_ENTER_THE_END_TITLE: &str = "advancements.s... constant ADVANCEMENTS_STORY_ENTER_THE_NETHER_DESCRIPTION (line 712) | pub const ADVANCEMENTS_STORY_ENTER_THE_NETHER_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_ENTER_THE_NETHER_TITLE (line 715) | pub const ADVANCEMENTS_STORY_ENTER_THE_NETHER_TITLE: &str = constant ADVANCEMENTS_STORY_FOLLOW_ENDER_EYE_DESCRIPTION (line 718) | pub const ADVANCEMENTS_STORY_FOLLOW_ENDER_EYE_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_FOLLOW_ENDER_EYE_TITLE (line 721) | pub const ADVANCEMENTS_STORY_FOLLOW_ENDER_EYE_TITLE: &str = constant ADVANCEMENTS_STORY_FORM_OBSIDIAN_DESCRIPTION (line 724) | pub const ADVANCEMENTS_STORY_FORM_OBSIDIAN_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_FORM_OBSIDIAN_TITLE (line 727) | pub const ADVANCEMENTS_STORY_FORM_OBSIDIAN_TITLE: &str = "advancements.s... constant ADVANCEMENTS_STORY_IRON_TOOLS_DESCRIPTION (line 729) | pub const ADVANCEMENTS_STORY_IRON_TOOLS_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_IRON_TOOLS_TITLE (line 732) | pub const ADVANCEMENTS_STORY_IRON_TOOLS_TITLE: &str = "advancements.stor... constant ADVANCEMENTS_STORY_LAVA_BUCKET_DESCRIPTION (line 734) | pub const ADVANCEMENTS_STORY_LAVA_BUCKET_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_LAVA_BUCKET_TITLE (line 737) | pub const ADVANCEMENTS_STORY_LAVA_BUCKET_TITLE: &str = "advancements.sto... constant ADVANCEMENTS_STORY_MINE_DIAMOND_DESCRIPTION (line 739) | pub const ADVANCEMENTS_STORY_MINE_DIAMOND_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_MINE_DIAMOND_TITLE (line 742) | pub const ADVANCEMENTS_STORY_MINE_DIAMOND_TITLE: &str = "advancements.st... constant ADVANCEMENTS_STORY_MINE_STONE_DESCRIPTION (line 744) | pub const ADVANCEMENTS_STORY_MINE_STONE_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_MINE_STONE_TITLE (line 747) | pub const ADVANCEMENTS_STORY_MINE_STONE_TITLE: &str = "advancements.stor... constant ADVANCEMENTS_STORY_OBTAIN_ARMOR_DESCRIPTION (line 749) | pub const ADVANCEMENTS_STORY_OBTAIN_ARMOR_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_OBTAIN_ARMOR_TITLE (line 752) | pub const ADVANCEMENTS_STORY_OBTAIN_ARMOR_TITLE: &str = "advancements.st... constant ADVANCEMENTS_STORY_ROOT_DESCRIPTION (line 754) | pub const ADVANCEMENTS_STORY_ROOT_DESCRIPTION: &str = "advancements.stor... constant ADVANCEMENTS_STORY_ROOT_TITLE (line 756) | pub const ADVANCEMENTS_STORY_ROOT_TITLE: &str = "advancements.story.root... constant ADVANCEMENTS_STORY_SHINY_GEAR_DESCRIPTION (line 758) | pub const ADVANCEMENTS_STORY_SHINY_GEAR_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_SHINY_GEAR_TITLE (line 761) | pub const ADVANCEMENTS_STORY_SHINY_GEAR_TITLE: &str = "advancements.stor... constant ADVANCEMENTS_STORY_SMELT_IRON_DESCRIPTION (line 763) | pub const ADVANCEMENTS_STORY_SMELT_IRON_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_SMELT_IRON_TITLE (line 766) | pub const ADVANCEMENTS_STORY_SMELT_IRON_TITLE: &str = "advancements.stor... constant ADVANCEMENTS_STORY_UPGRADE_TOOLS_DESCRIPTION (line 768) | pub const ADVANCEMENTS_STORY_UPGRADE_TOOLS_DESCRIPTION: &str = constant ADVANCEMENTS_STORY_UPGRADE_TOOLS_TITLE (line 771) | pub const ADVANCEMENTS_STORY_UPGRADE_TOOLS_TITLE: &str = "advancements.s... constant ADVANCEMENTS_TOAST_CHALLENGE (line 773) | pub const ADVANCEMENTS_TOAST_CHALLENGE: &str = "advancements.toast.chall... constant ADVANCEMENTS_TOAST_GOAL (line 775) | pub const ADVANCEMENTS_TOAST_GOAL: &str = "advancements.toast.goal"; constant ADVANCEMENTS_TOAST_TASK (line 777) | pub const ADVANCEMENTS_TOAST_TASK: &str = "advancements.toast.task"; constant ARGUMENT_ANCHOR_INVALID (line 779) | pub const ARGUMENT_ANCHOR_INVALID: &str = "argument.anchor.invalid"; constant ARGUMENT_ANGLE_INCOMPLETE (line 781) | pub const ARGUMENT_ANGLE_INCOMPLETE: &str = "argument.angle.incomplete"; constant ARGUMENT_ANGLE_INVALID (line 783) | pub const ARGUMENT_ANGLE_INVALID: &str = "argument.angle.invalid"; constant ARGUMENT_BLOCK_ID_INVALID (line 785) | pub const ARGUMENT_BLOCK_ID_INVALID: &str = "argument.block.id.invalid"; constant ARGUMENT_BLOCK_PROPERTY_DUPLICATE (line 787) | pub const ARGUMENT_BLOCK_PROPERTY_DUPLICATE: &str = "argument.block.prop... constant ARGUMENT_BLOCK_PROPERTY_INVALID (line 789) | pub const ARGUMENT_BLOCK_PROPERTY_INVALID: &str = "argument.block.proper... constant ARGUMENT_BLOCK_PROPERTY_NOVALUE (line 791) | pub const ARGUMENT_BLOCK_PROPERTY_NOVALUE: &str = "argument.block.proper... constant ARGUMENT_BLOCK_PROPERTY_UNCLOSED (line 793) | pub const ARGUMENT_BLOCK_PROPERTY_UNCLOSED: &str = "argument.block.prope... constant ARGUMENT_BLOCK_PROPERTY_UNKNOWN (line 795) | pub const ARGUMENT_BLOCK_PROPERTY_UNKNOWN: &str = "argument.block.proper... constant ARGUMENT_BLOCK_TAG_DISALLOWED (line 797) | pub const ARGUMENT_BLOCK_TAG_DISALLOWED: &str = "argument.block.tag.disa... constant ARGUMENT_COLOR_INVALID (line 799) | pub const ARGUMENT_COLOR_INVALID: &str = "argument.color.invalid"; constant ARGUMENT_COMPONENT_INVALID (line 801) | pub const ARGUMENT_COMPONENT_INVALID: &str = "argument.component.invalid"; constant ARGUMENT_CRITERIA_INVALID (line 803) | pub const ARGUMENT_CRITERIA_INVALID: &str = "argument.criteria.invalid"; constant ARGUMENT_DIMENSION_INVALID (line 805) | pub const ARGUMENT_DIMENSION_INVALID: &str = "argument.dimension.invalid"; constant ARGUMENT_DOUBLE_BIG (line 807) | pub const ARGUMENT_DOUBLE_BIG: &str = "argument.double.big"; constant ARGUMENT_DOUBLE_LOW (line 809) | pub const ARGUMENT_DOUBLE_LOW: &str = "argument.double.low"; constant ARGUMENT_ENTITY_INVALID (line 811) | pub const ARGUMENT_ENTITY_INVALID: &str = "argument.entity.invalid"; constant ARGUMENT_ENTITY_NOTFOUND_ENTITY (line 813) | pub const ARGUMENT_ENTITY_NOTFOUND_ENTITY: &str = "argument.entity.notfo... constant ARGUMENT_ENTITY_NOTFOUND_PLAYER (line 815) | pub const ARGUMENT_ENTITY_NOTFOUND_PLAYER: &str = "argument.entity.notfo... constant ARGUMENT_ENTITY_OPTIONS_ADVANCEMENTS_DESCRIPTION (line 817) | pub const ARGUMENT_ENTITY_OPTIONS_ADVANCEMENTS_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_DISTANCE_DESCRIPTION (line 820) | pub const ARGUMENT_ENTITY_OPTIONS_DISTANCE_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_DISTANCE_NEGATIVE (line 823) | pub const ARGUMENT_ENTITY_OPTIONS_DISTANCE_NEGATIVE: &str = constant ARGUMENT_ENTITY_OPTIONS_DX_DESCRIPTION (line 826) | pub const ARGUMENT_ENTITY_OPTIONS_DX_DESCRIPTION: &str = "argument.entit... constant ARGUMENT_ENTITY_OPTIONS_DY_DESCRIPTION (line 828) | pub const ARGUMENT_ENTITY_OPTIONS_DY_DESCRIPTION: &str = "argument.entit... constant ARGUMENT_ENTITY_OPTIONS_DZ_DESCRIPTION (line 830) | pub const ARGUMENT_ENTITY_OPTIONS_DZ_DESCRIPTION: &str = "argument.entit... constant ARGUMENT_ENTITY_OPTIONS_GAMEMODE_DESCRIPTION (line 832) | pub const ARGUMENT_ENTITY_OPTIONS_GAMEMODE_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_INAPPLICABLE (line 835) | pub const ARGUMENT_ENTITY_OPTIONS_INAPPLICABLE: &str = "argument.entity.... constant ARGUMENT_ENTITY_OPTIONS_LEVEL_DESCRIPTION (line 837) | pub const ARGUMENT_ENTITY_OPTIONS_LEVEL_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_LEVEL_NEGATIVE (line 840) | pub const ARGUMENT_ENTITY_OPTIONS_LEVEL_NEGATIVE: &str = "argument.entit... constant ARGUMENT_ENTITY_OPTIONS_LIMIT_DESCRIPTION (line 842) | pub const ARGUMENT_ENTITY_OPTIONS_LIMIT_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_LIMIT_TOOSMALL (line 845) | pub const ARGUMENT_ENTITY_OPTIONS_LIMIT_TOOSMALL: &str = "argument.entit... constant ARGUMENT_ENTITY_OPTIONS_MODE_INVALID (line 847) | pub const ARGUMENT_ENTITY_OPTIONS_MODE_INVALID: &str = "argument.entity.... constant ARGUMENT_ENTITY_OPTIONS_NAME_DESCRIPTION (line 849) | pub const ARGUMENT_ENTITY_OPTIONS_NAME_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_NBT_DESCRIPTION (line 852) | pub const ARGUMENT_ENTITY_OPTIONS_NBT_DESCRIPTION: &str = "argument.enti... constant ARGUMENT_ENTITY_OPTIONS_PREDICATE_DESCRIPTION (line 854) | pub const ARGUMENT_ENTITY_OPTIONS_PREDICATE_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_SCORES_DESCRIPTION (line 857) | pub const ARGUMENT_ENTITY_OPTIONS_SCORES_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_SORT_DESCRIPTION (line 860) | pub const ARGUMENT_ENTITY_OPTIONS_SORT_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_SORT_IRREVERSIBLE (line 863) | pub const ARGUMENT_ENTITY_OPTIONS_SORT_IRREVERSIBLE: &str = constant ARGUMENT_ENTITY_OPTIONS_TAG_DESCRIPTION (line 866) | pub const ARGUMENT_ENTITY_OPTIONS_TAG_DESCRIPTION: &str = "argument.enti... constant ARGUMENT_ENTITY_OPTIONS_TEAM_DESCRIPTION (line 868) | pub const ARGUMENT_ENTITY_OPTIONS_TEAM_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_TYPE_DESCRIPTION (line 871) | pub const ARGUMENT_ENTITY_OPTIONS_TYPE_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_TYPE_INVALID (line 874) | pub const ARGUMENT_ENTITY_OPTIONS_TYPE_INVALID: &str = "argument.entity.... constant ARGUMENT_ENTITY_OPTIONS_UNKNOWN (line 876) | pub const ARGUMENT_ENTITY_OPTIONS_UNKNOWN: &str = "argument.entity.optio... constant ARGUMENT_ENTITY_OPTIONS_UNTERMINATED (line 878) | pub const ARGUMENT_ENTITY_OPTIONS_UNTERMINATED: &str = "argument.entity.... constant ARGUMENT_ENTITY_OPTIONS_VALUELESS (line 880) | pub const ARGUMENT_ENTITY_OPTIONS_VALUELESS: &str = "argument.entity.opt... constant ARGUMENT_ENTITY_OPTIONS_X_DESCRIPTION (line 882) | pub const ARGUMENT_ENTITY_OPTIONS_X_DESCRIPTION: &str = "argument.entity... constant ARGUMENT_ENTITY_OPTIONS_X_ROTATION_DESCRIPTION (line 884) | pub const ARGUMENT_ENTITY_OPTIONS_X_ROTATION_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_Y_DESCRIPTION (line 887) | pub const ARGUMENT_ENTITY_OPTIONS_Y_DESCRIPTION: &str = "argument.entity... constant ARGUMENT_ENTITY_OPTIONS_Y_ROTATION_DESCRIPTION (line 889) | pub const ARGUMENT_ENTITY_OPTIONS_Y_ROTATION_DESCRIPTION: &str = constant ARGUMENT_ENTITY_OPTIONS_Z_DESCRIPTION (line 892) | pub const ARGUMENT_ENTITY_OPTIONS_Z_DESCRIPTION: &str = "argument.entity... constant ARGUMENT_ENTITY_SELECTOR_ALLENTITIES (line 894) | pub const ARGUMENT_ENTITY_SELECTOR_ALLENTITIES: &str = "argument.entity.... constant ARGUMENT_ENTITY_SELECTOR_ALLPLAYERS (line 896) | pub const ARGUMENT_ENTITY_SELECTOR_ALLPLAYERS: &str = "argument.entity.s... constant ARGUMENT_ENTITY_SELECTOR_MISSING (line 898) | pub const ARGUMENT_ENTITY_SELECTOR_MISSING: &str = "argument.entity.sele... constant ARGUMENT_ENTITY_SELECTOR_NEARESTENTITY (line 900) | pub const ARGUMENT_ENTITY_SELECTOR_NEARESTENTITY: &str = "argument.entit... constant ARGUMENT_ENTITY_SELECTOR_NEARESTPLAYER (line 902) | pub const ARGUMENT_ENTITY_SELECTOR_NEARESTPLAYER: &str = "argument.entit... constant ARGUMENT_ENTITY_SELECTOR_NOT_ALLOWED (line 904) | pub const ARGUMENT_ENTITY_SELECTOR_NOT_ALLOWED: &str = "argument.entity.... constant ARGUMENT_ENTITY_SELECTOR_RANDOMPLAYER (line 906) | pub const ARGUMENT_ENTITY_SELECTOR_RANDOMPLAYER: &str = "argument.entity... constant ARGUMENT_ENTITY_SELECTOR_SELF (line 908) | pub const ARGUMENT_ENTITY_SELECTOR_SELF: &str = "argument.entity.selecto... constant ARGUMENT_ENTITY_SELECTOR_UNKNOWN (line 910) | pub const ARGUMENT_ENTITY_SELECTOR_UNKNOWN: &str = "argument.entity.sele... constant ARGUMENT_ENTITY_TOOMANY (line 912) | pub const ARGUMENT_ENTITY_TOOMANY: &str = "argument.entity.toomany"; constant ARGUMENT_ENUM_INVALID (line 914) | pub const ARGUMENT_ENUM_INVALID: &str = "argument.enum.invalid"; constant ARGUMENT_FLOAT_BIG (line 916) | pub const ARGUMENT_FLOAT_BIG: &str = "argument.float.big"; constant ARGUMENT_FLOAT_LOW (line 918) | pub const ARGUMENT_FLOAT_LOW: &str = "argument.float.low"; constant ARGUMENT_GAMEMODE_INVALID (line 920) | pub const ARGUMENT_GAMEMODE_INVALID: &str = "argument.gamemode.invalid"; constant ARGUMENT_HEXCOLOR_INVALID (line 922) | pub const ARGUMENT_HEXCOLOR_INVALID: &str = "argument.hexcolor.invalid"; constant ARGUMENT_ID_INVALID (line 924) | pub const ARGUMENT_ID_INVALID: &str = "argument.id.invalid"; constant ARGUMENT_ID_UNKNOWN (line 926) | pub const ARGUMENT_ID_UNKNOWN: &str = "argument.id.unknown"; constant ARGUMENT_INTEGER_BIG (line 928) | pub const ARGUMENT_INTEGER_BIG: &str = "argument.integer.big"; constant ARGUMENT_INTEGER_LOW (line 930) | pub const ARGUMENT_INTEGER_LOW: &str = "argument.integer.low"; constant ARGUMENT_ITEM_ID_INVALID (line 932) | pub const ARGUMENT_ITEM_ID_INVALID: &str = "argument.item.id.invalid"; constant ARGUMENT_ITEM_TAG_DISALLOWED (line 934) | pub const ARGUMENT_ITEM_TAG_DISALLOWED: &str = "argument.item.tag.disall... constant ARGUMENT_LITERAL_INCORRECT (line 936) | pub const ARGUMENT_LITERAL_INCORRECT: &str = "argument.literal.incorrect"; constant ARGUMENT_LONG_BIG (line 938) | pub const ARGUMENT_LONG_BIG: &str = "argument.long.big"; constant ARGUMENT_LONG_LOW (line 940) | pub const ARGUMENT_LONG_LOW: &str = "argument.long.low"; constant ARGUMENT_MESSAGE_TOO_LONG (line 942) | pub const ARGUMENT_MESSAGE_TOO_LONG: &str = "argument.message.too_long"; constant ARGUMENT_NBT_ARRAY_INVALID (line 944) | pub const ARGUMENT_NBT_ARRAY_INVALID: &str = "argument.nbt.array.invalid"; constant ARGUMENT_NBT_ARRAY_MIXED (line 946) | pub const ARGUMENT_NBT_ARRAY_MIXED: &str = "argument.nbt.array.mixed"; constant ARGUMENT_NBT_EXPECTED_COMPOUND (line 948) | pub const ARGUMENT_NBT_EXPECTED_COMPOUND: &str = "argument.nbt.expected.... constant ARGUMENT_NBT_EXPECTED_KEY (line 950) | pub const ARGUMENT_NBT_EXPECTED_KEY: &str = "argument.nbt.expected.key"; constant ARGUMENT_NBT_EXPECTED_VALUE (line 952) | pub const ARGUMENT_NBT_EXPECTED_VALUE: &str = "argument.nbt.expected.val... constant ARGUMENT_NBT_LIST_MIXED (line 954) | pub const ARGUMENT_NBT_LIST_MIXED: &str = "argument.nbt.list.mixed"; constant ARGUMENT_NBT_TRAILING (line 956) | pub const ARGUMENT_NBT_TRAILING: &str = "argument.nbt.trailing"; constant ARGUMENT_PLAYER_ENTITIES (line 958) | pub const ARGUMENT_PLAYER_ENTITIES: &str = "argument.player.entities"; constant ARGUMENT_PLAYER_TOOMANY (line 960) | pub const ARGUMENT_PLAYER_TOOMANY: &str = "argument.player.toomany"; constant ARGUMENT_PLAYER_UNKNOWN (line 962) | pub const ARGUMENT_PLAYER_UNKNOWN: &str = "argument.player.unknown"; constant ARGUMENT_POS_MISSING_DOUBLE (line 964) | pub const ARGUMENT_POS_MISSING_DOUBLE: &str = "argument.pos.missing.doub... constant ARGUMENT_POS_MISSING_INT (line 966) | pub const ARGUMENT_POS_MISSING_INT: &str = "argument.pos.missing.int"; constant ARGUMENT_POS_MIXED (line 968) | pub const ARGUMENT_POS_MIXED: &str = "argument.pos.mixed"; constant ARGUMENT_POS_OUTOFBOUNDS (line 970) | pub const ARGUMENT_POS_OUTOFBOUNDS: &str = "argument.pos.outofbounds"; constant ARGUMENT_POS_OUTOFWORLD (line 972) | pub const ARGUMENT_POS_OUTOFWORLD: &str = "argument.pos.outofworld"; constant ARGUMENT_POS_UNLOADED (line 974) | pub const ARGUMENT_POS_UNLOADED: &str = "argument.pos.unloaded"; constant ARGUMENT_POS2D_INCOMPLETE (line 976) | pub const ARGUMENT_POS2D_INCOMPLETE: &str = "argument.pos2d.incomplete"; constant ARGUMENT_POS3D_INCOMPLETE (line 978) | pub const ARGUMENT_POS3D_INCOMPLETE: &str = "argument.pos3d.incomplete"; constant ARGUMENT_RANGE_EMPTY (line 980) | pub const ARGUMENT_RANGE_EMPTY: &str = "argument.range.empty"; constant ARGUMENT_RANGE_INTS (line 982) | pub const ARGUMENT_RANGE_INTS: &str = "argument.range.ints"; constant ARGUMENT_RANGE_SWAPPED (line 984) | pub const ARGUMENT_RANGE_SWAPPED: &str = "argument.range.swapped"; constant ARGUMENT_RESOURCE_INVALID_TYPE (line 986) | pub const ARGUMENT_RESOURCE_INVALID_TYPE: &str = "argument.resource.inva... constant ARGUMENT_RESOURCE_NOT_FOUND (line 988) | pub const ARGUMENT_RESOURCE_NOT_FOUND: &str = "argument.resource.not_fou... constant ARGUMENT_RESOURCE_OR_ID_FAILED_TO_PARSE (line 990) | pub const ARGUMENT_RESOURCE_OR_ID_FAILED_TO_PARSE: &str = "argument.reso... constant ARGUMENT_RESOURCE_OR_ID_INVALID (line 992) | pub const ARGUMENT_RESOURCE_OR_ID_INVALID: &str = "argument.resource_or_... constant ARGUMENT_RESOURCE_OR_ID_NO_SUCH_ELEMENT (line 994) | pub const ARGUMENT_RESOURCE_OR_ID_NO_SUCH_ELEMENT: &str = "argument.reso... constant ARGUMENT_RESOURCE_SELECTOR_NOT_FOUND (line 996) | pub const ARGUMENT_RESOURCE_SELECTOR_NOT_FOUND: &str = "argument.resourc... constant ARGUMENT_RESOURCE_TAG_INVALID_TYPE (line 998) | pub const ARGUMENT_RESOURCE_TAG_INVALID_TYPE: &str = "argument.resource_... constant ARGUMENT_RESOURCE_TAG_NOT_FOUND (line 1000) | pub const ARGUMENT_RESOURCE_TAG_NOT_FOUND: &str = "argument.resource_tag... constant ARGUMENT_ROTATION_INCOMPLETE (line 1002) | pub const ARGUMENT_ROTATION_INCOMPLETE: &str = "argument.rotation.incomp... constant ARGUMENT_SCOREHOLDER_EMPTY (line 1004) | pub const ARGUMENT_SCOREHOLDER_EMPTY: &str = "argument.scoreHolder.empty"; constant ARGUMENT_SCOREBOARDDISPLAYSLOT_INVALID (line 1006) | pub const ARGUMENT_SCOREBOARDDISPLAYSLOT_INVALID: &str = "argument.score... constant ARGUMENT_STYLE_INVALID (line 1008) | pub const ARGUMENT_STYLE_INVALID: &str = "argument.style.invalid"; constant ARGUMENT_TIME_INVALID_TICK_COUNT (line 1010) | pub const ARGUMENT_TIME_INVALID_TICK_COUNT: &str = "argument.time.invali... constant ARGUMENT_TIME_INVALID_UNIT (line 1012) | pub const ARGUMENT_TIME_INVALID_UNIT: &str = "argument.time.invalid_unit"; constant ARGUMENT_TIME_TICK_COUNT_TOO_LOW (line 1014) | pub const ARGUMENT_TIME_TICK_COUNT_TOO_LOW: &str = "argument.time.tick_c... constant ARGUMENT_UUID_INVALID (line 1016) | pub const ARGUMENT_UUID_INVALID: &str = "argument.uuid.invalid"; constant ARGUMENT_WAYPOINT_INVALID (line 1018) | pub const ARGUMENT_WAYPOINT_INVALID: &str = "argument.waypoint.invalid"; constant ARGUMENTS_BLOCK_TAG_UNKNOWN (line 1020) | pub const ARGUMENTS_BLOCK_TAG_UNKNOWN: &str = "arguments.block.tag.unkno... constant ARGUMENTS_FUNCTION_TAG_UNKNOWN (line 1022) | pub const ARGUMENTS_FUNCTION_TAG_UNKNOWN: &str = "arguments.function.tag... constant ARGUMENTS_FUNCTION_UNKNOWN (line 1024) | pub const ARGUMENTS_FUNCTION_UNKNOWN: &str = "arguments.function.unknown"; constant ARGUMENTS_ITEM_COMPONENT_EXPECTED (line 1026) | pub const ARGUMENTS_ITEM_COMPONENT_EXPECTED: &str = "arguments.item.comp... constant ARGUMENTS_ITEM_COMPONENT_MALFORMED (line 1028) | pub const ARGUMENTS_ITEM_COMPONENT_MALFORMED: &str = "arguments.item.com... constant ARGUMENTS_ITEM_COMPONENT_REPEATED (line 1030) | pub const ARGUMENTS_ITEM_COMPONENT_REPEATED: &str = "arguments.item.comp... constant ARGUMENTS_ITEM_COMPONENT_UNKNOWN (line 1032) | pub const ARGUMENTS_ITEM_COMPONENT_UNKNOWN: &str = "arguments.item.compo... constant ARGUMENTS_ITEM_MALFORMED (line 1034) | pub const ARGUMENTS_ITEM_MALFORMED: &str = "arguments.item.malformed"; constant ARGUMENTS_ITEM_OVERSTACKED (line 1036) | pub const ARGUMENTS_ITEM_OVERSTACKED: &str = "arguments.item.overstacked"; constant ARGUMENTS_ITEM_PREDICATE_MALFORMED (line 1038) | pub const ARGUMENTS_ITEM_PREDICATE_MALFORMED: &str = "arguments.item.pre... constant ARGUMENTS_ITEM_PREDICATE_UNKNOWN (line 1040) | pub const ARGUMENTS_ITEM_PREDICATE_UNKNOWN: &str = "arguments.item.predi... constant ARGUMENTS_ITEM_TAG_UNKNOWN (line 1042) | pub const ARGUMENTS_ITEM_TAG_UNKNOWN: &str = "arguments.item.tag.unknown"; constant ARGUMENTS_NBTPATH_NODE_INVALID (line 1044) | pub const ARGUMENTS_NBTPATH_NODE_INVALID: &str = "arguments.nbtpath.node... constant ARGUMENTS_NBTPATH_NOTHING_FOUND (line 1046) | pub const ARGUMENTS_NBTPATH_NOTHING_FOUND: &str = "arguments.nbtpath.not... constant ARGUMENTS_NBTPATH_TOO_DEEP (line 1048) | pub const ARGUMENTS_NBTPATH_TOO_DEEP: &str = "arguments.nbtpath.too_deep"; constant ARGUMENTS_NBTPATH_TOO_LARGE (line 1050) | pub const ARGUMENTS_NBTPATH_TOO_LARGE: &str = "arguments.nbtpath.too_lar... constant ARGUMENTS_OBJECTIVE_NOTFOUND (line 1052) | pub const ARGUMENTS_OBJECTIVE_NOTFOUND: &str = "arguments.objective.notF... constant ARGUMENTS_OBJECTIVE_READONLY (line 1054) | pub const ARGUMENTS_OBJECTIVE_READONLY: &str = "arguments.objective.read... constant ARGUMENTS_OPERATION_DIV0 (line 1056) | pub const ARGUMENTS_OPERATION_DIV0: &str = "arguments.operation.div0"; constant ARGUMENTS_OPERATION_INVALID (line 1058) | pub const ARGUMENTS_OPERATION_INVALID: &str = "arguments.operation.inval... constant ARGUMENTS_SWIZZLE_INVALID (line 1060) | pub const ARGUMENTS_SWIZZLE_INVALID: &str = "arguments.swizzle.invalid"; constant ATTRIBUTE_MODIFIER_EQUALS_0 (line 1062) | pub const ATTRIBUTE_MODIFIER_EQUALS_0: &str = "attribute.modifier.equals... constant ATTRIBUTE_MODIFIER_EQUALS_1 (line 1064) | pub const ATTRIBUTE_MODIFIER_EQUALS_1: &str = "attribute.modifier.equals... constant ATTRIBUTE_MODIFIER_EQUALS_2 (line 1066) | pub const ATTRIBUTE_MODIFIER_EQUALS_2: &str = "attribute.modifier.equals... constant ATTRIBUTE_MODIFIER_PLUS_0 (line 1068) | pub const ATTRIBUTE_MODIFIER_PLUS_0: &str = "attribute.modifier.plus.0"; constant ATTRIBUTE_MODIFIER_PLUS_1 (line 1070) | pub const ATTRIBUTE_MODIFIER_PLUS_1: &str = "attribute.modifier.plus.1"; constant ATTRIBUTE_MODIFIER_PLUS_2 (line 1072) | pub const ATTRIBUTE_MODIFIER_PLUS_2: &str = "attribute.modifier.plus.2"; constant ATTRIBUTE_MODIFIER_TAKE_0 (line 1074) | pub const ATTRIBUTE_MODIFIER_TAKE_0: &str = "attribute.modifier.take.0"; constant ATTRIBUTE_MODIFIER_TAKE_1 (line 1076) | pub const ATTRIBUTE_MODIFIER_TAKE_1: &str = "attribute.modifier.take.1"; constant ATTRIBUTE_MODIFIER_TAKE_2 (line 1078) | pub const ATTRIBUTE_MODIFIER_TAKE_2: &str = "attribute.modifier.take.2"; constant ATTRIBUTE_NAME_ARMOR (line 1080) | pub const ATTRIBUTE_NAME_ARMOR: &str = "attribute.name.armor"; constant ATTRIBUTE_NAME_ARMOR_TOUGHNESS (line 1082) | pub const ATTRIBUTE_NAME_ARMOR_TOUGHNESS: &str = "attribute.name.armor_t... constant ATTRIBUTE_NAME_ATTACK_DAMAGE (line 1084) | pub const ATTRIBUTE_NAME_ATTACK_DAMAGE: &str = "attribute.name.attack_da... constant ATTRIBUTE_NAME_ATTACK_KNOCKBACK (line 1086) | pub const ATTRIBUTE_NAME_ATTACK_KNOCKBACK: &str = "attribute.name.attack... constant ATTRIBUTE_NAME_ATTACK_SPEED (line 1088) | pub const ATTRIBUTE_NAME_ATTACK_SPEED: &str = "attribute.name.attack_spe... constant ATTRIBUTE_NAME_BLOCK_BREAK_SPEED (line 1090) | pub const ATTRIBUTE_NAME_BLOCK_BREAK_SPEED: &str = "attribute.name.block... constant ATTRIBUTE_NAME_BLOCK_INTERACTION_RANGE (line 1092) | pub const ATTRIBUTE_NAME_BLOCK_INTERACTION_RANGE: &str = "attribute.name... constant ATTRIBUTE_NAME_BURNING_TIME (line 1094) | pub const ATTRIBUTE_NAME_BURNING_TIME: &str = "attribute.name.burning_ti... constant ATTRIBUTE_NAME_CAMERA_DISTANCE (line 1096) | pub const ATTRIBUTE_NAME_CAMERA_DISTANCE: &str = "attribute.name.camera_... constant ATTRIBUTE_NAME_ENTITY_INTERACTION_RANGE (line 1098) | pub const ATTRIBUTE_NAME_ENTITY_INTERACTION_RANGE: &str = "attribute.nam... constant ATTRIBUTE_NAME_EXPLOSION_KNOCKBACK_RESISTANCE (line 1100) | pub const ATTRIBUTE_NAME_EXPLOSION_KNOCKBACK_RESISTANCE: &str = constant ATTRIBUTE_NAME_FALL_DAMAGE_MULTIPLIER (line 1103) | pub const ATTRIBUTE_NAME_FALL_DAMAGE_MULTIPLIER: &str = "attribute.name.... constant ATTRIBUTE_NAME_FLYING_SPEED (line 1105) | pub const ATTRIBUTE_NAME_FLYING_SPEED: &str = "attribute.name.flying_spe... constant ATTRIBUTE_NAME_FOLLOW_RANGE (line 1107) | pub const ATTRIBUTE_NAME_FOLLOW_RANGE: &str = "attribute.name.follow_ran... constant ATTRIBUTE_NAME_GENERIC_ARMOR (line 1109) | pub const ATTRIBUTE_NAME_GENERIC_ARMOR: &str = "attribute.name.generic.a... constant ATTRIBUTE_NAME_GENERIC_ARMOR_TOUGHNESS (line 1111) | pub const ATTRIBUTE_NAME_GENERIC_ARMOR_TOUGHNESS: &str = "attribute.name... constant ATTRIBUTE_NAME_GENERIC_ATTACK_DAMAGE (line 1113) | pub const ATTRIBUTE_NAME_GENERIC_ATTACK_DAMAGE: &str = "attribute.name.g... constant ATTRIBUTE_NAME_GENERIC_ATTACK_KNOCKBACK (line 1115) | pub const ATTRIBUTE_NAME_GENERIC_ATTACK_KNOCKBACK: &str = "attribute.nam... constant ATTRIBUTE_NAME_GENERIC_ATTACK_SPEED (line 1117) | pub const ATTRIBUTE_NAME_GENERIC_ATTACK_SPEED: &str = "attribute.name.ge... constant ATTRIBUTE_NAME_GENERIC_BLOCK_INTERACTION_RANGE (line 1119) | pub const ATTRIBUTE_NAME_GENERIC_BLOCK_INTERACTION_RANGE: &str = constant ATTRIBUTE_NAME_GENERIC_BURNING_TIME (line 1122) | pub const ATTRIBUTE_NAME_GENERIC_BURNING_TIME: &str = "attribute.name.ge... constant ATTRIBUTE_NAME_GENERIC_ENTITY_INTERACTION_RANGE (line 1124) | pub const ATTRIBUTE_NAME_GENERIC_ENTITY_INTERACTION_RANGE: &str = constant ATTRIBUTE_NAME_GENERIC_EXPLOSION_KNOCKBACK_RESISTANCE (line 1127) | pub const ATTRIBUTE_NAME_GENERIC_EXPLOSION_KNOCKBACK_RESISTANCE: &str = constant ATTRIBUTE_NAME_GENERIC_FALL_DAMAGE_MULTIPLIER (line 1130) | pub const ATTRIBUTE_NAME_GENERIC_FALL_DAMAGE_MULTIPLIER: &str = constant ATTRIBUTE_NAME_GENERIC_FLYING_SPEED (line 1133) | pub const ATTRIBUTE_NAME_GENERIC_FLYING_SPEED: &str = "attribute.name.ge... constant ATTRIBUTE_NAME_GENERIC_FOLLOW_RANGE (line 1135) | pub const ATTRIBUTE_NAME_GENERIC_FOLLOW_RANGE: &str = "attribute.name.ge... constant ATTRIBUTE_NAME_GENERIC_GRAVITY (line 1137) | pub const ATTRIBUTE_NAME_GENERIC_GRAVITY: &str = "attribute.name.generic... constant ATTRIBUTE_NAME_GENERIC_JUMP_STRENGTH (line 1139) | pub const ATTRIBUTE_NAME_GENERIC_JUMP_STRENGTH: &str = "attribute.name.g... constant ATTRIBUTE_NAME_GENERIC_KNOCKBACK_RESISTANCE (line 1141) | pub const ATTRIBUTE_NAME_GENERIC_KNOCKBACK_RESISTANCE: &str = constant ATTRIBUTE_NAME_GENERIC_LUCK (line 1144) | pub const ATTRIBUTE_NAME_GENERIC_LUCK: &str = "attribute.name.generic.lu... constant ATTRIBUTE_NAME_GENERIC_MAX_ABSORPTION (line 1146) | pub const ATTRIBUTE_NAME_GENERIC_MAX_ABSORPTION: &str = "attribute.name.... constant ATTRIBUTE_NAME_GENERIC_MAX_HEALTH (line 1148) | pub const ATTRIBUTE_NAME_GENERIC_MAX_HEALTH: &str = "attribute.name.gene... constant ATTRIBUTE_NAME_GENERIC_MOVEMENT_EFFICIENCY (line 1150) | pub const ATTRIBUTE_NAME_GENERIC_MOVEMENT_EFFICIENCY: &str = constant ATTRIBUTE_NAME_GENERIC_MOVEMENT_SPEED (line 1153) | pub const ATTRIBUTE_NAME_GENERIC_MOVEMENT_SPEED: &str = "attribute.name.... constant ATTRIBUTE_NAME_GENERIC_OXYGEN_BONUS (line 1155) | pub const ATTRIBUTE_NAME_GENERIC_OXYGEN_BONUS: &str = "attribute.name.ge... constant ATTRIBUTE_NAME_GENERIC_SAFE_FALL_DISTANCE (line 1157) | pub const ATTRIBUTE_NAME_GENERIC_SAFE_FALL_DISTANCE: &str = constant ATTRIBUTE_NAME_GENERIC_SCALE (line 1160) | pub const ATTRIBUTE_NAME_GENERIC_SCALE: &str = "attribute.name.generic.s... constant ATTRIBUTE_NAME_GENERIC_STEP_HEIGHT (line 1162) | pub const ATTRIBUTE_NAME_GENERIC_STEP_HEIGHT: &str = "attribute.name.gen... constant ATTRIBUTE_NAME_GENERIC_WATER_MOVEMENT_EFFICIENCY (line 1164) | pub const ATTRIBUTE_NAME_GENERIC_WATER_MOVEMENT_EFFICIENCY: &str = constant ATTRIBUTE_NAME_GRAVITY (line 1167) | pub const ATTRIBUTE_NAME_GRAVITY: &str = "attribute.name.gravity"; constant ATTRIBUTE_NAME_HORSE_JUMP_STRENGTH (line 1169) | pub const ATTRIBUTE_NAME_HORSE_JUMP_STRENGTH: &str = "attribute.name.hor... constant ATTRIBUTE_NAME_JUMP_STRENGTH (line 1171) | pub const ATTRIBUTE_NAME_JUMP_STRENGTH: &str = "attribute.name.jump_stre... constant ATTRIBUTE_NAME_KNOCKBACK_RESISTANCE (line 1173) | pub const ATTRIBUTE_NAME_KNOCKBACK_RESISTANCE: &str = "attribute.name.kn... constant ATTRIBUTE_NAME_LUCK (line 1175) | pub const ATTRIBUTE_NAME_LUCK: &str = "attribute.name.luck"; constant ATTRIBUTE_NAME_MAX_ABSORPTION (line 1177) | pub const ATTRIBUTE_NAME_MAX_ABSORPTION: &str = "attribute.name.max_abso... constant ATTRIBUTE_NAME_MAX_HEALTH (line 1179) | pub const ATTRIBUTE_NAME_MAX_HEALTH: &str = "attribute.name.max_health"; constant ATTRIBUTE_NAME_MINING_EFFICIENCY (line 1181) | pub const ATTRIBUTE_NAME_MINING_EFFICIENCY: &str = "attribute.name.minin... constant ATTRIBUTE_NAME_MOVEMENT_EFFICIENCY (line 1183) | pub const ATTRIBUTE_NAME_MOVEMENT_EFFICIENCY: &str = "attribute.name.mov... constant ATTRIBUTE_NAME_MOVEMENT_SPEED (line 1185) | pub const ATTRIBUTE_NAME_MOVEMENT_SPEED: &str = "attribute.name.movement... constant ATTRIBUTE_NAME_OXYGEN_BONUS (line 1187) | pub const ATTRIBUTE_NAME_OXYGEN_BONUS: &str = "attribute.name.oxygen_bon... constant ATTRIBUTE_NAME_PLAYER_BLOCK_BREAK_SPEED (line 1189) | pub const ATTRIBUTE_NAME_PLAYER_BLOCK_BREAK_SPEED: &str = "attribute.nam... constant ATTRIBUTE_NAME_PLAYER_BLOCK_INTERACTION_RANGE (line 1191) | pub const ATTRIBUTE_NAME_PLAYER_BLOCK_INTERACTION_RANGE: &str = constant ATTRIBUTE_NAME_PLAYER_ENTITY_INTERACTION_RANGE (line 1194) | pub const ATTRIBUTE_NAME_PLAYER_ENTITY_INTERACTION_RANGE: &str = constant ATTRIBUTE_NAME_PLAYER_MINING_EFFICIENCY (line 1197) | pub const ATTRIBUTE_NAME_PLAYER_MINING_EFFICIENCY: &str = "attribute.nam... constant ATTRIBUTE_NAME_PLAYER_SNEAKING_SPEED (line 1199) | pub const ATTRIBUTE_NAME_PLAYER_SNEAKING_SPEED: &str = "attribute.name.p... constant ATTRIBUTE_NAME_PLAYER_SUBMERGED_MINING_SPEED (line 1201) | pub const ATTRIBUTE_NAME_PLAYER_SUBMERGED_MINING_SPEED: &str = constant ATTRIBUTE_NAME_PLAYER_SWEEPING_DAMAGE_RATIO (line 1204) | pub const ATTRIBUTE_NAME_PLAYER_SWEEPING_DAMAGE_RATIO: &str = constant ATTRIBUTE_NAME_SAFE_FALL_DISTANCE (line 1207) | pub const ATTRIBUTE_NAME_SAFE_FALL_DISTANCE: &str = "attribute.name.safe... constant ATTRIBUTE_NAME_SCALE (line 1209) | pub const ATTRIBUTE_NAME_SCALE: &str = "attribute.name.scale"; constant ATTRIBUTE_NAME_SNEAKING_SPEED (line 1211) | pub const ATTRIBUTE_NAME_SNEAKING_SPEED: &str = "attribute.name.sneaking... constant ATTRIBUTE_NAME_SPAWN_REINFORCEMENTS (line 1213) | pub const ATTRIBUTE_NAME_SPAWN_REINFORCEMENTS: &str = "attribute.name.sp... constant ATTRIBUTE_NAME_STEP_HEIGHT (line 1215) | pub const ATTRIBUTE_NAME_STEP_HEIGHT: &str = "attribute.name.step_height"; constant ATTRIBUTE_NAME_SUBMERGED_MINING_SPEED (line 1217) | pub const ATTRIBUTE_NAME_SUBMERGED_MINING_SPEED: &str = "attribute.name.... constant ATTRIBUTE_NAME_SWEEPING_DAMAGE_RATIO (line 1219) | pub const ATTRIBUTE_NAME_SWEEPING_DAMAGE_RATIO: &str = "attribute.name.s... constant ATTRIBUTE_NAME_TEMPT_RANGE (line 1221) | pub const ATTRIBUTE_NAME_TEMPT_RANGE: &str = "attribute.name.tempt_range"; constant ATTRIBUTE_NAME_WATER_MOVEMENT_EFFICIENCY (line 1223) | pub const ATTRIBUTE_NAME_WATER_MOVEMENT_EFFICIENCY: &str = constant ATTRIBUTE_NAME_WAYPOINT_RECEIVE_RANGE (line 1226) | pub const ATTRIBUTE_NAME_WAYPOINT_RECEIVE_RANGE: &str = "attribute.name.... constant ATTRIBUTE_NAME_WAYPOINT_TRANSMIT_RANGE (line 1228) | pub const ATTRIBUTE_NAME_WAYPOINT_TRANSMIT_RANGE: &str = "attribute.name... constant ATTRIBUTE_NAME_ZOMBIE_SPAWN_REINFORCEMENTS (line 1230) | pub const ATTRIBUTE_NAME_ZOMBIE_SPAWN_REINFORCEMENTS: &str = constant BIOME_MINECRAFT_BADLANDS (line 1233) | pub const BIOME_MINECRAFT_BADLANDS: &str = "biome.minecraft.badlands"; constant BIOME_MINECRAFT_BAMBOO_JUNGLE (line 1235) | pub const BIOME_MINECRAFT_BAMBOO_JUNGLE: &str = "biome.minecraft.bamboo_... constant BIOME_MINECRAFT_BASALT_DELTAS (line 1237) | pub const BIOME_MINECRAFT_BASALT_DELTAS: &str = "biome.minecraft.basalt_... constant BIOME_MINECRAFT_BEACH (line 1239) | pub const BIOME_MINECRAFT_BEACH: &str = "biome.minecraft.beach"; constant BIOME_MINECRAFT_BIRCH_FOREST (line 1241) | pub const BIOME_MINECRAFT_BIRCH_FOREST: &str = "biome.minecraft.birch_fo... constant BIOME_MINECRAFT_CHERRY_GROVE (line 1243) | pub const BIOME_MINECRAFT_CHERRY_GROVE: &str = "biome.minecraft.cherry_g... constant BIOME_MINECRAFT_COLD_OCEAN (line 1245) | pub const BIOME_MINECRAFT_COLD_OCEAN: &str = "biome.minecraft.cold_ocean"; constant BIOME_MINECRAFT_CRIMSON_FOREST (line 1247) | pub const BIOME_MINECRAFT_CRIMSON_FOREST: &str = "biome.minecraft.crimso... constant BIOME_MINECRAFT_DARK_FOREST (line 1249) | pub const BIOME_MINECRAFT_DARK_FOREST: &str = "biome.minecraft.dark_fore... constant BIOME_MINECRAFT_DEEP_COLD_OCEAN (line 1251) | pub const BIOME_MINECRAFT_DEEP_COLD_OCEAN: &str = "biome.minecraft.deep_... constant BIOME_MINECRAFT_DEEP_DARK (line 1253) | pub const BIOME_MINECRAFT_DEEP_DARK: &str = "biome.minecraft.deep_dark"; constant BIOME_MINECRAFT_DEEP_FROZEN_OCEAN (line 1255) | pub const BIOME_MINECRAFT_DEEP_FROZEN_OCEAN: &str = "biome.minecraft.dee... constant BIOME_MINECRAFT_DEEP_LUKEWARM_OCEAN (line 1257) | pub const BIOME_MINECRAFT_DEEP_LUKEWARM_OCEAN: &str = "biome.minecraft.d... constant BIOME_MINECRAFT_DEEP_OCEAN (line 1259) | pub const BIOME_MINECRAFT_DEEP_OCEAN: &str = "biome.minecraft.deep_ocean"; constant BIOME_MINECRAFT_DESERT (line 1261) | pub const BIOME_MINECRAFT_DESERT: &str = "biome.minecraft.desert"; constant BIOME_MINECRAFT_DRIPSTONE_CAVES (line 1263) | pub const BIOME_MINECRAFT_DRIPSTONE_CAVES: &str = "biome.minecraft.drips... constant BIOME_MINECRAFT_END_BARRENS (line 1265) | pub const BIOME_MINECRAFT_END_BARRENS: &str = "biome.minecraft.end_barre... constant BIOME_MINECRAFT_END_HIGHLANDS (line 1267) | pub const BIOME_MINECRAFT_END_HIGHLANDS: &str = "biome.minecraft.end_hig... constant BIOME_MINECRAFT_END_MIDLANDS (line 1269) | pub const BIOME_MINECRAFT_END_MIDLANDS: &str = "biome.minecraft.end_midl... constant BIOME_MINECRAFT_ERODED_BADLANDS (line 1271) | pub const BIOME_MINECRAFT_ERODED_BADLANDS: &str = "biome.minecraft.erode... constant BIOME_MINECRAFT_FLOWER_FOREST (line 1273) | pub const BIOME_MINECRAFT_FLOWER_FOREST: &str = "biome.minecraft.flower_... constant BIOME_MINECRAFT_FOREST (line 1275) | pub const BIOME_MINECRAFT_FOREST: &str = "biome.minecraft.forest"; constant BIOME_MINECRAFT_FROZEN_OCEAN (line 1277) | pub const BIOME_MINECRAFT_FROZEN_OCEAN: &str = "biome.minecraft.frozen_o... constant BIOME_MINECRAFT_FROZEN_PEAKS (line 1279) | pub const BIOME_MINECRAFT_FROZEN_PEAKS: &str = "biome.minecraft.frozen_p... constant BIOME_MINECRAFT_FROZEN_RIVER (line 1281) | pub const BIOME_MINECRAFT_FROZEN_RIVER: &str = "biome.minecraft.frozen_r... constant BIOME_MINECRAFT_GROVE (line 1283) | pub const BIOME_MINECRAFT_GROVE: &str = "biome.minecraft.grove"; constant BIOME_MINECRAFT_ICE_SPIKES (line 1285) | pub const BIOME_MINECRAFT_ICE_SPIKES: &str = "biome.minecraft.ice_spikes"; constant BIOME_MINECRAFT_JAGGED_PEAKS (line 1287) | pub const BIOME_MINECRAFT_JAGGED_PEAKS: &str = "biome.minecraft.jagged_p... constant BIOME_MINECRAFT_JUNGLE (line 1289) | pub const BIOME_MINECRAFT_JUNGLE: &str = "biome.minecraft.jungle"; constant BIOME_MINECRAFT_LUKEWARM_OCEAN (line 1291) | pub const BIOME_MINECRAFT_LUKEWARM_OCEAN: &str = "biome.minecraft.lukewa... constant BIOME_MINECRAFT_LUSH_CAVES (line 1293) | pub const BIOME_MINECRAFT_LUSH_CAVES: &str = "biome.minecraft.lush_caves"; constant BIOME_MINECRAFT_MANGROVE_SWAMP (line 1295) | pub const BIOME_MINECRAFT_MANGROVE_SWAMP: &str = "biome.minecraft.mangro... constant BIOME_MINECRAFT_MEADOW (line 1297) | pub const BIOME_MINECRAFT_MEADOW: &str = "biome.minecraft.meadow"; constant BIOME_MINECRAFT_MUSHROOM_FIELDS (line 1299) | pub const BIOME_MINECRAFT_MUSHROOM_FIELDS: &str = "biome.minecraft.mushr... constant BIOME_MINECRAFT_NETHER_WASTES (line 1301) | pub const BIOME_MINECRAFT_NETHER_WASTES: &str = "biome.minecraft.nether_... constant BIOME_MINECRAFT_OCEAN (line 1303) | pub const BIOME_MINECRAFT_OCEAN: &str = "biome.minecraft.ocean"; constant BIOME_MINECRAFT_OLD_GROWTH_BIRCH_FOREST (line 1305) | pub const BIOME_MINECRAFT_OLD_GROWTH_BIRCH_FOREST: &str = "biome.minecra... constant BIOME_MINECRAFT_OLD_GROWTH_PINE_TAIGA (line 1307) | pub const BIOME_MINECRAFT_OLD_GROWTH_PINE_TAIGA: &str = "biome.minecraft... constant BIOME_MINECRAFT_OLD_GROWTH_SPRUCE_TAIGA (line 1309) | pub const BIOME_MINECRAFT_OLD_GROWTH_SPRUCE_TAIGA: &str = "biome.minecra... constant BIOME_MINECRAFT_PALE_GARDEN (line 1311) | pub const BIOME_MINECRAFT_PALE_GARDEN: &str = "biome.minecraft.pale_gard... constant BIOME_MINECRAFT_PLAINS (line 1313) | pub const BIOME_MINECRAFT_PLAINS: &str = "biome.minecraft.plains"; constant BIOME_MINECRAFT_RIVER (line 1315) | pub const BIOME_MINECRAFT_RIVER: &str = "biome.minecraft.river"; constant BIOME_MINECRAFT_SAVANNA (line 1317) | pub const BIOME_MINECRAFT_SAVANNA: &str = "biome.minecraft.savanna"; constant BIOME_MINECRAFT_SAVANNA_PLATEAU (line 1319) | pub const BIOME_MINECRAFT_SAVANNA_PLATEAU: &str = "biome.minecraft.savan... constant BIOME_MINECRAFT_SMALL_END_ISLANDS (line 1321) | pub const BIOME_MINECRAFT_SMALL_END_ISLANDS: &str = "biome.minecraft.sma... constant BIOME_MINECRAFT_SNOWY_BEACH (line 1323) | pub const BIOME_MINECRAFT_SNOWY_BEACH: &str = "biome.minecraft.snowy_bea... constant BIOME_MINECRAFT_SNOWY_PLAINS (line 1325) | pub const BIOME_MINECRAFT_SNOWY_PLAINS: &str = "biome.minecraft.snowy_pl... constant BIOME_MINECRAFT_SNOWY_SLOPES (line 1327) | pub const BIOME_MINECRAFT_SNOWY_SLOPES: &str = "biome.minecraft.snowy_sl... constant BIOME_MINECRAFT_SNOWY_TAIGA (line 1329) | pub const BIOME_MINECRAFT_SNOWY_TAIGA: &str = "biome.minecraft.snowy_tai... constant BIOME_MINECRAFT_SOUL_SAND_VALLEY (line 1331) | pub const BIOME_MINECRAFT_SOUL_SAND_VALLEY: &str = "biome.minecraft.soul... constant BIOME_MINECRAFT_SPARSE_JUNGLE (line 1333) | pub const BIOME_MINECRAFT_SPARSE_JUNGLE: &str = "biome.minecraft.sparse_... constant BIOME_MINECRAFT_STONY_PEAKS (line 1335) | pub const BIOME_MINECRAFT_STONY_PEAKS: &str = "biome.minecraft.stony_pea... constant BIOME_MINECRAFT_STONY_SHORE (line 1337) | pub const BIOME_MINECRAFT_STONY_SHORE: &str = "biome.minecraft.stony_sho... constant BIOME_MINECRAFT_SUNFLOWER_PLAINS (line 1339) | pub const BIOME_MINECRAFT_SUNFLOWER_PLAINS: &str = "biome.minecraft.sunf... constant BIOME_MINECRAFT_SWAMP (line 1341) | pub const BIOME_MINECRAFT_SWAMP: &str = "biome.minecraft.swamp"; constant BIOME_MINECRAFT_TAIGA (line 1343) | pub const BIOME_MINECRAFT_TAIGA: &str = "biome.minecraft.taiga"; constant BIOME_MINECRAFT_THE_END (line 1345) | pub const BIOME_MINECRAFT_THE_END: &str = "biome.minecraft.the_end"; constant BIOME_MINECRAFT_THE_VOID (line 1347) | pub const BIOME_MINECRAFT_THE_VOID: &str = "biome.minecraft.the_void"; constant BIOME_MINECRAFT_WARM_OCEAN (line 1349) | pub const BIOME_MINECRAFT_WARM_OCEAN: &str = "biome.minecraft.warm_ocean"; constant BIOME_MINECRAFT_WARPED_FOREST (line 1351) | pub const BIOME_MINECRAFT_WARPED_FOREST: &str = "biome.minecraft.warped_... constant BIOME_MINECRAFT_WINDSWEPT_FOREST (line 1353) | pub const BIOME_MINECRAFT_WINDSWEPT_FOREST: &str = "biome.minecraft.wind... constant BIOME_MINECRAFT_WINDSWEPT_GRAVELLY_HILLS (line 1355) | pub const BIOME_MINECRAFT_WINDSWEPT_GRAVELLY_HILLS: &str = constant BIOME_MINECRAFT_WINDSWEPT_HILLS (line 1358) | pub const BIOME_MINECRAFT_WINDSWEPT_HILLS: &str = "biome.minecraft.winds... constant BIOME_MINECRAFT_WINDSWEPT_SAVANNA (line 1360) | pub const BIOME_MINECRAFT_WINDSWEPT_SAVANNA: &str = "biome.minecraft.win... constant BIOME_MINECRAFT_WOODED_BADLANDS (line 1362) | pub const BIOME_MINECRAFT_WOODED_BADLANDS: &str = "biome.minecraft.woode... constant BLOCK_MINECRAFT_ACACIA_BUTTON (line 1364) | pub const BLOCK_MINECRAFT_ACACIA_BUTTON: &str = "block.minecraft.acacia_... constant BLOCK_MINECRAFT_ACACIA_DOOR (line 1366) | pub const BLOCK_MINECRAFT_ACACIA_DOOR: &str = "block.minecraft.acacia_do... constant BLOCK_MINECRAFT_ACACIA_FENCE (line 1368) | pub const BLOCK_MINECRAFT_ACACIA_FENCE: &str = "block.minecraft.acacia_f... constant BLOCK_MINECRAFT_ACACIA_FENCE_GATE (line 1370) | pub const BLOCK_MINECRAFT_ACACIA_FENCE_GATE: &str = "block.minecraft.aca... constant BLOCK_MINECRAFT_ACACIA_HANGING_SIGN (line 1372) | pub const BLOCK_MINECRAFT_ACACIA_HANGING_SIGN: &str = "block.minecraft.a... constant BLOCK_MINECRAFT_ACACIA_LEAVES (line 1374) | pub const BLOCK_MINECRAFT_ACACIA_LEAVES: &str = "block.minecraft.acacia_... constant BLOCK_MINECRAFT_ACACIA_LOG (line 1376) | pub const BLOCK_MINECRAFT_ACACIA_LOG: &str = "block.minecraft.acacia_log"; constant BLOCK_MINECRAFT_ACACIA_PLANKS (line 1378) | pub const BLOCK_MINECRAFT_ACACIA_PLANKS: &str = "block.minecraft.acacia_... constant BLOCK_MINECRAFT_ACACIA_PRESSURE_PLATE (line 1380) | pub const BLOCK_MINECRAFT_ACACIA_PRESSURE_PLATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_ACACIA_SAPLING (line 1382) | pub const BLOCK_MINECRAFT_ACACIA_SAPLING: &str = "block.minecraft.acacia... constant BLOCK_MINECRAFT_ACACIA_SHELF (line 1384) | pub const BLOCK_MINECRAFT_ACACIA_SHELF: &str = "block.minecraft.acacia_s... constant BLOCK_MINECRAFT_ACACIA_SIGN (line 1386) | pub const BLOCK_MINECRAFT_ACACIA_SIGN: &str = "block.minecraft.acacia_si... constant BLOCK_MINECRAFT_ACACIA_SLAB (line 1388) | pub const BLOCK_MINECRAFT_ACACIA_SLAB: &str = "block.minecraft.acacia_sl... constant BLOCK_MINECRAFT_ACACIA_STAIRS (line 1390) | pub const BLOCK_MINECRAFT_ACACIA_STAIRS: &str = "block.minecraft.acacia_... constant BLOCK_MINECRAFT_ACACIA_TRAPDOOR (line 1392) | pub const BLOCK_MINECRAFT_ACACIA_TRAPDOOR: &str = "block.minecraft.acaci... constant BLOCK_MINECRAFT_ACACIA_WALL_HANGING_SIGN (line 1394) | pub const BLOCK_MINECRAFT_ACACIA_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_ACACIA_WALL_SIGN (line 1397) | pub const BLOCK_MINECRAFT_ACACIA_WALL_SIGN: &str = "block.minecraft.acac... constant BLOCK_MINECRAFT_ACACIA_WOOD (line 1399) | pub const BLOCK_MINECRAFT_ACACIA_WOOD: &str = "block.minecraft.acacia_wo... constant BLOCK_MINECRAFT_ACTIVATOR_RAIL (line 1401) | pub const BLOCK_MINECRAFT_ACTIVATOR_RAIL: &str = "block.minecraft.activa... constant BLOCK_MINECRAFT_AIR (line 1403) | pub const BLOCK_MINECRAFT_AIR: &str = "block.minecraft.air"; constant BLOCK_MINECRAFT_ALLIUM (line 1405) | pub const BLOCK_MINECRAFT_ALLIUM: &str = "block.minecraft.allium"; constant BLOCK_MINECRAFT_AMETHYST_BLOCK (line 1407) | pub const BLOCK_MINECRAFT_AMETHYST_BLOCK: &str = "block.minecraft.amethy... constant BLOCK_MINECRAFT_AMETHYST_CLUSTER (line 1409) | pub const BLOCK_MINECRAFT_AMETHYST_CLUSTER: &str = "block.minecraft.amet... constant BLOCK_MINECRAFT_ANCIENT_DEBRIS (line 1411) | pub const BLOCK_MINECRAFT_ANCIENT_DEBRIS: &str = "block.minecraft.ancien... constant BLOCK_MINECRAFT_ANDESITE (line 1413) | pub const BLOCK_MINECRAFT_ANDESITE: &str = "block.minecraft.andesite"; constant BLOCK_MINECRAFT_ANDESITE_SLAB (line 1415) | pub const BLOCK_MINECRAFT_ANDESITE_SLAB: &str = "block.minecraft.andesit... constant BLOCK_MINECRAFT_ANDESITE_STAIRS (line 1417) | pub const BLOCK_MINECRAFT_ANDESITE_STAIRS: &str = "block.minecraft.andes... constant BLOCK_MINECRAFT_ANDESITE_WALL (line 1419) | pub const BLOCK_MINECRAFT_ANDESITE_WALL: &str = "block.minecraft.andesit... constant BLOCK_MINECRAFT_ANVIL (line 1421) | pub const BLOCK_MINECRAFT_ANVIL: &str = "block.minecraft.anvil"; constant BLOCK_MINECRAFT_ATTACHED_MELON_STEM (line 1423) | pub const BLOCK_MINECRAFT_ATTACHED_MELON_STEM: &str = "block.minecraft.a... constant BLOCK_MINECRAFT_ATTACHED_PUMPKIN_STEM (line 1425) | pub const BLOCK_MINECRAFT_ATTACHED_PUMPKIN_STEM: &str = "block.minecraft... constant BLOCK_MINECRAFT_AZALEA (line 1427) | pub const BLOCK_MINECRAFT_AZALEA: &str = "block.minecraft.azalea"; constant BLOCK_MINECRAFT_AZALEA_LEAVES (line 1429) | pub const BLOCK_MINECRAFT_AZALEA_LEAVES: &str = "block.minecraft.azalea_... constant BLOCK_MINECRAFT_AZURE_BLUET (line 1431) | pub const BLOCK_MINECRAFT_AZURE_BLUET: &str = "block.minecraft.azure_blu... constant BLOCK_MINECRAFT_BAMBOO (line 1433) | pub const BLOCK_MINECRAFT_BAMBOO: &str = "block.minecraft.bamboo"; constant BLOCK_MINECRAFT_BAMBOO_BLOCK (line 1435) | pub const BLOCK_MINECRAFT_BAMBOO_BLOCK: &str = "block.minecraft.bamboo_b... constant BLOCK_MINECRAFT_BAMBOO_BUTTON (line 1437) | pub const BLOCK_MINECRAFT_BAMBOO_BUTTON: &str = "block.minecraft.bamboo_... constant BLOCK_MINECRAFT_BAMBOO_DOOR (line 1439) | pub const BLOCK_MINECRAFT_BAMBOO_DOOR: &str = "block.minecraft.bamboo_do... constant BLOCK_MINECRAFT_BAMBOO_FENCE (line 1441) | pub const BLOCK_MINECRAFT_BAMBOO_FENCE: &str = "block.minecraft.bamboo_f... constant BLOCK_MINECRAFT_BAMBOO_FENCE_GATE (line 1443) | pub const BLOCK_MINECRAFT_BAMBOO_FENCE_GATE: &str = "block.minecraft.bam... constant BLOCK_MINECRAFT_BAMBOO_HANGING_SIGN (line 1445) | pub const BLOCK_MINECRAFT_BAMBOO_HANGING_SIGN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BAMBOO_MOSAIC (line 1447) | pub const BLOCK_MINECRAFT_BAMBOO_MOSAIC: &str = "block.minecraft.bamboo_... constant BLOCK_MINECRAFT_BAMBOO_MOSAIC_SLAB (line 1449) | pub const BLOCK_MINECRAFT_BAMBOO_MOSAIC_SLAB: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BAMBOO_MOSAIC_STAIRS (line 1451) | pub const BLOCK_MINECRAFT_BAMBOO_MOSAIC_STAIRS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BAMBOO_PLANKS (line 1453) | pub const BLOCK_MINECRAFT_BAMBOO_PLANKS: &str = "block.minecraft.bamboo_... constant BLOCK_MINECRAFT_BAMBOO_PRESSURE_PLATE (line 1455) | pub const BLOCK_MINECRAFT_BAMBOO_PRESSURE_PLATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_BAMBOO_SAPLING (line 1457) | pub const BLOCK_MINECRAFT_BAMBOO_SAPLING: &str = "block.minecraft.bamboo... constant BLOCK_MINECRAFT_BAMBOO_SHELF (line 1459) | pub const BLOCK_MINECRAFT_BAMBOO_SHELF: &str = "block.minecraft.bamboo_s... constant BLOCK_MINECRAFT_BAMBOO_SIGN (line 1461) | pub const BLOCK_MINECRAFT_BAMBOO_SIGN: &str = "block.minecraft.bamboo_si... constant BLOCK_MINECRAFT_BAMBOO_SLAB (line 1463) | pub const BLOCK_MINECRAFT_BAMBOO_SLAB: &str = "block.minecraft.bamboo_sl... constant BLOCK_MINECRAFT_BAMBOO_STAIRS (line 1465) | pub const BLOCK_MINECRAFT_BAMBOO_STAIRS: &str = "block.minecraft.bamboo_... constant BLOCK_MINECRAFT_BAMBOO_TRAPDOOR (line 1467) | pub const BLOCK_MINECRAFT_BAMBOO_TRAPDOOR: &str = "block.minecraft.bambo... constant BLOCK_MINECRAFT_BAMBOO_WALL_HANGING_SIGN (line 1469) | pub const BLOCK_MINECRAFT_BAMBOO_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_BAMBOO_WALL_SIGN (line 1472) | pub const BLOCK_MINECRAFT_BAMBOO_WALL_SIGN: &str = "block.minecraft.bamb... constant BLOCK_MINECRAFT_BANNER_BASE_BLACK (line 1474) | pub const BLOCK_MINECRAFT_BANNER_BASE_BLACK: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_BASE_BLUE (line 1476) | pub const BLOCK_MINECRAFT_BANNER_BASE_BLUE: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_BASE_BROWN (line 1478) | pub const BLOCK_MINECRAFT_BANNER_BASE_BROWN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_BASE_CYAN (line 1480) | pub const BLOCK_MINECRAFT_BANNER_BASE_CYAN: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_BASE_GRAY (line 1482) | pub const BLOCK_MINECRAFT_BANNER_BASE_GRAY: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_BASE_GREEN (line 1484) | pub const BLOCK_MINECRAFT_BANNER_BASE_GREEN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_BASE_LIGHT_BLUE (line 1486) | pub const BLOCK_MINECRAFT_BANNER_BASE_LIGHT_BLUE: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_BASE_LIGHT_GRAY (line 1488) | pub const BLOCK_MINECRAFT_BANNER_BASE_LIGHT_GRAY: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_BASE_LIME (line 1490) | pub const BLOCK_MINECRAFT_BANNER_BASE_LIME: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_BASE_MAGENTA (line 1492) | pub const BLOCK_MINECRAFT_BANNER_BASE_MAGENTA: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BASE_ORANGE (line 1494) | pub const BLOCK_MINECRAFT_BANNER_BASE_ORANGE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BASE_PINK (line 1496) | pub const BLOCK_MINECRAFT_BANNER_BASE_PINK: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_BASE_PURPLE (line 1498) | pub const BLOCK_MINECRAFT_BANNER_BASE_PURPLE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BASE_RED (line 1500) | pub const BLOCK_MINECRAFT_BANNER_BASE_RED: &str = "block.minecraft.banne... constant BLOCK_MINECRAFT_BANNER_BASE_WHITE (line 1502) | pub const BLOCK_MINECRAFT_BANNER_BASE_WHITE: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_BASE_YELLOW (line 1504) | pub const BLOCK_MINECRAFT_BANNER_BASE_YELLOW: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BORDER_BLACK (line 1506) | pub const BLOCK_MINECRAFT_BANNER_BORDER_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BORDER_BLUE (line 1508) | pub const BLOCK_MINECRAFT_BANNER_BORDER_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BORDER_BROWN (line 1510) | pub const BLOCK_MINECRAFT_BANNER_BORDER_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BORDER_CYAN (line 1512) | pub const BLOCK_MINECRAFT_BANNER_BORDER_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BORDER_GRAY (line 1514) | pub const BLOCK_MINECRAFT_BANNER_BORDER_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BORDER_GREEN (line 1516) | pub const BLOCK_MINECRAFT_BANNER_BORDER_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BORDER_LIGHT_BLUE (line 1518) | pub const BLOCK_MINECRAFT_BANNER_BORDER_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_BORDER_LIGHT_GRAY (line 1521) | pub const BLOCK_MINECRAFT_BANNER_BORDER_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_BORDER_LIME (line 1524) | pub const BLOCK_MINECRAFT_BANNER_BORDER_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BORDER_MAGENTA (line 1526) | pub const BLOCK_MINECRAFT_BANNER_BORDER_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_BORDER_ORANGE (line 1528) | pub const BLOCK_MINECRAFT_BANNER_BORDER_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_BORDER_PINK (line 1530) | pub const BLOCK_MINECRAFT_BANNER_BORDER_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BORDER_PURPLE (line 1532) | pub const BLOCK_MINECRAFT_BANNER_BORDER_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_BORDER_RED (line 1534) | pub const BLOCK_MINECRAFT_BANNER_BORDER_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_BORDER_WHITE (line 1536) | pub const BLOCK_MINECRAFT_BANNER_BORDER_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BORDER_YELLOW (line 1538) | pub const BLOCK_MINECRAFT_BANNER_BORDER_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_BRICKS_BLACK (line 1540) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BRICKS_BLUE (line 1542) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BRICKS_BROWN (line 1544) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BRICKS_CYAN (line 1546) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BRICKS_GRAY (line 1548) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BRICKS_GREEN (line 1550) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BRICKS_LIGHT_BLUE (line 1552) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_BRICKS_LIGHT_GRAY (line 1555) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_BRICKS_LIME (line 1558) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BRICKS_MAGENTA (line 1560) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_BRICKS_ORANGE (line 1562) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_BRICKS_PINK (line 1564) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_BRICKS_PURPLE (line 1566) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_BRICKS_RED (line 1568) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_BRICKS_WHITE (line 1570) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_BRICKS_YELLOW (line 1572) | pub const BLOCK_MINECRAFT_BANNER_BRICKS_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CIRCLE_BLACK (line 1574) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CIRCLE_BLUE (line 1576) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CIRCLE_BROWN (line 1578) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CIRCLE_CYAN (line 1580) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CIRCLE_GRAY (line 1582) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CIRCLE_GREEN (line 1584) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CIRCLE_LIGHT_BLUE (line 1586) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_CIRCLE_LIGHT_GRAY (line 1589) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_CIRCLE_LIME (line 1592) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CIRCLE_MAGENTA (line 1594) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_CIRCLE_ORANGE (line 1596) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CIRCLE_PINK (line 1598) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CIRCLE_PURPLE (line 1600) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CIRCLE_RED (line 1602) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_CIRCLE_WHITE (line 1604) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CIRCLE_YELLOW (line 1606) | pub const BLOCK_MINECRAFT_BANNER_CIRCLE_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CREEPER_BLACK (line 1608) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_BLACK: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CREEPER_BLUE (line 1610) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_BLUE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CREEPER_BROWN (line 1612) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_BROWN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CREEPER_CYAN (line 1614) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_CYAN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CREEPER_GRAY (line 1616) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_GRAY: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CREEPER_GREEN (line 1618) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_GREEN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CREEPER_LIGHT_BLUE (line 1620) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_CREEPER_LIGHT_GRAY (line 1623) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_CREEPER_LIME (line 1626) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_LIME: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CREEPER_MAGENTA (line 1628) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_MAGENTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_CREEPER_ORANGE (line 1630) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_ORANGE: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_CREEPER_PINK (line 1632) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_PINK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CREEPER_PURPLE (line 1634) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_PURPLE: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_CREEPER_RED (line 1636) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_RED: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CREEPER_WHITE (line 1638) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_WHITE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CREEPER_YELLOW (line 1640) | pub const BLOCK_MINECRAFT_BANNER_CREEPER_YELLOW: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_CROSS_BLACK (line 1642) | pub const BLOCK_MINECRAFT_BANNER_CROSS_BLACK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CROSS_BLUE (line 1644) | pub const BLOCK_MINECRAFT_BANNER_CROSS_BLUE: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_CROSS_BROWN (line 1646) | pub const BLOCK_MINECRAFT_BANNER_CROSS_BROWN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CROSS_CYAN (line 1648) | pub const BLOCK_MINECRAFT_BANNER_CROSS_CYAN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_CROSS_GRAY (line 1650) | pub const BLOCK_MINECRAFT_BANNER_CROSS_GRAY: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_CROSS_GREEN (line 1652) | pub const BLOCK_MINECRAFT_BANNER_CROSS_GREEN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CROSS_LIGHT_BLUE (line 1654) | pub const BLOCK_MINECRAFT_BANNER_CROSS_LIGHT_BLUE: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_CROSS_LIGHT_GRAY (line 1656) | pub const BLOCK_MINECRAFT_BANNER_CROSS_LIGHT_GRAY: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_CROSS_LIME (line 1658) | pub const BLOCK_MINECRAFT_BANNER_CROSS_LIME: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_CROSS_MAGENTA (line 1660) | pub const BLOCK_MINECRAFT_BANNER_CROSS_MAGENTA: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_CROSS_ORANGE (line 1662) | pub const BLOCK_MINECRAFT_BANNER_CROSS_ORANGE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CROSS_PINK (line 1664) | pub const BLOCK_MINECRAFT_BANNER_CROSS_PINK: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_CROSS_PURPLE (line 1666) | pub const BLOCK_MINECRAFT_BANNER_CROSS_PURPLE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CROSS_RED (line 1668) | pub const BLOCK_MINECRAFT_BANNER_CROSS_RED: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_CROSS_WHITE (line 1670) | pub const BLOCK_MINECRAFT_BANNER_CROSS_WHITE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_CROSS_YELLOW (line 1672) | pub const BLOCK_MINECRAFT_BANNER_CROSS_YELLOW: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_BLACK (line 1674) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_BLUE (line 1677) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_BROWN (line 1680) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_CYAN (line 1683) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_GRAY (line 1686) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_GREEN (line 1689) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_LIGHT_BLUE (line 1692) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_LIGHT_GRAY (line 1695) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_LIME (line 1698) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_LIME: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_MAGENTA (line 1701) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_ORANGE (line 1704) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_PINK (line 1707) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_PINK: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_PURPLE (line 1710) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_RED (line 1713) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_RED: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_WHITE (line 1715) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_CURLY_BORDER_YELLOW (line 1718) | pub const BLOCK_MINECRAFT_BANNER_CURLY_BORDER_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_BLACK (line 1721) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_BLUE (line 1724) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_BROWN (line 1727) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_CYAN (line 1730) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_GRAY (line 1733) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_GREEN (line 1736) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_LIGHT_BLUE (line 1739) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_LIGHT_GRAY (line 1742) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_LIME (line 1745) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_MAGENTA (line 1748) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_ORANGE (line 1751) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_PINK (line 1754) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_PURPLE (line 1757) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_RED (line 1760) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_RED: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_WHITE (line 1763) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_YELLOW (line 1766) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_LEFT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_BLACK (line 1769) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_BLUE (line 1772) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_BROWN (line 1775) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_CYAN (line 1778) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_GRAY (line 1781) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_GREEN (line 1784) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_LIGHT_BLUE (line 1787) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_LIGHT_GRAY (line 1790) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_LIME (line 1793) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_MAGENTA (line 1796) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_ORANGE (line 1799) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_PINK (line 1802) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_PURPLE (line 1805) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_RED (line 1808) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_RED: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_WHITE (line 1811) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_YELLOW (line 1814) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_RIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_BLACK (line 1817) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_BLUE (line 1820) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_BROWN (line 1823) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_CYAN (line 1826) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_GRAY (line 1829) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_GREEN (line 1832) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_LIGHT_BLUE (line 1835) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_LIGHT_GRAY (line 1838) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_LIME (line 1841) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_MAGENTA (line 1844) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_ORANGE (line 1847) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_PINK (line 1850) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_PURPLE (line 1853) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_RED (line 1856) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_RED: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_WHITE (line 1859) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_YELLOW (line 1862) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_LEFT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_BLACK (line 1865) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_BLUE (line 1868) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_BROWN (line 1871) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_CYAN (line 1874) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_GRAY (line 1877) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_GREEN (line 1880) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_LIGHT_BLUE (line 1883) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_LIGHT_GRAY (line 1886) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_LIME (line 1889) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_MAGENTA (line 1892) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_ORANGE (line 1895) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_PINK (line 1898) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_PURPLE (line 1901) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_RED (line 1904) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_RED: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_WHITE (line 1907) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_YELLOW (line 1910) | pub const BLOCK_MINECRAFT_BANNER_DIAGONAL_UP_RIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_FLOW_BLACK (line 1913) | pub const BLOCK_MINECRAFT_BANNER_FLOW_BLACK: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_FLOW_BLUE (line 1915) | pub const BLOCK_MINECRAFT_BANNER_FLOW_BLUE: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_FLOW_BROWN (line 1917) | pub const BLOCK_MINECRAFT_BANNER_FLOW_BROWN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_FLOW_CYAN (line 1919) | pub const BLOCK_MINECRAFT_BANNER_FLOW_CYAN: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_FLOW_GRAY (line 1921) | pub const BLOCK_MINECRAFT_BANNER_FLOW_GRAY: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_FLOW_GREEN (line 1923) | pub const BLOCK_MINECRAFT_BANNER_FLOW_GREEN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_FLOW_LIGHT_BLUE (line 1925) | pub const BLOCK_MINECRAFT_BANNER_FLOW_LIGHT_BLUE: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_FLOW_LIGHT_GRAY (line 1927) | pub const BLOCK_MINECRAFT_BANNER_FLOW_LIGHT_GRAY: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_FLOW_LIME (line 1929) | pub const BLOCK_MINECRAFT_BANNER_FLOW_LIME: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_FLOW_MAGENTA (line 1931) | pub const BLOCK_MINECRAFT_BANNER_FLOW_MAGENTA: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_FLOW_ORANGE (line 1933) | pub const BLOCK_MINECRAFT_BANNER_FLOW_ORANGE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOW_PINK (line 1935) | pub const BLOCK_MINECRAFT_BANNER_FLOW_PINK: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_FLOW_PURPLE (line 1937) | pub const BLOCK_MINECRAFT_BANNER_FLOW_PURPLE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOW_RED (line 1939) | pub const BLOCK_MINECRAFT_BANNER_FLOW_RED: &str = "block.minecraft.banne... constant BLOCK_MINECRAFT_BANNER_FLOW_WHITE (line 1941) | pub const BLOCK_MINECRAFT_BANNER_FLOW_WHITE: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_FLOW_YELLOW (line 1943) | pub const BLOCK_MINECRAFT_BANNER_FLOW_YELLOW: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOWER_BLACK (line 1945) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_FLOWER_BLUE (line 1947) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOWER_BROWN (line 1949) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_FLOWER_CYAN (line 1951) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOWER_GRAY (line 1953) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOWER_GREEN (line 1955) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_FLOWER_LIGHT_BLUE (line 1957) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_FLOWER_LIGHT_GRAY (line 1960) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_FLOWER_LIME (line 1963) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOWER_MAGENTA (line 1965) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_FLOWER_ORANGE (line 1967) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_FLOWER_PINK (line 1969) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_FLOWER_PURPLE (line 1971) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_FLOWER_RED (line 1973) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_FLOWER_WHITE (line 1975) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_FLOWER_YELLOW (line 1977) | pub const BLOCK_MINECRAFT_BANNER_FLOWER_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GLOBE_BLACK (line 1979) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_BLACK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GLOBE_BLUE (line 1981) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_BLUE: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_GLOBE_BROWN (line 1983) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_BROWN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GLOBE_CYAN (line 1985) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_CYAN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_GLOBE_GRAY (line 1987) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_GRAY: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_GLOBE_GREEN (line 1989) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_GREEN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GLOBE_LIGHT_BLUE (line 1991) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_LIGHT_BLUE: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GLOBE_LIGHT_GRAY (line 1993) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_LIGHT_GRAY: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GLOBE_LIME (line 1995) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_LIME: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_GLOBE_MAGENTA (line 1997) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_MAGENTA: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GLOBE_ORANGE (line 1999) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_ORANGE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GLOBE_PINK (line 2001) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_PINK: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_GLOBE_PURPLE (line 2003) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_PURPLE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GLOBE_RED (line 2005) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_RED: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_GLOBE_WHITE (line 2007) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_WHITE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GLOBE_YELLOW (line 2009) | pub const BLOCK_MINECRAFT_BANNER_GLOBE_YELLOW: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GRADIENT_BLACK (line 2011) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_BLACK: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_GRADIENT_BLUE (line 2013) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_BLUE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GRADIENT_BROWN (line 2015) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_BROWN: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_GRADIENT_CYAN (line 2017) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_CYAN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GRADIENT_GRAY (line 2019) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_GRAY: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GRADIENT_GREEN (line 2021) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_GREEN: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_GRADIENT_LIGHT_BLUE (line 2023) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_LIGHT_GRAY (line 2026) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_LIME (line 2029) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_LIME: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GRADIENT_MAGENTA (line 2031) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_MAGENTA: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GRADIENT_ORANGE (line 2033) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_ORANGE: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_GRADIENT_PINK (line 2035) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_PINK: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GRADIENT_PURPLE (line 2037) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_PURPLE: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_GRADIENT_RED (line 2039) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_RED: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GRADIENT_WHITE (line 2041) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_WHITE: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_GRADIENT_YELLOW (line 2043) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_YELLOW: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_BLACK (line 2045) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_BLUE (line 2048) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_BLUE: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_BROWN (line 2050) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_CYAN (line 2053) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_CYAN: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_GRAY (line 2055) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_GRAY: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_GREEN (line 2057) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_LIGHT_BLUE (line 2060) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_LIGHT_GRAY (line 2063) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_LIME (line 2066) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_LIME: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_MAGENTA (line 2068) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_ORANGE (line 2071) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_PINK (line 2074) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_PINK: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_PURPLE (line 2076) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_RED (line 2079) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_RED: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_WHITE (line 2081) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_GRADIENT_UP_YELLOW (line 2084) | pub const BLOCK_MINECRAFT_BANNER_GRADIENT_UP_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_GUSTER_BLACK (line 2087) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GUSTER_BLUE (line 2089) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GUSTER_BROWN (line 2091) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GUSTER_CYAN (line 2093) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GUSTER_GRAY (line 2095) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GUSTER_GREEN (line 2097) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GUSTER_LIGHT_BLUE (line 2099) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_GUSTER_LIGHT_GRAY (line 2102) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_GUSTER_LIME (line 2105) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GUSTER_MAGENTA (line 2107) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_GUSTER_ORANGE (line 2109) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GUSTER_PINK (line 2111) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_GUSTER_PURPLE (line 2113) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_GUSTER_RED (line 2115) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_GUSTER_WHITE (line 2117) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_GUSTER_YELLOW (line 2119) | pub const BLOCK_MINECRAFT_BANNER_GUSTER_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BLACK (line 2121) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BLUE (line 2124) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BROWN (line 2127) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_CYAN (line 2130) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_GRAY (line 2133) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_GREEN (line 2136) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_LIGHT_BLUE (line 2139) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_LIGHT_GRAY (line 2142) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_LIME (line 2145) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_LIME: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_MAGENTA (line 2148) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_ORANGE (line 2151) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_PINK (line 2154) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_PINK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_PURPLE (line 2157) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_RED (line 2160) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_RED: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_WHITE (line 2163) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_YELLOW (line 2166) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_BLACK (line 2169) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_BLUE (line 2172) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_BROWN (line 2175) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_CYAN (line 2178) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_GRAY (line 2181) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_GREEN (line 2184) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_LIGHT_BLUE (line 2187) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_LIGHT_GRAY (line 2190) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_LIME (line 2193) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_LIME: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_MAGENTA (line 2196) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_ORANGE (line 2199) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_PINK (line 2202) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_PINK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_PURPLE (line 2205) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_RED (line 2208) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_RED: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_WHITE (line 2211) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_YELLOW (line 2214) | pub const BLOCK_MINECRAFT_BANNER_HALF_HORIZONTAL_BOTTOM_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_BLACK (line 2217) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_BLUE (line 2220) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_BROWN (line 2223) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_CYAN (line 2226) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_GRAY (line 2229) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_GREEN (line 2232) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_LIGHT_BLUE (line 2235) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_LIGHT_GRAY (line 2238) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_LIME (line 2241) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_LIME: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_MAGENTA (line 2244) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_ORANGE (line 2247) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_PINK (line 2250) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_PINK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_PURPLE (line 2253) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RED (line 2256) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RED: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_WHITE (line 2259) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_YELLOW (line 2262) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_BLACK (line 2265) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_BLUE (line 2268) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_BROWN (line 2271) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_CYAN (line 2274) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_GRAY (line 2277) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_GREEN (line 2280) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_LIGHT_BLUE (line 2283) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_LIGHT_GRAY (line 2286) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_LIME (line 2289) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_MAGENTA (line 2292) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_ORANGE (line 2295) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_PINK (line 2298) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_PURPLE (line 2301) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_RED (line 2304) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_RED: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_WHITE (line 2307) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_YELLOW (line 2310) | pub const BLOCK_MINECRAFT_BANNER_HALF_VERTICAL_RIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_MOJANG_BLACK (line 2313) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_MOJANG_BLUE (line 2315) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_MOJANG_BROWN (line 2317) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_MOJANG_CYAN (line 2319) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_MOJANG_GRAY (line 2321) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_MOJANG_GREEN (line 2323) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_MOJANG_LIGHT_BLUE (line 2325) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_MOJANG_LIGHT_GRAY (line 2328) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_MOJANG_LIME (line 2331) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_MOJANG_MAGENTA (line 2333) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_MOJANG_ORANGE (line 2335) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_MOJANG_PINK (line 2337) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_MOJANG_PURPLE (line 2339) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_MOJANG_RED (line 2341) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_MOJANG_WHITE (line 2343) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_MOJANG_YELLOW (line 2345) | pub const BLOCK_MINECRAFT_BANNER_MOJANG_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_PIGLIN_BLACK (line 2347) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_BLACK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_PIGLIN_BLUE (line 2349) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_BLUE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_PIGLIN_BROWN (line 2351) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_BROWN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_PIGLIN_CYAN (line 2353) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_CYAN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_PIGLIN_GRAY (line 2355) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_GRAY: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_PIGLIN_GREEN (line 2357) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_GREEN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_PIGLIN_LIGHT_BLUE (line 2359) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_PIGLIN_LIGHT_GRAY (line 2362) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_PIGLIN_LIME (line 2365) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_LIME: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_PIGLIN_MAGENTA (line 2367) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_MAGENTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_PIGLIN_ORANGE (line 2369) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_ORANGE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_PIGLIN_PINK (line 2371) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_PINK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_PIGLIN_PURPLE (line 2373) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_PURPLE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_PIGLIN_RED (line 2375) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_RED: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_PIGLIN_WHITE (line 2377) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_WHITE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_PIGLIN_YELLOW (line 2379) | pub const BLOCK_MINECRAFT_BANNER_PIGLIN_YELLOW: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_BLACK (line 2381) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_BLACK: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_BLUE (line 2383) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_BLUE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_BROWN (line 2385) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_BROWN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_CYAN (line 2387) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_CYAN: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_GRAY (line 2389) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_GRAY: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_GREEN (line 2391) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_GREEN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_LIGHT_BLUE (line 2393) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_RHOMBUS_LIGHT_GRAY (line 2396) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_RHOMBUS_LIME (line 2399) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_LIME: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_MAGENTA (line 2401) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_MAGENTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_ORANGE (line 2403) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_ORANGE: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_PINK (line 2405) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_PINK: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_PURPLE (line 2407) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_PURPLE: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_RED (line 2409) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_RED: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_WHITE (line 2411) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_WHITE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_RHOMBUS_YELLOW (line 2413) | pub const BLOCK_MINECRAFT_BANNER_RHOMBUS_YELLOW: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_SKULL_BLACK (line 2415) | pub const BLOCK_MINECRAFT_BANNER_SKULL_BLACK: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_SKULL_BLUE (line 2417) | pub const BLOCK_MINECRAFT_BANNER_SKULL_BLUE: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_SKULL_BROWN (line 2419) | pub const BLOCK_MINECRAFT_BANNER_SKULL_BROWN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_SKULL_CYAN (line 2421) | pub const BLOCK_MINECRAFT_BANNER_SKULL_CYAN: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_SKULL_GRAY (line 2423) | pub const BLOCK_MINECRAFT_BANNER_SKULL_GRAY: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_SKULL_GREEN (line 2425) | pub const BLOCK_MINECRAFT_BANNER_SKULL_GREEN: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_SKULL_LIGHT_BLUE (line 2427) | pub const BLOCK_MINECRAFT_BANNER_SKULL_LIGHT_BLUE: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_SKULL_LIGHT_GRAY (line 2429) | pub const BLOCK_MINECRAFT_BANNER_SKULL_LIGHT_GRAY: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_SKULL_LIME (line 2431) | pub const BLOCK_MINECRAFT_BANNER_SKULL_LIME: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_SKULL_MAGENTA (line 2433) | pub const BLOCK_MINECRAFT_BANNER_SKULL_MAGENTA: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BANNER_SKULL_ORANGE (line 2435) | pub const BLOCK_MINECRAFT_BANNER_SKULL_ORANGE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_SKULL_PINK (line 2437) | pub const BLOCK_MINECRAFT_BANNER_SKULL_PINK: &str = "block.minecraft.ban... constant BLOCK_MINECRAFT_BANNER_SKULL_PURPLE (line 2439) | pub const BLOCK_MINECRAFT_BANNER_SKULL_PURPLE: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_SKULL_RED (line 2441) | pub const BLOCK_MINECRAFT_BANNER_SKULL_RED: &str = "block.minecraft.bann... constant BLOCK_MINECRAFT_BANNER_SKULL_WHITE (line 2443) | pub const BLOCK_MINECRAFT_BANNER_SKULL_WHITE: &str = "block.minecraft.ba... constant BLOCK_MINECRAFT_BANNER_SKULL_YELLOW (line 2445) | pub const BLOCK_MINECRAFT_BANNER_SKULL_YELLOW: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_BLACK (line 2447) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_BLUE (line 2450) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_BROWN (line 2453) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_CYAN (line 2456) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_GRAY (line 2459) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_GREEN (line 2462) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_LIGHT_BLUE (line 2465) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_LIGHT_GRAY (line 2468) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_LIME (line 2471) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_LIME: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_MAGENTA (line 2474) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_ORANGE (line 2477) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_PINK (line 2480) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_PINK: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_PURPLE (line 2483) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_RED (line 2486) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_RED: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_WHITE (line 2489) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_YELLOW (line 2492) | pub const BLOCK_MINECRAFT_BANNER_SMALL_STRIPES_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_BLACK (line 2495) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_BLUE (line 2498) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_BROWN (line 2501) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_CYAN (line 2504) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_GRAY (line 2507) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_GREEN (line 2510) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_LIGHT_BLUE (line 2513) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_LIGHT_GRAY (line 2516) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_LIME (line 2519) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_MAGENTA (line 2522) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_ORANGE (line 2525) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_PINK (line 2528) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_PURPLE (line 2531) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_RED (line 2534) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_RED: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_WHITE (line 2537) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_YELLOW (line 2540) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_LEFT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_BLACK (line 2543) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_BLUE (line 2546) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_BROWN (line 2549) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_CYAN (line 2552) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_GRAY (line 2555) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_GREEN (line 2558) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_LIGHT_BLUE (line 2561) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_LIGHT_GRAY (line 2564) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_LIME (line 2567) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_MAGENTA (line 2570) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_ORANGE (line 2573) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_PINK (line 2576) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_PURPLE (line 2579) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_RED (line 2582) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_RED: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_WHITE (line 2585) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_YELLOW (line 2588) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_BOTTOM_RIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_BLACK (line 2591) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_BLUE (line 2594) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_BROWN (line 2597) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_CYAN (line 2600) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_GRAY (line 2603) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_GREEN (line 2606) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_LIGHT_BLUE (line 2609) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_LIGHT_GRAY (line 2612) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_LIME (line 2615) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_MAGENTA (line 2618) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_ORANGE (line 2621) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_PINK (line 2624) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_PURPLE (line 2627) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_RED (line 2630) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_RED: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_WHITE (line 2633) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_YELLOW (line 2636) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_LEFT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_BLACK (line 2639) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_BLUE (line 2642) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_BROWN (line 2645) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_CYAN (line 2648) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_GRAY (line 2651) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_GREEN (line 2654) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_LIGHT_BLUE (line 2657) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_LIGHT_GRAY (line 2660) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_LIME (line 2663) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_MAGENTA (line 2666) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_ORANGE (line 2669) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_PINK (line 2672) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_PURPLE (line 2675) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_RED (line 2678) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_RED: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_WHITE (line 2681) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_YELLOW (line 2684) | pub const BLOCK_MINECRAFT_BANNER_SQUARE_TOP_RIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_BLACK (line 2687) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_BLUE (line 2690) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_BROWN (line 2693) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_CYAN (line 2696) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_GRAY (line 2699) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_GREEN (line 2702) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_LIGHT_BLUE (line 2705) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_LIGHT_GRAY (line 2708) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_LIME (line 2711) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_MAGENTA (line 2714) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_ORANGE (line 2717) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_PINK (line 2720) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_PURPLE (line 2723) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_RED (line 2726) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_RED: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_WHITE (line 2729) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_YELLOW (line 2732) | pub const BLOCK_MINECRAFT_BANNER_STRAIGHT_CROSS_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_BLACK (line 2735) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_BLUE (line 2738) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_BROWN (line 2741) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_CYAN (line 2744) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_GRAY (line 2747) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_GREEN (line 2750) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_LIGHT_BLUE (line 2753) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_LIGHT_GRAY (line 2756) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_LIME (line 2759) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_MAGENTA (line 2762) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_ORANGE (line 2765) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_PINK (line 2768) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_PURPLE (line 2771) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_RED (line 2774) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_RED: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_WHITE (line 2777) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_YELLOW (line 2780) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_BOTTOM_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_BLACK (line 2783) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_BLUE (line 2786) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_BROWN (line 2789) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_CYAN (line 2792) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_GRAY (line 2795) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_GREEN (line 2798) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_LIGHT_BLUE (line 2801) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_LIGHT_GRAY (line 2804) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_LIME (line 2807) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_MAGENTA (line 2810) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_ORANGE (line 2813) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_PINK (line 2816) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_PURPLE (line 2819) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_RED (line 2822) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_RED: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_WHITE (line 2825) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_YELLOW (line 2828) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_CENTER_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_BLACK (line 2831) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_BLUE (line 2834) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_BROWN (line 2837) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_CYAN (line 2840) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_GRAY (line 2843) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_GREEN (line 2846) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_LIGHT_BLUE (line 2849) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_LIGHT_GRAY (line 2852) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_LIME (line 2855) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_MAGENTA (line 2858) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_ORANGE (line 2861) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_PINK (line 2864) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_PURPLE (line 2867) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_RED (line 2870) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_RED: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_WHITE (line 2873) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_YELLOW (line 2876) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNLEFT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_BLACK (line 2879) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_BLUE (line 2882) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_BROWN (line 2885) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_CYAN (line 2888) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_GRAY (line 2891) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_GREEN (line 2894) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_LIGHT_BLUE (line 2897) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_LIGHT_GRAY (line 2900) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_LIME (line 2903) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_MAGENTA (line 2906) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_ORANGE (line 2909) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_PINK (line 2912) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_PURPLE (line 2915) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_RED (line 2918) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_RED: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_WHITE (line 2921) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_YELLOW (line 2924) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_DOWNRIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_BLACK (line 2927) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_BLUE (line 2930) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_BLUE: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_BROWN (line 2932) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_CYAN (line 2935) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_CYAN: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_GRAY (line 2937) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_GRAY: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_GREEN (line 2939) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_LIGHT_BLUE (line 2942) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_LIGHT_GRAY (line 2945) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_LIME (line 2948) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_LIME: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_MAGENTA (line 2950) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_ORANGE (line 2953) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_PINK (line 2956) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_PINK: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_PURPLE (line 2958) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_RED (line 2961) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_RED: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_WHITE (line 2963) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_YELLOW (line 2966) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_LEFT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_BLACK (line 2969) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_BLUE (line 2972) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_BROWN (line 2975) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_CYAN (line 2978) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_GRAY (line 2981) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_GREEN (line 2984) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_LIGHT_BLUE (line 2987) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_LIGHT_GRAY (line 2990) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_LIME (line 2993) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_MAGENTA (line 2996) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_ORANGE (line 2999) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_PINK (line 3002) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_PURPLE (line 3005) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_RED (line 3008) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_RED: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_WHITE (line 3011) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_YELLOW (line 3014) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_MIDDLE_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_BLACK (line 3017) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_BLUE (line 3020) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_BROWN (line 3023) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_CYAN (line 3026) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_GRAY (line 3029) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_GREEN (line 3032) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_LIGHT_BLUE (line 3035) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_LIGHT_GRAY (line 3038) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_LIME (line 3041) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_LIME: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_MAGENTA (line 3044) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_ORANGE (line 3047) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_PINK (line 3050) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_PINK: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_PURPLE (line 3053) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_RED (line 3056) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_RED: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_WHITE (line 3058) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_YELLOW (line 3061) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_RIGHT_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_BLACK (line 3064) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_BLACK: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_BLUE (line 3066) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_BLUE: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_BROWN (line 3068) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_BROWN: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_CYAN (line 3070) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_CYAN: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_GRAY (line 3072) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_GRAY: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_GREEN (line 3074) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_GREEN: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_LIGHT_BLUE (line 3076) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_LIGHT_GRAY (line 3079) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_LIME (line 3082) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_LIME: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_MAGENTA (line 3084) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_ORANGE (line 3087) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_PINK (line 3090) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_PINK: &str = "block.minecraf... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_PURPLE (line 3092) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_RED (line 3095) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_RED: &str = "block.minecraft... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_WHITE (line 3097) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_WHITE: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_STRIPE_TOP_YELLOW (line 3099) | pub const BLOCK_MINECRAFT_BANNER_STRIPE_TOP_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_BLACK (line 3102) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_BLUE (line 3105) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_BROWN (line 3108) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_CYAN (line 3111) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_GRAY (line 3114) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_GREEN (line 3117) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_LIGHT_BLUE (line 3120) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_LIGHT_GRAY (line 3123) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_LIME (line 3126) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_LIME: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_MAGENTA (line 3129) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_ORANGE (line 3132) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_PINK (line 3135) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_PINK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_PURPLE (line 3138) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_RED (line 3141) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_RED: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_WHITE (line 3144) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_YELLOW (line 3147) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_BOTTOM_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_BLACK (line 3150) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_BLUE (line 3153) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_BROWN (line 3156) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_CYAN (line 3159) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_GRAY (line 3162) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_GREEN (line 3165) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_LIGHT_BLUE (line 3168) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_LIGHT_GRAY (line 3171) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_LIME (line 3174) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_LIME: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_MAGENTA (line 3177) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_ORANGE (line 3180) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_PINK (line 3183) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_PINK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_PURPLE (line 3186) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_RED (line 3189) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_RED: &str = "block.minecra... constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_WHITE (line 3191) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_YELLOW (line 3194) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLE_TOP_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_BLACK (line 3197) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_BLUE (line 3200) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_BROWN (line 3203) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_CYAN (line 3206) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_GRAY (line 3209) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_GREEN (line 3212) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_LIGHT_BLUE (line 3215) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_LIGHT_GRAY (line 3218) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_LIME (line 3221) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_LIME: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_MAGENTA (line 3224) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_ORANGE (line 3227) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_PINK (line 3230) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_PINK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_PURPLE (line 3233) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_RED (line 3236) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_RED: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_WHITE (line 3239) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_YELLOW (line 3242) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_BOTTOM_YELLOW: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_BLACK (line 3245) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_BLACK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_BLUE (line 3248) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_BROWN (line 3251) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_BROWN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_CYAN (line 3254) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_CYAN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_GRAY (line 3257) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_GREEN (line 3260) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_GREEN: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_LIGHT_BLUE (line 3263) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_LIGHT_BLUE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_LIGHT_GRAY (line 3266) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_LIGHT_GRAY: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_LIME (line 3269) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_LIME: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_MAGENTA (line 3272) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_MAGENTA: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_ORANGE (line 3275) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_ORANGE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_PINK (line 3278) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_PINK: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_PURPLE (line 3281) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_PURPLE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_RED (line 3284) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_RED: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_WHITE (line 3287) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_WHITE: &str = constant BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_YELLOW (line 3290) | pub const BLOCK_MINECRAFT_BANNER_TRIANGLES_TOP_YELLOW: &str = constant BLOCK_MINECRAFT_BARREL (line 3293) | pub const BLOCK_MINECRAFT_BARREL: &str = "block.minecraft.barrel"; constant BLOCK_MINECRAFT_BARRIER (line 3295) | pub const BLOCK_MINECRAFT_BARRIER: &str = "block.minecraft.barrier"; constant BLOCK_MINECRAFT_BASALT (line 3297) | pub const BLOCK_MINECRAFT_BASALT: &str = "block.minecraft.basalt"; constant BLOCK_MINECRAFT_BEACON (line 3299) | pub const BLOCK_MINECRAFT_BEACON: &str = "block.minecraft.beacon"; constant BLOCK_MINECRAFT_BEACON_PRIMARY (line 3301) | pub const BLOCK_MINECRAFT_BEACON_PRIMARY: &str = "block.minecraft.beacon... constant BLOCK_MINECRAFT_BEACON_SECONDARY (line 3303) | pub const BLOCK_MINECRAFT_BEACON_SECONDARY: &str = "block.minecraft.beac... constant BLOCK_MINECRAFT_BED_NO_SLEEP (line 3305) | pub const BLOCK_MINECRAFT_BED_NO_SLEEP: &str = "block.minecraft.bed.no_s... constant BLOCK_MINECRAFT_BED_NOT_SAFE (line 3307) | pub const BLOCK_MINECRAFT_BED_NOT_SAFE: &str = "block.minecraft.bed.not_... constant BLOCK_MINECRAFT_BED_OBSTRUCTED (line 3309) | pub const BLOCK_MINECRAFT_BED_OBSTRUCTED: &str = "block.minecraft.bed.ob... constant BLOCK_MINECRAFT_BED_OCCUPIED (line 3311) | pub const BLOCK_MINECRAFT_BED_OCCUPIED: &str = "block.minecraft.bed.occu... constant BLOCK_MINECRAFT_BED_TOO_FAR_AWAY (line 3313) | pub const BLOCK_MINECRAFT_BED_TOO_FAR_AWAY: &str = "block.minecraft.bed.... constant BLOCK_MINECRAFT_BEDROCK (line 3315) | pub const BLOCK_MINECRAFT_BEDROCK: &str = "block.minecraft.bedrock"; constant BLOCK_MINECRAFT_BEE_NEST (line 3317) | pub const BLOCK_MINECRAFT_BEE_NEST: &str = "block.minecraft.bee_nest"; constant BLOCK_MINECRAFT_BEEHIVE (line 3319) | pub const BLOCK_MINECRAFT_BEEHIVE: &str = "block.minecraft.beehive"; constant BLOCK_MINECRAFT_BEETROOTS (line 3321) | pub const BLOCK_MINECRAFT_BEETROOTS: &str = "block.minecraft.beetroots"; constant BLOCK_MINECRAFT_BELL (line 3323) | pub const BLOCK_MINECRAFT_BELL: &str = "block.minecraft.bell"; constant BLOCK_MINECRAFT_BIG_DRIPLEAF (line 3325) | pub const BLOCK_MINECRAFT_BIG_DRIPLEAF: &str = "block.minecraft.big_drip... constant BLOCK_MINECRAFT_BIG_DRIPLEAF_STEM (line 3327) | pub const BLOCK_MINECRAFT_BIG_DRIPLEAF_STEM: &str = "block.minecraft.big... constant BLOCK_MINECRAFT_BIRCH_BUTTON (line 3329) | pub const BLOCK_MINECRAFT_BIRCH_BUTTON: &str = "block.minecraft.birch_bu... constant BLOCK_MINECRAFT_BIRCH_DOOR (line 3331) | pub const BLOCK_MINECRAFT_BIRCH_DOOR: &str = "block.minecraft.birch_door"; constant BLOCK_MINECRAFT_BIRCH_FENCE (line 3333) | pub const BLOCK_MINECRAFT_BIRCH_FENCE: &str = "block.minecraft.birch_fen... constant BLOCK_MINECRAFT_BIRCH_FENCE_GATE (line 3335) | pub const BLOCK_MINECRAFT_BIRCH_FENCE_GATE: &str = "block.minecraft.birc... constant BLOCK_MINECRAFT_BIRCH_HANGING_SIGN (line 3337) | pub const BLOCK_MINECRAFT_BIRCH_HANGING_SIGN: &str = "block.minecraft.bi... constant BLOCK_MINECRAFT_BIRCH_LEAVES (line 3339) | pub const BLOCK_MINECRAFT_BIRCH_LEAVES: &str = "block.minecraft.birch_le... constant BLOCK_MINECRAFT_BIRCH_LOG (line 3341) | pub const BLOCK_MINECRAFT_BIRCH_LOG: &str = "block.minecraft.birch_log"; constant BLOCK_MINECRAFT_BIRCH_PLANKS (line 3343) | pub const BLOCK_MINECRAFT_BIRCH_PLANKS: &str = "block.minecraft.birch_pl... constant BLOCK_MINECRAFT_BIRCH_PRESSURE_PLATE (line 3345) | pub const BLOCK_MINECRAFT_BIRCH_PRESSURE_PLATE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BIRCH_SAPLING (line 3347) | pub const BLOCK_MINECRAFT_BIRCH_SAPLING: &str = "block.minecraft.birch_s... constant BLOCK_MINECRAFT_BIRCH_SHELF (line 3349) | pub const BLOCK_MINECRAFT_BIRCH_SHELF: &str = "block.minecraft.birch_she... constant BLOCK_MINECRAFT_BIRCH_SIGN (line 3351) | pub const BLOCK_MINECRAFT_BIRCH_SIGN: &str = "block.minecraft.birch_sign"; constant BLOCK_MINECRAFT_BIRCH_SLAB (line 3353) | pub const BLOCK_MINECRAFT_BIRCH_SLAB: &str = "block.minecraft.birch_slab"; constant BLOCK_MINECRAFT_BIRCH_STAIRS (line 3355) | pub const BLOCK_MINECRAFT_BIRCH_STAIRS: &str = "block.minecraft.birch_st... constant BLOCK_MINECRAFT_BIRCH_TRAPDOOR (line 3357) | pub const BLOCK_MINECRAFT_BIRCH_TRAPDOOR: &str = "block.minecraft.birch_... constant BLOCK_MINECRAFT_BIRCH_WALL_HANGING_SIGN (line 3359) | pub const BLOCK_MINECRAFT_BIRCH_WALL_HANGING_SIGN: &str = "block.minecra... constant BLOCK_MINECRAFT_BIRCH_WALL_SIGN (line 3361) | pub const BLOCK_MINECRAFT_BIRCH_WALL_SIGN: &str = "block.minecraft.birch... constant BLOCK_MINECRAFT_BIRCH_WOOD (line 3363) | pub const BLOCK_MINECRAFT_BIRCH_WOOD: &str = "block.minecraft.birch_wood"; constant BLOCK_MINECRAFT_BLACK_BANNER (line 3365) | pub const BLOCK_MINECRAFT_BLACK_BANNER: &str = "block.minecraft.black_ba... constant BLOCK_MINECRAFT_BLACK_BED (line 3367) | pub const BLOCK_MINECRAFT_BLACK_BED: &str = "block.minecraft.black_bed"; constant BLOCK_MINECRAFT_BLACK_CANDLE (line 3369) | pub const BLOCK_MINECRAFT_BLACK_CANDLE: &str = "block.minecraft.black_ca... constant BLOCK_MINECRAFT_BLACK_CANDLE_CAKE (line 3371) | pub const BLOCK_MINECRAFT_BLACK_CANDLE_CAKE: &str = "block.minecraft.bla... constant BLOCK_MINECRAFT_BLACK_CARPET (line 3373) | pub const BLOCK_MINECRAFT_BLACK_CARPET: &str = "block.minecraft.black_ca... constant BLOCK_MINECRAFT_BLACK_CONCRETE (line 3375) | pub const BLOCK_MINECRAFT_BLACK_CONCRETE: &str = "block.minecraft.black_... constant BLOCK_MINECRAFT_BLACK_CONCRETE_POWDER (line 3377) | pub const BLOCK_MINECRAFT_BLACK_CONCRETE_POWDER: &str = "block.minecraft... constant BLOCK_MINECRAFT_BLACK_GLAZED_TERRACOTTA (line 3379) | pub const BLOCK_MINECRAFT_BLACK_GLAZED_TERRACOTTA: &str = "block.minecra... constant BLOCK_MINECRAFT_BLACK_SHULKER_BOX (line 3381) | pub const BLOCK_MINECRAFT_BLACK_SHULKER_BOX: &str = "block.minecraft.bla... constant BLOCK_MINECRAFT_BLACK_STAINED_GLASS (line 3383) | pub const BLOCK_MINECRAFT_BLACK_STAINED_GLASS: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BLACK_STAINED_GLASS_PANE (line 3385) | pub const BLOCK_MINECRAFT_BLACK_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_BLACK_TERRACOTTA (line 3388) | pub const BLOCK_MINECRAFT_BLACK_TERRACOTTA: &str = "block.minecraft.blac... constant BLOCK_MINECRAFT_BLACK_WOOL (line 3390) | pub const BLOCK_MINECRAFT_BLACK_WOOL: &str = "block.minecraft.black_wool"; constant BLOCK_MINECRAFT_BLACKSTONE (line 3392) | pub const BLOCK_MINECRAFT_BLACKSTONE: &str = "block.minecraft.blackstone"; constant BLOCK_MINECRAFT_BLACKSTONE_SLAB (line 3394) | pub const BLOCK_MINECRAFT_BLACKSTONE_SLAB: &str = "block.minecraft.black... constant BLOCK_MINECRAFT_BLACKSTONE_STAIRS (line 3396) | pub const BLOCK_MINECRAFT_BLACKSTONE_STAIRS: &str = "block.minecraft.bla... constant BLOCK_MINECRAFT_BLACKSTONE_WALL (line 3398) | pub const BLOCK_MINECRAFT_BLACKSTONE_WALL: &str = "block.minecraft.black... constant BLOCK_MINECRAFT_BLAST_FURNACE (line 3400) | pub const BLOCK_MINECRAFT_BLAST_FURNACE: &str = "block.minecraft.blast_f... constant BLOCK_MINECRAFT_BLUE_BANNER (line 3402) | pub const BLOCK_MINECRAFT_BLUE_BANNER: &str = "block.minecraft.blue_bann... constant BLOCK_MINECRAFT_BLUE_BED (line 3404) | pub const BLOCK_MINECRAFT_BLUE_BED: &str = "block.minecraft.blue_bed"; constant BLOCK_MINECRAFT_BLUE_CANDLE (line 3406) | pub const BLOCK_MINECRAFT_BLUE_CANDLE: &str = "block.minecraft.blue_cand... constant BLOCK_MINECRAFT_BLUE_CANDLE_CAKE (line 3408) | pub const BLOCK_MINECRAFT_BLUE_CANDLE_CAKE: &str = "block.minecraft.blue... constant BLOCK_MINECRAFT_BLUE_CARPET (line 3410) | pub const BLOCK_MINECRAFT_BLUE_CARPET: &str = "block.minecraft.blue_carp... constant BLOCK_MINECRAFT_BLUE_CONCRETE (line 3412) | pub const BLOCK_MINECRAFT_BLUE_CONCRETE: &str = "block.minecraft.blue_co... constant BLOCK_MINECRAFT_BLUE_CONCRETE_POWDER (line 3414) | pub const BLOCK_MINECRAFT_BLUE_CONCRETE_POWDER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BLUE_GLAZED_TERRACOTTA (line 3416) | pub const BLOCK_MINECRAFT_BLUE_GLAZED_TERRACOTTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_BLUE_ICE (line 3418) | pub const BLOCK_MINECRAFT_BLUE_ICE: &str = "block.minecraft.blue_ice"; constant BLOCK_MINECRAFT_BLUE_ORCHID (line 3420) | pub const BLOCK_MINECRAFT_BLUE_ORCHID: &str = "block.minecraft.blue_orch... constant BLOCK_MINECRAFT_BLUE_SHULKER_BOX (line 3422) | pub const BLOCK_MINECRAFT_BLUE_SHULKER_BOX: &str = "block.minecraft.blue... constant BLOCK_MINECRAFT_BLUE_STAINED_GLASS (line 3424) | pub const BLOCK_MINECRAFT_BLUE_STAINED_GLASS: &str = "block.minecraft.bl... constant BLOCK_MINECRAFT_BLUE_STAINED_GLASS_PANE (line 3426) | pub const BLOCK_MINECRAFT_BLUE_STAINED_GLASS_PANE: &str = "block.minecra... constant BLOCK_MINECRAFT_BLUE_TERRACOTTA (line 3428) | pub const BLOCK_MINECRAFT_BLUE_TERRACOTTA: &str = "block.minecraft.blue_... constant BLOCK_MINECRAFT_BLUE_WOOL (line 3430) | pub const BLOCK_MINECRAFT_BLUE_WOOL: &str = "block.minecraft.blue_wool"; constant BLOCK_MINECRAFT_BONE_BLOCK (line 3432) | pub const BLOCK_MINECRAFT_BONE_BLOCK: &str = "block.minecraft.bone_block"; constant BLOCK_MINECRAFT_BOOKSHELF (line 3434) | pub const BLOCK_MINECRAFT_BOOKSHELF: &str = "block.minecraft.bookshelf"; constant BLOCK_MINECRAFT_BRAIN_CORAL (line 3436) | pub const BLOCK_MINECRAFT_BRAIN_CORAL: &str = "block.minecraft.brain_cor... constant BLOCK_MINECRAFT_BRAIN_CORAL_BLOCK (line 3438) | pub const BLOCK_MINECRAFT_BRAIN_CORAL_BLOCK: &str = "block.minecraft.bra... constant BLOCK_MINECRAFT_BRAIN_CORAL_FAN (line 3440) | pub const BLOCK_MINECRAFT_BRAIN_CORAL_FAN: &str = "block.minecraft.brain... constant BLOCK_MINECRAFT_BRAIN_CORAL_WALL_FAN (line 3442) | pub const BLOCK_MINECRAFT_BRAIN_CORAL_WALL_FAN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BREWING_STAND (line 3444) | pub const BLOCK_MINECRAFT_BREWING_STAND: &str = "block.minecraft.brewing... constant BLOCK_MINECRAFT_BRICK_SLAB (line 3446) | pub const BLOCK_MINECRAFT_BRICK_SLAB: &str = "block.minecraft.brick_slab"; constant BLOCK_MINECRAFT_BRICK_STAIRS (line 3448) | pub const BLOCK_MINECRAFT_BRICK_STAIRS: &str = "block.minecraft.brick_st... constant BLOCK_MINECRAFT_BRICK_WALL (line 3450) | pub const BLOCK_MINECRAFT_BRICK_WALL: &str = "block.minecraft.brick_wall"; constant BLOCK_MINECRAFT_BRICKS (line 3452) | pub const BLOCK_MINECRAFT_BRICKS: &str = "block.minecraft.bricks"; constant BLOCK_MINECRAFT_BROWN_BANNER (line 3454) | pub const BLOCK_MINECRAFT_BROWN_BANNER: &str = "block.minecraft.brown_ba... constant BLOCK_MINECRAFT_BROWN_BED (line 3456) | pub const BLOCK_MINECRAFT_BROWN_BED: &str = "block.minecraft.brown_bed"; constant BLOCK_MINECRAFT_BROWN_CANDLE (line 3458) | pub const BLOCK_MINECRAFT_BROWN_CANDLE: &str = "block.minecraft.brown_ca... constant BLOCK_MINECRAFT_BROWN_CANDLE_CAKE (line 3460) | pub const BLOCK_MINECRAFT_BROWN_CANDLE_CAKE: &str = "block.minecraft.bro... constant BLOCK_MINECRAFT_BROWN_CARPET (line 3462) | pub const BLOCK_MINECRAFT_BROWN_CARPET: &str = "block.minecraft.brown_ca... constant BLOCK_MINECRAFT_BROWN_CONCRETE (line 3464) | pub const BLOCK_MINECRAFT_BROWN_CONCRETE: &str = "block.minecraft.brown_... constant BLOCK_MINECRAFT_BROWN_CONCRETE_POWDER (line 3466) | pub const BLOCK_MINECRAFT_BROWN_CONCRETE_POWDER: &str = "block.minecraft... constant BLOCK_MINECRAFT_BROWN_GLAZED_TERRACOTTA (line 3468) | pub const BLOCK_MINECRAFT_BROWN_GLAZED_TERRACOTTA: &str = "block.minecra... constant BLOCK_MINECRAFT_BROWN_MUSHROOM (line 3470) | pub const BLOCK_MINECRAFT_BROWN_MUSHROOM: &str = "block.minecraft.brown_... constant BLOCK_MINECRAFT_BROWN_MUSHROOM_BLOCK (line 3472) | pub const BLOCK_MINECRAFT_BROWN_MUSHROOM_BLOCK: &str = "block.minecraft.... constant BLOCK_MINECRAFT_BROWN_SHULKER_BOX (line 3474) | pub const BLOCK_MINECRAFT_BROWN_SHULKER_BOX: &str = "block.minecraft.bro... constant BLOCK_MINECRAFT_BROWN_STAINED_GLASS (line 3476) | pub const BLOCK_MINECRAFT_BROWN_STAINED_GLASS: &str = "block.minecraft.b... constant BLOCK_MINECRAFT_BROWN_STAINED_GLASS_PANE (line 3478) | pub const BLOCK_MINECRAFT_BROWN_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_BROWN_TERRACOTTA (line 3481) | pub const BLOCK_MINECRAFT_BROWN_TERRACOTTA: &str = "block.minecraft.brow... constant BLOCK_MINECRAFT_BROWN_WOOL (line 3483) | pub const BLOCK_MINECRAFT_BROWN_WOOL: &str = "block.minecraft.brown_wool"; constant BLOCK_MINECRAFT_BUBBLE_COLUMN (line 3485) | pub const BLOCK_MINECRAFT_BUBBLE_COLUMN: &str = "block.minecraft.bubble_... constant BLOCK_MINECRAFT_BUBBLE_CORAL (line 3487) | pub const BLOCK_MINECRAFT_BUBBLE_CORAL: &str = "block.minecraft.bubble_c... constant BLOCK_MINECRAFT_BUBBLE_CORAL_BLOCK (line 3489) | pub const BLOCK_MINECRAFT_BUBBLE_CORAL_BLOCK: &str = "block.minecraft.bu... constant BLOCK_MINECRAFT_BUBBLE_CORAL_FAN (line 3491) | pub const BLOCK_MINECRAFT_BUBBLE_CORAL_FAN: &str = "block.minecraft.bubb... constant BLOCK_MINECRAFT_BUBBLE_CORAL_WALL_FAN (line 3493) | pub const BLOCK_MINECRAFT_BUBBLE_CORAL_WALL_FAN: &str = "block.minecraft... constant BLOCK_MINECRAFT_BUDDING_AMETHYST (line 3495) | pub const BLOCK_MINECRAFT_BUDDING_AMETHYST: &str = "block.minecraft.budd... constant BLOCK_MINECRAFT_BUSH (line 3497) | pub const BLOCK_MINECRAFT_BUSH: &str = "block.minecraft.bush"; constant BLOCK_MINECRAFT_CACTUS (line 3499) | pub const BLOCK_MINECRAFT_CACTUS: &str = "block.minecraft.cactus"; constant BLOCK_MINECRAFT_CACTUS_FLOWER (line 3501) | pub const BLOCK_MINECRAFT_CACTUS_FLOWER: &str = "block.minecraft.cactus_... constant BLOCK_MINECRAFT_CAKE (line 3503) | pub const BLOCK_MINECRAFT_CAKE: &str = "block.minecraft.cake"; constant BLOCK_MINECRAFT_CALCITE (line 3505) | pub const BLOCK_MINECRAFT_CALCITE: &str = "block.minecraft.calcite"; constant BLOCK_MINECRAFT_CALIBRATED_SCULK_SENSOR (line 3507) | pub const BLOCK_MINECRAFT_CALIBRATED_SCULK_SENSOR: &str = "block.minecra... constant BLOCK_MINECRAFT_CAMPFIRE (line 3509) | pub const BLOCK_MINECRAFT_CAMPFIRE: &str = "block.minecraft.campfire"; constant BLOCK_MINECRAFT_CANDLE (line 3511) | pub const BLOCK_MINECRAFT_CANDLE: &str = "block.minecraft.candle"; constant BLOCK_MINECRAFT_CANDLE_CAKE (line 3513) | pub const BLOCK_MINECRAFT_CANDLE_CAKE: &str = "block.minecraft.candle_ca... constant BLOCK_MINECRAFT_CARROTS (line 3515) | pub const BLOCK_MINECRAFT_CARROTS: &str = "block.minecraft.carrots"; constant BLOCK_MINECRAFT_CARTOGRAPHY_TABLE (line 3517) | pub const BLOCK_MINECRAFT_CARTOGRAPHY_TABLE: &str = "block.minecraft.car... constant BLOCK_MINECRAFT_CARVED_PUMPKIN (line 3519) | pub const BLOCK_MINECRAFT_CARVED_PUMPKIN: &str = "block.minecraft.carved... constant BLOCK_MINECRAFT_CAULDRON (line 3521) | pub const BLOCK_MINECRAFT_CAULDRON: &str = "block.minecraft.cauldron"; constant BLOCK_MINECRAFT_CAVE_AIR (line 3523) | pub const BLOCK_MINECRAFT_CAVE_AIR: &str = "block.minecraft.cave_air"; constant BLOCK_MINECRAFT_CAVE_VINES (line 3525) | pub const BLOCK_MINECRAFT_CAVE_VINES: &str = "block.minecraft.cave_vines"; constant BLOCK_MINECRAFT_CAVE_VINES_PLANT (line 3527) | pub const BLOCK_MINECRAFT_CAVE_VINES_PLANT: &str = "block.minecraft.cave... constant BLOCK_MINECRAFT_CHAIN (line 3529) | pub const BLOCK_MINECRAFT_CHAIN: &str = "block.minecraft.chain"; constant BLOCK_MINECRAFT_CHAIN_COMMAND_BLOCK (line 3531) | pub const BLOCK_MINECRAFT_CHAIN_COMMAND_BLOCK: &str = "block.minecraft.c... constant BLOCK_MINECRAFT_CHERRY_BUTTON (line 3533) | pub const BLOCK_MINECRAFT_CHERRY_BUTTON: &str = "block.minecraft.cherry_... constant BLOCK_MINECRAFT_CHERRY_DOOR (line 3535) | pub const BLOCK_MINECRAFT_CHERRY_DOOR: &str = "block.minecraft.cherry_do... constant BLOCK_MINECRAFT_CHERRY_FENCE (line 3537) | pub const BLOCK_MINECRAFT_CHERRY_FENCE: &str = "block.minecraft.cherry_f... constant BLOCK_MINECRAFT_CHERRY_FENCE_GATE (line 3539) | pub const BLOCK_MINECRAFT_CHERRY_FENCE_GATE: &str = "block.minecraft.che... constant BLOCK_MINECRAFT_CHERRY_HANGING_SIGN (line 3541) | pub const BLOCK_MINECRAFT_CHERRY_HANGING_SIGN: &str = "block.minecraft.c... constant BLOCK_MINECRAFT_CHERRY_LEAVES (line 3543) | pub const BLOCK_MINECRAFT_CHERRY_LEAVES: &str = "block.minecraft.cherry_... constant BLOCK_MINECRAFT_CHERRY_LOG (line 3545) | pub const BLOCK_MINECRAFT_CHERRY_LOG: &str = "block.minecraft.cherry_log"; constant BLOCK_MINECRAFT_CHERRY_PLANKS (line 3547) | pub const BLOCK_MINECRAFT_CHERRY_PLANKS: &str = "block.minecraft.cherry_... constant BLOCK_MINECRAFT_CHERRY_PRESSURE_PLATE (line 3549) | pub const BLOCK_MINECRAFT_CHERRY_PRESSURE_PLATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_CHERRY_SAPLING (line 3551) | pub const BLOCK_MINECRAFT_CHERRY_SAPLING: &str = "block.minecraft.cherry... constant BLOCK_MINECRAFT_CHERRY_SHELF (line 3553) | pub const BLOCK_MINECRAFT_CHERRY_SHELF: &str = "block.minecraft.cherry_s... constant BLOCK_MINECRAFT_CHERRY_SIGN (line 3555) | pub const BLOCK_MINECRAFT_CHERRY_SIGN: &str = "block.minecraft.cherry_si... constant BLOCK_MINECRAFT_CHERRY_SLAB (line 3557) | pub const BLOCK_MINECRAFT_CHERRY_SLAB: &str = "block.minecraft.cherry_sl... constant BLOCK_MINECRAFT_CHERRY_STAIRS (line 3559) | pub const BLOCK_MINECRAFT_CHERRY_STAIRS: &str = "block.minecraft.cherry_... constant BLOCK_MINECRAFT_CHERRY_TRAPDOOR (line 3561) | pub const BLOCK_MINECRAFT_CHERRY_TRAPDOOR: &str = "block.minecraft.cherr... constant BLOCK_MINECRAFT_CHERRY_WALL_HANGING_SIGN (line 3563) | pub const BLOCK_MINECRAFT_CHERRY_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_CHERRY_WALL_SIGN (line 3566) | pub const BLOCK_MINECRAFT_CHERRY_WALL_SIGN: &str = "block.minecraft.cher... constant BLOCK_MINECRAFT_CHERRY_WOOD (line 3568) | pub const BLOCK_MINECRAFT_CHERRY_WOOD: &str = "block.minecraft.cherry_wo... constant BLOCK_MINECRAFT_CHEST (line 3570) | pub const BLOCK_MINECRAFT_CHEST: &str = "block.minecraft.chest"; constant BLOCK_MINECRAFT_CHIPPED_ANVIL (line 3572) | pub const BLOCK_MINECRAFT_CHIPPED_ANVIL: &str = "block.minecraft.chipped... constant BLOCK_MINECRAFT_CHISELED_BOOKSHELF (line 3574) | pub const BLOCK_MINECRAFT_CHISELED_BOOKSHELF: &str = "block.minecraft.ch... constant BLOCK_MINECRAFT_CHISELED_COPPER (line 3576) | pub const BLOCK_MINECRAFT_CHISELED_COPPER: &str = "block.minecraft.chise... constant BLOCK_MINECRAFT_CHISELED_DEEPSLATE (line 3578) | pub const BLOCK_MINECRAFT_CHISELED_DEEPSLATE: &str = "block.minecraft.ch... constant BLOCK_MINECRAFT_CHISELED_NETHER_BRICKS (line 3580) | pub const BLOCK_MINECRAFT_CHISELED_NETHER_BRICKS: &str = "block.minecraf... constant BLOCK_MINECRAFT_CHISELED_POLISHED_BLACKSTONE (line 3582) | pub const BLOCK_MINECRAFT_CHISELED_POLISHED_BLACKSTONE: &str = constant BLOCK_MINECRAFT_CHISELED_QUARTZ_BLOCK (line 3585) | pub const BLOCK_MINECRAFT_CHISELED_QUARTZ_BLOCK: &str = "block.minecraft... constant BLOCK_MINECRAFT_CHISELED_RED_SANDSTONE (line 3587) | pub const BLOCK_MINECRAFT_CHISELED_RED_SANDSTONE: &str = "block.minecraf... constant BLOCK_MINECRAFT_CHISELED_RESIN_BRICKS (line 3589) | pub const BLOCK_MINECRAFT_CHISELED_RESIN_BRICKS: &str = "block.minecraft... constant BLOCK_MINECRAFT_CHISELED_SANDSTONE (line 3591) | pub const BLOCK_MINECRAFT_CHISELED_SANDSTONE: &str = "block.minecraft.ch... constant BLOCK_MINECRAFT_CHISELED_STONE_BRICKS (line 3593) | pub const BLOCK_MINECRAFT_CHISELED_STONE_BRICKS: &str = "block.minecraft... constant BLOCK_MINECRAFT_CHISELED_TUFF (line 3595) | pub const BLOCK_MINECRAFT_CHISELED_TUFF: &str = "block.minecraft.chisele... constant BLOCK_MINECRAFT_CHISELED_TUFF_BRICKS (line 3597) | pub const BLOCK_MINECRAFT_CHISELED_TUFF_BRICKS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_CHORUS_FLOWER (line 3599) | pub const BLOCK_MINECRAFT_CHORUS_FLOWER: &str = "block.minecraft.chorus_... constant BLOCK_MINECRAFT_CHORUS_PLANT (line 3601) | pub const BLOCK_MINECRAFT_CHORUS_PLANT: &str = "block.minecraft.chorus_p... constant BLOCK_MINECRAFT_CLAY (line 3603) | pub const BLOCK_MINECRAFT_CLAY: &str = "block.minecraft.clay"; constant BLOCK_MINECRAFT_CLOSED_EYEBLOSSOM (line 3605) | pub const BLOCK_MINECRAFT_CLOSED_EYEBLOSSOM: &str = "block.minecraft.clo... constant BLOCK_MINECRAFT_COAL_BLOCK (line 3607) | pub const BLOCK_MINECRAFT_COAL_BLOCK: &str = "block.minecraft.coal_block"; constant BLOCK_MINECRAFT_COAL_ORE (line 3609) | pub const BLOCK_MINECRAFT_COAL_ORE: &str = "block.minecraft.coal_ore"; constant BLOCK_MINECRAFT_COARSE_DIRT (line 3611) | pub const BLOCK_MINECRAFT_COARSE_DIRT: &str = "block.minecraft.coarse_di... constant BLOCK_MINECRAFT_COBBLED_DEEPSLATE (line 3613) | pub const BLOCK_MINECRAFT_COBBLED_DEEPSLATE: &str = "block.minecraft.cob... constant BLOCK_MINECRAFT_COBBLED_DEEPSLATE_SLAB (line 3615) | pub const BLOCK_MINECRAFT_COBBLED_DEEPSLATE_SLAB: &str = "block.minecraf... constant BLOCK_MINECRAFT_COBBLED_DEEPSLATE_STAIRS (line 3617) | pub const BLOCK_MINECRAFT_COBBLED_DEEPSLATE_STAIRS: &str = constant BLOCK_MINECRAFT_COBBLED_DEEPSLATE_WALL (line 3620) | pub const BLOCK_MINECRAFT_COBBLED_DEEPSLATE_WALL: &str = "block.minecraf... constant BLOCK_MINECRAFT_COBBLESTONE (line 3622) | pub const BLOCK_MINECRAFT_COBBLESTONE: &str = "block.minecraft.cobblesto... constant BLOCK_MINECRAFT_COBBLESTONE_SLAB (line 3624) | pub const BLOCK_MINECRAFT_COBBLESTONE_SLAB: &str = "block.minecraft.cobb... constant BLOCK_MINECRAFT_COBBLESTONE_STAIRS (line 3626) | pub const BLOCK_MINECRAFT_COBBLESTONE_STAIRS: &str = "block.minecraft.co... constant BLOCK_MINECRAFT_COBBLESTONE_WALL (line 3628) | pub const BLOCK_MINECRAFT_COBBLESTONE_WALL: &str = "block.minecraft.cobb... constant BLOCK_MINECRAFT_COBWEB (line 3630) | pub const BLOCK_MINECRAFT_COBWEB: &str = "block.minecraft.cobweb"; constant BLOCK_MINECRAFT_COCOA (line 3632) | pub const BLOCK_MINECRAFT_COCOA: &str = "block.minecraft.cocoa"; constant BLOCK_MINECRAFT_COMMAND_BLOCK (line 3634) | pub const BLOCK_MINECRAFT_COMMAND_BLOCK: &str = "block.minecraft.command... constant BLOCK_MINECRAFT_COMPARATOR (line 3636) | pub const BLOCK_MINECRAFT_COMPARATOR: &str = "block.minecraft.comparator"; constant BLOCK_MINECRAFT_COMPOSTER (line 3638) | pub const BLOCK_MINECRAFT_COMPOSTER: &str = "block.minecraft.composter"; constant BLOCK_MINECRAFT_CONDUIT (line 3640) | pub const BLOCK_MINECRAFT_CONDUIT: &str = "block.minecraft.conduit"; constant BLOCK_MINECRAFT_COPPER_BARS (line 3642) | pub const BLOCK_MINECRAFT_COPPER_BARS: &str = "block.minecraft.copper_ba... constant BLOCK_MINECRAFT_COPPER_BLOCK (line 3644) | pub const BLOCK_MINECRAFT_COPPER_BLOCK: &str = "block.minecraft.copper_b... constant BLOCK_MINECRAFT_COPPER_BULB (line 3646) | pub const BLOCK_MINECRAFT_COPPER_BULB: &str = "block.minecraft.copper_bu... constant BLOCK_MINECRAFT_COPPER_CHAIN (line 3648) | pub const BLOCK_MINECRAFT_COPPER_CHAIN: &str = "block.minecraft.copper_c... constant BLOCK_MINECRAFT_COPPER_CHEST (line 3650) | pub const BLOCK_MINECRAFT_COPPER_CHEST: &str = "block.minecraft.copper_c... constant BLOCK_MINECRAFT_COPPER_DOOR (line 3652) | pub const BLOCK_MINECRAFT_COPPER_DOOR: &str = "block.minecraft.copper_do... constant BLOCK_MINECRAFT_COPPER_GOLEM_STATUE (line 3654) | pub const BLOCK_MINECRAFT_COPPER_GOLEM_STATUE: &str = "block.minecraft.c... constant BLOCK_MINECRAFT_COPPER_GRATE (line 3656) | pub const BLOCK_MINECRAFT_COPPER_GRATE: &str = "block.minecraft.copper_g... constant BLOCK_MINECRAFT_COPPER_LANTERN (line 3658) | pub const BLOCK_MINECRAFT_COPPER_LANTERN: &str = "block.minecraft.copper... constant BLOCK_MINECRAFT_COPPER_ORE (line 3660) | pub const BLOCK_MINECRAFT_COPPER_ORE: &str = "block.minecraft.copper_ore"; constant BLOCK_MINECRAFT_COPPER_TORCH (line 3662) | pub const BLOCK_MINECRAFT_COPPER_TORCH: &str = "block.minecraft.copper_t... constant BLOCK_MINECRAFT_COPPER_TRAPDOOR (line 3664) | pub const BLOCK_MINECRAFT_COPPER_TRAPDOOR: &str = "block.minecraft.coppe... constant BLOCK_MINECRAFT_COPPER_WALL_TORCH (line 3666) | pub const BLOCK_MINECRAFT_COPPER_WALL_TORCH: &str = "block.minecraft.cop... constant BLOCK_MINECRAFT_CORNFLOWER (line 3668) | pub const BLOCK_MINECRAFT_CORNFLOWER: &str = "block.minecraft.cornflower"; constant BLOCK_MINECRAFT_CRACKED_DEEPSLATE_BRICKS (line 3670) | pub const BLOCK_MINECRAFT_CRACKED_DEEPSLATE_BRICKS: &str = constant BLOCK_MINECRAFT_CRACKED_DEEPSLATE_TILES (line 3673) | pub const BLOCK_MINECRAFT_CRACKED_DEEPSLATE_TILES: &str = "block.minecra... constant BLOCK_MINECRAFT_CRACKED_NETHER_BRICKS (line 3675) | pub const BLOCK_MINECRAFT_CRACKED_NETHER_BRICKS: &str = "block.minecraft... constant BLOCK_MINECRAFT_CRACKED_POLISHED_BLACKSTONE_BRICKS (line 3677) | pub const BLOCK_MINECRAFT_CRACKED_POLISHED_BLACKSTONE_BRICKS: &str = constant BLOCK_MINECRAFT_CRACKED_STONE_BRICKS (line 3680) | pub const BLOCK_MINECRAFT_CRACKED_STONE_BRICKS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_CRAFTER (line 3682) | pub const BLOCK_MINECRAFT_CRAFTER: &str = "block.minecraft.crafter"; constant BLOCK_MINECRAFT_CRAFTING_TABLE (line 3684) | pub const BLOCK_MINECRAFT_CRAFTING_TABLE: &str = "block.minecraft.crafti... constant BLOCK_MINECRAFT_CREAKING_HEART (line 3686) | pub const BLOCK_MINECRAFT_CREAKING_HEART: &str = "block.minecraft.creaki... constant BLOCK_MINECRAFT_CREEPER_HEAD (line 3688) | pub const BLOCK_MINECRAFT_CREEPER_HEAD: &str = "block.minecraft.creeper_... constant BLOCK_MINECRAFT_CREEPER_WALL_HEAD (line 3690) | pub const BLOCK_MINECRAFT_CREEPER_WALL_HEAD: &str = "block.minecraft.cre... constant BLOCK_MINECRAFT_CRIMSON_BUTTON (line 3692) | pub const BLOCK_MINECRAFT_CRIMSON_BUTTON: &str = "block.minecraft.crimso... constant BLOCK_MINECRAFT_CRIMSON_DOOR (line 3694) | pub const BLOCK_MINECRAFT_CRIMSON_DOOR: &str = "block.minecraft.crimson_... constant BLOCK_MINECRAFT_CRIMSON_FENCE (line 3696) | pub const BLOCK_MINECRAFT_CRIMSON_FENCE: &str = "block.minecraft.crimson... constant BLOCK_MINECRAFT_CRIMSON_FENCE_GATE (line 3698) | pub const BLOCK_MINECRAFT_CRIMSON_FENCE_GATE: &str = "block.minecraft.cr... constant BLOCK_MINECRAFT_CRIMSON_FUNGUS (line 3700) | pub const BLOCK_MINECRAFT_CRIMSON_FUNGUS: &str = "block.minecraft.crimso... constant BLOCK_MINECRAFT_CRIMSON_HANGING_SIGN (line 3702) | pub const BLOCK_MINECRAFT_CRIMSON_HANGING_SIGN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_CRIMSON_HYPHAE (line 3704) | pub const BLOCK_MINECRAFT_CRIMSON_HYPHAE: &str = "block.minecraft.crimso... constant BLOCK_MINECRAFT_CRIMSON_NYLIUM (line 3706) | pub const BLOCK_MINECRAFT_CRIMSON_NYLIUM: &str = "block.minecraft.crimso... constant BLOCK_MINECRAFT_CRIMSON_PLANKS (line 3708) | pub const BLOCK_MINECRAFT_CRIMSON_PLANKS: &str = "block.minecraft.crimso... constant BLOCK_MINECRAFT_CRIMSON_PRESSURE_PLATE (line 3710) | pub const BLOCK_MINECRAFT_CRIMSON_PRESSURE_PLATE: &str = "block.minecraf... constant BLOCK_MINECRAFT_CRIMSON_ROOTS (line 3712) | pub const BLOCK_MINECRAFT_CRIMSON_ROOTS: &str = "block.minecraft.crimson... constant BLOCK_MINECRAFT_CRIMSON_SHELF (line 3714) | pub const BLOCK_MINECRAFT_CRIMSON_SHELF: &str = "block.minecraft.crimson... constant BLOCK_MINECRAFT_CRIMSON_SIGN (line 3716) | pub const BLOCK_MINECRAFT_CRIMSON_SIGN: &str = "block.minecraft.crimson_... constant BLOCK_MINECRAFT_CRIMSON_SLAB (line 3718) | pub const BLOCK_MINECRAFT_CRIMSON_SLAB: &str = "block.minecraft.crimson_... constant BLOCK_MINECRAFT_CRIMSON_STAIRS (line 3720) | pub const BLOCK_MINECRAFT_CRIMSON_STAIRS: &str = "block.minecraft.crimso... constant BLOCK_MINECRAFT_CRIMSON_STEM (line 3722) | pub const BLOCK_MINECRAFT_CRIMSON_STEM: &str = "block.minecraft.crimson_... constant BLOCK_MINECRAFT_CRIMSON_TRAPDOOR (line 3724) | pub const BLOCK_MINECRAFT_CRIMSON_TRAPDOOR: &str = "block.minecraft.crim... constant BLOCK_MINECRAFT_CRIMSON_WALL_HANGING_SIGN (line 3726) | pub const BLOCK_MINECRAFT_CRIMSON_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_CRIMSON_WALL_SIGN (line 3729) | pub const BLOCK_MINECRAFT_CRIMSON_WALL_SIGN: &str = "block.minecraft.cri... constant BLOCK_MINECRAFT_CRYING_OBSIDIAN (line 3731) | pub const BLOCK_MINECRAFT_CRYING_OBSIDIAN: &str = "block.minecraft.cryin... constant BLOCK_MINECRAFT_CUT_COPPER (line 3733) | pub const BLOCK_MINECRAFT_CUT_COPPER: &str = "block.minecraft.cut_copper"; constant BLOCK_MINECRAFT_CUT_COPPER_SLAB (line 3735) | pub const BLOCK_MINECRAFT_CUT_COPPER_SLAB: &str = "block.minecraft.cut_c... constant BLOCK_MINECRAFT_CUT_COPPER_STAIRS (line 3737) | pub const BLOCK_MINECRAFT_CUT_COPPER_STAIRS: &str = "block.minecraft.cut... constant BLOCK_MINECRAFT_CUT_RED_SANDSTONE (line 3739) | pub const BLOCK_MINECRAFT_CUT_RED_SANDSTONE: &str = "block.minecraft.cut... constant BLOCK_MINECRAFT_CUT_RED_SANDSTONE_SLAB (line 3741) | pub const BLOCK_MINECRAFT_CUT_RED_SANDSTONE_SLAB: &str = "block.minecraf... constant BLOCK_MINECRAFT_CUT_SANDSTONE (line 3743) | pub const BLOCK_MINECRAFT_CUT_SANDSTONE: &str = "block.minecraft.cut_san... constant BLOCK_MINECRAFT_CUT_SANDSTONE_SLAB (line 3745) | pub const BLOCK_MINECRAFT_CUT_SANDSTONE_SLAB: &str = "block.minecraft.cu... constant BLOCK_MINECRAFT_CYAN_BANNER (line 3747) | pub const BLOCK_MINECRAFT_CYAN_BANNER: &str = "block.minecraft.cyan_bann... constant BLOCK_MINECRAFT_CYAN_BED (line 3749) | pub const BLOCK_MINECRAFT_CYAN_BED: &str = "block.minecraft.cyan_bed"; constant BLOCK_MINECRAFT_CYAN_CANDLE (line 3751) | pub const BLOCK_MINECRAFT_CYAN_CANDLE: &str = "block.minecraft.cyan_cand... constant BLOCK_MINECRAFT_CYAN_CANDLE_CAKE (line 3753) | pub const BLOCK_MINECRAFT_CYAN_CANDLE_CAKE: &str = "block.minecraft.cyan... constant BLOCK_MINECRAFT_CYAN_CARPET (line 3755) | pub const BLOCK_MINECRAFT_CYAN_CARPET: &str = "block.minecraft.cyan_carp... constant BLOCK_MINECRAFT_CYAN_CONCRETE (line 3757) | pub const BLOCK_MINECRAFT_CYAN_CONCRETE: &str = "block.minecraft.cyan_co... constant BLOCK_MINECRAFT_CYAN_CONCRETE_POWDER (line 3759) | pub const BLOCK_MINECRAFT_CYAN_CONCRETE_POWDER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_CYAN_GLAZED_TERRACOTTA (line 3761) | pub const BLOCK_MINECRAFT_CYAN_GLAZED_TERRACOTTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_CYAN_SHULKER_BOX (line 3763) | pub const BLOCK_MINECRAFT_CYAN_SHULKER_BOX: &str = "block.minecraft.cyan... constant BLOCK_MINECRAFT_CYAN_STAINED_GLASS (line 3765) | pub const BLOCK_MINECRAFT_CYAN_STAINED_GLASS: &str = "block.minecraft.cy... constant BLOCK_MINECRAFT_CYAN_STAINED_GLASS_PANE (line 3767) | pub const BLOCK_MINECRAFT_CYAN_STAINED_GLASS_PANE: &str = "block.minecra... constant BLOCK_MINECRAFT_CYAN_TERRACOTTA (line 3769) | pub const BLOCK_MINECRAFT_CYAN_TERRACOTTA: &str = "block.minecraft.cyan_... constant BLOCK_MINECRAFT_CYAN_WOOL (line 3771) | pub const BLOCK_MINECRAFT_CYAN_WOOL: &str = "block.minecraft.cyan_wool"; constant BLOCK_MINECRAFT_DAMAGED_ANVIL (line 3773) | pub const BLOCK_MINECRAFT_DAMAGED_ANVIL: &str = "block.minecraft.damaged... constant BLOCK_MINECRAFT_DANDELION (line 3775) | pub const BLOCK_MINECRAFT_DANDELION: &str = "block.minecraft.dandelion"; constant BLOCK_MINECRAFT_DARK_OAK_BUTTON (line 3777) | pub const BLOCK_MINECRAFT_DARK_OAK_BUTTON: &str = "block.minecraft.dark_... constant BLOCK_MINECRAFT_DARK_OAK_DOOR (line 3779) | pub const BLOCK_MINECRAFT_DARK_OAK_DOOR: &str = "block.minecraft.dark_oa... constant BLOCK_MINECRAFT_DARK_OAK_FENCE (line 3781) | pub const BLOCK_MINECRAFT_DARK_OAK_FENCE: &str = "block.minecraft.dark_o... constant BLOCK_MINECRAFT_DARK_OAK_FENCE_GATE (line 3783) | pub const BLOCK_MINECRAFT_DARK_OAK_FENCE_GATE: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DARK_OAK_HANGING_SIGN (line 3785) | pub const BLOCK_MINECRAFT_DARK_OAK_HANGING_SIGN: &str = "block.minecraft... constant BLOCK_MINECRAFT_DARK_OAK_LEAVES (line 3787) | pub const BLOCK_MINECRAFT_DARK_OAK_LEAVES: &str = "block.minecraft.dark_... constant BLOCK_MINECRAFT_DARK_OAK_LOG (line 3789) | pub const BLOCK_MINECRAFT_DARK_OAK_LOG: &str = "block.minecraft.dark_oak... constant BLOCK_MINECRAFT_DARK_OAK_PLANKS (line 3791) | pub const BLOCK_MINECRAFT_DARK_OAK_PLANKS: &str = "block.minecraft.dark_... constant BLOCK_MINECRAFT_DARK_OAK_PRESSURE_PLATE (line 3793) | pub const BLOCK_MINECRAFT_DARK_OAK_PRESSURE_PLATE: &str = "block.minecra... constant BLOCK_MINECRAFT_DARK_OAK_SAPLING (line 3795) | pub const BLOCK_MINECRAFT_DARK_OAK_SAPLING: &str = "block.minecraft.dark... constant BLOCK_MINECRAFT_DARK_OAK_SHELF (line 3797) | pub const BLOCK_MINECRAFT_DARK_OAK_SHELF: &str = "block.minecraft.dark_o... constant BLOCK_MINECRAFT_DARK_OAK_SIGN (line 3799) | pub const BLOCK_MINECRAFT_DARK_OAK_SIGN: &str = "block.minecraft.dark_oa... constant BLOCK_MINECRAFT_DARK_OAK_SLAB (line 3801) | pub const BLOCK_MINECRAFT_DARK_OAK_SLAB: &str = "block.minecraft.dark_oa... constant BLOCK_MINECRAFT_DARK_OAK_STAIRS (line 3803) | pub const BLOCK_MINECRAFT_DARK_OAK_STAIRS: &str = "block.minecraft.dark_... constant BLOCK_MINECRAFT_DARK_OAK_TRAPDOOR (line 3805) | pub const BLOCK_MINECRAFT_DARK_OAK_TRAPDOOR: &str = "block.minecraft.dar... constant BLOCK_MINECRAFT_DARK_OAK_WALL_HANGING_SIGN (line 3807) | pub const BLOCK_MINECRAFT_DARK_OAK_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_DARK_OAK_WALL_SIGN (line 3810) | pub const BLOCK_MINECRAFT_DARK_OAK_WALL_SIGN: &str = "block.minecraft.da... constant BLOCK_MINECRAFT_DARK_OAK_WOOD (line 3812) | pub const BLOCK_MINECRAFT_DARK_OAK_WOOD: &str = "block.minecraft.dark_oa... constant BLOCK_MINECRAFT_DARK_PRISMARINE (line 3814) | pub const BLOCK_MINECRAFT_DARK_PRISMARINE: &str = "block.minecraft.dark_... constant BLOCK_MINECRAFT_DARK_PRISMARINE_SLAB (line 3816) | pub const BLOCK_MINECRAFT_DARK_PRISMARINE_SLAB: &str = "block.minecraft.... constant BLOCK_MINECRAFT_DARK_PRISMARINE_STAIRS (line 3818) | pub const BLOCK_MINECRAFT_DARK_PRISMARINE_STAIRS: &str = "block.minecraf... constant BLOCK_MINECRAFT_DAYLIGHT_DETECTOR (line 3820) | pub const BLOCK_MINECRAFT_DAYLIGHT_DETECTOR: &str = "block.minecraft.day... constant BLOCK_MINECRAFT_DEAD_BRAIN_CORAL (line 3822) | pub const BLOCK_MINECRAFT_DEAD_BRAIN_CORAL: &str = "block.minecraft.dead... constant BLOCK_MINECRAFT_DEAD_BRAIN_CORAL_BLOCK (line 3824) | pub const BLOCK_MINECRAFT_DEAD_BRAIN_CORAL_BLOCK: &str = "block.minecraf... constant BLOCK_MINECRAFT_DEAD_BRAIN_CORAL_FAN (line 3826) | pub const BLOCK_MINECRAFT_DEAD_BRAIN_CORAL_FAN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_DEAD_BRAIN_CORAL_WALL_FAN (line 3828) | pub const BLOCK_MINECRAFT_DEAD_BRAIN_CORAL_WALL_FAN: &str = constant BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL (line 3831) | pub const BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL: &str = "block.minecraft.dea... constant BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL_BLOCK (line 3833) | pub const BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL_BLOCK: &str = "block.minecra... constant BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL_FAN (line 3835) | pub const BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL_FAN: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL_WALL_FAN (line 3837) | pub const BLOCK_MINECRAFT_DEAD_BUBBLE_CORAL_WALL_FAN: &str = constant BLOCK_MINECRAFT_DEAD_BUSH (line 3840) | pub const BLOCK_MINECRAFT_DEAD_BUSH: &str = "block.minecraft.dead_bush"; constant BLOCK_MINECRAFT_DEAD_FIRE_CORAL (line 3842) | pub const BLOCK_MINECRAFT_DEAD_FIRE_CORAL: &str = "block.minecraft.dead_... constant BLOCK_MINECRAFT_DEAD_FIRE_CORAL_BLOCK (line 3844) | pub const BLOCK_MINECRAFT_DEAD_FIRE_CORAL_BLOCK: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEAD_FIRE_CORAL_FAN (line 3846) | pub const BLOCK_MINECRAFT_DEAD_FIRE_CORAL_FAN: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DEAD_FIRE_CORAL_WALL_FAN (line 3848) | pub const BLOCK_MINECRAFT_DEAD_FIRE_CORAL_WALL_FAN: &str = constant BLOCK_MINECRAFT_DEAD_HORN_CORAL (line 3851) | pub const BLOCK_MINECRAFT_DEAD_HORN_CORAL: &str = "block.minecraft.dead_... constant BLOCK_MINECRAFT_DEAD_HORN_CORAL_BLOCK (line 3853) | pub const BLOCK_MINECRAFT_DEAD_HORN_CORAL_BLOCK: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEAD_HORN_CORAL_FAN (line 3855) | pub const BLOCK_MINECRAFT_DEAD_HORN_CORAL_FAN: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DEAD_HORN_CORAL_WALL_FAN (line 3857) | pub const BLOCK_MINECRAFT_DEAD_HORN_CORAL_WALL_FAN: &str = constant BLOCK_MINECRAFT_DEAD_TUBE_CORAL (line 3860) | pub const BLOCK_MINECRAFT_DEAD_TUBE_CORAL: &str = "block.minecraft.dead_... constant BLOCK_MINECRAFT_DEAD_TUBE_CORAL_BLOCK (line 3862) | pub const BLOCK_MINECRAFT_DEAD_TUBE_CORAL_BLOCK: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEAD_TUBE_CORAL_FAN (line 3864) | pub const BLOCK_MINECRAFT_DEAD_TUBE_CORAL_FAN: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DEAD_TUBE_CORAL_WALL_FAN (line 3866) | pub const BLOCK_MINECRAFT_DEAD_TUBE_CORAL_WALL_FAN: &str = constant BLOCK_MINECRAFT_DECORATED_POT (line 3869) | pub const BLOCK_MINECRAFT_DECORATED_POT: &str = "block.minecraft.decorat... constant BLOCK_MINECRAFT_DEEPSLATE (line 3871) | pub const BLOCK_MINECRAFT_DEEPSLATE: &str = "block.minecraft.deepslate"; constant BLOCK_MINECRAFT_DEEPSLATE_BRICK_SLAB (line 3873) | pub const BLOCK_MINECRAFT_DEEPSLATE_BRICK_SLAB: &str = "block.minecraft.... constant BLOCK_MINECRAFT_DEEPSLATE_BRICK_STAIRS (line 3875) | pub const BLOCK_MINECRAFT_DEEPSLATE_BRICK_STAIRS: &str = "block.minecraf... constant BLOCK_MINECRAFT_DEEPSLATE_BRICK_WALL (line 3877) | pub const BLOCK_MINECRAFT_DEEPSLATE_BRICK_WALL: &str = "block.minecraft.... constant BLOCK_MINECRAFT_DEEPSLATE_BRICKS (line 3879) | pub const BLOCK_MINECRAFT_DEEPSLATE_BRICKS: &str = "block.minecraft.deep... constant BLOCK_MINECRAFT_DEEPSLATE_COAL_ORE (line 3881) | pub const BLOCK_MINECRAFT_DEEPSLATE_COAL_ORE: &str = "block.minecraft.de... constant BLOCK_MINECRAFT_DEEPSLATE_COPPER_ORE (line 3883) | pub const BLOCK_MINECRAFT_DEEPSLATE_COPPER_ORE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_DEEPSLATE_DIAMOND_ORE (line 3885) | pub const BLOCK_MINECRAFT_DEEPSLATE_DIAMOND_ORE: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEEPSLATE_EMERALD_ORE (line 3887) | pub const BLOCK_MINECRAFT_DEEPSLATE_EMERALD_ORE: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEEPSLATE_GOLD_ORE (line 3889) | pub const BLOCK_MINECRAFT_DEEPSLATE_GOLD_ORE: &str = "block.minecraft.de... constant BLOCK_MINECRAFT_DEEPSLATE_IRON_ORE (line 3891) | pub const BLOCK_MINECRAFT_DEEPSLATE_IRON_ORE: &str = "block.minecraft.de... constant BLOCK_MINECRAFT_DEEPSLATE_LAPIS_ORE (line 3893) | pub const BLOCK_MINECRAFT_DEEPSLATE_LAPIS_ORE: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DEEPSLATE_REDSTONE_ORE (line 3895) | pub const BLOCK_MINECRAFT_DEEPSLATE_REDSTONE_ORE: &str = "block.minecraf... constant BLOCK_MINECRAFT_DEEPSLATE_TILE_SLAB (line 3897) | pub const BLOCK_MINECRAFT_DEEPSLATE_TILE_SLAB: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DEEPSLATE_TILE_STAIRS (line 3899) | pub const BLOCK_MINECRAFT_DEEPSLATE_TILE_STAIRS: &str = "block.minecraft... constant BLOCK_MINECRAFT_DEEPSLATE_TILE_WALL (line 3901) | pub const BLOCK_MINECRAFT_DEEPSLATE_TILE_WALL: &str = "block.minecraft.d... constant BLOCK_MINECRAFT_DEEPSLATE_TILES (line 3903) | pub const BLOCK_MINECRAFT_DEEPSLATE_TILES: &str = "block.minecraft.deeps... constant BLOCK_MINECRAFT_DETECTOR_RAIL (line 3905) | pub const BLOCK_MINECRAFT_DETECTOR_RAIL: &str = "block.minecraft.detecto... constant BLOCK_MINECRAFT_DIAMOND_BLOCK (line 3907) | pub const BLOCK_MINECRAFT_DIAMOND_BLOCK: &str = "block.minecraft.diamond... constant BLOCK_MINECRAFT_DIAMOND_ORE (line 3909) | pub const BLOCK_MINECRAFT_DIAMOND_ORE: &str = "block.minecraft.diamond_o... constant BLOCK_MINECRAFT_DIORITE (line 3911) | pub const BLOCK_MINECRAFT_DIORITE: &str = "block.minecraft.diorite"; constant BLOCK_MINECRAFT_DIORITE_SLAB (line 3913) | pub const BLOCK_MINECRAFT_DIORITE_SLAB: &str = "block.minecraft.diorite_... constant BLOCK_MINECRAFT_DIORITE_STAIRS (line 3915) | pub const BLOCK_MINECRAFT_DIORITE_STAIRS: &str = "block.minecraft.diorit... constant BLOCK_MINECRAFT_DIORITE_WALL (line 3917) | pub const BLOCK_MINECRAFT_DIORITE_WALL: &str = "block.minecraft.diorite_... constant BLOCK_MINECRAFT_DIRT (line 3919) | pub const BLOCK_MINECRAFT_DIRT: &str = "block.minecraft.dirt"; constant BLOCK_MINECRAFT_DIRT_PATH (line 3921) | pub const BLOCK_MINECRAFT_DIRT_PATH: &str = "block.minecraft.dirt_path"; constant BLOCK_MINECRAFT_DISPENSER (line 3923) | pub const BLOCK_MINECRAFT_DISPENSER: &str = "block.minecraft.dispenser"; constant BLOCK_MINECRAFT_DRAGON_EGG (line 3925) | pub const BLOCK_MINECRAFT_DRAGON_EGG: &str = "block.minecraft.dragon_egg"; constant BLOCK_MINECRAFT_DRAGON_HEAD (line 3927) | pub const BLOCK_MINECRAFT_DRAGON_HEAD: &str = "block.minecraft.dragon_he... constant BLOCK_MINECRAFT_DRAGON_WALL_HEAD (line 3929) | pub const BLOCK_MINECRAFT_DRAGON_WALL_HEAD: &str = "block.minecraft.drag... constant BLOCK_MINECRAFT_DRIED_GHAST (line 3931) | pub const BLOCK_MINECRAFT_DRIED_GHAST: &str = "block.minecraft.dried_gha... constant BLOCK_MINECRAFT_DRIED_KELP_BLOCK (line 3933) | pub const BLOCK_MINECRAFT_DRIED_KELP_BLOCK: &str = "block.minecraft.drie... constant BLOCK_MINECRAFT_DRIPSTONE_BLOCK (line 3935) | pub const BLOCK_MINECRAFT_DRIPSTONE_BLOCK: &str = "block.minecraft.drips... constant BLOCK_MINECRAFT_DROPPER (line 3937) | pub const BLOCK_MINECRAFT_DROPPER: &str = "block.minecraft.dropper"; constant BLOCK_MINECRAFT_EMERALD_BLOCK (line 3939) | pub const BLOCK_MINECRAFT_EMERALD_BLOCK: &str = "block.minecraft.emerald... constant BLOCK_MINECRAFT_EMERALD_ORE (line 3941) | pub const BLOCK_MINECRAFT_EMERALD_ORE: &str = "block.minecraft.emerald_o... constant BLOCK_MINECRAFT_ENCHANTING_TABLE (line 3943) | pub const BLOCK_MINECRAFT_ENCHANTING_TABLE: &str = "block.minecraft.ench... constant BLOCK_MINECRAFT_END_GATEWAY (line 3945) | pub const BLOCK_MINECRAFT_END_GATEWAY: &str = "block.minecraft.end_gatew... constant BLOCK_MINECRAFT_END_PORTAL (line 3947) | pub const BLOCK_MINECRAFT_END_PORTAL: &str = "block.minecraft.end_portal"; constant BLOCK_MINECRAFT_END_PORTAL_FRAME (line 3949) | pub const BLOCK_MINECRAFT_END_PORTAL_FRAME: &str = "block.minecraft.end_... constant BLOCK_MINECRAFT_END_ROD (line 3951) | pub const BLOCK_MINECRAFT_END_ROD: &str = "block.minecraft.end_rod"; constant BLOCK_MINECRAFT_END_STONE (line 3953) | pub const BLOCK_MINECRAFT_END_STONE: &str = "block.minecraft.end_stone"; constant BLOCK_MINECRAFT_END_STONE_BRICK_SLAB (line 3955) | pub const BLOCK_MINECRAFT_END_STONE_BRICK_SLAB: &str = "block.minecraft.... constant BLOCK_MINECRAFT_END_STONE_BRICK_STAIRS (line 3957) | pub const BLOCK_MINECRAFT_END_STONE_BRICK_STAIRS: &str = "block.minecraf... constant BLOCK_MINECRAFT_END_STONE_BRICK_WALL (line 3959) | pub const BLOCK_MINECRAFT_END_STONE_BRICK_WALL: &str = "block.minecraft.... constant BLOCK_MINECRAFT_END_STONE_BRICKS (line 3961) | pub const BLOCK_MINECRAFT_END_STONE_BRICKS: &str = "block.minecraft.end_... constant BLOCK_MINECRAFT_ENDER_CHEST (line 3963) | pub const BLOCK_MINECRAFT_ENDER_CHEST: &str = "block.minecraft.ender_che... constant BLOCK_MINECRAFT_EXPOSED_CHISELED_COPPER (line 3965) | pub const BLOCK_MINECRAFT_EXPOSED_CHISELED_COPPER: &str = "block.minecra... constant BLOCK_MINECRAFT_EXPOSED_COPPER (line 3967) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER: &str = "block.minecraft.expose... constant BLOCK_MINECRAFT_EXPOSED_COPPER_BARS (line 3969) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_BARS: &str = "block.minecraft.e... constant BLOCK_MINECRAFT_EXPOSED_COPPER_BULB (line 3971) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_BULB: &str = "block.minecraft.e... constant BLOCK_MINECRAFT_EXPOSED_COPPER_CHAIN (line 3973) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_CHAIN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_EXPOSED_COPPER_CHEST (line 3975) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_CHEST: &str = "block.minecraft.... constant BLOCK_MINECRAFT_EXPOSED_COPPER_DOOR (line 3977) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_DOOR: &str = "block.minecraft.e... constant BLOCK_MINECRAFT_EXPOSED_COPPER_GOLEM_STATUE (line 3979) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_EXPOSED_COPPER_GRATE (line 3982) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_GRATE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_EXPOSED_COPPER_LANTERN (line 3984) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_LANTERN: &str = "block.minecraf... constant BLOCK_MINECRAFT_EXPOSED_COPPER_TRAPDOOR (line 3986) | pub const BLOCK_MINECRAFT_EXPOSED_COPPER_TRAPDOOR: &str = "block.minecra... constant BLOCK_MINECRAFT_EXPOSED_CUT_COPPER (line 3988) | pub const BLOCK_MINECRAFT_EXPOSED_CUT_COPPER: &str = "block.minecraft.ex... constant BLOCK_MINECRAFT_EXPOSED_CUT_COPPER_SLAB (line 3990) | pub const BLOCK_MINECRAFT_EXPOSED_CUT_COPPER_SLAB: &str = "block.minecra... constant BLOCK_MINECRAFT_EXPOSED_CUT_COPPER_STAIRS (line 3992) | pub const BLOCK_MINECRAFT_EXPOSED_CUT_COPPER_STAIRS: &str = constant BLOCK_MINECRAFT_EXPOSED_LIGHTNING_ROD (line 3995) | pub const BLOCK_MINECRAFT_EXPOSED_LIGHTNING_ROD: &str = "block.minecraft... constant BLOCK_MINECRAFT_FARMLAND (line 3997) | pub const BLOCK_MINECRAFT_FARMLAND: &str = "block.minecraft.farmland"; constant BLOCK_MINECRAFT_FERN (line 3999) | pub const BLOCK_MINECRAFT_FERN: &str = "block.minecraft.fern"; constant BLOCK_MINECRAFT_FIRE (line 4001) | pub const BLOCK_MINECRAFT_FIRE: &str = "block.minecraft.fire"; constant BLOCK_MINECRAFT_FIRE_CORAL (line 4003) | pub const BLOCK_MINECRAFT_FIRE_CORAL: &str = "block.minecraft.fire_coral"; constant BLOCK_MINECRAFT_FIRE_CORAL_BLOCK (line 4005) | pub const BLOCK_MINECRAFT_FIRE_CORAL_BLOCK: &str = "block.minecraft.fire... constant BLOCK_MINECRAFT_FIRE_CORAL_FAN (line 4007) | pub const BLOCK_MINECRAFT_FIRE_CORAL_FAN: &str = "block.minecraft.fire_c... constant BLOCK_MINECRAFT_FIRE_CORAL_WALL_FAN (line 4009) | pub const BLOCK_MINECRAFT_FIRE_CORAL_WALL_FAN: &str = "block.minecraft.f... constant BLOCK_MINECRAFT_FIREFLY_BUSH (line 4011) | pub const BLOCK_MINECRAFT_FIREFLY_BUSH: &str = "block.minecraft.firefly_... constant BLOCK_MINECRAFT_FLETCHING_TABLE (line 4013) | pub const BLOCK_MINECRAFT_FLETCHING_TABLE: &str = "block.minecraft.fletc... constant BLOCK_MINECRAFT_FLOWER_POT (line 4015) | pub const BLOCK_MINECRAFT_FLOWER_POT: &str = "block.minecraft.flower_pot"; constant BLOCK_MINECRAFT_FLOWERING_AZALEA (line 4017) | pub const BLOCK_MINECRAFT_FLOWERING_AZALEA: &str = "block.minecraft.flow... constant BLOCK_MINECRAFT_FLOWERING_AZALEA_LEAVES (line 4019) | pub const BLOCK_MINECRAFT_FLOWERING_AZALEA_LEAVES: &str = "block.minecra... constant BLOCK_MINECRAFT_FROGSPAWN (line 4021) | pub const BLOCK_MINECRAFT_FROGSPAWN: &str = "block.minecraft.frogspawn"; constant BLOCK_MINECRAFT_FROSTED_ICE (line 4023) | pub const BLOCK_MINECRAFT_FROSTED_ICE: &str = "block.minecraft.frosted_i... constant BLOCK_MINECRAFT_FURNACE (line 4025) | pub const BLOCK_MINECRAFT_FURNACE: &str = "block.minecraft.furnace"; constant BLOCK_MINECRAFT_GILDED_BLACKSTONE (line 4027) | pub const BLOCK_MINECRAFT_GILDED_BLACKSTONE: &str = "block.minecraft.gil... constant BLOCK_MINECRAFT_GLASS (line 4029) | pub const BLOCK_MINECRAFT_GLASS: &str = "block.minecraft.glass"; constant BLOCK_MINECRAFT_GLASS_PANE (line 4031) | pub const BLOCK_MINECRAFT_GLASS_PANE: &str = "block.minecraft.glass_pane"; constant BLOCK_MINECRAFT_GLOW_LICHEN (line 4033) | pub const BLOCK_MINECRAFT_GLOW_LICHEN: &str = "block.minecraft.glow_lich... constant BLOCK_MINECRAFT_GLOWSTONE (line 4035) | pub const BLOCK_MINECRAFT_GLOWSTONE: &str = "block.minecraft.glowstone"; constant BLOCK_MINECRAFT_GOLD_BLOCK (line 4037) | pub const BLOCK_MINECRAFT_GOLD_BLOCK: &str = "block.minecraft.gold_block"; constant BLOCK_MINECRAFT_GOLD_ORE (line 4039) | pub const BLOCK_MINECRAFT_GOLD_ORE: &str = "block.minecraft.gold_ore"; constant BLOCK_MINECRAFT_GRANITE (line 4041) | pub const BLOCK_MINECRAFT_GRANITE: &str = "block.minecraft.granite"; constant BLOCK_MINECRAFT_GRANITE_SLAB (line 4043) | pub const BLOCK_MINECRAFT_GRANITE_SLAB: &str = "block.minecraft.granite_... constant BLOCK_MINECRAFT_GRANITE_STAIRS (line 4045) | pub const BLOCK_MINECRAFT_GRANITE_STAIRS: &str = "block.minecraft.granit... constant BLOCK_MINECRAFT_GRANITE_WALL (line 4047) | pub const BLOCK_MINECRAFT_GRANITE_WALL: &str = "block.minecraft.granite_... constant BLOCK_MINECRAFT_GRASS (line 4049) | pub const BLOCK_MINECRAFT_GRASS: &str = "block.minecraft.grass"; constant BLOCK_MINECRAFT_GRASS_BLOCK (line 4051) | pub const BLOCK_MINECRAFT_GRASS_BLOCK: &str = "block.minecraft.grass_blo... constant BLOCK_MINECRAFT_GRAVEL (line 4053) | pub const BLOCK_MINECRAFT_GRAVEL: &str = "block.minecraft.gravel"; constant BLOCK_MINECRAFT_GRAY_BANNER (line 4055) | pub const BLOCK_MINECRAFT_GRAY_BANNER: &str = "block.minecraft.gray_bann... constant BLOCK_MINECRAFT_GRAY_BED (line 4057) | pub const BLOCK_MINECRAFT_GRAY_BED: &str = "block.minecraft.gray_bed"; constant BLOCK_MINECRAFT_GRAY_CANDLE (line 4059) | pub const BLOCK_MINECRAFT_GRAY_CANDLE: &str = "block.minecraft.gray_cand... constant BLOCK_MINECRAFT_GRAY_CANDLE_CAKE (line 4061) | pub const BLOCK_MINECRAFT_GRAY_CANDLE_CAKE: &str = "block.minecraft.gray... constant BLOCK_MINECRAFT_GRAY_CARPET (line 4063) | pub const BLOCK_MINECRAFT_GRAY_CARPET: &str = "block.minecraft.gray_carp... constant BLOCK_MINECRAFT_GRAY_CONCRETE (line 4065) | pub const BLOCK_MINECRAFT_GRAY_CONCRETE: &str = "block.minecraft.gray_co... constant BLOCK_MINECRAFT_GRAY_CONCRETE_POWDER (line 4067) | pub const BLOCK_MINECRAFT_GRAY_CONCRETE_POWDER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_GRAY_GLAZED_TERRACOTTA (line 4069) | pub const BLOCK_MINECRAFT_GRAY_GLAZED_TERRACOTTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_GRAY_SHULKER_BOX (line 4071) | pub const BLOCK_MINECRAFT_GRAY_SHULKER_BOX: &str = "block.minecraft.gray... constant BLOCK_MINECRAFT_GRAY_STAINED_GLASS (line 4073) | pub const BLOCK_MINECRAFT_GRAY_STAINED_GLASS: &str = "block.minecraft.gr... constant BLOCK_MINECRAFT_GRAY_STAINED_GLASS_PANE (line 4075) | pub const BLOCK_MINECRAFT_GRAY_STAINED_GLASS_PANE: &str = "block.minecra... constant BLOCK_MINECRAFT_GRAY_TERRACOTTA (line 4077) | pub const BLOCK_MINECRAFT_GRAY_TERRACOTTA: &str = "block.minecraft.gray_... constant BLOCK_MINECRAFT_GRAY_WOOL (line 4079) | pub const BLOCK_MINECRAFT_GRAY_WOOL: &str = "block.minecraft.gray_wool"; constant BLOCK_MINECRAFT_GREEN_BANNER (line 4081) | pub const BLOCK_MINECRAFT_GREEN_BANNER: &str = "block.minecraft.green_ba... constant BLOCK_MINECRAFT_GREEN_BED (line 4083) | pub const BLOCK_MINECRAFT_GREEN_BED: &str = "block.minecraft.green_bed"; constant BLOCK_MINECRAFT_GREEN_CANDLE (line 4085) | pub const BLOCK_MINECRAFT_GREEN_CANDLE: &str = "block.minecraft.green_ca... constant BLOCK_MINECRAFT_GREEN_CANDLE_CAKE (line 4087) | pub const BLOCK_MINECRAFT_GREEN_CANDLE_CAKE: &str = "block.minecraft.gre... constant BLOCK_MINECRAFT_GREEN_CARPET (line 4089) | pub const BLOCK_MINECRAFT_GREEN_CARPET: &str = "block.minecraft.green_ca... constant BLOCK_MINECRAFT_GREEN_CONCRETE (line 4091) | pub const BLOCK_MINECRAFT_GREEN_CONCRETE: &str = "block.minecraft.green_... constant BLOCK_MINECRAFT_GREEN_CONCRETE_POWDER (line 4093) | pub const BLOCK_MINECRAFT_GREEN_CONCRETE_POWDER: &str = "block.minecraft... constant BLOCK_MINECRAFT_GREEN_GLAZED_TERRACOTTA (line 4095) | pub const BLOCK_MINECRAFT_GREEN_GLAZED_TERRACOTTA: &str = "block.minecra... constant BLOCK_MINECRAFT_GREEN_SHULKER_BOX (line 4097) | pub const BLOCK_MINECRAFT_GREEN_SHULKER_BOX: &str = "block.minecraft.gre... constant BLOCK_MINECRAFT_GREEN_STAINED_GLASS (line 4099) | pub const BLOCK_MINECRAFT_GREEN_STAINED_GLASS: &str = "block.minecraft.g... constant BLOCK_MINECRAFT_GREEN_STAINED_GLASS_PANE (line 4101) | pub const BLOCK_MINECRAFT_GREEN_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_GREEN_TERRACOTTA (line 4104) | pub const BLOCK_MINECRAFT_GREEN_TERRACOTTA: &str = "block.minecraft.gree... constant BLOCK_MINECRAFT_GREEN_WOOL (line 4106) | pub const BLOCK_MINECRAFT_GREEN_WOOL: &str = "block.minecraft.green_wool"; constant BLOCK_MINECRAFT_GRINDSTONE (line 4108) | pub const BLOCK_MINECRAFT_GRINDSTONE: &str = "block.minecraft.grindstone"; constant BLOCK_MINECRAFT_HANGING_ROOTS (line 4110) | pub const BLOCK_MINECRAFT_HANGING_ROOTS: &str = "block.minecraft.hanging... constant BLOCK_MINECRAFT_HAY_BLOCK (line 4112) | pub const BLOCK_MINECRAFT_HAY_BLOCK: &str = "block.minecraft.hay_block"; constant BLOCK_MINECRAFT_HEAVY_CORE (line 4114) | pub const BLOCK_MINECRAFT_HEAVY_CORE: &str = "block.minecraft.heavy_core"; constant BLOCK_MINECRAFT_HEAVY_WEIGHTED_PRESSURE_PLATE (line 4116) | pub const BLOCK_MINECRAFT_HEAVY_WEIGHTED_PRESSURE_PLATE: &str = constant BLOCK_MINECRAFT_HONEY_BLOCK (line 4119) | pub const BLOCK_MINECRAFT_HONEY_BLOCK: &str = "block.minecraft.honey_blo... constant BLOCK_MINECRAFT_HONEYCOMB_BLOCK (line 4121) | pub const BLOCK_MINECRAFT_HONEYCOMB_BLOCK: &str = "block.minecraft.honey... constant BLOCK_MINECRAFT_HOPPER (line 4123) | pub const BLOCK_MINECRAFT_HOPPER: &str = "block.minecraft.hopper"; constant BLOCK_MINECRAFT_HORN_CORAL (line 4125) | pub const BLOCK_MINECRAFT_HORN_CORAL: &str = "block.minecraft.horn_coral"; constant BLOCK_MINECRAFT_HORN_CORAL_BLOCK (line 4127) | pub const BLOCK_MINECRAFT_HORN_CORAL_BLOCK: &str = "block.minecraft.horn... constant BLOCK_MINECRAFT_HORN_CORAL_FAN (line 4129) | pub const BLOCK_MINECRAFT_HORN_CORAL_FAN: &str = "block.minecraft.horn_c... constant BLOCK_MINECRAFT_HORN_CORAL_WALL_FAN (line 4131) | pub const BLOCK_MINECRAFT_HORN_CORAL_WALL_FAN: &str = "block.minecraft.h... constant BLOCK_MINECRAFT_ICE (line 4133) | pub const BLOCK_MINECRAFT_ICE: &str = "block.minecraft.ice"; constant BLOCK_MINECRAFT_INFESTED_CHISELED_STONE_BRICKS (line 4135) | pub const BLOCK_MINECRAFT_INFESTED_CHISELED_STONE_BRICKS: &str = constant BLOCK_MINECRAFT_INFESTED_COBBLESTONE (line 4138) | pub const BLOCK_MINECRAFT_INFESTED_COBBLESTONE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_INFESTED_CRACKED_STONE_BRICKS (line 4140) | pub const BLOCK_MINECRAFT_INFESTED_CRACKED_STONE_BRICKS: &str = constant BLOCK_MINECRAFT_INFESTED_DEEPSLATE (line 4143) | pub const BLOCK_MINECRAFT_INFESTED_DEEPSLATE: &str = "block.minecraft.in... constant BLOCK_MINECRAFT_INFESTED_MOSSY_STONE_BRICKS (line 4145) | pub const BLOCK_MINECRAFT_INFESTED_MOSSY_STONE_BRICKS: &str = constant BLOCK_MINECRAFT_INFESTED_STONE (line 4148) | pub const BLOCK_MINECRAFT_INFESTED_STONE: &str = "block.minecraft.infest... constant BLOCK_MINECRAFT_INFESTED_STONE_BRICKS (line 4150) | pub const BLOCK_MINECRAFT_INFESTED_STONE_BRICKS: &str = "block.minecraft... constant BLOCK_MINECRAFT_IRON_BARS (line 4152) | pub const BLOCK_MINECRAFT_IRON_BARS: &str = "block.minecraft.iron_bars"; constant BLOCK_MINECRAFT_IRON_BLOCK (line 4154) | pub const BLOCK_MINECRAFT_IRON_BLOCK: &str = "block.minecraft.iron_block"; constant BLOCK_MINECRAFT_IRON_CHAIN (line 4156) | pub const BLOCK_MINECRAFT_IRON_CHAIN: &str = "block.minecraft.iron_chain"; constant BLOCK_MINECRAFT_IRON_DOOR (line 4158) | pub const BLOCK_MINECRAFT_IRON_DOOR: &str = "block.minecraft.iron_door"; constant BLOCK_MINECRAFT_IRON_ORE (line 4160) | pub const BLOCK_MINECRAFT_IRON_ORE: &str = "block.minecraft.iron_ore"; constant BLOCK_MINECRAFT_IRON_TRAPDOOR (line 4162) | pub const BLOCK_MINECRAFT_IRON_TRAPDOOR: &str = "block.minecraft.iron_tr... constant BLOCK_MINECRAFT_JACK_O_LANTERN (line 4164) | pub const BLOCK_MINECRAFT_JACK_O_LANTERN: &str = "block.minecraft.jack_o... constant BLOCK_MINECRAFT_JIGSAW (line 4166) | pub const BLOCK_MINECRAFT_JIGSAW: &str = "block.minecraft.jigsaw"; constant BLOCK_MINECRAFT_JUKEBOX (line 4168) | pub const BLOCK_MINECRAFT_JUKEBOX: &str = "block.minecraft.jukebox"; constant BLOCK_MINECRAFT_JUNGLE_BUTTON (line 4170) | pub const BLOCK_MINECRAFT_JUNGLE_BUTTON: &str = "block.minecraft.jungle_... constant BLOCK_MINECRAFT_JUNGLE_DOOR (line 4172) | pub const BLOCK_MINECRAFT_JUNGLE_DOOR: &str = "block.minecraft.jungle_do... constant BLOCK_MINECRAFT_JUNGLE_FENCE (line 4174) | pub const BLOCK_MINECRAFT_JUNGLE_FENCE: &str = "block.minecraft.jungle_f... constant BLOCK_MINECRAFT_JUNGLE_FENCE_GATE (line 4176) | pub const BLOCK_MINECRAFT_JUNGLE_FENCE_GATE: &str = "block.minecraft.jun... constant BLOCK_MINECRAFT_JUNGLE_HANGING_SIGN (line 4178) | pub const BLOCK_MINECRAFT_JUNGLE_HANGING_SIGN: &str = "block.minecraft.j... constant BLOCK_MINECRAFT_JUNGLE_LEAVES (line 4180) | pub const BLOCK_MINECRAFT_JUNGLE_LEAVES: &str = "block.minecraft.jungle_... constant BLOCK_MINECRAFT_JUNGLE_LOG (line 4182) | pub const BLOCK_MINECRAFT_JUNGLE_LOG: &str = "block.minecraft.jungle_log"; constant BLOCK_MINECRAFT_JUNGLE_PLANKS (line 4184) | pub const BLOCK_MINECRAFT_JUNGLE_PLANKS: &str = "block.minecraft.jungle_... constant BLOCK_MINECRAFT_JUNGLE_PRESSURE_PLATE (line 4186) | pub const BLOCK_MINECRAFT_JUNGLE_PRESSURE_PLATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_JUNGLE_SAPLING (line 4188) | pub const BLOCK_MINECRAFT_JUNGLE_SAPLING: &str = "block.minecraft.jungle... constant BLOCK_MINECRAFT_JUNGLE_SHELF (line 4190) | pub const BLOCK_MINECRAFT_JUNGLE_SHELF: &str = "block.minecraft.jungle_s... constant BLOCK_MINECRAFT_JUNGLE_SIGN (line 4192) | pub const BLOCK_MINECRAFT_JUNGLE_SIGN: &str = "block.minecraft.jungle_si... constant BLOCK_MINECRAFT_JUNGLE_SLAB (line 4194) | pub const BLOCK_MINECRAFT_JUNGLE_SLAB: &str = "block.minecraft.jungle_sl... constant BLOCK_MINECRAFT_JUNGLE_STAIRS (line 4196) | pub const BLOCK_MINECRAFT_JUNGLE_STAIRS: &str = "block.minecraft.jungle_... constant BLOCK_MINECRAFT_JUNGLE_TRAPDOOR (line 4198) | pub const BLOCK_MINECRAFT_JUNGLE_TRAPDOOR: &str = "block.minecraft.jungl... constant BLOCK_MINECRAFT_JUNGLE_WALL_HANGING_SIGN (line 4200) | pub const BLOCK_MINECRAFT_JUNGLE_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_JUNGLE_WALL_SIGN (line 4203) | pub const BLOCK_MINECRAFT_JUNGLE_WALL_SIGN: &str = "block.minecraft.jung... constant BLOCK_MINECRAFT_JUNGLE_WOOD (line 4205) | pub const BLOCK_MINECRAFT_JUNGLE_WOOD: &str = "block.minecraft.jungle_wo... constant BLOCK_MINECRAFT_KELP (line 4207) | pub const BLOCK_MINECRAFT_KELP: &str = "block.minecraft.kelp"; constant BLOCK_MINECRAFT_KELP_PLANT (line 4209) | pub const BLOCK_MINECRAFT_KELP_PLANT: &str = "block.minecraft.kelp_plant"; constant BLOCK_MINECRAFT_LADDER (line 4211) | pub const BLOCK_MINECRAFT_LADDER: &str = "block.minecraft.ladder"; constant BLOCK_MINECRAFT_LANTERN (line 4213) | pub const BLOCK_MINECRAFT_LANTERN: &str = "block.minecraft.lantern"; constant BLOCK_MINECRAFT_LAPIS_BLOCK (line 4215) | pub const BLOCK_MINECRAFT_LAPIS_BLOCK: &str = "block.minecraft.lapis_blo... constant BLOCK_MINECRAFT_LAPIS_ORE (line 4217) | pub const BLOCK_MINECRAFT_LAPIS_ORE: &str = "block.minecraft.lapis_ore"; constant BLOCK_MINECRAFT_LARGE_AMETHYST_BUD (line 4219) | pub const BLOCK_MINECRAFT_LARGE_AMETHYST_BUD: &str = "block.minecraft.la... constant BLOCK_MINECRAFT_LARGE_FERN (line 4221) | pub const BLOCK_MINECRAFT_LARGE_FERN: &str = "block.minecraft.large_fern"; constant BLOCK_MINECRAFT_LAVA (line 4223) | pub const BLOCK_MINECRAFT_LAVA: &str = "block.minecraft.lava"; constant BLOCK_MINECRAFT_LAVA_CAULDRON (line 4225) | pub const BLOCK_MINECRAFT_LAVA_CAULDRON: &str = "block.minecraft.lava_ca... constant BLOCK_MINECRAFT_LEAF_LITTER (line 4227) | pub const BLOCK_MINECRAFT_LEAF_LITTER: &str = "block.minecraft.leaf_litt... constant BLOCK_MINECRAFT_LECTERN (line 4229) | pub const BLOCK_MINECRAFT_LECTERN: &str = "block.minecraft.lectern"; constant BLOCK_MINECRAFT_LEVER (line 4231) | pub const BLOCK_MINECRAFT_LEVER: &str = "block.minecraft.lever"; constant BLOCK_MINECRAFT_LIGHT (line 4233) | pub const BLOCK_MINECRAFT_LIGHT: &str = "block.minecraft.light"; constant BLOCK_MINECRAFT_LIGHT_BLUE_BANNER (line 4235) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_BANNER: &str = "block.minecraft.lig... constant BLOCK_MINECRAFT_LIGHT_BLUE_BED (line 4237) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_BED: &str = "block.minecraft.light_... constant BLOCK_MINECRAFT_LIGHT_BLUE_CANDLE (line 4239) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_CANDLE: &str = "block.minecraft.lig... constant BLOCK_MINECRAFT_LIGHT_BLUE_CANDLE_CAKE (line 4241) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_CANDLE_CAKE: &str = "block.minecraf... constant BLOCK_MINECRAFT_LIGHT_BLUE_CARPET (line 4243) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_CARPET: &str = "block.minecraft.lig... constant BLOCK_MINECRAFT_LIGHT_BLUE_CONCRETE (line 4245) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_CONCRETE: &str = "block.minecraft.l... constant BLOCK_MINECRAFT_LIGHT_BLUE_CONCRETE_POWDER (line 4247) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_CONCRETE_POWDER: &str = constant BLOCK_MINECRAFT_LIGHT_BLUE_GLAZED_TERRACOTTA (line 4250) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_GLAZED_TERRACOTTA: &str = constant BLOCK_MINECRAFT_LIGHT_BLUE_SHULKER_BOX (line 4253) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_SHULKER_BOX: &str = "block.minecraf... constant BLOCK_MINECRAFT_LIGHT_BLUE_STAINED_GLASS (line 4255) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_STAINED_GLASS: &str = constant BLOCK_MINECRAFT_LIGHT_BLUE_STAINED_GLASS_PANE (line 4258) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_LIGHT_BLUE_TERRACOTTA (line 4261) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_TERRACOTTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_LIGHT_BLUE_WOOL (line 4263) | pub const BLOCK_MINECRAFT_LIGHT_BLUE_WOOL: &str = "block.minecraft.light... constant BLOCK_MINECRAFT_LIGHT_GRAY_BANNER (line 4265) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_BANNER: &str = "block.minecraft.lig... constant BLOCK_MINECRAFT_LIGHT_GRAY_BED (line 4267) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_BED: &str = "block.minecraft.light_... constant BLOCK_MINECRAFT_LIGHT_GRAY_CANDLE (line 4269) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_CANDLE: &str = "block.minecraft.lig... constant BLOCK_MINECRAFT_LIGHT_GRAY_CANDLE_CAKE (line 4271) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_CANDLE_CAKE: &str = "block.minecraf... constant BLOCK_MINECRAFT_LIGHT_GRAY_CARPET (line 4273) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_CARPET: &str = "block.minecraft.lig... constant BLOCK_MINECRAFT_LIGHT_GRAY_CONCRETE (line 4275) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_CONCRETE: &str = "block.minecraft.l... constant BLOCK_MINECRAFT_LIGHT_GRAY_CONCRETE_POWDER (line 4277) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_CONCRETE_POWDER: &str = constant BLOCK_MINECRAFT_LIGHT_GRAY_GLAZED_TERRACOTTA (line 4280) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_GLAZED_TERRACOTTA: &str = constant BLOCK_MINECRAFT_LIGHT_GRAY_SHULKER_BOX (line 4283) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_SHULKER_BOX: &str = "block.minecraf... constant BLOCK_MINECRAFT_LIGHT_GRAY_STAINED_GLASS (line 4285) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_STAINED_GLASS: &str = constant BLOCK_MINECRAFT_LIGHT_GRAY_STAINED_GLASS_PANE (line 4288) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_LIGHT_GRAY_TERRACOTTA (line 4291) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_TERRACOTTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_LIGHT_GRAY_WOOL (line 4293) | pub const BLOCK_MINECRAFT_LIGHT_GRAY_WOOL: &str = "block.minecraft.light... constant BLOCK_MINECRAFT_LIGHT_WEIGHTED_PRESSURE_PLATE (line 4295) | pub const BLOCK_MINECRAFT_LIGHT_WEIGHTED_PRESSURE_PLATE: &str = constant BLOCK_MINECRAFT_LIGHTNING_ROD (line 4298) | pub const BLOCK_MINECRAFT_LIGHTNING_ROD: &str = "block.minecraft.lightni... constant BLOCK_MINECRAFT_LILAC (line 4300) | pub const BLOCK_MINECRAFT_LILAC: &str = "block.minecraft.lilac"; constant BLOCK_MINECRAFT_LILY_OF_THE_VALLEY (line 4302) | pub const BLOCK_MINECRAFT_LILY_OF_THE_VALLEY: &str = "block.minecraft.li... constant BLOCK_MINECRAFT_LILY_PAD (line 4304) | pub const BLOCK_MINECRAFT_LILY_PAD: &str = "block.minecraft.lily_pad"; constant BLOCK_MINECRAFT_LIME_BANNER (line 4306) | pub const BLOCK_MINECRAFT_LIME_BANNER: &str = "block.minecraft.lime_bann... constant BLOCK_MINECRAFT_LIME_BED (line 4308) | pub const BLOCK_MINECRAFT_LIME_BED: &str = "block.minecraft.lime_bed"; constant BLOCK_MINECRAFT_LIME_CANDLE (line 4310) | pub const BLOCK_MINECRAFT_LIME_CANDLE: &str = "block.minecraft.lime_cand... constant BLOCK_MINECRAFT_LIME_CANDLE_CAKE (line 4312) | pub const BLOCK_MINECRAFT_LIME_CANDLE_CAKE: &str = "block.minecraft.lime... constant BLOCK_MINECRAFT_LIME_CARPET (line 4314) | pub const BLOCK_MINECRAFT_LIME_CARPET: &str = "block.minecraft.lime_carp... constant BLOCK_MINECRAFT_LIME_CONCRETE (line 4316) | pub const BLOCK_MINECRAFT_LIME_CONCRETE: &str = "block.minecraft.lime_co... constant BLOCK_MINECRAFT_LIME_CONCRETE_POWDER (line 4318) | pub const BLOCK_MINECRAFT_LIME_CONCRETE_POWDER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_LIME_GLAZED_TERRACOTTA (line 4320) | pub const BLOCK_MINECRAFT_LIME_GLAZED_TERRACOTTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_LIME_SHULKER_BOX (line 4322) | pub const BLOCK_MINECRAFT_LIME_SHULKER_BOX: &str = "block.minecraft.lime... constant BLOCK_MINECRAFT_LIME_STAINED_GLASS (line 4324) | pub const BLOCK_MINECRAFT_LIME_STAINED_GLASS: &str = "block.minecraft.li... constant BLOCK_MINECRAFT_LIME_STAINED_GLASS_PANE (line 4326) | pub const BLOCK_MINECRAFT_LIME_STAINED_GLASS_PANE: &str = "block.minecra... constant BLOCK_MINECRAFT_LIME_TERRACOTTA (line 4328) | pub const BLOCK_MINECRAFT_LIME_TERRACOTTA: &str = "block.minecraft.lime_... constant BLOCK_MINECRAFT_LIME_WOOL (line 4330) | pub const BLOCK_MINECRAFT_LIME_WOOL: &str = "block.minecraft.lime_wool"; constant BLOCK_MINECRAFT_LODESTONE (line 4332) | pub const BLOCK_MINECRAFT_LODESTONE: &str = "block.minecraft.lodestone"; constant BLOCK_MINECRAFT_LOOM (line 4334) | pub const BLOCK_MINECRAFT_LOOM: &str = "block.minecraft.loom"; constant BLOCK_MINECRAFT_MAGENTA_BANNER (line 4336) | pub const BLOCK_MINECRAFT_MAGENTA_BANNER: &str = "block.minecraft.magent... constant BLOCK_MINECRAFT_MAGENTA_BED (line 4338) | pub const BLOCK_MINECRAFT_MAGENTA_BED: &str = "block.minecraft.magenta_b... constant BLOCK_MINECRAFT_MAGENTA_CANDLE (line 4340) | pub const BLOCK_MINECRAFT_MAGENTA_CANDLE: &str = "block.minecraft.magent... constant BLOCK_MINECRAFT_MAGENTA_CANDLE_CAKE (line 4342) | pub const BLOCK_MINECRAFT_MAGENTA_CANDLE_CAKE: &str = "block.minecraft.m... constant BLOCK_MINECRAFT_MAGENTA_CARPET (line 4344) | pub const BLOCK_MINECRAFT_MAGENTA_CARPET: &str = "block.minecraft.magent... constant BLOCK_MINECRAFT_MAGENTA_CONCRETE (line 4346) | pub const BLOCK_MINECRAFT_MAGENTA_CONCRETE: &str = "block.minecraft.mage... constant BLOCK_MINECRAFT_MAGENTA_CONCRETE_POWDER (line 4348) | pub const BLOCK_MINECRAFT_MAGENTA_CONCRETE_POWDER: &str = "block.minecra... constant BLOCK_MINECRAFT_MAGENTA_GLAZED_TERRACOTTA (line 4350) | pub const BLOCK_MINECRAFT_MAGENTA_GLAZED_TERRACOTTA: &str = constant BLOCK_MINECRAFT_MAGENTA_SHULKER_BOX (line 4353) | pub const BLOCK_MINECRAFT_MAGENTA_SHULKER_BOX: &str = "block.minecraft.m... constant BLOCK_MINECRAFT_MAGENTA_STAINED_GLASS (line 4355) | pub const BLOCK_MINECRAFT_MAGENTA_STAINED_GLASS: &str = "block.minecraft... constant BLOCK_MINECRAFT_MAGENTA_STAINED_GLASS_PANE (line 4357) | pub const BLOCK_MINECRAFT_MAGENTA_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_MAGENTA_TERRACOTTA (line 4360) | pub const BLOCK_MINECRAFT_MAGENTA_TERRACOTTA: &str = "block.minecraft.ma... constant BLOCK_MINECRAFT_MAGENTA_WOOL (line 4362) | pub const BLOCK_MINECRAFT_MAGENTA_WOOL: &str = "block.minecraft.magenta_... constant BLOCK_MINECRAFT_MAGMA_BLOCK (line 4364) | pub const BLOCK_MINECRAFT_MAGMA_BLOCK: &str = "block.minecraft.magma_blo... constant BLOCK_MINECRAFT_MANGROVE_BUTTON (line 4366) | pub const BLOCK_MINECRAFT_MANGROVE_BUTTON: &str = "block.minecraft.mangr... constant BLOCK_MINECRAFT_MANGROVE_DOOR (line 4368) | pub const BLOCK_MINECRAFT_MANGROVE_DOOR: &str = "block.minecraft.mangrov... constant BLOCK_MINECRAFT_MANGROVE_FENCE (line 4370) | pub const BLOCK_MINECRAFT_MANGROVE_FENCE: &str = "block.minecraft.mangro... constant BLOCK_MINECRAFT_MANGROVE_FENCE_GATE (line 4372) | pub const BLOCK_MINECRAFT_MANGROVE_FENCE_GATE: &str = "block.minecraft.m... constant BLOCK_MINECRAFT_MANGROVE_HANGING_SIGN (line 4374) | pub const BLOCK_MINECRAFT_MANGROVE_HANGING_SIGN: &str = "block.minecraft... constant BLOCK_MINECRAFT_MANGROVE_LEAVES (line 4376) | pub const BLOCK_MINECRAFT_MANGROVE_LEAVES: &str = "block.minecraft.mangr... constant BLOCK_MINECRAFT_MANGROVE_LOG (line 4378) | pub const BLOCK_MINECRAFT_MANGROVE_LOG: &str = "block.minecraft.mangrove... constant BLOCK_MINECRAFT_MANGROVE_PLANKS (line 4380) | pub const BLOCK_MINECRAFT_MANGROVE_PLANKS: &str = "block.minecraft.mangr... constant BLOCK_MINECRAFT_MANGROVE_PRESSURE_PLATE (line 4382) | pub const BLOCK_MINECRAFT_MANGROVE_PRESSURE_PLATE: &str = "block.minecra... constant BLOCK_MINECRAFT_MANGROVE_PROPAGULE (line 4384) | pub const BLOCK_MINECRAFT_MANGROVE_PROPAGULE: &str = "block.minecraft.ma... constant BLOCK_MINECRAFT_MANGROVE_ROOTS (line 4386) | pub const BLOCK_MINECRAFT_MANGROVE_ROOTS: &str = "block.minecraft.mangro... constant BLOCK_MINECRAFT_MANGROVE_SHELF (line 4388) | pub const BLOCK_MINECRAFT_MANGROVE_SHELF: &str = "block.minecraft.mangro... constant BLOCK_MINECRAFT_MANGROVE_SIGN (line 4390) | pub const BLOCK_MINECRAFT_MANGROVE_SIGN: &str = "block.minecraft.mangrov... constant BLOCK_MINECRAFT_MANGROVE_SLAB (line 4392) | pub const BLOCK_MINECRAFT_MANGROVE_SLAB: &str = "block.minecraft.mangrov... constant BLOCK_MINECRAFT_MANGROVE_STAIRS (line 4394) | pub const BLOCK_MINECRAFT_MANGROVE_STAIRS: &str = "block.minecraft.mangr... constant BLOCK_MINECRAFT_MANGROVE_TRAPDOOR (line 4396) | pub const BLOCK_MINECRAFT_MANGROVE_TRAPDOOR: &str = "block.minecraft.man... constant BLOCK_MINECRAFT_MANGROVE_WALL_HANGING_SIGN (line 4398) | pub const BLOCK_MINECRAFT_MANGROVE_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_MANGROVE_WALL_SIGN (line 4401) | pub const BLOCK_MINECRAFT_MANGROVE_WALL_SIGN: &str = "block.minecraft.ma... constant BLOCK_MINECRAFT_MANGROVE_WOOD (line 4403) | pub const BLOCK_MINECRAFT_MANGROVE_WOOD: &str = "block.minecraft.mangrov... constant BLOCK_MINECRAFT_MEDIUM_AMETHYST_BUD (line 4405) | pub const BLOCK_MINECRAFT_MEDIUM_AMETHYST_BUD: &str = "block.minecraft.m... constant BLOCK_MINECRAFT_MELON (line 4407) | pub const BLOCK_MINECRAFT_MELON: &str = "block.minecraft.melon"; constant BLOCK_MINECRAFT_MELON_STEM (line 4409) | pub const BLOCK_MINECRAFT_MELON_STEM: &str = "block.minecraft.melon_stem"; constant BLOCK_MINECRAFT_MOSS_BLOCK (line 4411) | pub const BLOCK_MINECRAFT_MOSS_BLOCK: &str = "block.minecraft.moss_block"; constant BLOCK_MINECRAFT_MOSS_CARPET (line 4413) | pub const BLOCK_MINECRAFT_MOSS_CARPET: &str = "block.minecraft.moss_carp... constant BLOCK_MINECRAFT_MOSSY_COBBLESTONE (line 4415) | pub const BLOCK_MINECRAFT_MOSSY_COBBLESTONE: &str = "block.minecraft.mos... constant BLOCK_MINECRAFT_MOSSY_COBBLESTONE_SLAB (line 4417) | pub const BLOCK_MINECRAFT_MOSSY_COBBLESTONE_SLAB: &str = "block.minecraf... constant BLOCK_MINECRAFT_MOSSY_COBBLESTONE_STAIRS (line 4419) | pub const BLOCK_MINECRAFT_MOSSY_COBBLESTONE_STAIRS: &str = constant BLOCK_MINECRAFT_MOSSY_COBBLESTONE_WALL (line 4422) | pub const BLOCK_MINECRAFT_MOSSY_COBBLESTONE_WALL: &str = "block.minecraf... constant BLOCK_MINECRAFT_MOSSY_STONE_BRICK_SLAB (line 4424) | pub const BLOCK_MINECRAFT_MOSSY_STONE_BRICK_SLAB: &str = "block.minecraf... constant BLOCK_MINECRAFT_MOSSY_STONE_BRICK_STAIRS (line 4426) | pub const BLOCK_MINECRAFT_MOSSY_STONE_BRICK_STAIRS: &str = constant BLOCK_MINECRAFT_MOSSY_STONE_BRICK_WALL (line 4429) | pub const BLOCK_MINECRAFT_MOSSY_STONE_BRICK_WALL: &str = "block.minecraf... constant BLOCK_MINECRAFT_MOSSY_STONE_BRICKS (line 4431) | pub const BLOCK_MINECRAFT_MOSSY_STONE_BRICKS: &str = "block.minecraft.mo... constant BLOCK_MINECRAFT_MOVING_PISTON (line 4433) | pub const BLOCK_MINECRAFT_MOVING_PISTON: &str = "block.minecraft.moving_... constant BLOCK_MINECRAFT_MUD (line 4435) | pub const BLOCK_MINECRAFT_MUD: &str = "block.minecraft.mud"; constant BLOCK_MINECRAFT_MUD_BRICK_SLAB (line 4437) | pub const BLOCK_MINECRAFT_MUD_BRICK_SLAB: &str = "block.minecraft.mud_br... constant BLOCK_MINECRAFT_MUD_BRICK_STAIRS (line 4439) | pub const BLOCK_MINECRAFT_MUD_BRICK_STAIRS: &str = "block.minecraft.mud_... constant BLOCK_MINECRAFT_MUD_BRICK_WALL (line 4441) | pub const BLOCK_MINECRAFT_MUD_BRICK_WALL: &str = "block.minecraft.mud_br... constant BLOCK_MINECRAFT_MUD_BRICKS (line 4443) | pub const BLOCK_MINECRAFT_MUD_BRICKS: &str = "block.minecraft.mud_bricks"; constant BLOCK_MINECRAFT_MUDDY_MANGROVE_ROOTS (line 4445) | pub const BLOCK_MINECRAFT_MUDDY_MANGROVE_ROOTS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_MUSHROOM_STEM (line 4447) | pub const BLOCK_MINECRAFT_MUSHROOM_STEM: &str = "block.minecraft.mushroo... constant BLOCK_MINECRAFT_MYCELIUM (line 4449) | pub const BLOCK_MINECRAFT_MYCELIUM: &str = "block.minecraft.mycelium"; constant BLOCK_MINECRAFT_NETHER_BRICK_FENCE (line 4451) | pub const BLOCK_MINECRAFT_NETHER_BRICK_FENCE: &str = "block.minecraft.ne... constant BLOCK_MINECRAFT_NETHER_BRICK_SLAB (line 4453) | pub const BLOCK_MINECRAFT_NETHER_BRICK_SLAB: &str = "block.minecraft.net... constant BLOCK_MINECRAFT_NETHER_BRICK_STAIRS (line 4455) | pub const BLOCK_MINECRAFT_NETHER_BRICK_STAIRS: &str = "block.minecraft.n... constant BLOCK_MINECRAFT_NETHER_BRICK_WALL (line 4457) | pub const BLOCK_MINECRAFT_NETHER_BRICK_WALL: &str = "block.minecraft.net... constant BLOCK_MINECRAFT_NETHER_BRICKS (line 4459) | pub const BLOCK_MINECRAFT_NETHER_BRICKS: &str = "block.minecraft.nether_... constant BLOCK_MINECRAFT_NETHER_GOLD_ORE (line 4461) | pub const BLOCK_MINECRAFT_NETHER_GOLD_ORE: &str = "block.minecraft.nethe... constant BLOCK_MINECRAFT_NETHER_PORTAL (line 4463) | pub const BLOCK_MINECRAFT_NETHER_PORTAL: &str = "block.minecraft.nether_... constant BLOCK_MINECRAFT_NETHER_QUARTZ_ORE (line 4465) | pub const BLOCK_MINECRAFT_NETHER_QUARTZ_ORE: &str = "block.minecraft.net... constant BLOCK_MINECRAFT_NETHER_SPROUTS (line 4467) | pub const BLOCK_MINECRAFT_NETHER_SPROUTS: &str = "block.minecraft.nether... constant BLOCK_MINECRAFT_NETHER_WART (line 4469) | pub const BLOCK_MINECRAFT_NETHER_WART: &str = "block.minecraft.nether_wa... constant BLOCK_MINECRAFT_NETHER_WART_BLOCK (line 4471) | pub const BLOCK_MINECRAFT_NETHER_WART_BLOCK: &str = "block.minecraft.net... constant BLOCK_MINECRAFT_NETHERITE_BLOCK (line 4473) | pub const BLOCK_MINECRAFT_NETHERITE_BLOCK: &str = "block.minecraft.nethe... constant BLOCK_MINECRAFT_NETHERRACK (line 4475) | pub const BLOCK_MINECRAFT_NETHERRACK: &str = "block.minecraft.netherrack"; constant BLOCK_MINECRAFT_NOTE_BLOCK (line 4477) | pub const BLOCK_MINECRAFT_NOTE_BLOCK: &str = "block.minecraft.note_block"; constant BLOCK_MINECRAFT_OAK_BUTTON (line 4479) | pub const BLOCK_MINECRAFT_OAK_BUTTON: &str = "block.minecraft.oak_button"; constant BLOCK_MINECRAFT_OAK_DOOR (line 4481) | pub const BLOCK_MINECRAFT_OAK_DOOR: &str = "block.minecraft.oak_door"; constant BLOCK_MINECRAFT_OAK_FENCE (line 4483) | pub const BLOCK_MINECRAFT_OAK_FENCE: &str = "block.minecraft.oak_fence"; constant BLOCK_MINECRAFT_OAK_FENCE_GATE (line 4485) | pub const BLOCK_MINECRAFT_OAK_FENCE_GATE: &str = "block.minecraft.oak_fe... constant BLOCK_MINECRAFT_OAK_HANGING_SIGN (line 4487) | pub const BLOCK_MINECRAFT_OAK_HANGING_SIGN: &str = "block.minecraft.oak_... constant BLOCK_MINECRAFT_OAK_LEAVES (line 4489) | pub const BLOCK_MINECRAFT_OAK_LEAVES: &str = "block.minecraft.oak_leaves"; constant BLOCK_MINECRAFT_OAK_LOG (line 4491) | pub const BLOCK_MINECRAFT_OAK_LOG: &str = "block.minecraft.oak_log"; constant BLOCK_MINECRAFT_OAK_PLANKS (line 4493) | pub const BLOCK_MINECRAFT_OAK_PLANKS: &str = "block.minecraft.oak_planks"; constant BLOCK_MINECRAFT_OAK_PRESSURE_PLATE (line 4495) | pub const BLOCK_MINECRAFT_OAK_PRESSURE_PLATE: &str = "block.minecraft.oa... constant BLOCK_MINECRAFT_OAK_SAPLING (line 4497) | pub const BLOCK_MINECRAFT_OAK_SAPLING: &str = "block.minecraft.oak_sapli... constant BLOCK_MINECRAFT_OAK_SHELF (line 4499) | pub const BLOCK_MINECRAFT_OAK_SHELF: &str = "block.minecraft.oak_shelf"; constant BLOCK_MINECRAFT_OAK_SIGN (line 4501) | pub const BLOCK_MINECRAFT_OAK_SIGN: &str = "block.minecraft.oak_sign"; constant BLOCK_MINECRAFT_OAK_SLAB (line 4503) | pub const BLOCK_MINECRAFT_OAK_SLAB: &str = "block.minecraft.oak_slab"; constant BLOCK_MINECRAFT_OAK_STAIRS (line 4505) | pub const BLOCK_MINECRAFT_OAK_STAIRS: &str = "block.minecraft.oak_stairs"; constant BLOCK_MINECRAFT_OAK_TRAPDOOR (line 4507) | pub const BLOCK_MINECRAFT_OAK_TRAPDOOR: &str = "block.minecraft.oak_trap... constant BLOCK_MINECRAFT_OAK_WALL_HANGING_SIGN (line 4509) | pub const BLOCK_MINECRAFT_OAK_WALL_HANGING_SIGN: &str = "block.minecraft... constant BLOCK_MINECRAFT_OAK_WALL_SIGN (line 4511) | pub const BLOCK_MINECRAFT_OAK_WALL_SIGN: &str = "block.minecraft.oak_wal... constant BLOCK_MINECRAFT_OAK_WOOD (line 4513) | pub const BLOCK_MINECRAFT_OAK_WOOD: &str = "block.minecraft.oak_wood"; constant BLOCK_MINECRAFT_OBSERVER (line 4515) | pub const BLOCK_MINECRAFT_OBSERVER: &str = "block.minecraft.observer"; constant BLOCK_MINECRAFT_OBSIDIAN (line 4517) | pub const BLOCK_MINECRAFT_OBSIDIAN: &str = "block.minecraft.obsidian"; constant BLOCK_MINECRAFT_OCHRE_FROGLIGHT (line 4519) | pub const BLOCK_MINECRAFT_OCHRE_FROGLIGHT: &str = "block.minecraft.ochre... constant BLOCK_MINECRAFT_OMINOUS_BANNER (line 4521) | pub const BLOCK_MINECRAFT_OMINOUS_BANNER: &str = "block.minecraft.ominou... constant BLOCK_MINECRAFT_OPEN_EYEBLOSSOM (line 4523) | pub const BLOCK_MINECRAFT_OPEN_EYEBLOSSOM: &str = "block.minecraft.open_... constant BLOCK_MINECRAFT_ORANGE_BANNER (line 4525) | pub const BLOCK_MINECRAFT_ORANGE_BANNER: &str = "block.minecraft.orange_... constant BLOCK_MINECRAFT_ORANGE_BED (line 4527) | pub const BLOCK_MINECRAFT_ORANGE_BED: &str = "block.minecraft.orange_bed"; constant BLOCK_MINECRAFT_ORANGE_CANDLE (line 4529) | pub const BLOCK_MINECRAFT_ORANGE_CANDLE: &str = "block.minecraft.orange_... constant BLOCK_MINECRAFT_ORANGE_CANDLE_CAKE (line 4531) | pub const BLOCK_MINECRAFT_ORANGE_CANDLE_CAKE: &str = "block.minecraft.or... constant BLOCK_MINECRAFT_ORANGE_CARPET (line 4533) | pub const BLOCK_MINECRAFT_ORANGE_CARPET: &str = "block.minecraft.orange_... constant BLOCK_MINECRAFT_ORANGE_CONCRETE (line 4535) | pub const BLOCK_MINECRAFT_ORANGE_CONCRETE: &str = "block.minecraft.orang... constant BLOCK_MINECRAFT_ORANGE_CONCRETE_POWDER (line 4537) | pub const BLOCK_MINECRAFT_ORANGE_CONCRETE_POWDER: &str = "block.minecraf... constant BLOCK_MINECRAFT_ORANGE_GLAZED_TERRACOTTA (line 4539) | pub const BLOCK_MINECRAFT_ORANGE_GLAZED_TERRACOTTA: &str = constant BLOCK_MINECRAFT_ORANGE_SHULKER_BOX (line 4542) | pub const BLOCK_MINECRAFT_ORANGE_SHULKER_BOX: &str = "block.minecraft.or... constant BLOCK_MINECRAFT_ORANGE_STAINED_GLASS (line 4544) | pub const BLOCK_MINECRAFT_ORANGE_STAINED_GLASS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_ORANGE_STAINED_GLASS_PANE (line 4546) | pub const BLOCK_MINECRAFT_ORANGE_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_ORANGE_TERRACOTTA (line 4549) | pub const BLOCK_MINECRAFT_ORANGE_TERRACOTTA: &str = "block.minecraft.ora... constant BLOCK_MINECRAFT_ORANGE_TULIP (line 4551) | pub const BLOCK_MINECRAFT_ORANGE_TULIP: &str = "block.minecraft.orange_t... constant BLOCK_MINECRAFT_ORANGE_WOOL (line 4553) | pub const BLOCK_MINECRAFT_ORANGE_WOOL: &str = "block.minecraft.orange_wo... constant BLOCK_MINECRAFT_OXEYE_DAISY (line 4555) | pub const BLOCK_MINECRAFT_OXEYE_DAISY: &str = "block.minecraft.oxeye_dai... constant BLOCK_MINECRAFT_OXIDIZED_CHISELED_COPPER (line 4557) | pub const BLOCK_MINECRAFT_OXIDIZED_CHISELED_COPPER: &str = constant BLOCK_MINECRAFT_OXIDIZED_COPPER (line 4560) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER: &str = "block.minecraft.oxidi... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_BARS (line 4562) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_BARS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_BULB (line 4564) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_BULB: &str = "block.minecraft.... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_CHAIN (line 4566) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_CHAIN: &str = "block.minecraft... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_CHEST (line 4568) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_CHEST: &str = "block.minecraft... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_DOOR (line 4570) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_DOOR: &str = "block.minecraft.... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_GOLEM_STATUE (line 4572) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_OXIDIZED_COPPER_GRATE (line 4575) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_GRATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_LANTERN (line 4577) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_LANTERN: &str = "block.minecra... constant BLOCK_MINECRAFT_OXIDIZED_COPPER_TRAPDOOR (line 4579) | pub const BLOCK_MINECRAFT_OXIDIZED_COPPER_TRAPDOOR: &str = constant BLOCK_MINECRAFT_OXIDIZED_CUT_COPPER (line 4582) | pub const BLOCK_MINECRAFT_OXIDIZED_CUT_COPPER: &str = "block.minecraft.o... constant BLOCK_MINECRAFT_OXIDIZED_CUT_COPPER_SLAB (line 4584) | pub const BLOCK_MINECRAFT_OXIDIZED_CUT_COPPER_SLAB: &str = constant BLOCK_MINECRAFT_OXIDIZED_CUT_COPPER_STAIRS (line 4587) | pub const BLOCK_MINECRAFT_OXIDIZED_CUT_COPPER_STAIRS: &str = constant BLOCK_MINECRAFT_OXIDIZED_LIGHTNING_ROD (line 4590) | pub const BLOCK_MINECRAFT_OXIDIZED_LIGHTNING_ROD: &str = "block.minecraf... constant BLOCK_MINECRAFT_PACKED_ICE (line 4592) | pub const BLOCK_MINECRAFT_PACKED_ICE: &str = "block.minecraft.packed_ice"; constant BLOCK_MINECRAFT_PACKED_MUD (line 4594) | pub const BLOCK_MINECRAFT_PACKED_MUD: &str = "block.minecraft.packed_mud"; constant BLOCK_MINECRAFT_PALE_HANGING_MOSS (line 4596) | pub const BLOCK_MINECRAFT_PALE_HANGING_MOSS: &str = "block.minecraft.pal... constant BLOCK_MINECRAFT_PALE_MOSS_BLOCK (line 4598) | pub const BLOCK_MINECRAFT_PALE_MOSS_BLOCK: &str = "block.minecraft.pale_... constant BLOCK_MINECRAFT_PALE_MOSS_CARPET (line 4600) | pub const BLOCK_MINECRAFT_PALE_MOSS_CARPET: &str = "block.minecraft.pale... constant BLOCK_MINECRAFT_PALE_OAK_BUTTON (line 4602) | pub const BLOCK_MINECRAFT_PALE_OAK_BUTTON: &str = "block.minecraft.pale_... constant BLOCK_MINECRAFT_PALE_OAK_DOOR (line 4604) | pub const BLOCK_MINECRAFT_PALE_OAK_DOOR: &str = "block.minecraft.pale_oa... constant BLOCK_MINECRAFT_PALE_OAK_FENCE (line 4606) | pub const BLOCK_MINECRAFT_PALE_OAK_FENCE: &str = "block.minecraft.pale_o... constant BLOCK_MINECRAFT_PALE_OAK_FENCE_GATE (line 4608) | pub const BLOCK_MINECRAFT_PALE_OAK_FENCE_GATE: &str = "block.minecraft.p... constant BLOCK_MINECRAFT_PALE_OAK_HANGING_SIGN (line 4610) | pub const BLOCK_MINECRAFT_PALE_OAK_HANGING_SIGN: &str = "block.minecraft... constant BLOCK_MINECRAFT_PALE_OAK_LEAVES (line 4612) | pub const BLOCK_MINECRAFT_PALE_OAK_LEAVES: &str = "block.minecraft.pale_... constant BLOCK_MINECRAFT_PALE_OAK_LOG (line 4614) | pub const BLOCK_MINECRAFT_PALE_OAK_LOG: &str = "block.minecraft.pale_oak... constant BLOCK_MINECRAFT_PALE_OAK_PLANKS (line 4616) | pub const BLOCK_MINECRAFT_PALE_OAK_PLANKS: &str = "block.minecraft.pale_... constant BLOCK_MINECRAFT_PALE_OAK_PRESSURE_PLATE (line 4618) | pub const BLOCK_MINECRAFT_PALE_OAK_PRESSURE_PLATE: &str = "block.minecra... constant BLOCK_MINECRAFT_PALE_OAK_SAPLING (line 4620) | pub const BLOCK_MINECRAFT_PALE_OAK_SAPLING: &str = "block.minecraft.pale... constant BLOCK_MINECRAFT_PALE_OAK_SHELF (line 4622) | pub const BLOCK_MINECRAFT_PALE_OAK_SHELF: &str = "block.minecraft.pale_o... constant BLOCK_MINECRAFT_PALE_OAK_SIGN (line 4624) | pub const BLOCK_MINECRAFT_PALE_OAK_SIGN: &str = "block.minecraft.pale_oa... constant BLOCK_MINECRAFT_PALE_OAK_SLAB (line 4626) | pub const BLOCK_MINECRAFT_PALE_OAK_SLAB: &str = "block.minecraft.pale_oa... constant BLOCK_MINECRAFT_PALE_OAK_STAIRS (line 4628) | pub const BLOCK_MINECRAFT_PALE_OAK_STAIRS: &str = "block.minecraft.pale_... constant BLOCK_MINECRAFT_PALE_OAK_TRAPDOOR (line 4630) | pub const BLOCK_MINECRAFT_PALE_OAK_TRAPDOOR: &str = "block.minecraft.pal... constant BLOCK_MINECRAFT_PALE_OAK_WALL_HANGING_SIGN (line 4632) | pub const BLOCK_MINECRAFT_PALE_OAK_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_PALE_OAK_WALL_SIGN (line 4635) | pub const BLOCK_MINECRAFT_PALE_OAK_WALL_SIGN: &str = "block.minecraft.pa... constant BLOCK_MINECRAFT_PALE_OAK_WOOD (line 4637) | pub const BLOCK_MINECRAFT_PALE_OAK_WOOD: &str = "block.minecraft.pale_oa... constant BLOCK_MINECRAFT_PEARLESCENT_FROGLIGHT (line 4639) | pub const BLOCK_MINECRAFT_PEARLESCENT_FROGLIGHT: &str = "block.minecraft... constant BLOCK_MINECRAFT_PEONY (line 4641) | pub const BLOCK_MINECRAFT_PEONY: &str = "block.minecraft.peony"; constant BLOCK_MINECRAFT_PETRIFIED_OAK_SLAB (line 4643) | pub const BLOCK_MINECRAFT_PETRIFIED_OAK_SLAB: &str = "block.minecraft.pe... constant BLOCK_MINECRAFT_PIGLIN_HEAD (line 4645) | pub const BLOCK_MINECRAFT_PIGLIN_HEAD: &str = "block.minecraft.piglin_he... constant BLOCK_MINECRAFT_PIGLIN_WALL_HEAD (line 4647) | pub const BLOCK_MINECRAFT_PIGLIN_WALL_HEAD: &str = "block.minecraft.pigl... constant BLOCK_MINECRAFT_PINK_BANNER (line 4649) | pub const BLOCK_MINECRAFT_PINK_BANNER: &str = "block.minecraft.pink_bann... constant BLOCK_MINECRAFT_PINK_BED (line 4651) | pub const BLOCK_MINECRAFT_PINK_BED: &str = "block.minecraft.pink_bed"; constant BLOCK_MINECRAFT_PINK_CANDLE (line 4653) | pub const BLOCK_MINECRAFT_PINK_CANDLE: &str = "block.minecraft.pink_cand... constant BLOCK_MINECRAFT_PINK_CANDLE_CAKE (line 4655) | pub const BLOCK_MINECRAFT_PINK_CANDLE_CAKE: &str = "block.minecraft.pink... constant BLOCK_MINECRAFT_PINK_CARPET (line 4657) | pub const BLOCK_MINECRAFT_PINK_CARPET: &str = "block.minecraft.pink_carp... constant BLOCK_MINECRAFT_PINK_CONCRETE (line 4659) | pub const BLOCK_MINECRAFT_PINK_CONCRETE: &str = "block.minecraft.pink_co... constant BLOCK_MINECRAFT_PINK_CONCRETE_POWDER (line 4661) | pub const BLOCK_MINECRAFT_PINK_CONCRETE_POWDER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_PINK_GLAZED_TERRACOTTA (line 4663) | pub const BLOCK_MINECRAFT_PINK_GLAZED_TERRACOTTA: &str = "block.minecraf... constant BLOCK_MINECRAFT_PINK_PETALS (line 4665) | pub const BLOCK_MINECRAFT_PINK_PETALS: &str = "block.minecraft.pink_peta... constant BLOCK_MINECRAFT_PINK_SHULKER_BOX (line 4667) | pub const BLOCK_MINECRAFT_PINK_SHULKER_BOX: &str = "block.minecraft.pink... constant BLOCK_MINECRAFT_PINK_STAINED_GLASS (line 4669) | pub const BLOCK_MINECRAFT_PINK_STAINED_GLASS: &str = "block.minecraft.pi... constant BLOCK_MINECRAFT_PINK_STAINED_GLASS_PANE (line 4671) | pub const BLOCK_MINECRAFT_PINK_STAINED_GLASS_PANE: &str = "block.minecra... constant BLOCK_MINECRAFT_PINK_TERRACOTTA (line 4673) | pub const BLOCK_MINECRAFT_PINK_TERRACOTTA: &str = "block.minecraft.pink_... constant BLOCK_MINECRAFT_PINK_TULIP (line 4675) | pub const BLOCK_MINECRAFT_PINK_TULIP: &str = "block.minecraft.pink_tulip"; constant BLOCK_MINECRAFT_PINK_WOOL (line 4677) | pub const BLOCK_MINECRAFT_PINK_WOOL: &str = "block.minecraft.pink_wool"; constant BLOCK_MINECRAFT_PISTON (line 4679) | pub const BLOCK_MINECRAFT_PISTON: &str = "block.minecraft.piston"; constant BLOCK_MINECRAFT_PISTON_HEAD (line 4681) | pub const BLOCK_MINECRAFT_PISTON_HEAD: &str = "block.minecraft.piston_he... constant BLOCK_MINECRAFT_PITCHER_CROP (line 4683) | pub const BLOCK_MINECRAFT_PITCHER_CROP: &str = "block.minecraft.pitcher_... constant BLOCK_MINECRAFT_PITCHER_PLANT (line 4685) | pub const BLOCK_MINECRAFT_PITCHER_PLANT: &str = "block.minecraft.pitcher... constant BLOCK_MINECRAFT_PLAYER_HEAD (line 4687) | pub const BLOCK_MINECRAFT_PLAYER_HEAD: &str = "block.minecraft.player_he... constant BLOCK_MINECRAFT_PLAYER_HEAD_NAMED (line 4689) | pub const BLOCK_MINECRAFT_PLAYER_HEAD_NAMED: &str = "block.minecraft.pla... constant BLOCK_MINECRAFT_PLAYER_WALL_HEAD (line 4691) | pub const BLOCK_MINECRAFT_PLAYER_WALL_HEAD: &str = "block.minecraft.play... constant BLOCK_MINECRAFT_PODZOL (line 4693) | pub const BLOCK_MINECRAFT_PODZOL: &str = "block.minecraft.podzol"; constant BLOCK_MINECRAFT_POINTED_DRIPSTONE (line 4695) | pub const BLOCK_MINECRAFT_POINTED_DRIPSTONE: &str = "block.minecraft.poi... constant BLOCK_MINECRAFT_POLISHED_ANDESITE (line 4697) | pub const BLOCK_MINECRAFT_POLISHED_ANDESITE: &str = "block.minecraft.pol... constant BLOCK_MINECRAFT_POLISHED_ANDESITE_SLAB (line 4699) | pub const BLOCK_MINECRAFT_POLISHED_ANDESITE_SLAB: &str = "block.minecraf... constant BLOCK_MINECRAFT_POLISHED_ANDESITE_STAIRS (line 4701) | pub const BLOCK_MINECRAFT_POLISHED_ANDESITE_STAIRS: &str = constant BLOCK_MINECRAFT_POLISHED_BASALT (line 4704) | pub const BLOCK_MINECRAFT_POLISHED_BASALT: &str = "block.minecraft.polis... constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE (line 4706) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE: &str = "block.minecraft.p... constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICK_SLAB (line 4708) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICK_SLAB: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICK_STAIRS (line 4711) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICK_STAIRS: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICK_WALL (line 4714) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICK_WALL: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICKS (line 4717) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BRICKS: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BUTTON (line 4720) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_BUTTON: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_PRESSURE_PLATE (line 4723) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_PRESSURE_PLATE: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_SLAB (line 4726) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_SLAB: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_STAIRS (line 4729) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_STAIRS: &str = constant BLOCK_MINECRAFT_POLISHED_BLACKSTONE_WALL (line 4732) | pub const BLOCK_MINECRAFT_POLISHED_BLACKSTONE_WALL: &str = constant BLOCK_MINECRAFT_POLISHED_DEEPSLATE (line 4735) | pub const BLOCK_MINECRAFT_POLISHED_DEEPSLATE: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POLISHED_DEEPSLATE_SLAB (line 4737) | pub const BLOCK_MINECRAFT_POLISHED_DEEPSLATE_SLAB: &str = "block.minecra... constant BLOCK_MINECRAFT_POLISHED_DEEPSLATE_STAIRS (line 4739) | pub const BLOCK_MINECRAFT_POLISHED_DEEPSLATE_STAIRS: &str = constant BLOCK_MINECRAFT_POLISHED_DEEPSLATE_WALL (line 4742) | pub const BLOCK_MINECRAFT_POLISHED_DEEPSLATE_WALL: &str = "block.minecra... constant BLOCK_MINECRAFT_POLISHED_DIORITE (line 4744) | pub const BLOCK_MINECRAFT_POLISHED_DIORITE: &str = "block.minecraft.poli... constant BLOCK_MINECRAFT_POLISHED_DIORITE_SLAB (line 4746) | pub const BLOCK_MINECRAFT_POLISHED_DIORITE_SLAB: &str = "block.minecraft... constant BLOCK_MINECRAFT_POLISHED_DIORITE_STAIRS (line 4748) | pub const BLOCK_MINECRAFT_POLISHED_DIORITE_STAIRS: &str = "block.minecra... constant BLOCK_MINECRAFT_POLISHED_GRANITE (line 4750) | pub const BLOCK_MINECRAFT_POLISHED_GRANITE: &str = "block.minecraft.poli... constant BLOCK_MINECRAFT_POLISHED_GRANITE_SLAB (line 4752) | pub const BLOCK_MINECRAFT_POLISHED_GRANITE_SLAB: &str = "block.minecraft... constant BLOCK_MINECRAFT_POLISHED_GRANITE_STAIRS (line 4754) | pub const BLOCK_MINECRAFT_POLISHED_GRANITE_STAIRS: &str = "block.minecra... constant BLOCK_MINECRAFT_POLISHED_TUFF (line 4756) | pub const BLOCK_MINECRAFT_POLISHED_TUFF: &str = "block.minecraft.polishe... constant BLOCK_MINECRAFT_POLISHED_TUFF_SLAB (line 4758) | pub const BLOCK_MINECRAFT_POLISHED_TUFF_SLAB: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POLISHED_TUFF_STAIRS (line 4760) | pub const BLOCK_MINECRAFT_POLISHED_TUFF_STAIRS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_POLISHED_TUFF_WALL (line 4762) | pub const BLOCK_MINECRAFT_POLISHED_TUFF_WALL: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POPPY (line 4764) | pub const BLOCK_MINECRAFT_POPPY: &str = "block.minecraft.poppy"; constant BLOCK_MINECRAFT_POTATOES (line 4766) | pub const BLOCK_MINECRAFT_POTATOES: &str = "block.minecraft.potatoes"; constant BLOCK_MINECRAFT_POTTED_ACACIA_SAPLING (line 4768) | pub const BLOCK_MINECRAFT_POTTED_ACACIA_SAPLING: &str = "block.minecraft... constant BLOCK_MINECRAFT_POTTED_ALLIUM (line 4770) | pub const BLOCK_MINECRAFT_POTTED_ALLIUM: &str = "block.minecraft.potted_... constant BLOCK_MINECRAFT_POTTED_AZALEA_BUSH (line 4772) | pub const BLOCK_MINECRAFT_POTTED_AZALEA_BUSH: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_AZURE_BLUET (line 4774) | pub const BLOCK_MINECRAFT_POTTED_AZURE_BLUET: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_BAMBOO (line 4776) | pub const BLOCK_MINECRAFT_POTTED_BAMBOO: &str = "block.minecraft.potted_... constant BLOCK_MINECRAFT_POTTED_BIRCH_SAPLING (line 4778) | pub const BLOCK_MINECRAFT_POTTED_BIRCH_SAPLING: &str = "block.minecraft.... constant BLOCK_MINECRAFT_POTTED_BLUE_ORCHID (line 4780) | pub const BLOCK_MINECRAFT_POTTED_BLUE_ORCHID: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_BROWN_MUSHROOM (line 4782) | pub const BLOCK_MINECRAFT_POTTED_BROWN_MUSHROOM: &str = "block.minecraft... constant BLOCK_MINECRAFT_POTTED_CACTUS (line 4784) | pub const BLOCK_MINECRAFT_POTTED_CACTUS: &str = "block.minecraft.potted_... constant BLOCK_MINECRAFT_POTTED_CHERRY_SAPLING (line 4786) | pub const BLOCK_MINECRAFT_POTTED_CHERRY_SAPLING: &str = "block.minecraft... constant BLOCK_MINECRAFT_POTTED_CLOSED_EYEBLOSSOM (line 4788) | pub const BLOCK_MINECRAFT_POTTED_CLOSED_EYEBLOSSOM: &str = constant BLOCK_MINECRAFT_POTTED_CORNFLOWER (line 4791) | pub const BLOCK_MINECRAFT_POTTED_CORNFLOWER: &str = "block.minecraft.pot... constant BLOCK_MINECRAFT_POTTED_CRIMSON_FUNGUS (line 4793) | pub const BLOCK_MINECRAFT_POTTED_CRIMSON_FUNGUS: &str = "block.minecraft... constant BLOCK_MINECRAFT_POTTED_CRIMSON_ROOTS (line 4795) | pub const BLOCK_MINECRAFT_POTTED_CRIMSON_ROOTS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_POTTED_DANDELION (line 4797) | pub const BLOCK_MINECRAFT_POTTED_DANDELION: &str = "block.minecraft.pott... constant BLOCK_MINECRAFT_POTTED_DARK_OAK_SAPLING (line 4799) | pub const BLOCK_MINECRAFT_POTTED_DARK_OAK_SAPLING: &str = "block.minecra... constant BLOCK_MINECRAFT_POTTED_DEAD_BUSH (line 4801) | pub const BLOCK_MINECRAFT_POTTED_DEAD_BUSH: &str = "block.minecraft.pott... constant BLOCK_MINECRAFT_POTTED_FERN (line 4803) | pub const BLOCK_MINECRAFT_POTTED_FERN: &str = "block.minecraft.potted_fe... constant BLOCK_MINECRAFT_POTTED_FLOWERING_AZALEA_BUSH (line 4805) | pub const BLOCK_MINECRAFT_POTTED_FLOWERING_AZALEA_BUSH: &str = constant BLOCK_MINECRAFT_POTTED_JUNGLE_SAPLING (line 4808) | pub const BLOCK_MINECRAFT_POTTED_JUNGLE_SAPLING: &str = "block.minecraft... constant BLOCK_MINECRAFT_POTTED_LILY_OF_THE_VALLEY (line 4810) | pub const BLOCK_MINECRAFT_POTTED_LILY_OF_THE_VALLEY: &str = constant BLOCK_MINECRAFT_POTTED_MANGROVE_PROPAGULE (line 4813) | pub const BLOCK_MINECRAFT_POTTED_MANGROVE_PROPAGULE: &str = constant BLOCK_MINECRAFT_POTTED_OAK_SAPLING (line 4816) | pub const BLOCK_MINECRAFT_POTTED_OAK_SAPLING: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_OPEN_EYEBLOSSOM (line 4818) | pub const BLOCK_MINECRAFT_POTTED_OPEN_EYEBLOSSOM: &str = "block.minecraf... constant BLOCK_MINECRAFT_POTTED_ORANGE_TULIP (line 4820) | pub const BLOCK_MINECRAFT_POTTED_ORANGE_TULIP: &str = "block.minecraft.p... constant BLOCK_MINECRAFT_POTTED_OXEYE_DAISY (line 4822) | pub const BLOCK_MINECRAFT_POTTED_OXEYE_DAISY: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_PALE_OAK_SAPLING (line 4824) | pub const BLOCK_MINECRAFT_POTTED_PALE_OAK_SAPLING: &str = "block.minecra... constant BLOCK_MINECRAFT_POTTED_PINK_TULIP (line 4826) | pub const BLOCK_MINECRAFT_POTTED_PINK_TULIP: &str = "block.minecraft.pot... constant BLOCK_MINECRAFT_POTTED_POPPY (line 4828) | pub const BLOCK_MINECRAFT_POTTED_POPPY: &str = "block.minecraft.potted_p... constant BLOCK_MINECRAFT_POTTED_RED_MUSHROOM (line 4830) | pub const BLOCK_MINECRAFT_POTTED_RED_MUSHROOM: &str = "block.minecraft.p... constant BLOCK_MINECRAFT_POTTED_RED_TULIP (line 4832) | pub const BLOCK_MINECRAFT_POTTED_RED_TULIP: &str = "block.minecraft.pott... constant BLOCK_MINECRAFT_POTTED_SPRUCE_SAPLING (line 4834) | pub const BLOCK_MINECRAFT_POTTED_SPRUCE_SAPLING: &str = "block.minecraft... constant BLOCK_MINECRAFT_POTTED_TORCHFLOWER (line 4836) | pub const BLOCK_MINECRAFT_POTTED_TORCHFLOWER: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_WARPED_FUNGUS (line 4838) | pub const BLOCK_MINECRAFT_POTTED_WARPED_FUNGUS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_POTTED_WARPED_ROOTS (line 4840) | pub const BLOCK_MINECRAFT_POTTED_WARPED_ROOTS: &str = "block.minecraft.p... constant BLOCK_MINECRAFT_POTTED_WHITE_TULIP (line 4842) | pub const BLOCK_MINECRAFT_POTTED_WHITE_TULIP: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POTTED_WITHER_ROSE (line 4844) | pub const BLOCK_MINECRAFT_POTTED_WITHER_ROSE: &str = "block.minecraft.po... constant BLOCK_MINECRAFT_POWDER_SNOW (line 4846) | pub const BLOCK_MINECRAFT_POWDER_SNOW: &str = "block.minecraft.powder_sn... constant BLOCK_MINECRAFT_POWDER_SNOW_CAULDRON (line 4848) | pub const BLOCK_MINECRAFT_POWDER_SNOW_CAULDRON: &str = "block.minecraft.... constant BLOCK_MINECRAFT_POWERED_RAIL (line 4850) | pub const BLOCK_MINECRAFT_POWERED_RAIL: &str = "block.minecraft.powered_... constant BLOCK_MINECRAFT_PRISMARINE (line 4852) | pub const BLOCK_MINECRAFT_PRISMARINE: &str = "block.minecraft.prismarine"; constant BLOCK_MINECRAFT_PRISMARINE_BRICK_SLAB (line 4854) | pub const BLOCK_MINECRAFT_PRISMARINE_BRICK_SLAB: &str = "block.minecraft... constant BLOCK_MINECRAFT_PRISMARINE_BRICK_STAIRS (line 4856) | pub const BLOCK_MINECRAFT_PRISMARINE_BRICK_STAIRS: &str = "block.minecra... constant BLOCK_MINECRAFT_PRISMARINE_BRICKS (line 4858) | pub const BLOCK_MINECRAFT_PRISMARINE_BRICKS: &str = "block.minecraft.pri... constant BLOCK_MINECRAFT_PRISMARINE_SLAB (line 4860) | pub const BLOCK_MINECRAFT_PRISMARINE_SLAB: &str = "block.minecraft.prism... constant BLOCK_MINECRAFT_PRISMARINE_STAIRS (line 4862) | pub const BLOCK_MINECRAFT_PRISMARINE_STAIRS: &str = "block.minecraft.pri... constant BLOCK_MINECRAFT_PRISMARINE_WALL (line 4864) | pub const BLOCK_MINECRAFT_PRISMARINE_WALL: &str = "block.minecraft.prism... constant BLOCK_MINECRAFT_PUMPKIN (line 4866) | pub const BLOCK_MINECRAFT_PUMPKIN: &str = "block.minecraft.pumpkin"; constant BLOCK_MINECRAFT_PUMPKIN_STEM (line 4868) | pub const BLOCK_MINECRAFT_PUMPKIN_STEM: &str = "block.minecraft.pumpkin_... constant BLOCK_MINECRAFT_PURPLE_BANNER (line 4870) | pub const BLOCK_MINECRAFT_PURPLE_BANNER: &str = "block.minecraft.purple_... constant BLOCK_MINECRAFT_PURPLE_BED (line 4872) | pub const BLOCK_MINECRAFT_PURPLE_BED: &str = "block.minecraft.purple_bed"; constant BLOCK_MINECRAFT_PURPLE_CANDLE (line 4874) | pub const BLOCK_MINECRAFT_PURPLE_CANDLE: &str = "block.minecraft.purple_... constant BLOCK_MINECRAFT_PURPLE_CANDLE_CAKE (line 4876) | pub const BLOCK_MINECRAFT_PURPLE_CANDLE_CAKE: &str = "block.minecraft.pu... constant BLOCK_MINECRAFT_PURPLE_CARPET (line 4878) | pub const BLOCK_MINECRAFT_PURPLE_CARPET: &str = "block.minecraft.purple_... constant BLOCK_MINECRAFT_PURPLE_CONCRETE (line 4880) | pub const BLOCK_MINECRAFT_PURPLE_CONCRETE: &str = "block.minecraft.purpl... constant BLOCK_MINECRAFT_PURPLE_CONCRETE_POWDER (line 4882) | pub const BLOCK_MINECRAFT_PURPLE_CONCRETE_POWDER: &str = "block.minecraf... constant BLOCK_MINECRAFT_PURPLE_GLAZED_TERRACOTTA (line 4884) | pub const BLOCK_MINECRAFT_PURPLE_GLAZED_TERRACOTTA: &str = constant BLOCK_MINECRAFT_PURPLE_SHULKER_BOX (line 4887) | pub const BLOCK_MINECRAFT_PURPLE_SHULKER_BOX: &str = "block.minecraft.pu... constant BLOCK_MINECRAFT_PURPLE_STAINED_GLASS (line 4889) | pub const BLOCK_MINECRAFT_PURPLE_STAINED_GLASS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_PURPLE_STAINED_GLASS_PANE (line 4891) | pub const BLOCK_MINECRAFT_PURPLE_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_PURPLE_TERRACOTTA (line 4894) | pub const BLOCK_MINECRAFT_PURPLE_TERRACOTTA: &str = "block.minecraft.pur... constant BLOCK_MINECRAFT_PURPLE_WOOL (line 4896) | pub const BLOCK_MINECRAFT_PURPLE_WOOL: &str = "block.minecraft.purple_wo... constant BLOCK_MINECRAFT_PURPUR_BLOCK (line 4898) | pub const BLOCK_MINECRAFT_PURPUR_BLOCK: &str = "block.minecraft.purpur_b... constant BLOCK_MINECRAFT_PURPUR_PILLAR (line 4900) | pub const BLOCK_MINECRAFT_PURPUR_PILLAR: &str = "block.minecraft.purpur_... constant BLOCK_MINECRAFT_PURPUR_SLAB (line 4902) | pub const BLOCK_MINECRAFT_PURPUR_SLAB: &str = "block.minecraft.purpur_sl... constant BLOCK_MINECRAFT_PURPUR_STAIRS (line 4904) | pub const BLOCK_MINECRAFT_PURPUR_STAIRS: &str = "block.minecraft.purpur_... constant BLOCK_MINECRAFT_QUARTZ_BLOCK (line 4906) | pub const BLOCK_MINECRAFT_QUARTZ_BLOCK: &str = "block.minecraft.quartz_b... constant BLOCK_MINECRAFT_QUARTZ_BRICKS (line 4908) | pub const BLOCK_MINECRAFT_QUARTZ_BRICKS: &str = "block.minecraft.quartz_... constant BLOCK_MINECRAFT_QUARTZ_PILLAR (line 4910) | pub const BLOCK_MINECRAFT_QUARTZ_PILLAR: &str = "block.minecraft.quartz_... constant BLOCK_MINECRAFT_QUARTZ_SLAB (line 4912) | pub const BLOCK_MINECRAFT_QUARTZ_SLAB: &str = "block.minecraft.quartz_sl... constant BLOCK_MINECRAFT_QUARTZ_STAIRS (line 4914) | pub const BLOCK_MINECRAFT_QUARTZ_STAIRS: &str = "block.minecraft.quartz_... constant BLOCK_MINECRAFT_RAIL (line 4916) | pub const BLOCK_MINECRAFT_RAIL: &str = "block.minecraft.rail"; constant BLOCK_MINECRAFT_RAW_COPPER_BLOCK (line 4918) | pub const BLOCK_MINECRAFT_RAW_COPPER_BLOCK: &str = "block.minecraft.raw_... constant BLOCK_MINECRAFT_RAW_GOLD_BLOCK (line 4920) | pub const BLOCK_MINECRAFT_RAW_GOLD_BLOCK: &str = "block.minecraft.raw_go... constant BLOCK_MINECRAFT_RAW_IRON_BLOCK (line 4922) | pub const BLOCK_MINECRAFT_RAW_IRON_BLOCK: &str = "block.minecraft.raw_ir... constant BLOCK_MINECRAFT_RED_BANNER (line 4924) | pub const BLOCK_MINECRAFT_RED_BANNER: &str = "block.minecraft.red_banner"; constant BLOCK_MINECRAFT_RED_BED (line 4926) | pub const BLOCK_MINECRAFT_RED_BED: &str = "block.minecraft.red_bed"; constant BLOCK_MINECRAFT_RED_CANDLE (line 4928) | pub const BLOCK_MINECRAFT_RED_CANDLE: &str = "block.minecraft.red_candle"; constant BLOCK_MINECRAFT_RED_CANDLE_CAKE (line 4930) | pub const BLOCK_MINECRAFT_RED_CANDLE_CAKE: &str = "block.minecraft.red_c... constant BLOCK_MINECRAFT_RED_CARPET (line 4932) | pub const BLOCK_MINECRAFT_RED_CARPET: &str = "block.minecraft.red_carpet"; constant BLOCK_MINECRAFT_RED_CONCRETE (line 4934) | pub const BLOCK_MINECRAFT_RED_CONCRETE: &str = "block.minecraft.red_conc... constant BLOCK_MINECRAFT_RED_CONCRETE_POWDER (line 4936) | pub const BLOCK_MINECRAFT_RED_CONCRETE_POWDER: &str = "block.minecraft.r... constant BLOCK_MINECRAFT_RED_GLAZED_TERRACOTTA (line 4938) | pub const BLOCK_MINECRAFT_RED_GLAZED_TERRACOTTA: &str = "block.minecraft... constant BLOCK_MINECRAFT_RED_MUSHROOM (line 4940) | pub const BLOCK_MINECRAFT_RED_MUSHROOM: &str = "block.minecraft.red_mush... constant BLOCK_MINECRAFT_RED_MUSHROOM_BLOCK (line 4942) | pub const BLOCK_MINECRAFT_RED_MUSHROOM_BLOCK: &str = "block.minecraft.re... constant BLOCK_MINECRAFT_RED_NETHER_BRICK_SLAB (line 4944) | pub const BLOCK_MINECRAFT_RED_NETHER_BRICK_SLAB: &str = "block.minecraft... constant BLOCK_MINECRAFT_RED_NETHER_BRICK_STAIRS (line 4946) | pub const BLOCK_MINECRAFT_RED_NETHER_BRICK_STAIRS: &str = "block.minecra... constant BLOCK_MINECRAFT_RED_NETHER_BRICK_WALL (line 4948) | pub const BLOCK_MINECRAFT_RED_NETHER_BRICK_WALL: &str = "block.minecraft... constant BLOCK_MINECRAFT_RED_NETHER_BRICKS (line 4950) | pub const BLOCK_MINECRAFT_RED_NETHER_BRICKS: &str = "block.minecraft.red... constant BLOCK_MINECRAFT_RED_SAND (line 4952) | pub const BLOCK_MINECRAFT_RED_SAND: &str = "block.minecraft.red_sand"; constant BLOCK_MINECRAFT_RED_SANDSTONE (line 4954) | pub const BLOCK_MINECRAFT_RED_SANDSTONE: &str = "block.minecraft.red_san... constant BLOCK_MINECRAFT_RED_SANDSTONE_SLAB (line 4956) | pub const BLOCK_MINECRAFT_RED_SANDSTONE_SLAB: &str = "block.minecraft.re... constant BLOCK_MINECRAFT_RED_SANDSTONE_STAIRS (line 4958) | pub const BLOCK_MINECRAFT_RED_SANDSTONE_STAIRS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_RED_SANDSTONE_WALL (line 4960) | pub const BLOCK_MINECRAFT_RED_SANDSTONE_WALL: &str = "block.minecraft.re... constant BLOCK_MINECRAFT_RED_SHULKER_BOX (line 4962) | pub const BLOCK_MINECRAFT_RED_SHULKER_BOX: &str = "block.minecraft.red_s... constant BLOCK_MINECRAFT_RED_STAINED_GLASS (line 4964) | pub const BLOCK_MINECRAFT_RED_STAINED_GLASS: &str = "block.minecraft.red... constant BLOCK_MINECRAFT_RED_STAINED_GLASS_PANE (line 4966) | pub const BLOCK_MINECRAFT_RED_STAINED_GLASS_PANE: &str = "block.minecraf... constant BLOCK_MINECRAFT_RED_TERRACOTTA (line 4968) | pub const BLOCK_MINECRAFT_RED_TERRACOTTA: &str = "block.minecraft.red_te... constant BLOCK_MINECRAFT_RED_TULIP (line 4970) | pub const BLOCK_MINECRAFT_RED_TULIP: &str = "block.minecraft.red_tulip"; constant BLOCK_MINECRAFT_RED_WOOL (line 4972) | pub const BLOCK_MINECRAFT_RED_WOOL: &str = "block.minecraft.red_wool"; constant BLOCK_MINECRAFT_REDSTONE_BLOCK (line 4974) | pub const BLOCK_MINECRAFT_REDSTONE_BLOCK: &str = "block.minecraft.redsto... constant BLOCK_MINECRAFT_REDSTONE_LAMP (line 4976) | pub const BLOCK_MINECRAFT_REDSTONE_LAMP: &str = "block.minecraft.redston... constant BLOCK_MINECRAFT_REDSTONE_ORE (line 4978) | pub const BLOCK_MINECRAFT_REDSTONE_ORE: &str = "block.minecraft.redstone... constant BLOCK_MINECRAFT_REDSTONE_TORCH (line 4980) | pub const BLOCK_MINECRAFT_REDSTONE_TORCH: &str = "block.minecraft.redsto... constant BLOCK_MINECRAFT_REDSTONE_WALL_TORCH (line 4982) | pub const BLOCK_MINECRAFT_REDSTONE_WALL_TORCH: &str = "block.minecraft.r... constant BLOCK_MINECRAFT_REDSTONE_WIRE (line 4984) | pub const BLOCK_MINECRAFT_REDSTONE_WIRE: &str = "block.minecraft.redston... constant BLOCK_MINECRAFT_REINFORCED_DEEPSLATE (line 4986) | pub const BLOCK_MINECRAFT_REINFORCED_DEEPSLATE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_REPEATER (line 4988) | pub const BLOCK_MINECRAFT_REPEATER: &str = "block.minecraft.repeater"; constant BLOCK_MINECRAFT_REPEATING_COMMAND_BLOCK (line 4990) | pub const BLOCK_MINECRAFT_REPEATING_COMMAND_BLOCK: &str = "block.minecra... constant BLOCK_MINECRAFT_RESIN_BLOCK (line 4992) | pub const BLOCK_MINECRAFT_RESIN_BLOCK: &str = "block.minecraft.resin_blo... constant BLOCK_MINECRAFT_RESIN_BRICK_SLAB (line 4994) | pub const BLOCK_MINECRAFT_RESIN_BRICK_SLAB: &str = "block.minecraft.resi... constant BLOCK_MINECRAFT_RESIN_BRICK_STAIRS (line 4996) | pub const BLOCK_MINECRAFT_RESIN_BRICK_STAIRS: &str = "block.minecraft.re... constant BLOCK_MINECRAFT_RESIN_BRICK_WALL (line 4998) | pub const BLOCK_MINECRAFT_RESIN_BRICK_WALL: &str = "block.minecraft.resi... constant BLOCK_MINECRAFT_RESIN_BRICKS (line 5000) | pub const BLOCK_MINECRAFT_RESIN_BRICKS: &str = "block.minecraft.resin_br... constant BLOCK_MINECRAFT_RESIN_CLUMP (line 5002) | pub const BLOCK_MINECRAFT_RESIN_CLUMP: &str = "block.minecraft.resin_clu... constant BLOCK_MINECRAFT_RESPAWN_ANCHOR (line 5004) | pub const BLOCK_MINECRAFT_RESPAWN_ANCHOR: &str = "block.minecraft.respaw... constant BLOCK_MINECRAFT_ROOTED_DIRT (line 5006) | pub const BLOCK_MINECRAFT_ROOTED_DIRT: &str = "block.minecraft.rooted_di... constant BLOCK_MINECRAFT_ROSE_BUSH (line 5008) | pub const BLOCK_MINECRAFT_ROSE_BUSH: &str = "block.minecraft.rose_bush"; constant BLOCK_MINECRAFT_SAND (line 5010) | pub const BLOCK_MINECRAFT_SAND: &str = "block.minecraft.sand"; constant BLOCK_MINECRAFT_SANDSTONE (line 5012) | pub const BLOCK_MINECRAFT_SANDSTONE: &str = "block.minecraft.sandstone"; constant BLOCK_MINECRAFT_SANDSTONE_SLAB (line 5014) | pub const BLOCK_MINECRAFT_SANDSTONE_SLAB: &str = "block.minecraft.sandst... constant BLOCK_MINECRAFT_SANDSTONE_STAIRS (line 5016) | pub const BLOCK_MINECRAFT_SANDSTONE_STAIRS: &str = "block.minecraft.sand... constant BLOCK_MINECRAFT_SANDSTONE_WALL (line 5018) | pub const BLOCK_MINECRAFT_SANDSTONE_WALL: &str = "block.minecraft.sandst... constant BLOCK_MINECRAFT_SCAFFOLDING (line 5020) | pub const BLOCK_MINECRAFT_SCAFFOLDING: &str = "block.minecraft.scaffoldi... constant BLOCK_MINECRAFT_SCULK (line 5022) | pub const BLOCK_MINECRAFT_SCULK: &str = "block.minecraft.sculk"; constant BLOCK_MINECRAFT_SCULK_CATALYST (line 5024) | pub const BLOCK_MINECRAFT_SCULK_CATALYST: &str = "block.minecraft.sculk_... constant BLOCK_MINECRAFT_SCULK_SENSOR (line 5026) | pub const BLOCK_MINECRAFT_SCULK_SENSOR: &str = "block.minecraft.sculk_se... constant BLOCK_MINECRAFT_SCULK_SHRIEKER (line 5028) | pub const BLOCK_MINECRAFT_SCULK_SHRIEKER: &str = "block.minecraft.sculk_... constant BLOCK_MINECRAFT_SCULK_VEIN (line 5030) | pub const BLOCK_MINECRAFT_SCULK_VEIN: &str = "block.minecraft.sculk_vein"; constant BLOCK_MINECRAFT_SEA_LANTERN (line 5032) | pub const BLOCK_MINECRAFT_SEA_LANTERN: &str = "block.minecraft.sea_lante... constant BLOCK_MINECRAFT_SEA_PICKLE (line 5034) | pub const BLOCK_MINECRAFT_SEA_PICKLE: &str = "block.minecraft.sea_pickle"; constant BLOCK_MINECRAFT_SEAGRASS (line 5036) | pub const BLOCK_MINECRAFT_SEAGRASS: &str = "block.minecraft.seagrass"; constant BLOCK_MINECRAFT_SET_SPAWN (line 5038) | pub const BLOCK_MINECRAFT_SET_SPAWN: &str = "block.minecraft.set_spawn"; constant BLOCK_MINECRAFT_SHORT_DRY_GRASS (line 5040) | pub const BLOCK_MINECRAFT_SHORT_DRY_GRASS: &str = "block.minecraft.short... constant BLOCK_MINECRAFT_SHORT_GRASS (line 5042) | pub const BLOCK_MINECRAFT_SHORT_GRASS: &str = "block.minecraft.short_gra... constant BLOCK_MINECRAFT_SHROOMLIGHT (line 5044) | pub const BLOCK_MINECRAFT_SHROOMLIGHT: &str = "block.minecraft.shroomlig... constant BLOCK_MINECRAFT_SHULKER_BOX (line 5046) | pub const BLOCK_MINECRAFT_SHULKER_BOX: &str = "block.minecraft.shulker_b... constant BLOCK_MINECRAFT_SKELETON_SKULL (line 5048) | pub const BLOCK_MINECRAFT_SKELETON_SKULL: &str = "block.minecraft.skelet... constant BLOCK_MINECRAFT_SKELETON_WALL_SKULL (line 5050) | pub const BLOCK_MINECRAFT_SKELETON_WALL_SKULL: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_SLIME_BLOCK (line 5052) | pub const BLOCK_MINECRAFT_SLIME_BLOCK: &str = "block.minecraft.slime_blo... constant BLOCK_MINECRAFT_SMALL_AMETHYST_BUD (line 5054) | pub const BLOCK_MINECRAFT_SMALL_AMETHYST_BUD: &str = "block.minecraft.sm... constant BLOCK_MINECRAFT_SMALL_DRIPLEAF (line 5056) | pub const BLOCK_MINECRAFT_SMALL_DRIPLEAF: &str = "block.minecraft.small_... constant BLOCK_MINECRAFT_SMITHING_TABLE (line 5058) | pub const BLOCK_MINECRAFT_SMITHING_TABLE: &str = "block.minecraft.smithi... constant BLOCK_MINECRAFT_SMOKER (line 5060) | pub const BLOCK_MINECRAFT_SMOKER: &str = "block.minecraft.smoker"; constant BLOCK_MINECRAFT_SMOOTH_BASALT (line 5062) | pub const BLOCK_MINECRAFT_SMOOTH_BASALT: &str = "block.minecraft.smooth_... constant BLOCK_MINECRAFT_SMOOTH_QUARTZ (line 5064) | pub const BLOCK_MINECRAFT_SMOOTH_QUARTZ: &str = "block.minecraft.smooth_... constant BLOCK_MINECRAFT_SMOOTH_QUARTZ_SLAB (line 5066) | pub const BLOCK_MINECRAFT_SMOOTH_QUARTZ_SLAB: &str = "block.minecraft.sm... constant BLOCK_MINECRAFT_SMOOTH_QUARTZ_STAIRS (line 5068) | pub const BLOCK_MINECRAFT_SMOOTH_QUARTZ_STAIRS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_SMOOTH_RED_SANDSTONE (line 5070) | pub const BLOCK_MINECRAFT_SMOOTH_RED_SANDSTONE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_SMOOTH_RED_SANDSTONE_SLAB (line 5072) | pub const BLOCK_MINECRAFT_SMOOTH_RED_SANDSTONE_SLAB: &str = constant BLOCK_MINECRAFT_SMOOTH_RED_SANDSTONE_STAIRS (line 5075) | pub const BLOCK_MINECRAFT_SMOOTH_RED_SANDSTONE_STAIRS: &str = constant BLOCK_MINECRAFT_SMOOTH_SANDSTONE (line 5078) | pub const BLOCK_MINECRAFT_SMOOTH_SANDSTONE: &str = "block.minecraft.smoo... constant BLOCK_MINECRAFT_SMOOTH_SANDSTONE_SLAB (line 5080) | pub const BLOCK_MINECRAFT_SMOOTH_SANDSTONE_SLAB: &str = "block.minecraft... constant BLOCK_MINECRAFT_SMOOTH_SANDSTONE_STAIRS (line 5082) | pub const BLOCK_MINECRAFT_SMOOTH_SANDSTONE_STAIRS: &str = "block.minecra... constant BLOCK_MINECRAFT_SMOOTH_STONE (line 5084) | pub const BLOCK_MINECRAFT_SMOOTH_STONE: &str = "block.minecraft.smooth_s... constant BLOCK_MINECRAFT_SMOOTH_STONE_SLAB (line 5086) | pub const BLOCK_MINECRAFT_SMOOTH_STONE_SLAB: &str = "block.minecraft.smo... constant BLOCK_MINECRAFT_SNIFFER_EGG (line 5088) | pub const BLOCK_MINECRAFT_SNIFFER_EGG: &str = "block.minecraft.sniffer_e... constant BLOCK_MINECRAFT_SNOW (line 5090) | pub const BLOCK_MINECRAFT_SNOW: &str = "block.minecraft.snow"; constant BLOCK_MINECRAFT_SNOW_BLOCK (line 5092) | pub const BLOCK_MINECRAFT_SNOW_BLOCK: &str = "block.minecraft.snow_block"; constant BLOCK_MINECRAFT_SOUL_CAMPFIRE (line 5094) | pub const BLOCK_MINECRAFT_SOUL_CAMPFIRE: &str = "block.minecraft.soul_ca... constant BLOCK_MINECRAFT_SOUL_FIRE (line 5096) | pub const BLOCK_MINECRAFT_SOUL_FIRE: &str = "block.minecraft.soul_fire"; constant BLOCK_MINECRAFT_SOUL_LANTERN (line 5098) | pub const BLOCK_MINECRAFT_SOUL_LANTERN: &str = "block.minecraft.soul_lan... constant BLOCK_MINECRAFT_SOUL_SAND (line 5100) | pub const BLOCK_MINECRAFT_SOUL_SAND: &str = "block.minecraft.soul_sand"; constant BLOCK_MINECRAFT_SOUL_SOIL (line 5102) | pub const BLOCK_MINECRAFT_SOUL_SOIL: &str = "block.minecraft.soul_soil"; constant BLOCK_MINECRAFT_SOUL_TORCH (line 5104) | pub const BLOCK_MINECRAFT_SOUL_TORCH: &str = "block.minecraft.soul_torch"; constant BLOCK_MINECRAFT_SOUL_WALL_TORCH (line 5106) | pub const BLOCK_MINECRAFT_SOUL_WALL_TORCH: &str = "block.minecraft.soul_... constant BLOCK_MINECRAFT_SPAWN_NOT_VALID (line 5108) | pub const BLOCK_MINECRAFT_SPAWN_NOT_VALID: &str = "block.minecraft.spawn... constant BLOCK_MINECRAFT_SPAWNER (line 5110) | pub const BLOCK_MINECRAFT_SPAWNER: &str = "block.minecraft.spawner"; constant BLOCK_MINECRAFT_SPAWNER_DESC1 (line 5112) | pub const BLOCK_MINECRAFT_SPAWNER_DESC1: &str = "block.minecraft.spawner... constant BLOCK_MINECRAFT_SPAWNER_DESC2 (line 5114) | pub const BLOCK_MINECRAFT_SPAWNER_DESC2: &str = "block.minecraft.spawner... constant BLOCK_MINECRAFT_SPONGE (line 5116) | pub const BLOCK_MINECRAFT_SPONGE: &str = "block.minecraft.sponge"; constant BLOCK_MINECRAFT_SPORE_BLOSSOM (line 5118) | pub const BLOCK_MINECRAFT_SPORE_BLOSSOM: &str = "block.minecraft.spore_b... constant BLOCK_MINECRAFT_SPRUCE_BUTTON (line 5120) | pub const BLOCK_MINECRAFT_SPRUCE_BUTTON: &str = "block.minecraft.spruce_... constant BLOCK_MINECRAFT_SPRUCE_DOOR (line 5122) | pub const BLOCK_MINECRAFT_SPRUCE_DOOR: &str = "block.minecraft.spruce_do... constant BLOCK_MINECRAFT_SPRUCE_FENCE (line 5124) | pub const BLOCK_MINECRAFT_SPRUCE_FENCE: &str = "block.minecraft.spruce_f... constant BLOCK_MINECRAFT_SPRUCE_FENCE_GATE (line 5126) | pub const BLOCK_MINECRAFT_SPRUCE_FENCE_GATE: &str = "block.minecraft.spr... constant BLOCK_MINECRAFT_SPRUCE_HANGING_SIGN (line 5128) | pub const BLOCK_MINECRAFT_SPRUCE_HANGING_SIGN: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_SPRUCE_LEAVES (line 5130) | pub const BLOCK_MINECRAFT_SPRUCE_LEAVES: &str = "block.minecraft.spruce_... constant BLOCK_MINECRAFT_SPRUCE_LOG (line 5132) | pub const BLOCK_MINECRAFT_SPRUCE_LOG: &str = "block.minecraft.spruce_log"; constant BLOCK_MINECRAFT_SPRUCE_PLANKS (line 5134) | pub const BLOCK_MINECRAFT_SPRUCE_PLANKS: &str = "block.minecraft.spruce_... constant BLOCK_MINECRAFT_SPRUCE_PRESSURE_PLATE (line 5136) | pub const BLOCK_MINECRAFT_SPRUCE_PRESSURE_PLATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_SPRUCE_SAPLING (line 5138) | pub const BLOCK_MINECRAFT_SPRUCE_SAPLING: &str = "block.minecraft.spruce... constant BLOCK_MINECRAFT_SPRUCE_SHELF (line 5140) | pub const BLOCK_MINECRAFT_SPRUCE_SHELF: &str = "block.minecraft.spruce_s... constant BLOCK_MINECRAFT_SPRUCE_SIGN (line 5142) | pub const BLOCK_MINECRAFT_SPRUCE_SIGN: &str = "block.minecraft.spruce_si... constant BLOCK_MINECRAFT_SPRUCE_SLAB (line 5144) | pub const BLOCK_MINECRAFT_SPRUCE_SLAB: &str = "block.minecraft.spruce_sl... constant BLOCK_MINECRAFT_SPRUCE_STAIRS (line 5146) | pub const BLOCK_MINECRAFT_SPRUCE_STAIRS: &str = "block.minecraft.spruce_... constant BLOCK_MINECRAFT_SPRUCE_TRAPDOOR (line 5148) | pub const BLOCK_MINECRAFT_SPRUCE_TRAPDOOR: &str = "block.minecraft.spruc... constant BLOCK_MINECRAFT_SPRUCE_WALL_HANGING_SIGN (line 5150) | pub const BLOCK_MINECRAFT_SPRUCE_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_SPRUCE_WALL_SIGN (line 5153) | pub const BLOCK_MINECRAFT_SPRUCE_WALL_SIGN: &str = "block.minecraft.spru... constant BLOCK_MINECRAFT_SPRUCE_WOOD (line 5155) | pub const BLOCK_MINECRAFT_SPRUCE_WOOD: &str = "block.minecraft.spruce_wo... constant BLOCK_MINECRAFT_STICKY_PISTON (line 5157) | pub const BLOCK_MINECRAFT_STICKY_PISTON: &str = "block.minecraft.sticky_... constant BLOCK_MINECRAFT_STONE (line 5159) | pub const BLOCK_MINECRAFT_STONE: &str = "block.minecraft.stone"; constant BLOCK_MINECRAFT_STONE_BRICK_SLAB (line 5161) | pub const BLOCK_MINECRAFT_STONE_BRICK_SLAB: &str = "block.minecraft.ston... constant BLOCK_MINECRAFT_STONE_BRICK_STAIRS (line 5163) | pub const BLOCK_MINECRAFT_STONE_BRICK_STAIRS: &str = "block.minecraft.st... constant BLOCK_MINECRAFT_STONE_BRICK_WALL (line 5165) | pub const BLOCK_MINECRAFT_STONE_BRICK_WALL: &str = "block.minecraft.ston... constant BLOCK_MINECRAFT_STONE_BRICKS (line 5167) | pub const BLOCK_MINECRAFT_STONE_BRICKS: &str = "block.minecraft.stone_br... constant BLOCK_MINECRAFT_STONE_BUTTON (line 5169) | pub const BLOCK_MINECRAFT_STONE_BUTTON: &str = "block.minecraft.stone_bu... constant BLOCK_MINECRAFT_STONE_PRESSURE_PLATE (line 5171) | pub const BLOCK_MINECRAFT_STONE_PRESSURE_PLATE: &str = "block.minecraft.... constant BLOCK_MINECRAFT_STONE_SLAB (line 5173) | pub const BLOCK_MINECRAFT_STONE_SLAB: &str = "block.minecraft.stone_slab"; constant BLOCK_MINECRAFT_STONE_STAIRS (line 5175) | pub const BLOCK_MINECRAFT_STONE_STAIRS: &str = "block.minecraft.stone_st... constant BLOCK_MINECRAFT_STONECUTTER (line 5177) | pub const BLOCK_MINECRAFT_STONECUTTER: &str = "block.minecraft.stonecutt... constant BLOCK_MINECRAFT_STRIPPED_ACACIA_LOG (line 5179) | pub const BLOCK_MINECRAFT_STRIPPED_ACACIA_LOG: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_STRIPPED_ACACIA_WOOD (line 5181) | pub const BLOCK_MINECRAFT_STRIPPED_ACACIA_WOOD: &str = "block.minecraft.... constant BLOCK_MINECRAFT_STRIPPED_BAMBOO_BLOCK (line 5183) | pub const BLOCK_MINECRAFT_STRIPPED_BAMBOO_BLOCK: &str = "block.minecraft... constant BLOCK_MINECRAFT_STRIPPED_BIRCH_LOG (line 5185) | pub const BLOCK_MINECRAFT_STRIPPED_BIRCH_LOG: &str = "block.minecraft.st... constant BLOCK_MINECRAFT_STRIPPED_BIRCH_WOOD (line 5187) | pub const BLOCK_MINECRAFT_STRIPPED_BIRCH_WOOD: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_STRIPPED_CHERRY_LOG (line 5189) | pub const BLOCK_MINECRAFT_STRIPPED_CHERRY_LOG: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_STRIPPED_CHERRY_WOOD (line 5191) | pub const BLOCK_MINECRAFT_STRIPPED_CHERRY_WOOD: &str = "block.minecraft.... constant BLOCK_MINECRAFT_STRIPPED_CRIMSON_HYPHAE (line 5193) | pub const BLOCK_MINECRAFT_STRIPPED_CRIMSON_HYPHAE: &str = "block.minecra... constant BLOCK_MINECRAFT_STRIPPED_CRIMSON_STEM (line 5195) | pub const BLOCK_MINECRAFT_STRIPPED_CRIMSON_STEM: &str = "block.minecraft... constant BLOCK_MINECRAFT_STRIPPED_DARK_OAK_LOG (line 5197) | pub const BLOCK_MINECRAFT_STRIPPED_DARK_OAK_LOG: &str = "block.minecraft... constant BLOCK_MINECRAFT_STRIPPED_DARK_OAK_WOOD (line 5199) | pub const BLOCK_MINECRAFT_STRIPPED_DARK_OAK_WOOD: &str = "block.minecraf... constant BLOCK_MINECRAFT_STRIPPED_JUNGLE_LOG (line 5201) | pub const BLOCK_MINECRAFT_STRIPPED_JUNGLE_LOG: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_STRIPPED_JUNGLE_WOOD (line 5203) | pub const BLOCK_MINECRAFT_STRIPPED_JUNGLE_WOOD: &str = "block.minecraft.... constant BLOCK_MINECRAFT_STRIPPED_MANGROVE_LOG (line 5205) | pub const BLOCK_MINECRAFT_STRIPPED_MANGROVE_LOG: &str = "block.minecraft... constant BLOCK_MINECRAFT_STRIPPED_MANGROVE_WOOD (line 5207) | pub const BLOCK_MINECRAFT_STRIPPED_MANGROVE_WOOD: &str = "block.minecraf... constant BLOCK_MINECRAFT_STRIPPED_OAK_LOG (line 5209) | pub const BLOCK_MINECRAFT_STRIPPED_OAK_LOG: &str = "block.minecraft.stri... constant BLOCK_MINECRAFT_STRIPPED_OAK_WOOD (line 5211) | pub const BLOCK_MINECRAFT_STRIPPED_OAK_WOOD: &str = "block.minecraft.str... constant BLOCK_MINECRAFT_STRIPPED_PALE_OAK_LOG (line 5213) | pub const BLOCK_MINECRAFT_STRIPPED_PALE_OAK_LOG: &str = "block.minecraft... constant BLOCK_MINECRAFT_STRIPPED_PALE_OAK_WOOD (line 5215) | pub const BLOCK_MINECRAFT_STRIPPED_PALE_OAK_WOOD: &str = "block.minecraf... constant BLOCK_MINECRAFT_STRIPPED_SPRUCE_LOG (line 5217) | pub const BLOCK_MINECRAFT_STRIPPED_SPRUCE_LOG: &str = "block.minecraft.s... constant BLOCK_MINECRAFT_STRIPPED_SPRUCE_WOOD (line 5219) | pub const BLOCK_MINECRAFT_STRIPPED_SPRUCE_WOOD: &str = "block.minecraft.... constant BLOCK_MINECRAFT_STRIPPED_WARPED_HYPHAE (line 5221) | pub const BLOCK_MINECRAFT_STRIPPED_WARPED_HYPHAE: &str = "block.minecraf... constant BLOCK_MINECRAFT_STRIPPED_WARPED_STEM (line 5223) | pub const BLOCK_MINECRAFT_STRIPPED_WARPED_STEM: &str = "block.minecraft.... constant BLOCK_MINECRAFT_STRUCTURE_BLOCK (line 5225) | pub const BLOCK_MINECRAFT_STRUCTURE_BLOCK: &str = "block.minecraft.struc... constant BLOCK_MINECRAFT_STRUCTURE_VOID (line 5227) | pub const BLOCK_MINECRAFT_STRUCTURE_VOID: &str = "block.minecraft.struct... constant BLOCK_MINECRAFT_SUGAR_CANE (line 5229) | pub const BLOCK_MINECRAFT_SUGAR_CANE: &str = "block.minecraft.sugar_cane"; constant BLOCK_MINECRAFT_SUNFLOWER (line 5231) | pub const BLOCK_MINECRAFT_SUNFLOWER: &str = "block.minecraft.sunflower"; constant BLOCK_MINECRAFT_SUSPICIOUS_GRAVEL (line 5233) | pub const BLOCK_MINECRAFT_SUSPICIOUS_GRAVEL: &str = "block.minecraft.sus... constant BLOCK_MINECRAFT_SUSPICIOUS_SAND (line 5235) | pub const BLOCK_MINECRAFT_SUSPICIOUS_SAND: &str = "block.minecraft.suspi... constant BLOCK_MINECRAFT_SWEET_BERRY_BUSH (line 5237) | pub const BLOCK_MINECRAFT_SWEET_BERRY_BUSH: &str = "block.minecraft.swee... constant BLOCK_MINECRAFT_TALL_DRY_GRASS (line 5239) | pub const BLOCK_MINECRAFT_TALL_DRY_GRASS: &str = "block.minecraft.tall_d... constant BLOCK_MINECRAFT_TALL_GRASS (line 5241) | pub const BLOCK_MINECRAFT_TALL_GRASS: &str = "block.minecraft.tall_grass"; constant BLOCK_MINECRAFT_TALL_SEAGRASS (line 5243) | pub const BLOCK_MINECRAFT_TALL_SEAGRASS: &str = "block.minecraft.tall_se... constant BLOCK_MINECRAFT_TARGET (line 5245) | pub const BLOCK_MINECRAFT_TARGET: &str = "block.minecraft.target"; constant BLOCK_MINECRAFT_TERRACOTTA (line 5247) | pub const BLOCK_MINECRAFT_TERRACOTTA: &str = "block.minecraft.terracotta"; constant BLOCK_MINECRAFT_TEST_BLOCK (line 5249) | pub const BLOCK_MINECRAFT_TEST_BLOCK: &str = "block.minecraft.test_block"; constant BLOCK_MINECRAFT_TEST_INSTANCE_BLOCK (line 5251) | pub const BLOCK_MINECRAFT_TEST_INSTANCE_BLOCK: &str = "block.minecraft.t... constant BLOCK_MINECRAFT_TINTED_GLASS (line 5253) | pub const BLOCK_MINECRAFT_TINTED_GLASS: &str = "block.minecraft.tinted_g... constant BLOCK_MINECRAFT_TNT (line 5255) | pub const BLOCK_MINECRAFT_TNT: &str = "block.minecraft.tnt"; constant BLOCK_MINECRAFT_TNT_DISABLED (line 5257) | pub const BLOCK_MINECRAFT_TNT_DISABLED: &str = "block.minecraft.tnt.disa... constant BLOCK_MINECRAFT_TORCH (line 5259) | pub const BLOCK_MINECRAFT_TORCH: &str = "block.minecraft.torch"; constant BLOCK_MINECRAFT_TORCHFLOWER (line 5261) | pub const BLOCK_MINECRAFT_TORCHFLOWER: &str = "block.minecraft.torchflow... constant BLOCK_MINECRAFT_TORCHFLOWER_CROP (line 5263) | pub const BLOCK_MINECRAFT_TORCHFLOWER_CROP: &str = "block.minecraft.torc... constant BLOCK_MINECRAFT_TRAPPED_CHEST (line 5265) | pub const BLOCK_MINECRAFT_TRAPPED_CHEST: &str = "block.minecraft.trapped... constant BLOCK_MINECRAFT_TRIAL_SPAWNER (line 5267) | pub const BLOCK_MINECRAFT_TRIAL_SPAWNER: &str = "block.minecraft.trial_s... constant BLOCK_MINECRAFT_TRIPWIRE (line 5269) | pub const BLOCK_MINECRAFT_TRIPWIRE: &str = "block.minecraft.tripwire"; constant BLOCK_MINECRAFT_TRIPWIRE_HOOK (line 5271) | pub const BLOCK_MINECRAFT_TRIPWIRE_HOOK: &str = "block.minecraft.tripwir... constant BLOCK_MINECRAFT_TUBE_CORAL (line 5273) | pub const BLOCK_MINECRAFT_TUBE_CORAL: &str = "block.minecraft.tube_coral"; constant BLOCK_MINECRAFT_TUBE_CORAL_BLOCK (line 5275) | pub const BLOCK_MINECRAFT_TUBE_CORAL_BLOCK: &str = "block.minecraft.tube... constant BLOCK_MINECRAFT_TUBE_CORAL_FAN (line 5277) | pub const BLOCK_MINECRAFT_TUBE_CORAL_FAN: &str = "block.minecraft.tube_c... constant BLOCK_MINECRAFT_TUBE_CORAL_WALL_FAN (line 5279) | pub const BLOCK_MINECRAFT_TUBE_CORAL_WALL_FAN: &str = "block.minecraft.t... constant BLOCK_MINECRAFT_TUFF (line 5281) | pub const BLOCK_MINECRAFT_TUFF: &str = "block.minecraft.tuff"; constant BLOCK_MINECRAFT_TUFF_BRICK_SLAB (line 5283) | pub const BLOCK_MINECRAFT_TUFF_BRICK_SLAB: &str = "block.minecraft.tuff_... constant BLOCK_MINECRAFT_TUFF_BRICK_STAIRS (line 5285) | pub const BLOCK_MINECRAFT_TUFF_BRICK_STAIRS: &str = "block.minecraft.tuf... constant BLOCK_MINECRAFT_TUFF_BRICK_WALL (line 5287) | pub const BLOCK_MINECRAFT_TUFF_BRICK_WALL: &str = "block.minecraft.tuff_... constant BLOCK_MINECRAFT_TUFF_BRICKS (line 5289) | pub const BLOCK_MINECRAFT_TUFF_BRICKS: &str = "block.minecraft.tuff_bric... constant BLOCK_MINECRAFT_TUFF_SLAB (line 5291) | pub const BLOCK_MINECRAFT_TUFF_SLAB: &str = "block.minecraft.tuff_slab"; constant BLOCK_MINECRAFT_TUFF_STAIRS (line 5293) | pub const BLOCK_MINECRAFT_TUFF_STAIRS: &str = "block.minecraft.tuff_stai... constant BLOCK_MINECRAFT_TUFF_WALL (line 5295) | pub const BLOCK_MINECRAFT_TUFF_WALL: &str = "block.minecraft.tuff_wall"; constant BLOCK_MINECRAFT_TURTLE_EGG (line 5297) | pub const BLOCK_MINECRAFT_TURTLE_EGG: &str = "block.minecraft.turtle_egg"; constant BLOCK_MINECRAFT_TWISTING_VINES (line 5299) | pub const BLOCK_MINECRAFT_TWISTING_VINES: &str = "block.minecraft.twisti... constant BLOCK_MINECRAFT_TWISTING_VINES_PLANT (line 5301) | pub const BLOCK_MINECRAFT_TWISTING_VINES_PLANT: &str = "block.minecraft.... constant BLOCK_MINECRAFT_VAULT (line 5303) | pub const BLOCK_MINECRAFT_VAULT: &str = "block.minecraft.vault"; constant BLOCK_MINECRAFT_VERDANT_FROGLIGHT (line 5305) | pub const BLOCK_MINECRAFT_VERDANT_FROGLIGHT: &str = "block.minecraft.ver... constant BLOCK_MINECRAFT_VINE (line 5307) | pub const BLOCK_MINECRAFT_VINE: &str = "block.minecraft.vine"; constant BLOCK_MINECRAFT_VOID_AIR (line 5309) | pub const BLOCK_MINECRAFT_VOID_AIR: &str = "block.minecraft.void_air"; constant BLOCK_MINECRAFT_WALL_TORCH (line 5311) | pub const BLOCK_MINECRAFT_WALL_TORCH: &str = "block.minecraft.wall_torch"; constant BLOCK_MINECRAFT_WARPED_BUTTON (line 5313) | pub const BLOCK_MINECRAFT_WARPED_BUTTON: &str = "block.minecraft.warped_... constant BLOCK_MINECRAFT_WARPED_DOOR (line 5315) | pub const BLOCK_MINECRAFT_WARPED_DOOR: &str = "block.minecraft.warped_do... constant BLOCK_MINECRAFT_WARPED_FENCE (line 5317) | pub const BLOCK_MINECRAFT_WARPED_FENCE: &str = "block.minecraft.warped_f... constant BLOCK_MINECRAFT_WARPED_FENCE_GATE (line 5319) | pub const BLOCK_MINECRAFT_WARPED_FENCE_GATE: &str = "block.minecraft.war... constant BLOCK_MINECRAFT_WARPED_FUNGUS (line 5321) | pub const BLOCK_MINECRAFT_WARPED_FUNGUS: &str = "block.minecraft.warped_... constant BLOCK_MINECRAFT_WARPED_HANGING_SIGN (line 5323) | pub const BLOCK_MINECRAFT_WARPED_HANGING_SIGN: &str = "block.minecraft.w... constant BLOCK_MINECRAFT_WARPED_HYPHAE (line 5325) | pub const BLOCK_MINECRAFT_WARPED_HYPHAE: &str = "block.minecraft.warped_... constant BLOCK_MINECRAFT_WARPED_NYLIUM (line 5327) | pub const BLOCK_MINECRAFT_WARPED_NYLIUM: &str = "block.minecraft.warped_... constant BLOCK_MINECRAFT_WARPED_PLANKS (line 5329) | pub const BLOCK_MINECRAFT_WARPED_PLANKS: &str = "block.minecraft.warped_... constant BLOCK_MINECRAFT_WARPED_PRESSURE_PLATE (line 5331) | pub const BLOCK_MINECRAFT_WARPED_PRESSURE_PLATE: &str = "block.minecraft... constant BLOCK_MINECRAFT_WARPED_ROOTS (line 5333) | pub const BLOCK_MINECRAFT_WARPED_ROOTS: &str = "block.minecraft.warped_r... constant BLOCK_MINECRAFT_WARPED_SHELF (line 5335) | pub const BLOCK_MINECRAFT_WARPED_SHELF: &str = "block.minecraft.warped_s... constant BLOCK_MINECRAFT_WARPED_SIGN (line 5337) | pub const BLOCK_MINECRAFT_WARPED_SIGN: &str = "block.minecraft.warped_si... constant BLOCK_MINECRAFT_WARPED_SLAB (line 5339) | pub const BLOCK_MINECRAFT_WARPED_SLAB: &str = "block.minecraft.warped_sl... constant BLOCK_MINECRAFT_WARPED_STAIRS (line 5341) | pub const BLOCK_MINECRAFT_WARPED_STAIRS: &str = "block.minecraft.warped_... constant BLOCK_MINECRAFT_WARPED_STEM (line 5343) | pub const BLOCK_MINECRAFT_WARPED_STEM: &str = "block.minecraft.warped_st... constant BLOCK_MINECRAFT_WARPED_TRAPDOOR (line 5345) | pub const BLOCK_MINECRAFT_WARPED_TRAPDOOR: &str = "block.minecraft.warpe... constant BLOCK_MINECRAFT_WARPED_WALL_HANGING_SIGN (line 5347) | pub const BLOCK_MINECRAFT_WARPED_WALL_HANGING_SIGN: &str = constant BLOCK_MINECRAFT_WARPED_WALL_SIGN (line 5350) | pub const BLOCK_MINECRAFT_WARPED_WALL_SIGN: &str = "block.minecraft.warp... constant BLOCK_MINECRAFT_WARPED_WART_BLOCK (line 5352) | pub const BLOCK_MINECRAFT_WARPED_WART_BLOCK: &str = "block.minecraft.war... constant BLOCK_MINECRAFT_WATER (line 5354) | pub const BLOCK_MINECRAFT_WATER: &str = "block.minecraft.water"; constant BLOCK_MINECRAFT_WATER_CAULDRON (line 5356) | pub const BLOCK_MINECRAFT_WATER_CAULDRON: &str = "block.minecraft.water_... constant BLOCK_MINECRAFT_WAXED_CHISELED_COPPER (line 5358) | pub const BLOCK_MINECRAFT_WAXED_CHISELED_COPPER: &str = "block.minecraft... constant BLOCK_MINECRAFT_WAXED_COPPER_BARS (line 5360) | pub const BLOCK_MINECRAFT_WAXED_COPPER_BARS: &str = "block.minecraft.wax... constant BLOCK_MINECRAFT_WAXED_COPPER_BLOCK (line 5362) | pub const BLOCK_MINECRAFT_WAXED_COPPER_BLOCK: &str = "block.minecraft.wa... constant BLOCK_MINECRAFT_WAXED_COPPER_BULB (line 5364) | pub const BLOCK_MINECRAFT_WAXED_COPPER_BULB: &str = "block.minecraft.wax... constant BLOCK_MINECRAFT_WAXED_COPPER_CHAIN (line 5366) | pub const BLOCK_MINECRAFT_WAXED_COPPER_CHAIN: &str = "block.minecraft.wa... constant BLOCK_MINECRAFT_WAXED_COPPER_CHEST (line 5368) | pub const BLOCK_MINECRAFT_WAXED_COPPER_CHEST: &str = "block.minecraft.wa... constant BLOCK_MINECRAFT_WAXED_COPPER_DOOR (line 5370) | pub const BLOCK_MINECRAFT_WAXED_COPPER_DOOR: &str = "block.minecraft.wax... constant BLOCK_MINECRAFT_WAXED_COPPER_GOLEM_STATUE (line 5372) | pub const BLOCK_MINECRAFT_WAXED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_WAXED_COPPER_GRATE (line 5375) | pub const BLOCK_MINECRAFT_WAXED_COPPER_GRATE: &str = "block.minecraft.wa... constant BLOCK_MINECRAFT_WAXED_COPPER_LANTERN (line 5377) | pub const BLOCK_MINECRAFT_WAXED_COPPER_LANTERN: &str = "block.minecraft.... constant BLOCK_MINECRAFT_WAXED_COPPER_TRAPDOOR (line 5379) | pub const BLOCK_MINECRAFT_WAXED_COPPER_TRAPDOOR: &str = "block.minecraft... constant BLOCK_MINECRAFT_WAXED_CUT_COPPER (line 5381) | pub const BLOCK_MINECRAFT_WAXED_CUT_COPPER: &str = "block.minecraft.waxe... constant BLOCK_MINECRAFT_WAXED_CUT_COPPER_SLAB (line 5383) | pub const BLOCK_MINECRAFT_WAXED_CUT_COPPER_SLAB: &str = "block.minecraft... constant BLOCK_MINECRAFT_WAXED_CUT_COPPER_STAIRS (line 5385) | pub const BLOCK_MINECRAFT_WAXED_CUT_COPPER_STAIRS: &str = "block.minecra... constant BLOCK_MINECRAFT_WAXED_EXPOSED_CHISELED_COPPER (line 5387) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_CHISELED_COPPER: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER (line 5390) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_BARS (line 5392) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_BARS: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_BULB (line 5395) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_BULB: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_CHAIN (line 5398) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_CHAIN: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_CHEST (line 5401) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_CHEST: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_DOOR (line 5404) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_DOOR: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_GOLEM_STATUE (line 5407) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_GRATE (line 5410) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_GRATE: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_LANTERN (line 5413) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_LANTERN: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_TRAPDOOR (line 5416) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_COPPER_TRAPDOOR: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_CUT_COPPER (line 5419) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_CUT_COPPER: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_CUT_COPPER_SLAB (line 5422) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_CUT_COPPER_SLAB: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_CUT_COPPER_STAIRS (line 5425) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_CUT_COPPER_STAIRS: &str = constant BLOCK_MINECRAFT_WAXED_EXPOSED_LIGHTNING_ROD (line 5428) | pub const BLOCK_MINECRAFT_WAXED_EXPOSED_LIGHTNING_ROD: &str = constant BLOCK_MINECRAFT_WAXED_LIGHTNING_ROD (line 5431) | pub const BLOCK_MINECRAFT_WAXED_LIGHTNING_ROD: &str = "block.minecraft.w... constant BLOCK_MINECRAFT_WAXED_OXIDIZED_CHISELED_COPPER (line 5433) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_CHISELED_COPPER: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER (line 5436) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER: &str = "block.minecraft... constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_BARS (line 5438) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_BARS: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_BULB (line 5441) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_BULB: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_CHAIN (line 5444) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_CHAIN: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_CHEST (line 5447) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_CHEST: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_DOOR (line 5450) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_DOOR: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_GOLEM_STATUE (line 5453) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_GRATE (line 5456) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_GRATE: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_LANTERN (line 5459) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_LANTERN: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_TRAPDOOR (line 5462) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_COPPER_TRAPDOOR: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_CUT_COPPER (line 5465) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_CUT_COPPER: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_CUT_COPPER_SLAB (line 5468) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_CUT_COPPER_SLAB: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_CUT_COPPER_STAIRS (line 5471) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_CUT_COPPER_STAIRS: &str = constant BLOCK_MINECRAFT_WAXED_OXIDIZED_LIGHTNING_ROD (line 5474) | pub const BLOCK_MINECRAFT_WAXED_OXIDIZED_LIGHTNING_ROD: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_CHISELED_COPPER (line 5477) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_CHISELED_COPPER: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER (line 5480) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER: &str = "block.minecraf... constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_BARS (line 5482) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_BARS: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_BULB (line 5485) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_BULB: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_CHAIN (line 5488) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_CHAIN: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_CHEST (line 5491) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_CHEST: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_DOOR (line 5494) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_DOOR: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_GOLEM_STATUE (line 5497) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_GRATE (line 5500) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_GRATE: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_LANTERN (line 5503) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_LANTERN: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_TRAPDOOR (line 5506) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_COPPER_TRAPDOOR: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_CUT_COPPER (line 5509) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_CUT_COPPER: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_CUT_COPPER_SLAB (line 5512) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_CUT_COPPER_SLAB: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_CUT_COPPER_STAIRS (line 5515) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_CUT_COPPER_STAIRS: &str = constant BLOCK_MINECRAFT_WAXED_WEATHERED_LIGHTNING_ROD (line 5518) | pub const BLOCK_MINECRAFT_WAXED_WEATHERED_LIGHTNING_ROD: &str = constant BLOCK_MINECRAFT_WEATHERED_CHISELED_COPPER (line 5521) | pub const BLOCK_MINECRAFT_WEATHERED_CHISELED_COPPER: &str = constant BLOCK_MINECRAFT_WEATHERED_COPPER (line 5524) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER: &str = "block.minecraft.weat... constant BLOCK_MINECRAFT_WEATHERED_COPPER_BARS (line 5526) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_BARS: &str = "block.minecraft... constant BLOCK_MINECRAFT_WEATHERED_COPPER_BULB (line 5528) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_BULB: &str = "block.minecraft... constant BLOCK_MINECRAFT_WEATHERED_COPPER_CHAIN (line 5530) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_CHAIN: &str = "block.minecraf... constant BLOCK_MINECRAFT_WEATHERED_COPPER_CHEST (line 5532) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_CHEST: &str = "block.minecraf... constant BLOCK_MINECRAFT_WEATHERED_COPPER_DOOR (line 5534) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_DOOR: &str = "block.minecraft... constant BLOCK_MINECRAFT_WEATHERED_COPPER_GOLEM_STATUE (line 5536) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_GOLEM_STATUE: &str = constant BLOCK_MINECRAFT_WEATHERED_COPPER_GRATE (line 5539) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_GRATE: &str = "block.minecraf... constant BLOCK_MINECRAFT_WEATHERED_COPPER_LANTERN (line 5541) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_LANTERN: &str = constant BLOCK_MINECRAFT_WEATHERED_COPPER_TRAPDOOR (line 5544) | pub const BLOCK_MINECRAFT_WEATHERED_COPPER_TRAPDOOR: &str = constant BLOCK_MINECRAFT_WEATHERED_CUT_COPPER (line 5547) | pub const BLOCK_MINECRAFT_WEATHERED_CUT_COPPER: &str = "block.minecraft.... constant BLOCK_MINECRAFT_WEATHERED_CUT_COPPER_SLAB (line 5549) | pub const BLOCK_MINECRAFT_WEATHERED_CUT_COPPER_SLAB: &str = constant BLOCK_MINECRAFT_WEATHERED_CUT_COPPER_STAIRS (line 5552) | pub const BLOCK_MINECRAFT_WEATHERED_CUT_COPPER_STAIRS: &str = constant BLOCK_MINECRAFT_WEATHERED_LIGHTNING_ROD (line 5555) | pub const BLOCK_MINECRAFT_WEATHERED_LIGHTNING_ROD: &str = "block.minecra... constant BLOCK_MINECRAFT_WEEPING_VINES (line 5557) | pub const BLOCK_MINECRAFT_WEEPING_VINES: &str = "block.minecraft.weeping... constant BLOCK_MINECRAFT_WEEPING_VINES_PLANT (line 5559) | pub const BLOCK_MINECRAFT_WEEPING_VINES_PLANT: &str = "block.minecraft.w... constant BLOCK_MINECRAFT_WET_SPONGE (line 5561) | pub const BLOCK_MINECRAFT_WET_SPONGE: &str = "block.minecraft.wet_sponge"; constant BLOCK_MINECRAFT_WHEAT (line 5563) | pub const BLOCK_MINECRAFT_WHEAT: &str = "block.minecraft.wheat"; constant BLOCK_MINECRAFT_WHITE_BANNER (line 5565) | pub const BLOCK_MINECRAFT_WHITE_BANNER: &str = "block.minecraft.white_ba... constant BLOCK_MINECRAFT_WHITE_BED (line 5567) | pub const BLOCK_MINECRAFT_WHITE_BED: &str = "block.minecraft.white_bed"; constant BLOCK_MINECRAFT_WHITE_CANDLE (line 5569) | pub const BLOCK_MINECRAFT_WHITE_CANDLE: &str = "block.minecraft.white_ca... constant BLOCK_MINECRAFT_WHITE_CANDLE_CAKE (line 5571) | pub const BLOCK_MINECRAFT_WHITE_CANDLE_CAKE: &str = "block.minecraft.whi... constant BLOCK_MINECRAFT_WHITE_CARPET (line 5573) | pub const BLOCK_MINECRAFT_WHITE_CARPET: &str = "block.minecraft.white_ca... constant BLOCK_MINECRAFT_WHITE_CONCRETE (line 5575) | pub const BLOCK_MINECRAFT_WHITE_CONCRETE: &str = "block.minecraft.white_... constant BLOCK_MINECRAFT_WHITE_CONCRETE_POWDER (line 5577) | pub const BLOCK_MINECRAFT_WHITE_CONCRETE_POWDER: &str = "block.minecraft... constant BLOCK_MINECRAFT_WHITE_GLAZED_TERRACOTTA (line 5579) | pub const BLOCK_MINECRAFT_WHITE_GLAZED_TERRACOTTA: &str = "block.minecra... constant BLOCK_MINECRAFT_WHITE_SHULKER_BOX (line 5581) | pub const BLOCK_MINECRAFT_WHITE_SHULKER_BOX: &str = "block.minecraft.whi... constant BLOCK_MINECRAFT_WHITE_STAINED_GLASS (line 5583) | pub const BLOCK_MINECRAFT_WHITE_STAINED_GLASS: &str = "block.minecraft.w... constant BLOCK_MINECRAFT_WHITE_STAINED_GLASS_PANE (line 5585) | pub const BLOCK_MINECRAFT_WHITE_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_WHITE_TERRACOTTA (line 5588) | pub const BLOCK_MINECRAFT_WHITE_TERRACOTTA: &str = "block.minecraft.whit... constant BLOCK_MINECRAFT_WHITE_TULIP (line 5590) | pub const BLOCK_MINECRAFT_WHITE_TULIP: &str = "block.minecraft.white_tul... constant BLOCK_MINECRAFT_WHITE_WOOL (line 5592) | pub const BLOCK_MINECRAFT_WHITE_WOOL: &str = "block.minecraft.white_wool"; constant BLOCK_MINECRAFT_WILDFLOWERS (line 5594) | pub const BLOCK_MINECRAFT_WILDFLOWERS: &str = "block.minecraft.wildflowe... constant BLOCK_MINECRAFT_WITHER_ROSE (line 5596) | pub const BLOCK_MINECRAFT_WITHER_ROSE: &str = "block.minecraft.wither_ro... constant BLOCK_MINECRAFT_WITHER_SKELETON_SKULL (line 5598) | pub const BLOCK_MINECRAFT_WITHER_SKELETON_SKULL: &str = "block.minecraft... constant BLOCK_MINECRAFT_WITHER_SKELETON_WALL_SKULL (line 5600) | pub const BLOCK_MINECRAFT_WITHER_SKELETON_WALL_SKULL: &str = constant BLOCK_MINECRAFT_YELLOW_BANNER (line 5603) | pub const BLOCK_MINECRAFT_YELLOW_BANNER: &str = "block.minecraft.yellow_... constant BLOCK_MINECRAFT_YELLOW_BED (line 5605) | pub const BLOCK_MINECRAFT_YELLOW_BED: &str = "block.minecraft.yellow_bed"; constant BLOCK_MINECRAFT_YELLOW_CANDLE (line 5607) | pub const BLOCK_MINECRAFT_YELLOW_CANDLE: &str = "block.minecraft.yellow_... constant BLOCK_MINECRAFT_YELLOW_CANDLE_CAKE (line 5609) | pub const BLOCK_MINECRAFT_YELLOW_CANDLE_CAKE: &str = "block.minecraft.ye... constant BLOCK_MINECRAFT_YELLOW_CARPET (line 5611) | pub const BLOCK_MINECRAFT_YELLOW_CARPET: &str = "block.minecraft.yellow_... constant BLOCK_MINECRAFT_YELLOW_CONCRETE (line 5613) | pub const BLOCK_MINECRAFT_YELLOW_CONCRETE: &str = "block.minecraft.yello... constant BLOCK_MINECRAFT_YELLOW_CONCRETE_POWDER (line 5615) | pub const BLOCK_MINECRAFT_YELLOW_CONCRETE_POWDER: &str = "block.minecraf... constant BLOCK_MINECRAFT_YELLOW_GLAZED_TERRACOTTA (line 5617) | pub const BLOCK_MINECRAFT_YELLOW_GLAZED_TERRACOTTA: &str = constant BLOCK_MINECRAFT_YELLOW_SHULKER_BOX (line 5620) | pub const BLOCK_MINECRAFT_YELLOW_SHULKER_BOX: &str = "block.minecraft.ye... constant BLOCK_MINECRAFT_YELLOW_STAINED_GLASS (line 5622) | pub const BLOCK_MINECRAFT_YELLOW_STAINED_GLASS: &str = "block.minecraft.... constant BLOCK_MINECRAFT_YELLOW_STAINED_GLASS_PANE (line 5624) | pub const BLOCK_MINECRAFT_YELLOW_STAINED_GLASS_PANE: &str = constant BLOCK_MINECRAFT_YELLOW_TERRACOTTA (line 5627) | pub const BLOCK_MINECRAFT_YELLOW_TERRACOTTA: &str = "block.minecraft.yel... constant BLOCK_MINECRAFT_YELLOW_WOOL (line 5629) | pub const BLOCK_MINECRAFT_YELLOW_WOOL: &str = "block.minecraft.yellow_wo... constant BLOCK_MINECRAFT_ZOMBIE_HEAD (line 5631) | pub const BLOCK_MINECRAFT_ZOMBIE_HEAD: &str = "block.minecraft.zombie_he... constant BLOCK_MINECRAFT_ZOMBIE_WALL_HEAD (line 5633) | pub const BLOCK_MINECRAFT_ZOMBIE_WALL_HEAD: &str = "block.minecraft.zomb... constant BOOK_BYAUTHOR (line 5635) | pub const BOOK_BYAUTHOR: &str = "book.byAuthor"; constant BOOK_EDIT_TITLE (line 5637) | pub const BOOK_EDIT_TITLE: &str = "book.edit.title"; constant BOOK_EDITTITLE (line 5639) | pub const BOOK_EDITTITLE: &str = "book.editTitle"; constant BOOK_FINALIZEBUTTON (line 5641) | pub const BOOK_FINALIZEBUTTON: &str = "book.finalizeButton"; constant BOOK_FINALIZEWARNING (line 5643) | pub const BOOK_FINALIZEWARNING: &str = "book.finalizeWarning"; constant BOOK_GENERATION_0 (line 5645) | pub const BOOK_GENERATION_0: &str = "book.generation.0"; constant BOOK_GENERATION_1 (line 5647) | pub const BOOK_GENERATION_1: &str = "book.generation.1"; constant BOOK_GENERATION_2 (line 5649) | pub const BOOK_GENERATION_2: &str = "book.generation.2"; constant BOOK_GENERATION_3 (line 5651) | pub const BOOK_GENERATION_3: &str = "book.generation.3"; constant BOOK_INVALID_TAG (line 5653) | pub const BOOK_INVALID_TAG: &str = "book.invalid.tag"; constant BOOK_PAGEINDICATOR (line 5655) | pub const BOOK_PAGEINDICATOR: &str = "book.pageIndicator"; constant BOOK_PAGE_BUTTON_NEXT (line 5657) | pub const BOOK_PAGE_BUTTON_NEXT: &str = "book.page_button.next"; constant BOOK_PAGE_BUTTON_PREVIOUS (line 5659) | pub const BOOK_PAGE_BUTTON_PREVIOUS: &str = "book.page_button.previous"; constant BOOK_SIGN_TITLE (line 5661) | pub const BOOK_SIGN_TITLE: &str = "book.sign.title"; constant BOOK_SIGN_TITLEBOX (line 5663) | pub const BOOK_SIGN_TITLEBOX: &str = "book.sign.titlebox"; constant BOOK_SIGNBUTTON (line 5665) | pub const BOOK_SIGNBUTTON: &str = "book.signButton"; constant BOOK_VIEW_TITLE (line 5667) | pub const BOOK_VIEW_TITLE: &str = "book.view.title"; constant BUILD_TOOHIGH (line 5669) | pub const BUILD_TOOHIGH: &str = "build.tooHigh"; constant CHAT_CANNOTSEND (line 5671) | pub const CHAT_CANNOTSEND: &str = "chat.cannotSend"; constant CHAT_COORDINATES (line 5673) | pub const CHAT_COORDINATES: &str = "chat.coordinates"; constant CHAT_COORDINATES_TOOLTIP (line 5675) | pub const CHAT_COORDINATES_TOOLTIP: &str = "chat.coordinates.tooltip"; constant CHAT_COPY (line 5677) | pub const CHAT_COPY: &str = "chat.copy"; constant CHAT_COPY_CLICK (line 5679) | pub const CHAT_COPY_CLICK: &str = "chat.copy.click"; constant CHAT_DELETED_MARKER (line 5681) | pub const CHAT_DELETED_MARKER: &str = "chat.deleted_marker"; constant CHAT_DISABLED_CHAIN_BROKEN (line 5683) | pub const CHAT_DISABLED_CHAIN_BROKEN: &str = "chat.disabled.chain_broken"; constant CHAT_DISABLED_EXPIREDPROFILEKEY (line 5685) | pub const CHAT_DISABLED_EXPIREDPROFILEKEY: &str = "chat.disabled.expired... constant CHAT_DISABLED_INVALID_COMMAND_SIGNATURE (line 5687) | pub const CHAT_DISABLED_INVALID_COMMAND_SIGNATURE: &str = "chat.disabled... constant CHAT_DISABLED_INVALID_SIGNATURE (line 5689) | pub const CHAT_DISABLED_INVALID_SIGNATURE: &str = "chat.disabled.invalid... constant CHAT_DISABLED_LAUNCHER (line 5691) | pub const CHAT_DISABLED_LAUNCHER: &str = "chat.disabled.launcher"; constant CHAT_DISABLED_MISSINGPROFILEKEY (line 5693) | pub const CHAT_DISABLED_MISSINGPROFILEKEY: &str = "chat.disabled.missing... constant CHAT_DISABLED_OPTIONS (line 5695) | pub const CHAT_DISABLED_OPTIONS: &str = "chat.disabled.options"; constant CHAT_DISABLED_OUT_OF_ORDER_CHAT (line 5697) | pub const CHAT_DISABLED_OUT_OF_ORDER_CHAT: &str = "chat.disabled.out_of_... constant CHAT_DISABLED_PROFILE (line 5699) | pub const CHAT_DISABLED_PROFILE: &str = "chat.disabled.profile"; constant CHAT_DISABLED_PROFILE_MOREINFO (line 5701) | pub const CHAT_DISABLED_PROFILE_MOREINFO: &str = "chat.disabled.profile.... constant CHAT_EDITBOX (line 5703) | pub const CHAT_EDITBOX: &str = "chat.editBox"; constant CHAT_FILTERED (line 5705) | pub const CHAT_FILTERED: &str = "chat.filtered"; constant CHAT_FILTERED_FULL (line 5707) | pub const CHAT_FILTERED_FULL: &str = "chat.filtered_full"; constant CHAT_LINK_CONFIRM (line 5709) | pub const CHAT_LINK_CONFIRM: &str = "chat.link.confirm"; constant CHAT_LINK_CONFIRMTRUSTED (line 5711) | pub const CHAT_LINK_CONFIRMTRUSTED: &str = "chat.link.confirmTrusted"; constant CHAT_LINK_OPEN (line 5713) | pub const CHAT_LINK_OPEN: &str = "chat.link.open"; constant CHAT_LINK_WARNING (line 5715) | pub const CHAT_LINK_WARNING: &str = "chat.link.warning"; constant CHAT_QUEUE (line 5717) | pub const CHAT_QUEUE: &str = "chat.queue"; constant CHAT_QUEUE_TOOLTIP (line 5719) | pub const CHAT_QUEUE_TOOLTIP: &str = "chat.queue.tooltip"; constant CHAT_SQUARE_BRACKETS (line 5721) | pub const CHAT_SQUARE_BRACKETS: &str = "chat.square_brackets"; constant CHAT_TAG_ERROR (line 5723) | pub const CHAT_TAG_ERROR: &str = "chat.tag.error"; constant CHAT_TAG_MODIFIED (line 5725) | pub const CHAT_TAG_MODIFIED: &str = "chat.tag.modified"; constant CHAT_TAG_NOT_SECURE (line 5727) | pub const CHAT_TAG_NOT_SECURE: &str = "chat.tag.not_secure"; constant CHAT_TAG_SYSTEM (line 5729) | pub const CHAT_TAG_SYSTEM: &str = "chat.tag.system"; constant CHAT_TAG_SYSTEM_SINGLE_PLAYER (line 5731) | pub const CHAT_TAG_SYSTEM_SINGLE_PLAYER: &str = "chat.tag.system_single_... constant CHAT_TYPE_ADMIN (line 5733) | pub const CHAT_TYPE_ADMIN: &str = "chat.type.admin"; constant CHAT_TYPE_ADVANCEMENT_CHALLENGE (line 5735) | pub const CHAT_TYPE_ADVANCEMENT_CHALLENGE: &str = "chat.type.advancement... constant CHAT_TYPE_ADVANCEMENT_GOAL (line 5737) | pub const CHAT_TYPE_ADVANCEMENT_GOAL: &str = "chat.type.advancement.goal"; constant CHAT_TYPE_ADVANCEMENT_TASK (line 5739) | pub const CHAT_TYPE_ADVANCEMENT_TASK: &str = "chat.type.advancement.task"; constant CHAT_TYPE_ANNOUNCEMENT (line 5741) | pub const CHAT_TYPE_ANNOUNCEMENT: &str = "chat.type.announcement"; constant CHAT_TYPE_EMOTE (line 5743) | pub const CHAT_TYPE_EMOTE: &str = "chat.type.emote"; constant CHAT_TYPE_TEAM_HOVER (line 5745) | pub const CHAT_TYPE_TEAM_HOVER: &str = "chat.type.team.hover"; constant CHAT_TYPE_TEAM_SENT (line 5747) | pub const CHAT_TYPE_TEAM_SENT: &str = "chat.type.team.sent"; constant CHAT_TYPE_TEAM_TEXT (line 5749) | pub const CHAT_TYPE_TEAM_TEXT: &str = "chat.type.team.text"; constant CHAT_TYPE_TEXT (line 5751) | pub const CHAT_TYPE_TEXT: &str = "chat.type.text"; constant CHAT_TYPE_TEXT_NARRATE (line 5753) | pub const CHAT_TYPE_TEXT_NARRATE: &str = "chat.type.text.narrate"; constant CHAT_VALIDATION_ERROR (line 5755) | pub const CHAT_VALIDATION_ERROR: &str = "chat.validation_error"; constant CHAT_SCREEN_MESSAGE (line 5757) | pub const CHAT_SCREEN_MESSAGE: &str = "chat_screen.message"; constant CHAT_SCREEN_TITLE (line 5759) | pub const CHAT_SCREEN_TITLE: &str = "chat_screen.title"; constant CHAT_SCREEN_USAGE (line 5761) | pub const CHAT_SCREEN_USAGE: &str = "chat_screen.usage"; constant CHUNK_TOAST_CHECKLOG (line 5763) | pub const CHUNK_TOAST_CHECKLOG: &str = "chunk.toast.checkLog"; constant CHUNK_TOAST_LOADFAILURE (line 5765) | pub const CHUNK_TOAST_LOADFAILURE: &str = "chunk.toast.loadFailure"; constant CHUNK_TOAST_LOWDISKSPACE (line 5767) | pub const CHUNK_TOAST_LOWDISKSPACE: &str = "chunk.toast.lowDiskSpace"; constant CHUNK_TOAST_LOWDISKSPACE_DESCRIPTION (line 5769) | pub const CHUNK_TOAST_LOWDISKSPACE_DESCRIPTION: &str = "chunk.toast.lowD... constant CHUNK_TOAST_SAVEFAILURE (line 5771) | pub const CHUNK_TOAST_SAVEFAILURE: &str = "chunk.toast.saveFailure"; constant CLEAR_FAILED_MULTIPLE (line 5773) | pub const CLEAR_FAILED_MULTIPLE: &str = "clear.failed.multiple"; constant CLEAR_FAILED_SINGLE (line 5775) | pub const CLEAR_FAILED_SINGLE: &str = "clear.failed.single"; constant COLOR_MINECRAFT_BLACK (line 5777) | pub const COLOR_MINECRAFT_BLACK: &str = "color.minecraft.black"; constant COLOR_MINECRAFT_BLUE (line 5779) | pub const COLOR_MINECRAFT_BLUE: &str = "color.minecraft.blue"; constant COLOR_MINECRAFT_BROWN (line 5781) | pub const COLOR_MINECRAFT_BROWN: &str = "color.minecraft.brown"; constant COLOR_MINECRAFT_CYAN (line 5783) | pub const COLOR_MINECRAFT_CYAN: &str = "color.minecraft.cyan"; constant COLOR_MINECRAFT_GRAY (line 5785) | pub const COLOR_MINECRAFT_GRAY: &str = "color.minecraft.gray"; constant COLOR_MINECRAFT_GREEN (line 5787) | pub const COLOR_MINECRAFT_GREEN: &str = "color.minecraft.green"; constant COLOR_MINECRAFT_LIGHT_BLUE (line 5789) | pub const COLOR_MINECRAFT_LIGHT_BLUE: &str = "color.minecraft.light_blue"; constant COLOR_MINECRAFT_LIGHT_GRAY (line 5791) | pub const COLOR_MINECRAFT_LIGHT_GRAY: &str = "color.minecraft.light_gray"; constant COLOR_MINECRAFT_LIME (line 5793) | pub const COLOR_MINECRAFT_LIME: &str = "color.minecraft.lime"; constant COLOR_MINECRAFT_MAGENTA (line 5795) | pub const COLOR_MINECRAFT_MAGENTA: &str = "color.minecraft.magenta"; constant COLOR_MINECRAFT_ORANGE (line 5797) | pub const COLOR_MINECRAFT_ORANGE: &str = "color.minecraft.orange"; constant COLOR_MINECRAFT_PINK (line 5799) | pub const COLOR_MINECRAFT_PINK: &str = "color.minecraft.pink"; constant COLOR_MINECRAFT_PURPLE (line 5801) | pub const COLOR_MINECRAFT_PURPLE: &str = "color.minecraft.purple"; constant COLOR_MINECRAFT_RED (line 5803) | pub const COLOR_MINECRAFT_RED: &str = "color.minecraft.red"; constant COLOR_MINECRAFT_WHITE (line 5805) | pub const COLOR_MINECRAFT_WHITE: &str = "color.minecraft.white"; constant COLOR_MINECRAFT_YELLOW (line 5807) | pub const COLOR_MINECRAFT_YELLOW: &str = "color.minecraft.yellow"; constant COMMAND_CONTEXT_HERE (line 5809) | pub const COMMAND_CONTEXT_HERE: &str = "command.context.here"; constant COMMAND_CONTEXT_PARSE_ERROR (line 5811) | pub const COMMAND_CONTEXT_PARSE_ERROR: &str = "command.context.parse_err... constant COMMAND_EXCEPTION (line 5813) | pub const COMMAND_EXCEPTION: &str = "command.exception"; constant COMMAND_EXPECTED_SEPARATOR (line 5815) | pub const COMMAND_EXPECTED_SEPARATOR: &str = "command.expected.separator"; constant COMMAND_FAILED (line 5817) | pub const COMMAND_FAILED: &str = "command.failed"; constant COMMAND_FORKLIMIT (line 5819) | pub const COMMAND_FORKLIMIT: &str = "command.forkLimit"; constant COMMAND_UNKNOWN_ARGUMENT (line 5821) | pub const COMMAND_UNKNOWN_ARGUMENT: &str = "command.unknown.argument"; constant COMMAND_UNKNOWN_COMMAND (line 5823) | pub const COMMAND_UNKNOWN_COMMAND: &str = "command.unknown.command"; constant COMMANDS_ADVANCEMENT_CRITERIONNOTFOUND (line 5825) | pub const COMMANDS_ADVANCEMENT_CRITERIONNOTFOUND: &str = "commands.advan... constant COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_MANY_FAILURE (line 5827) | pub const COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_MANY_FAILURE: &str = constant COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_MANY_SUCCESS (line 5830) | pub const COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_MANY_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_ONE_FAILURE (line 5833) | pub const COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_ONE_FAILURE: &str = constant COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_ONE_SUCCESS (line 5836) | pub const COMMANDS_ADVANCEMENT_GRANT_CRITERION_TO_ONE_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_GRANT_MANY_TO_MANY_FAILURE (line 5839) | pub const COMMANDS_ADVANCEMENT_GRANT_MANY_TO_MANY_FAILURE: &str = constant COMMANDS_ADVANCEMENT_GRANT_MANY_TO_MANY_SUCCESS (line 5842) | pub const COMMANDS_ADVANCEMENT_GRANT_MANY_TO_MANY_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_GRANT_MANY_TO_ONE_FAILURE (line 5845) | pub const COMMANDS_ADVANCEMENT_GRANT_MANY_TO_ONE_FAILURE: &str = constant COMMANDS_ADVANCEMENT_GRANT_MANY_TO_ONE_SUCCESS (line 5848) | pub const COMMANDS_ADVANCEMENT_GRANT_MANY_TO_ONE_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_GRANT_ONE_TO_MANY_FAILURE (line 5851) | pub const COMMANDS_ADVANCEMENT_GRANT_ONE_TO_MANY_FAILURE: &str = constant COMMANDS_ADVANCEMENT_GRANT_ONE_TO_MANY_SUCCESS (line 5854) | pub const COMMANDS_ADVANCEMENT_GRANT_ONE_TO_MANY_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_GRANT_ONE_TO_ONE_FAILURE (line 5857) | pub const COMMANDS_ADVANCEMENT_GRANT_ONE_TO_ONE_FAILURE: &str = constant COMMANDS_ADVANCEMENT_GRANT_ONE_TO_ONE_SUCCESS (line 5860) | pub const COMMANDS_ADVANCEMENT_GRANT_ONE_TO_ONE_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_MANY_FAILURE (line 5863) | pub const COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_MANY_FAILURE: &str = constant COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_MANY_SUCCESS (line 5866) | pub const COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_MANY_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_ONE_FAILURE (line 5869) | pub const COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_ONE_FAILURE: &str = constant COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_ONE_SUCCESS (line 5872) | pub const COMMANDS_ADVANCEMENT_REVOKE_CRITERION_TO_ONE_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_MANY_FAILURE (line 5875) | pub const COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_MANY_FAILURE: &str = constant COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_MANY_SUCCESS (line 5878) | pub const COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_MANY_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_ONE_FAILURE (line 5881) | pub const COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_ONE_FAILURE: &str = constant COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_ONE_SUCCESS (line 5884) | pub const COMMANDS_ADVANCEMENT_REVOKE_MANY_TO_ONE_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_MANY_FAILURE (line 5887) | pub const COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_MANY_FAILURE: &str = constant COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_MANY_SUCCESS (line 5890) | pub const COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_MANY_SUCCESS: &str = constant COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_ONE_FAILURE (line 5893) | pub const COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_ONE_FAILURE: &str = constant COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_ONE_SUCCESS (line 5896) | pub const COMMANDS_ADVANCEMENT_REVOKE_ONE_TO_ONE_SUCCESS: &str = constant COMMANDS_ATTRIBUTE_BASE_VALUE_GET_SUCCESS (line 5899) | pub const COMMANDS_ATTRIBUTE_BASE_VALUE_GET_SUCCESS: &str = constant COMMANDS_ATTRIBUTE_BASE_VALUE_RESET_SUCCESS (line 5902) | pub const COMMANDS_ATTRIBUTE_BASE_VALUE_RESET_SUCCESS: &str = constant COMMANDS_ATTRIBUTE_BASE_VALUE_SET_SUCCESS (line 5905) | pub const COMMANDS_ATTRIBUTE_BASE_VALUE_SET_SUCCESS: &str = constant COMMANDS_ATTRIBUTE_FAILED_ENTITY (line 5908) | pub const COMMANDS_ATTRIBUTE_FAILED_ENTITY: &str = "commands.attribute.f... constant COMMANDS_ATTRIBUTE_FAILED_MODIFIER_ALREADY_PRESENT (line 5910) | pub const COMMANDS_ATTRIBUTE_FAILED_MODIFIER_ALREADY_PRESENT: &str = constant COMMANDS_ATTRIBUTE_FAILED_NO_ATTRIBUTE (line 5913) | pub const COMMANDS_ATTRIBUTE_FAILED_NO_ATTRIBUTE: &str = "commands.attri... constant COMMANDS_ATTRIBUTE_FAILED_NO_MODIFIER (line 5915) | pub const COMMANDS_ATTRIBUTE_FAILED_NO_MODIFIER: &str = "commands.attrib... constant COMMANDS_ATTRIBUTE_MODIFIER_ADD_SUCCESS (line 5917) | pub const COMMANDS_ATTRIBUTE_MODIFIER_ADD_SUCCESS: &str = "commands.attr... constant COMMANDS_ATTRIBUTE_MODIFIER_REMOVE_SUCCESS (line 5919) | pub const COMMANDS_ATTRIBUTE_MODIFIER_REMOVE_SUCCESS: &str = constant COMMANDS_ATTRIBUTE_MODIFIER_VALUE_GET_SUCCESS (line 5922) | pub const COMMANDS_ATTRIBUTE_MODIFIER_VALUE_GET_SUCCESS: &str = constant COMMANDS_ATTRIBUTE_VALUE_GET_SUCCESS (line 5925) | pub const COMMANDS_ATTRIBUTE_VALUE_GET_SUCCESS: &str = "commands.attribu... constant COMMANDS_BAN_FAILED (line 5927) | pub const COMMANDS_BAN_FAILED: &str = "commands.ban.failed"; constant COMMANDS_BAN_SUCCESS (line 5929) | pub const COMMANDS_BAN_SUCCESS: &str = "commands.ban.success"; constant COMMANDS_BANIP_FAILED (line 5931) | pub const COMMANDS_BANIP_FAILED: &str = "commands.banip.failed"; constant COMMANDS_BANIP_INFO (line 5933) | pub const COMMANDS_BANIP_INFO: &str = "commands.banip.info"; constant COMMANDS_BANIP_INVALID (line 5935) | pub const COMMANDS_BANIP_INVALID: &str = "commands.banip.invalid"; constant COMMANDS_BANIP_SUCCESS (line 5937) | pub const COMMANDS_BANIP_SUCCESS: &str = "commands.banip.success"; constant COMMANDS_BANLIST_ENTRY (line 5939) | pub const COMMANDS_BANLIST_ENTRY: &str = "commands.banlist.entry"; constant COMMANDS_BANLIST_ENTRY_UNKNOWN (line 5941) | pub const COMMANDS_BANLIST_ENTRY_UNKNOWN: &str = "commands.banlist.entry... constant COMMANDS_BANLIST_LIST (line 5943) | pub const COMMANDS_BANLIST_LIST: &str = "commands.banlist.list"; constant COMMANDS_BANLIST_NONE (line 5945) | pub const COMMANDS_BANLIST_NONE: &str = "commands.banlist.none"; constant COMMANDS_BOSSBAR_CREATE_FAILED (line 5947) | pub const COMMANDS_BOSSBAR_CREATE_FAILED: &str = "commands.bossbar.creat... constant COMMANDS_BOSSBAR_CREATE_SUCCESS (line 5949) | pub const COMMANDS_BOSSBAR_CREATE_SUCCESS: &str = "commands.bossbar.crea... constant COMMANDS_BOSSBAR_GET_MAX (line 5951) | pub const COMMANDS_BOSSBAR_GET_MAX: &str = "commands.bossbar.get.max"; constant COMMANDS_BOSSBAR_GET_PLAYERS_NONE (line 5953) | pub const COMMANDS_BOSSBAR_GET_PLAYERS_NONE: &str = "commands.bossbar.ge... constant COMMANDS_BOSSBAR_GET_PLAYERS_SOME (line 5955) | pub const COMMANDS_BOSSBAR_GET_PLAYERS_SOME: &str = "commands.bossbar.ge... constant COMMANDS_BOSSBAR_GET_VALUE (line 5957) | pub const COMMANDS_BOSSBAR_GET_VALUE: &str = "commands.bossbar.get.value"; constant COMMANDS_BOSSBAR_GET_VISIBLE_HIDDEN (line 5959) | pub const COMMANDS_BOSSBAR_GET_VISIBLE_HIDDEN: &str = "commands.bossbar.... constant COMMANDS_BOSSBAR_GET_VISIBLE_VISIBLE (line 5961) | pub const COMMANDS_BOSSBAR_GET_VISIBLE_VISIBLE: &str = "commands.bossbar... constant COMMANDS_BOSSBAR_LIST_BARS_NONE (line 5963) | pub const COMMANDS_BOSSBAR_LIST_BARS_NONE: &str = "commands.bossbar.list... constant COMMANDS_BOSSBAR_LIST_BARS_SOME (line 5965) | pub const COMMANDS_BOSSBAR_LIST_BARS_SOME: &str = "commands.bossbar.list... constant COMMANDS_BOSSBAR_REMOVE_SUCCESS (line 5967) | pub const COMMANDS_BOSSBAR_REMOVE_SUCCESS: &str = "commands.bossbar.remo... constant COMMANDS_BOSSBAR_SET_COLOR_SUCCESS (line 5969) | pub const COMMANDS_BOSSBAR_SET_COLOR_SUCCESS: &str = "commands.bossbar.s... constant COMMANDS_BOSSBAR_SET_COLOR_UNCHANGED (line 5971) | pub const COMMANDS_BOSSBAR_SET_COLOR_UNCHANGED: &str = "commands.bossbar... constant COMMANDS_BOSSBAR_SET_MAX_SUCCESS (line 5973) | pub const COMMANDS_BOSSBAR_SET_MAX_SUCCESS: &str = "commands.bossbar.set... constant COMMANDS_BOSSBAR_SET_MAX_UNCHANGED (line 5975) | pub const COMMANDS_BOSSBAR_SET_MAX_UNCHANGED: &str = "commands.bossbar.s... constant COMMANDS_BOSSBAR_SET_NAME_SUCCESS (line 5977) | pub const COMMANDS_BOSSBAR_SET_NAME_SUCCESS: &str = "commands.bossbar.se... constant COMMANDS_BOSSBAR_SET_NAME_UNCHANGED (line 5979) | pub const COMMANDS_BOSSBAR_SET_NAME_UNCHANGED: &str = "commands.bossbar.... constant COMMANDS_BOSSBAR_SET_PLAYERS_SUCCESS_NONE (line 5981) | pub const COMMANDS_BOSSBAR_SET_PLAYERS_SUCCESS_NONE: &str = constant COMMANDS_BOSSBAR_SET_PLAYERS_SUCCESS_SOME (line 5984) | pub const COMMANDS_BOSSBAR_SET_PLAYERS_SUCCESS_SOME: &str = constant COMMANDS_BOSSBAR_SET_PLAYERS_UNCHANGED (line 5987) | pub const COMMANDS_BOSSBAR_SET_PLAYERS_UNCHANGED: &str = "commands.bossb... constant COMMANDS_BOSSBAR_SET_STYLE_SUCCESS (line 5989) | pub const COMMANDS_BOSSBAR_SET_STYLE_SUCCESS: &str = "commands.bossbar.s... constant COMMANDS_BOSSBAR_SET_STYLE_UNCHANGED (line 5991) | pub const COMMANDS_BOSSBAR_SET_STYLE_UNCHANGED: &str = "commands.bossbar... constant COMMANDS_BOSSBAR_SET_VALUE_SUCCESS (line 5993) | pub const COMMANDS_BOSSBAR_SET_VALUE_SUCCESS: &str = "commands.bossbar.s... constant COMMANDS_BOSSBAR_SET_VALUE_UNCHANGED (line 5995) | pub const COMMANDS_BOSSBAR_SET_VALUE_UNCHANGED: &str = "commands.bossbar... constant COMMANDS_BOSSBAR_SET_VISIBILITY_UNCHANGED_HIDDEN (line 5997) | pub const COMMANDS_BOSSBAR_SET_VISIBILITY_UNCHANGED_HIDDEN: &str = constant COMMANDS_BOSSBAR_SET_VISIBILITY_UNCHANGED_VISIBLE (line 6000) | pub const COMMANDS_BOSSBAR_SET_VISIBILITY_UNCHANGED_VISIBLE: &str = constant COMMANDS_BOSSBAR_SET_VISIBLE_SUCCESS_HIDDEN (line 6003) | pub const COMMANDS_BOSSBAR_SET_VISIBLE_SUCCESS_HIDDEN: &str = constant COMMANDS_BOSSBAR_SET_VISIBLE_SUCCESS_VISIBLE (line 6006) | pub const COMMANDS_BOSSBAR_SET_VISIBLE_SUCCESS_VISIBLE: &str = constant COMMANDS_BOSSBAR_UNKNOWN (line 6009) | pub const COMMANDS_BOSSBAR_UNKNOWN: &str = "commands.bossbar.unknown"; constant COMMANDS_CLEAR_SUCCESS_MULTIPLE (line 6011) | pub const COMMANDS_CLEAR_SUCCESS_MULTIPLE: &str = "commands.clear.succes... constant COMMANDS_CLEAR_SUCCESS_SINGLE (line 6013) | pub const COMMANDS_CLEAR_SUCCESS_SINGLE: &str = "commands.clear.success.... constant COMMANDS_CLEAR_TEST_MULTIPLE (line 6015) | pub const COMMANDS_CLEAR_TEST_MULTIPLE: &str = "commands.clear.test.mult... constant COMMANDS_CLEAR_TEST_SINGLE (line 6017) | pub const COMMANDS_CLEAR_TEST_SINGLE: &str = "commands.clear.test.single"; constant COMMANDS_CLONE_FAILED (line 6019) | pub const COMMANDS_CLONE_FAILED: &str = "commands.clone.failed"; constant COMMANDS_CLONE_OVERLAP (line 6021) | pub const COMMANDS_CLONE_OVERLAP: &str = "commands.clone.overlap"; constant COMMANDS_CLONE_SUCCESS (line 6023) | pub const COMMANDS_CLONE_SUCCESS: &str = "commands.clone.success"; constant COMMANDS_CLONE_TOOBIG (line 6025) | pub const COMMANDS_CLONE_TOOBIG: &str = "commands.clone.toobig"; constant COMMANDS_DAMAGE_INVULNERABLE (line 6027) | pub const COMMANDS_DAMAGE_INVULNERABLE: &str = "commands.damage.invulner... constant COMMANDS_DAMAGE_SUCCESS (line 6029) | pub const COMMANDS_DAMAGE_SUCCESS: &str = "commands.damage.success"; constant COMMANDS_DATA_BLOCK_GET (line 6031) | pub const COMMANDS_DATA_BLOCK_GET: &str = "commands.data.block.get"; constant COMMANDS_DATA_BLOCK_INVALID (line 6033) | pub const COMMANDS_DATA_BLOCK_INVALID: &str = "commands.data.block.inval... constant COMMANDS_DATA_BLOCK_MODIFIED (line 6035) | pub const COMMANDS_DATA_BLOCK_MODIFIED: &str = "commands.data.block.modi... constant COMMANDS_DATA_BLOCK_QUERY (line 6037) | pub const COMMANDS_DATA_BLOCK_QUERY: &str = "commands.data.block.query"; constant COMMANDS_DATA_ENTITY_GET (line 6039) | pub const COMMANDS_DATA_ENTITY_GET: &str = "commands.data.entity.get"; constant COMMANDS_DATA_ENTITY_INVALID (line 6041) | pub const COMMANDS_DATA_ENTITY_INVALID: &str = "commands.data.entity.inv... constant COMMANDS_DATA_ENTITY_MODIFIED (line 6043) | pub const COMMANDS_DATA_ENTITY_MODIFIED: &str = "commands.data.entity.mo... constant COMMANDS_DATA_ENTITY_QUERY (line 6045) | pub const COMMANDS_DATA_ENTITY_QUERY: &str = "commands.data.entity.query"; constant COMMANDS_DATA_GET_INVALID (line 6047) | pub const COMMANDS_DATA_GET_INVALID: &str = "commands.data.get.invalid"; constant COMMANDS_DATA_GET_MULTIPLE (line 6049) | pub const COMMANDS_DATA_GET_MULTIPLE: &str = "commands.data.get.multiple"; constant COMMANDS_DATA_GET_UNKNOWN (line 6051) | pub const COMMANDS_DATA_GET_UNKNOWN: &str = "commands.data.get.unknown"; constant COMMANDS_DATA_MERGE_FAILED (line 6053) | pub const COMMANDS_DATA_MERGE_FAILED: &str = "commands.data.merge.failed"; constant COMMANDS_DATA_MODIFY_EXPECTED_LIST (line 6055) | pub const COMMANDS_DATA_MODIFY_EXPECTED_LIST: &str = "commands.data.modi... constant COMMANDS_DATA_MODIFY_EXPECTED_OBJECT (line 6057) | pub const COMMANDS_DATA_MODIFY_EXPECTED_OBJECT: &str = "commands.data.mo... constant COMMANDS_DATA_MODIFY_EXPECTED_VALUE (line 6059) | pub const COMMANDS_DATA_MODIFY_EXPECTED_VALUE: &str = "commands.data.mod... constant COMMANDS_DATA_MODIFY_INVALID_INDEX (line 6061) | pub const COMMANDS_DATA_MODIFY_INVALID_INDEX: &str = "commands.data.modi... constant COMMANDS_DATA_MODIFY_INVALID_SUBSTRING (line 6063) | pub const COMMANDS_DATA_MODIFY_INVALID_SUBSTRING: &str = "commands.data.... constant COMMANDS_DATA_STORAGE_GET (line 6065) | pub const COMMANDS_DATA_STORAGE_GET: &str = "commands.data.storage.get"; constant COMMANDS_DATA_STORAGE_MODIFIED (line 6067) | pub const COMMANDS_DATA_STORAGE_MODIFIED: &str = "commands.data.storage.... constant COMMANDS_DATA_STORAGE_QUERY (line 6069) | pub const COMMANDS_DATA_STORAGE_QUERY: &str = "commands.data.storage.que... constant COMMANDS_DATAPACK_CREATE_ALREADY_EXISTS (line 6071) | pub const COMMANDS_DATAPACK_CREATE_ALREADY_EXISTS: &str = "commands.data... constant COMMANDS_DATAPACK_CREATE_INVALID_FULL_NAME (line 6073) | pub const COMMANDS_DATAPACK_CREATE_INVALID_FULL_NAME: &str = constant COMMANDS_DATAPACK_CREATE_INVALID_NAME (line 6076) | pub const COMMANDS_DATAPACK_CREATE_INVALID_NAME: &str = "commands.datapa... constant COMMANDS_DATAPACK_CREATE_IO_FAILURE (line 6078) | pub const COMMANDS_DATAPACK_CREATE_IO_FAILURE: &str = "commands.datapack... constant COMMANDS_DATAPACK_CREATE_METADATA_ENCODE_FAILURE (line 6080) | pub const COMMANDS_DATAPACK_CREATE_METADATA_ENCODE_FAILURE: &str = constant COMMANDS_DATAPACK_CREATE_SUCCESS (line 6083) | pub const COMMANDS_DATAPACK_CREATE_SUCCESS: &str = "commands.datapack.cr... constant COMMANDS_DATAPACK_DISABLE_FAILED (line 6085) | pub const COMMANDS_DATAPACK_DISABLE_FAILED: &str = "commands.datapack.di... constant COMMANDS_DATAPACK_DISABLE_FAILED_FEATURE (line 6087) | pub const COMMANDS_DATAPACK_DISABLE_FAILED_FEATURE: &str = constant COMMANDS_DATAPACK_ENABLE_FAILED (line 6090) | pub const COMMANDS_DATAPACK_ENABLE_FAILED: &str = "commands.datapack.ena... constant COMMANDS_DATAPACK_ENABLE_FAILED_NO_FLAGS (line 6092) | pub const COMMANDS_DATAPACK_ENABLE_FAILED_NO_FLAGS: &str = constant COMMANDS_DATAPACK_LIST_AVAILABLE_NONE (line 6095) | pub const COMMANDS_DATAPACK_LIST_AVAILABLE_NONE: &str = "commands.datapa... constant COMMANDS_DATAPACK_LIST_AVAILABLE_SUCCESS (line 6097) | pub const COMMANDS_DATAPACK_LIST_AVAILABLE_SUCCESS: &str = constant COMMANDS_DATAPACK_LIST_ENABLED_NONE (line 6100) | pub const COMMANDS_DATAPACK_LIST_ENABLED_NONE: &str = "commands.datapack... constant COMMANDS_DATAPACK_LIST_ENABLED_SUCCESS (line 6102) | pub const COMMANDS_DATAPACK_LIST_ENABLED_SUCCESS: &str = "commands.datap... constant COMMANDS_DATAPACK_MODIFY_DISABLE (line 6104) | pub const COMMANDS_DATAPACK_MODIFY_DISABLE: &str = "commands.datapack.mo... constant COMMANDS_DATAPACK_MODIFY_ENABLE (line 6106) | pub const COMMANDS_DATAPACK_MODIFY_ENABLE: &str = "commands.datapack.mod... constant COMMANDS_DATAPACK_UNKNOWN (line 6108) | pub const COMMANDS_DATAPACK_UNKNOWN: &str = "commands.datapack.unknown"; constant COMMANDS_DEBUG_ALREADYRUNNING (line 6110) | pub const COMMANDS_DEBUG_ALREADYRUNNING: &str = "commands.debug.alreadyR... constant COMMANDS_DEBUG_FUNCTION_NORECURSION (line 6112) | pub const COMMANDS_DEBUG_FUNCTION_NORECURSION: &str = "commands.debug.fu... constant COMMANDS_DEBUG_FUNCTION_NORETURNRUN (line 6114) | pub const COMMANDS_DEBUG_FUNCTION_NORETURNRUN: &str = "commands.debug.fu... constant COMMANDS_DEBUG_FUNCTION_SUCCESS_MULTIPLE (line 6116) | pub const COMMANDS_DEBUG_FUNCTION_SUCCESS_MULTIPLE: &str = constant COMMANDS_DEBUG_FUNCTION_SUCCESS_SINGLE (line 6119) | pub const COMMANDS_DEBUG_FUNCTION_SUCCESS_SINGLE: &str = "commands.debug... constant COMMANDS_DEBUG_FUNCTION_TRACEFAILED (line 6121) | pub const COMMANDS_DEBUG_FUNCTION_TRACEFAILED: &str = "commands.debug.fu... constant COMMANDS_DEBUG_NOTRUNNING (line 6123) | pub const COMMANDS_DEBUG_NOTRUNNING: &str = "commands.debug.notRunning"; constant COMMANDS_DEBUG_STARTED (line 6125) | pub const COMMANDS_DEBUG_STARTED: &str = "commands.debug.started"; constant COMMANDS_DEBUG_STOPPED (line 6127) | pub const COMMANDS_DEBUG_STOPPED: &str = "commands.debug.stopped"; constant COMMANDS_DEFAULTGAMEMODE_SUCCESS (line 6129) | pub const COMMANDS_DEFAULTGAMEMODE_SUCCESS: &str = "commands.defaultgame... constant COMMANDS_DEOP_FAILED (line 6131) | pub const COMMANDS_DEOP_FAILED: &str = "commands.deop.failed"; constant COMMANDS_DEOP_SUCCESS (line 6133) | pub const COMMANDS_DEOP_SUCCESS: &str = "commands.deop.success"; constant COMMANDS_DIALOG_CLEAR_MULTIPLE (line 6135) | pub const COMMANDS_DIALOG_CLEAR_MULTIPLE: &str = "commands.dialog.clear.... constant COMMANDS_DIALOG_CLEAR_SINGLE (line 6137) | pub const COMMANDS_DIALOG_CLEAR_SINGLE: &str = "commands.dialog.clear.si... constant COMMANDS_DIALOG_SHOW_MULTIPLE (line 6139) | pub const COMMANDS_DIALOG_SHOW_MULTIPLE: &str = "commands.dialog.show.mu... constant COMMANDS_DIALOG_SHOW_SINGLE (line 6141) | pub const COMMANDS_DIALOG_SHOW_SINGLE: &str = "commands.dialog.show.sing... constant COMMANDS_DIFFICULTY_FAILURE (line 6143) | pub const COMMANDS_DIFFICULTY_FAILURE: &str = "commands.difficulty.failu... constant COMMANDS_DIFFICULTY_QUERY (line 6145) | pub const COMMANDS_DIFFICULTY_QUERY: &str = "commands.difficulty.query"; constant COMMANDS_DIFFICULTY_SUCCESS (line 6147) | pub const COMMANDS_DIFFICULTY_SUCCESS: &str = "commands.difficulty.succe... constant COMMANDS_DROP_NO_HELD_ITEMS (line 6149) | pub const COMMANDS_DROP_NO_HELD_ITEMS: &str = "commands.drop.no_held_ite... constant COMMANDS_DROP_NO_LOOT_TABLE (line 6151) | pub const COMMANDS_DROP_NO_LOOT_TABLE: &str = "commands.drop.no_loot_tab... constant COMMANDS_DROP_NO_LOOT_TABLE_BLOCK (line 6153) | pub const COMMANDS_DROP_NO_LOOT_TABLE_BLOCK: &str = "commands.drop.no_lo... constant COMMANDS_DROP_SUCCESS_MULTIPLE (line 6155) | pub const COMMANDS_DROP_SUCCESS_MULTIPLE: &str = "commands.drop.success.... constant COMMANDS_DROP_SUCCESS_MULTIPLE_WITH_TABLE (line 6157) | pub const COMMANDS_DROP_SUCCESS_MULTIPLE_WITH_TABLE: &str = constant COMMANDS_DROP_SUCCESS_SINGLE (line 6160) | pub const COMMANDS_DROP_SUCCESS_SINGLE: &str = "commands.drop.success.si... constant COMMANDS_DROP_SUCCESS_SINGLE_WITH_TABLE (line 6162) | pub const COMMANDS_DROP_SUCCESS_SINGLE_WITH_TABLE: &str = "commands.drop... constant COMMANDS_EFFECT_CLEAR_EVERYTHING_FAILED (line 6164) | pub const COMMANDS_EFFECT_CLEAR_EVERYTHING_FAILED: &str = "commands.effe... constant COMMANDS_EFFECT_CLEAR_EVERYTHING_SUCCESS_MULTIPLE (line 6166) | pub const COMMANDS_EFFECT_CLEAR_EVERYTHING_SUCCESS_MULTIPLE: &str = constant COMMANDS_EFFECT_CLEAR_EVERYTHING_SUCCESS_SINGLE (line 6169) | pub const COMMANDS_EFFECT_CLEAR_EVERYTHING_SUCCESS_SINGLE: &str = constant COMMANDS_EFFECT_CLEAR_SPECIFIC_FAILED (line 6172) | pub const COMMANDS_EFFECT_CLEAR_SPECIFIC_FAILED: &str = "commands.effect... constant COMMANDS_EFFECT_CLEAR_SPECIFIC_SUCCESS_MULTIPLE (line 6174) | pub const COMMANDS_EFFECT_CLEAR_SPECIFIC_SUCCESS_MULTIPLE: &str = constant COMMANDS_EFFECT_CLEAR_SPECIFIC_SUCCESS_SINGLE (line 6177) | pub const COMMANDS_EFFECT_CLEAR_SPECIFIC_SUCCESS_SINGLE: &str = constant COMMANDS_EFFECT_GIVE_FAILED (line 6180) | pub const COMMANDS_EFFECT_GIVE_FAILED: &str = "commands.effect.give.fail... constant COMMANDS_EFFECT_GIVE_SUCCESS_MULTIPLE (line 6182) | pub const COMMANDS_EFFECT_GIVE_SUCCESS_MULTIPLE: &str = "commands.effect... constant COMMANDS_EFFECT_GIVE_SUCCESS_SINGLE (line 6184) | pub const COMMANDS_EFFECT_GIVE_SUCCESS_SINGLE: &str = "commands.effect.g... constant COMMANDS_ENCHANT_FAILED (line 6186) | pub const COMMANDS_ENCHANT_FAILED: &str = "commands.enchant.failed"; constant COMMANDS_ENCHANT_FAILED_ENTITY (line 6188) | pub const COMMANDS_ENCHANT_FAILED_ENTITY: &str = "commands.enchant.faile... constant COMMANDS_ENCHANT_FAILED_INCOMPATIBLE (line 6190) | pub const COMMANDS_ENCHANT_FAILED_INCOMPATIBLE: &str = "commands.enchant... constant COMMANDS_ENCHANT_FAILED_ITEMLESS (line 6192) | pub const COMMANDS_ENCHANT_FAILED_ITEMLESS: &str = "commands.enchant.fai... constant COMMANDS_ENCHANT_FAILED_LEVEL (line 6194) | pub const COMMANDS_ENCHANT_FAILED_LEVEL: &str = "commands.enchant.failed... constant COMMANDS_ENCHANT_SUCCESS_MULTIPLE (line 6196) | pub const COMMANDS_ENCHANT_SUCCESS_MULTIPLE: &str = "commands.enchant.su... constant COMMANDS_ENCHANT_SUCCESS_SINGLE (line 6198) | pub const COMMANDS_ENCHANT_SUCCESS_SINGLE: &str = "commands.enchant.succ... constant COMMANDS_EXECUTE_BLOCKS_TOOBIG (line 6200) | pub const COMMANDS_EXECUTE_BLOCKS_TOOBIG: &str = "commands.execute.block... constant COMMANDS_EXECUTE_CONDITIONAL_FAIL (line 6202) | pub const COMMANDS_EXECUTE_CONDITIONAL_FAIL: &str = "commands.execute.co... constant COMMANDS_EXECUTE_CONDITIONAL_FAIL_COUNT (line 6204) | pub const COMMANDS_EXECUTE_CONDITIONAL_FAIL_COUNT: &str = "commands.exec... constant COMMANDS_EXECUTE_CONDITIONAL_PASS (line 6206) | pub const COMMANDS_EXECUTE_CONDITIONAL_PASS: &str = "commands.execute.co... constant COMMANDS_EXECUTE_CONDITIONAL_PASS_COUNT (line 6208) | pub const COMMANDS_EXECUTE_CONDITIONAL_PASS_COUNT: &str = "commands.exec... constant COMMANDS_EXECUTE_FUNCTION_INSTANTIATIONFAILURE (line 6210) | pub const COMMANDS_EXECUTE_FUNCTION_INSTANTIATIONFAILURE: &str = constant COMMANDS_EXPERIENCE_ADD_LEVELS_SUCCESS_MULTIPLE (line 6213) | pub const COMMANDS_EXPERIENCE_ADD_LEVELS_SUCCESS_MULTIPLE: &str = constant COMMANDS_EXPERIENCE_ADD_LEVELS_SUCCESS_SINGLE (line 6216) | pub const COMMANDS_EXPERIENCE_ADD_LEVELS_SUCCESS_SINGLE: &str = constant COMMANDS_EXPERIENCE_ADD_POINTS_SUCCESS_MULTIPLE (line 6219) | pub const COMMANDS_EXPERIENCE_ADD_POINTS_SUCCESS_MULTIPLE: &str = constant COMMANDS_EXPERIENCE_ADD_POINTS_SUCCESS_SINGLE (line 6222) | pub const COMMANDS_EXPERIENCE_ADD_POINTS_SUCCESS_SINGLE: &str = constant COMMANDS_EXPERIENCE_QUERY_LEVELS (line 6225) | pub const COMMANDS_EXPERIENCE_QUERY_LEVELS: &str = "commands.experience.... constant COMMANDS_EXPERIENCE_QUERY_POINTS (line 6227) | pub const COMMANDS_EXPERIENCE_QUERY_POINTS: &str = "commands.experience.... constant COMMANDS_EXPERIENCE_SET_LEVELS_SUCCESS_MULTIPLE (line 6229) | pub const COMMANDS_EXPERIENCE_SET_LEVELS_SUCCESS_MULTIPLE: &str = constant COMMANDS_EXPERIENCE_SET_LEVELS_SUCCESS_SINGLE (line 6232) | pub const COMMANDS_EXPERIENCE_SET_LEVELS_SUCCESS_SINGLE: &str = constant COMMANDS_EXPERIENCE_SET_POINTS_INVALID (line 6235) | pub const COMMANDS_EXPERIENCE_SET_POINTS_INVALID: &str = "commands.exper... constant COMMANDS_EXPERIENCE_SET_POINTS_SUCCESS_MULTIPLE (line 6237) | pub const COMMANDS_EXPERIENCE_SET_POINTS_SUCCESS_MULTIPLE: &str = constant COMMANDS_EXPERIENCE_SET_POINTS_SUCCESS_SINGLE (line 6240) | pub const COMMANDS_EXPERIENCE_SET_POINTS_SUCCESS_SINGLE: &str = constant COMMANDS_FETCHPROFILE_COPY_COMPONENT (line 6243) | pub const COMMANDS_FETCHPROFILE_COPY_COMPONENT: &str = "commands.fetchpr... constant COMMANDS_FETCHPROFILE_COPY_TEXT (line 6245) | pub const COMMANDS_FETCHPROFILE_COPY_TEXT: &str = "commands.fetchprofile... constant COMMANDS_FETCHPROFILE_FAILED_TO_SERIALIZE (line 6247) | pub const COMMANDS_FETCHPROFILE_FAILED_TO_SERIALIZE: &str = constant COMMANDS_FETCHPROFILE_GIVE_ITEM (line 6250) | pub const COMMANDS_FETCHPROFILE_GIVE_ITEM: &str = "commands.fetchprofile... constant COMMANDS_FETCHPROFILE_ID_FAILURE (line 6252) | pub const COMMANDS_FETCHPROFILE_ID_FAILURE: &str = "commands.fetchprofil... constant COMMANDS_FETCHPROFILE_ID_SUCCESS (line 6254) | pub const COMMANDS_FETCHPROFILE_ID_SUCCESS: &str = "commands.fetchprofil... constant COMMANDS_FETCHPROFILE_NAME_FAILURE (line 6256) | pub const COMMANDS_FETCHPROFILE_NAME_FAILURE: &str = "commands.fetchprof... constant COMMANDS_FETCHPROFILE_NAME_SUCCESS (line 6258) | pub const COMMANDS_FETCHPROFILE_NAME_SUCCESS: &str = "commands.fetchprof... constant COMMANDS_FETCHPROFILE_SUMMON_MANNEQUIN (line 6260) | pub const COMMANDS_FETCHPROFILE_SUMMON_MANNEQUIN: &str = "commands.fetch... constant COMMANDS_FILL_FAILED (line 6262) | pub const COMMANDS_FILL_FAILED: &str = "commands.fill.failed"; constant COMMANDS_FILL_SUCCESS (line 6264) | pub const COMMANDS_FILL_SUCCESS: &str = "commands.fill.success"; constant COMMANDS_FILL_TOOBIG (line 6266) | pub const COMMANDS_FILL_TOOBIG: &str = "commands.fill.toobig"; constant COMMANDS_FILLBIOME_SUCCESS (line 6268) | pub const COMMANDS_FILLBIOME_SUCCESS: &str = "commands.fillbiome.success"; constant COMMANDS_FILLBIOME_SUCCESS_COUNT (line 6270) | pub const COMMANDS_FILLBIOME_SUCCESS_COUNT: &str = "commands.fillbiome.s... constant COMMANDS_FILLBIOME_TOOBIG (line 6272) | pub const COMMANDS_FILLBIOME_TOOBIG: &str = "commands.fillbiome.toobig"; constant COMMANDS_FORCELOAD_ADDED_FAILURE (line 6274) | pub const COMMANDS_FORCELOAD_ADDED_FAILURE: &str = "commands.forceload.a... constant COMMANDS_FORCELOAD_ADDED_MULTIPLE (line 6276) | pub const COMMANDS_FORCELOAD_ADDED_MULTIPLE: &str = "commands.forceload.... constant COMMANDS_FORCELOAD_ADDED_NONE (line 6278) | pub const COMMANDS_FORCELOAD_ADDED_NONE: &str = "commands.forceload.adde... constant COMMANDS_FORCELOAD_ADDED_SINGLE (line 6280) | pub const COMMANDS_FORCELOAD_ADDED_SINGLE: &str = "commands.forceload.ad... constant COMMANDS_FORCELOAD_LIST_MULTIPLE (line 6282) | pub const COMMANDS_FORCELOAD_LIST_MULTIPLE: &str = "commands.forceload.l... constant COMMANDS_FORCELOAD_LIST_SINGLE (line 6284) | pub const COMMANDS_FORCELOAD_LIST_SINGLE: &str = "commands.forceload.lis... constant COMMANDS_FORCELOAD_QUERY_FAILURE (line 6286) | pub const COMMANDS_FORCELOAD_QUERY_FAILURE: &str = "commands.forceload.q... constant COMMANDS_FORCELOAD_QUERY_SUCCESS (line 6288) | pub const COMMANDS_FORCELOAD_QUERY_SUCCESS: &str = "commands.forceload.q... constant COMMANDS_FORCELOAD_REMOVED_ALL (line 6290) | pub const COMMANDS_FORCELOAD_REMOVED_ALL: &str = "commands.forceload.rem... constant COMMANDS_FORCELOAD_REMOVED_FAILURE (line 6292) | pub const COMMANDS_FORCELOAD_REMOVED_FAILURE: &str = "commands.forceload... constant COMMANDS_FORCELOAD_REMOVED_MULTIPLE (line 6294) | pub const COMMANDS_FORCELOAD_REMOVED_MULTIPLE: &str = "commands.forceloa... constant COMMANDS_FORCELOAD_REMOVED_SINGLE (line 6296) | pub const COMMANDS_FORCELOAD_REMOVED_SINGLE: &str = "commands.forceload.... constant COMMANDS_FORCELOAD_TOOBIG (line 6298) | pub const COMMANDS_FORCELOAD_TOOBIG: &str = "commands.forceload.toobig"; constant COMMANDS_FUNCTION_ERROR_ARGUMENT_NOT_COMPOUND (line 6300) | pub const COMMANDS_FUNCTION_ERROR_ARGUMENT_NOT_COMPOUND: &str = constant COMMANDS_FUNCTION_ERROR_MISSING_ARGUMENT (line 6303) | pub const COMMANDS_FUNCTION_ERROR_MISSING_ARGUMENT: &str = constant COMMANDS_FUNCTION_ERROR_MISSING_ARGUMENTS (line 6306) | pub const COMMANDS_FUNCTION_ERROR_MISSING_ARGUMENTS: &str = constant COMMANDS_FUNCTION_ERROR_PARSE (line 6309) | pub const COMMANDS_FUNCTION_ERROR_PARSE: &str = "commands.function.error... constant COMMANDS_FUNCTION_INSTANTIATIONFAILURE (line 6311) | pub const COMMANDS_FUNCTION_INSTANTIATIONFAILURE: &str = "commands.funct... constant COMMANDS_FUNCTION_RESULT (line 6313) | pub const COMMANDS_FUNCTION_RESULT: &str = "commands.function.result"; constant COMMANDS_FUNCTION_SCHEDULED_MULTIPLE (line 6315) | pub const COMMANDS_FUNCTION_SCHEDULED_MULTIPLE: &str = "commands.functio... constant COMMANDS_FUNCTION_SCHEDULED_NO_FUNCTIONS (line 6317) | pub const COMMANDS_FUNCTION_SCHEDULED_NO_FUNCTIONS: &str = constant COMMANDS_FUNCTION_SCHEDULED_SINGLE (line 6320) | pub const COMMANDS_FUNCTION_SCHEDULED_SINGLE: &str = "commands.function.... constant COMMANDS_FUNCTION_SUCCESS_MULTIPLE (line 6322) | pub const COMMANDS_FUNCTION_SUCCESS_MULTIPLE: &str = "commands.function.... constant COMMANDS_FUNCTION_SUCCESS_MULTIPLE_RESULT (line 6324) | pub const COMMANDS_FUNCTION_SUCCESS_MULTIPLE_RESULT: &str = constant COMMANDS_FUNCTION_SUCCESS_SINGLE (line 6327) | pub const COMMANDS_FUNCTION_SUCCESS_SINGLE: &str = "commands.function.su... constant COMMANDS_FUNCTION_SUCCESS_SINGLE_RESULT (line 6329) | pub const COMMANDS_FUNCTION_SUCCESS_SINGLE_RESULT: &str = "commands.func... constant COMMANDS_GAMEMODE_SUCCESS_OTHER (line 6331) | pub const COMMANDS_GAMEMODE_SUCCESS_OTHER: &str = "commands.gamemode.suc... constant COMMANDS_GAMEMODE_SUCCESS_SELF (line 6333) | pub const COMMANDS_GAMEMODE_SUCCESS_SELF: &str = "commands.gamemode.succ... constant COMMANDS_GAMERULE_QUERY (line 6335) | pub const COMMANDS_GAMERULE_QUERY: &str = "commands.gamerule.query"; constant COMMANDS_GAMERULE_SET (line 6337) | pub const COMMANDS_GAMERULE_SET: &str = "commands.gamerule.set"; constant COMMANDS_GIVE_FAILED_TOOMANYITEMS (line 6339) | pub const COMMANDS_GIVE_FAILED_TOOMANYITEMS: &str = "commands.give.faile... constant COMMANDS_GIVE_SUCCESS_MULTIPLE (line 6341) | pub const COMMANDS_GIVE_SUCCESS_MULTIPLE: &str = "commands.give.success.... constant COMMANDS_GIVE_SUCCESS_SINGLE (line 6343) | pub const COMMANDS_GIVE_SUCCESS_SINGLE: &str = "commands.give.success.si... constant COMMANDS_HELP_FAILED (line 6345) | pub const COMMANDS_HELP_FAILED: &str = "commands.help.failed"; constant COMMANDS_ITEM_BLOCK_SET_SUCCESS (line 6347) | pub const COMMANDS_ITEM_BLOCK_SET_SUCCESS: &str = "commands.item.block.s... constant COMMANDS_ITEM_ENTITY_SET_SUCCESS_MULTIPLE (line 6349) | pub const COMMANDS_ITEM_ENTITY_SET_SUCCESS_MULTIPLE: &str = constant COMMANDS_ITEM_ENTITY_SET_SUCCESS_SINGLE (line 6352) | pub const COMMANDS_ITEM_ENTITY_SET_SUCCESS_SINGLE: &str = "commands.item... constant COMMANDS_ITEM_SOURCE_NO_SUCH_SLOT (line 6354) | pub const COMMANDS_ITEM_SOURCE_NO_SUCH_SLOT: &str = "commands.item.sourc... constant COMMANDS_ITEM_SOURCE_NOT_A_CONTAINER (line 6356) | pub const COMMANDS_ITEM_SOURCE_NOT_A_CONTAINER: &str = "commands.item.so... constant COMMANDS_ITEM_TARGET_NO_CHANGED_KNOWN_ITEM (line 6358) | pub const COMMANDS_ITEM_TARGET_NO_CHANGED_KNOWN_ITEM: &str = constant COMMANDS_ITEM_TARGET_NO_CHANGES (line 6361) | pub const COMMANDS_ITEM_TARGET_NO_CHANGES: &str = "commands.item.target.... constant COMMANDS_ITEM_TARGET_NO_SUCH_SLOT (line 6363) | pub const COMMANDS_ITEM_TARGET_NO_SUCH_SLOT: &str = "commands.item.targe... constant COMMANDS_ITEM_TARGET_NOT_A_CONTAINER (line 6365) | pub const COMMANDS_ITEM_TARGET_NOT_A_CONTAINER: &str = "commands.item.ta... constant COMMANDS_JFR_DUMP_FAILED (line 6367) | pub const COMMANDS_JFR_DUMP_FAILED: &str = "commands.jfr.dump.failed"; constant COMMANDS_JFR_START_FAILED (line 6369) | pub const COMMANDS_JFR_START_FAILED: &str = "commands.jfr.start.failed"; constant COMMANDS_JFR_STARTED (line 6371) | pub const COMMANDS_JFR_STARTED: &str = "commands.jfr.started"; constant COMMANDS_JFR_STOPPED (line 6373) | pub const COMMANDS_JFR_STOPPED: &str = "commands.jfr.stopped"; constant COMMANDS_KICK_OWNER_FAILED (line 6375) | pub const COMMANDS_KICK_OWNER_FAILED: &str = "commands.kick.owner.failed"; constant COMMANDS_KICK_SINGLEPLAYER_FAILED (line 6377) | pub const COMMANDS_KICK_SINGLEPLAYER_FAILED: &str = "commands.kick.singl... constant COMMANDS_KICK_SUCCESS (line 6379) | pub const COMMANDS_KICK_SUCCESS: &str = "commands.kick.success"; constant COMMANDS_KILL_SUCCESS_MULTIPLE (line 6381) | pub const COMMANDS_KILL_SUCCESS_MULTIPLE: &str = "commands.kill.success.... constant COMMANDS_KILL_SUCCESS_SINGLE (line 6383) | pub const COMMANDS_KILL_SUCCESS_SINGLE: &str = "commands.kill.success.si... constant COMMANDS_LIST_NAMEANDID (line 6385) | pub const COMMANDS_LIST_NAMEANDID: &str = "commands.list.nameAndId"; constant COMMANDS_LIST_PLAYERS (line 6387) | pub const COMMANDS_LIST_PLAYERS: &str = "commands.list.players"; constant COMMANDS_LOCATE_BIOME_NOT_FOUND (line 6389) | pub const COMMANDS_LOCATE_BIOME_NOT_FOUND: &str = "commands.locate.biome... constant COMMANDS_LOCATE_BIOME_SUCCESS (line 6391) | pub const COMMANDS_LOCATE_BIOME_SUCCESS: &str = "commands.locate.biome.s... constant COMMANDS_LOCATE_POI_NOT_FOUND (line 6393) | pub const COMMANDS_LOCATE_POI_NOT_FOUND: &str = "commands.locate.poi.not... constant COMMANDS_LOCATE_POI_SUCCESS (line 6395) | pub const COMMANDS_LOCATE_POI_SUCCESS: &str = "commands.locate.poi.succe... constant COMMANDS_LOCATE_STRUCTURE_INVALID (line 6397) | pub const COMMANDS_LOCATE_STRUCTURE_INVALID: &str = "commands.locate.str... constant COMMANDS_LOCATE_STRUCTURE_NOT_FOUND (line 6399) | pub const COMMANDS_LOCATE_STRUCTURE_NOT_FOUND: &str = "commands.locate.s... constant COMMANDS_LOCATE_STRUCTURE_SUCCESS (line 6401) | pub const COMMANDS_LOCATE_STRUCTURE_SUCCESS: &str = "commands.locate.str... constant COMMANDS_MESSAGE_DISPLAY_INCOMING (line 6403) | pub const COMMANDS_MESSAGE_DISPLAY_INCOMING: &str = "commands.message.di... constant COMMANDS_MESSAGE_DISPLAY_OUTGOING (line 6405) | pub const COMMANDS_MESSAGE_DISPLAY_OUTGOING: &str = "commands.message.di... constant COMMANDS_OP_FAILED (line 6407) | pub const COMMANDS_OP_FAILED: &str = "commands.op.failed"; constant COMMANDS_OP_SUCCESS (line 6409) | pub const COMMANDS_OP_SUCCESS: &str = "commands.op.success"; constant COMMANDS_PARDON_FAILED (line 6411) | pub const COMMANDS_PARDON_FAILED: &str = "commands.pardon.failed"; constant COMMANDS_PARDON_SUCCESS (line 6413) | pub const COMMANDS_PARDON_SUCCESS: &str = "commands.pardon.success"; constant COMMANDS_PARDONIP_FAILED (line 6415) | pub const COMMANDS_PARDONIP_FAILED: &str = "commands.pardonip.failed"; constant COMMANDS_PARDONIP_INVALID (line 6417) | pub const COMMANDS_PARDONIP_INVALID: &str = "commands.pardonip.invalid"; constant COMMANDS_PARDONIP_SUCCESS (line 6419) | pub const COMMANDS_PARDONIP_SUCCESS: &str = "commands.pardonip.success"; constant COMMANDS_PARTICLE_FAILED (line 6421) | pub const COMMANDS_PARTICLE_FAILED: &str = "commands.particle.failed"; constant COMMANDS_PARTICLE_SUCCESS (line 6423) | pub const COMMANDS_PARTICLE_SUCCESS: &str = "commands.particle.success"; constant COMMANDS_PERF_ALREADYRUNNING (line 6425) | pub const COMMANDS_PERF_ALREADYRUNNING: &str = "commands.perf.alreadyRun... constant COMMANDS_PERF_NOTRUNNING (line 6427) | pub const COMMANDS_PERF_NOTRUNNING: &str = "commands.perf.notRunning"; constant COMMANDS_PERF_REPORTFAILED (line 6429) | pub const COMMANDS_PERF_REPORTFAILED: &str = "commands.perf.reportFailed"; constant COMMANDS_PERF_REPORTSAVED (line 6431) | pub const COMMANDS_PERF_REPORTSAVED: &str = "commands.perf.reportSaved"; constant COMMANDS_PERF_STARTED (line 6433) | pub const COMMANDS_PERF_STARTED: &str = "commands.perf.started"; constant COMMANDS_PERF_STOPPED (line 6435) | pub const COMMANDS_PERF_STOPPED: &str = "commands.perf.stopped"; constant COMMANDS_PLACE_FEATURE_FAILED (line 6437) | pub const COMMANDS_PLACE_FEATURE_FAILED: &str = "commands.place.feature.... constant COMMANDS_PLACE_FEATURE_INVALID (line 6439) | pub const COMMANDS_PLACE_FEATURE_INVALID: &str = "commands.place.feature... constant COMMANDS_PLACE_FEATURE_SUCCESS (line 6441) | pub const COMMANDS_PLACE_FEATURE_SUCCESS: &str = "commands.place.feature... constant COMMANDS_PLACE_JIGSAW_FAILED (line 6443) | pub const COMMANDS_PLACE_JIGSAW_FAILED: &str = "commands.place.jigsaw.fa... constant COMMANDS_PLACE_JIGSAW_INVALID (line 6445) | pub const COMMANDS_PLACE_JIGSAW_INVALID: &str = "commands.place.jigsaw.i... constant COMMANDS_PLACE_JIGSAW_SUCCESS (line 6447) | pub const COMMANDS_PLACE_JIGSAW_SUCCESS: &str = "commands.place.jigsaw.s... constant COMMANDS_PLACE_STRUCTURE_FAILED (line 6449) | pub const COMMANDS_PLACE_STRUCTURE_FAILED: &str = "commands.place.struct... constant COMMANDS_PLACE_STRUCTURE_INVALID (line 6451) | pub const COMMANDS_PLACE_STRUCTURE_INVALID: &str = "commands.place.struc... constant COMMANDS_PLACE_STRUCTURE_SUCCESS (line 6453) | pub const COMMANDS_PLACE_STRUCTURE_SUCCESS: &str = "commands.place.struc... constant COMMANDS_PLACE_TEMPLATE_FAILED (line 6455) | pub const COMMANDS_PLACE_TEMPLATE_FAILED: &str = "commands.place.templat... constant COMMANDS_PLACE_TEMPLATE_INVALID (line 6457) | pub const COMMANDS_PLACE_TEMPLATE_INVALID: &str = "commands.place.templa... constant COMMANDS_PLACE_TEMPLATE_SUCCESS (line 6459) | pub const COMMANDS_PLACE_TEMPLATE_SUCCESS: &str = "commands.place.templa... constant COMMANDS_PLAYSOUND_FAILED (line 6461) | pub const COMMANDS_PLAYSOUND_FAILED: &str = "commands.playsound.failed"; constant COMMANDS_PLAYSOUND_SUCCESS_MULTIPLE (line 6463) | pub const COMMANDS_PLAYSOUND_SUCCESS_MULTIPLE: &str = "commands.playsoun... constant COMMANDS_PLAYSOUND_SUCCESS_SINGLE (line 6465) | pub const COMMANDS_PLAYSOUND_SUCCESS_SINGLE: &str = "commands.playsound.... constant COMMANDS_PROFILE_FETCH_COPY_COMPONENT (line 6467) | pub const COMMANDS_PROFILE_FETCH_COPY_COMPONENT: &str = "commands.profil... constant COMMANDS_PROFILE_FETCH_FAILED_TO_SERIALIZE (line 6469) | pub const COMMANDS_PROFILE_FETCH_FAILED_TO_SERIALIZE: &str = constant COMMANDS_PROFILE_FETCH_GIVE_ITEM (line 6472) | pub const COMMANDS_PROFILE_FETCH_GIVE_ITEM: &str = "commands.profile_fet... constant COMMANDS_PROFILE_FETCH_ID_FAILURE (line 6474) | pub const COMMANDS_PROFILE_FETCH_ID_FAILURE: &str = "commands.profile_fe... constant COMMANDS_PROFILE_FETCH_ID_SUCCESS (line 6476) | pub const COMMANDS_PROFILE_FETCH_ID_SUCCESS: &str = "commands.profile_fe... constant COMMANDS_PROFILE_FETCH_NAME_FAILURE (line 6478) | pub const COMMANDS_PROFILE_FETCH_NAME_FAILURE: &str = "commands.profile_... constant COMMANDS_PROFILE_FETCH_NAME_SUCCESS (line 6480) | pub const COMMANDS_PROFILE_FETCH_NAME_SUCCESS: &str = "commands.profile_... constant COMMANDS_PUBLISH_ALREADYPUBLISHED (line 6482) | pub const COMMANDS_PUBLISH_ALREADYPUBLISHED: &str = "commands.publish.al... constant COMMANDS_PUBLISH_FAILED (line 6484) | pub const COMMANDS_PUBLISH_FAILED: &str = "commands.publish.failed"; constant COMMANDS_PUBLISH_STARTED (line 6486) | pub const COMMANDS_PUBLISH_STARTED: &str = "commands.publish.started"; constant COMMANDS_PUBLISH_SUCCESS (line 6488) | pub const COMMANDS_PUBLISH_SUCCESS: &str = "commands.publish.success"; constant COMMANDS_RANDOM_ERROR_RANGE_TOO_LARGE (line 6490) | pub const COMMANDS_RANDOM_ERROR_RANGE_TOO_LARGE: &str = "commands.random... constant COMMANDS_RANDOM_ERROR_RANGE_TOO_SMALL (line 6492) | pub const COMMANDS_RANDOM_ERROR_RANGE_TOO_SMALL: &str = "commands.random... constant COMMANDS_RANDOM_RESET_ALL_SUCCESS (line 6494) | pub const COMMANDS_RANDOM_RESET_ALL_SUCCESS: &str = "commands.random.res... constant COMMANDS_RANDOM_RESET_SUCCESS (line 6496) | pub const COMMANDS_RANDOM_RESET_SUCCESS: &str = "commands.random.reset.s... constant COMMANDS_RANDOM_ROLL (line 6498) | pub const COMMANDS_RANDOM_ROLL: &str = "commands.random.roll"; constant COMMANDS_RANDOM_SAMPLE_SUCCESS (line 6500) | pub const COMMANDS_RANDOM_SAMPLE_SUCCESS: &str = "commands.random.sample... constant COMMANDS_RECIPE_GIVE_FAILED (line 6502) | pub const COMMANDS_RECIPE_GIVE_FAILED: &str = "commands.recipe.give.fail... constant COMMANDS_RECIPE_GIVE_SUCCESS_MULTIPLE (line 6504) | pub const COMMANDS_RECIPE_GIVE_SUCCESS_MULTIPLE: &str = "commands.recipe... constant COMMANDS_RECIPE_GIVE_SUCCESS_SINGLE (line 6506) | pub const COMMANDS_RECIPE_GIVE_SUCCESS_SINGLE: &str = "commands.recipe.g... constant COMMANDS_RECIPE_TAKE_FAILED (line 6508) | pub const COMMANDS_RECIPE_TAKE_FAILED: &str = "commands.recipe.take.fail... constant COMMANDS_RECIPE_TAKE_SUCCESS_MULTIPLE (line 6510) | pub const COMMANDS_RECIPE_TAKE_SUCCESS_MULTIPLE: &str = "commands.recipe... constant COMMANDS_RECIPE_TAKE_SUCCESS_SINGLE (line 6512) | pub const COMMANDS_RECIPE_TAKE_SUCCESS_SINGLE: &str = "commands.recipe.t... constant COMMANDS_RELOAD_FAILURE (line 6514) | pub const COMMANDS_RELOAD_FAILURE: &str = "commands.reload.failure"; constant COMMANDS_RELOAD_SUCCESS (line 6516) | pub const COMMANDS_RELOAD_SUCCESS: &str = "commands.reload.success"; constant COMMANDS_RIDE_ALREADY_RIDING (line 6518) | pub const COMMANDS_RIDE_ALREADY_RIDING: &str = "commands.ride.already_ri... constant COMMANDS_RIDE_DISMOUNT_SUCCESS (line 6520) | pub const COMMANDS_RIDE_DISMOUNT_SUCCESS: &str = "commands.ride.dismount... constant COMMANDS_RIDE_MOUNT_FAILURE_CANT_RIDE_PLAYERS (line 6522) | pub const COMMANDS_RIDE_MOUNT_FAILURE_CANT_RIDE_PLAYERS: &str = constant COMMANDS_RIDE_MOUNT_FAILURE_GENERIC (line 6525) | pub const COMMANDS_RIDE_MOUNT_FAILURE_GENERIC: &str = "commands.ride.mou... constant COMMANDS_RIDE_MOUNT_FAILURE_LOOP (line 6527) | pub const COMMANDS_RIDE_MOUNT_FAILURE_LOOP: &str = "commands.ride.mount.... constant COMMANDS_RIDE_MOUNT_FAILURE_WRONG_DIMENSION (line 6529) | pub const COMMANDS_RIDE_MOUNT_FAILURE_WRONG_DIMENSION: &str = constant COMMANDS_RIDE_MOUNT_SUCCESS (line 6532) | pub const COMMANDS_RIDE_MOUNT_SUCCESS: &str = "commands.ride.mount.succe... constant COMMANDS_RIDE_NOT_RIDING (line 6534) | pub const COMMANDS_RIDE_NOT_RIDING: &str = "commands.ride.not_riding"; constant COMMANDS_ROTATE_SUCCESS (line 6536) | pub const COMMANDS_ROTATE_SUCCESS: &str = "commands.rotate.success"; constant COMMANDS_SAVE_ALREADYOFF (line 6538) | pub const COMMANDS_SAVE_ALREADYOFF: &str = "commands.save.alreadyOff"; constant COMMANDS_SAVE_ALREADYON (line 6540) | pub const COMMANDS_SAVE_ALREADYON: &str = "commands.save.alreadyOn"; constant COMMANDS_SAVE_DISABLED (line 6542) | pub const COMMANDS_SAVE_DISABLED: &str = "commands.save.disabled"; constant COMMANDS_SAVE_ENABLED (line 6544) | pub const COMMANDS_SAVE_ENABLED: &str = "commands.save.enabled"; constant COMMANDS_SAVE_FAILED (line 6546) | pub const COMMANDS_SAVE_FAILED: &str = "commands.save.failed"; constant COMMANDS_SAVE_SAVING (line 6548) | pub const COMMANDS_SAVE_SAVING: &str = "commands.save.saving"; constant COMMANDS_SAVE_SUCCESS (line 6550) | pub const COMMANDS_SAVE_SUCCESS: &str = "commands.save.success"; constant COMMANDS_SCHEDULE_CLEARED_FAILURE (line 6552) | pub const COMMANDS_SCHEDULE_CLEARED_FAILURE: &str = "commands.schedule.c... constant COMMANDS_SCHEDULE_CLEARED_SUCCESS (line 6554) | pub const COMMANDS_SCHEDULE_CLEARED_SUCCESS: &str = "commands.schedule.c... constant COMMANDS_SCHEDULE_CREATED_FUNCTION (line 6556) | pub const COMMANDS_SCHEDULE_CREATED_FUNCTION: &str = "commands.schedule.... constant COMMANDS_SCHEDULE_CREATED_TAG (line 6558) | pub const COMMANDS_SCHEDULE_CREATED_TAG: &str = "commands.schedule.creat... constant COMMANDS_SCHEDULE_MACRO (line 6560) | pub const COMMANDS_SCHEDULE_MACRO: &str = "commands.schedule.macro"; constant COMMANDS_SCHEDULE_SAME_TICK (line 6562) | pub const COMMANDS_SCHEDULE_SAME_TICK: &str = "commands.schedule.same_ti... constant COMMANDS_SCOREBOARD_OBJECTIVES_ADD_DUPLICATE (line 6564) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_ADD_DUPLICATE: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_ADD_SUCCESS (line 6567) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_ADD_SUCCESS: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_ALREADYEMPTY (line 6570) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_ALREADYEMPTY: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_ALREADYSET (line 6573) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_ALREADYSET: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_CLEARED (line 6576) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_CLEARED: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_SET (line 6579) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_DISPLAY_SET: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_LIST_EMPTY (line 6582) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_LIST_EMPTY: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_LIST_SUCCESS (line 6585) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_LIST_SUCCESS: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_DISPLAYAUTOUPDATE_DISABLE (line 6588) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_DISPLAYAUTOUPDATE_DISABL... constant COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_DISPLAYAUTOUPDATE_ENABLE (line 6591) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_DISPLAYAUTOUPDATE_ENABLE... constant COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_DISPLAYNAME (line 6594) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_DISPLAYNAME: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_OBJECTIVEFORMAT_CLEAR (line 6597) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_OBJECTIVEFORMAT_CLEAR: &... constant COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_OBJECTIVEFORMAT_SET (line 6600) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_OBJECTIVEFORMAT_SET: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_RENDERTYPE (line 6603) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_MODIFY_RENDERTYPE: &str = constant COMMANDS_SCOREBOARD_OBJECTIVES_REMOVE_SUCCESS (line 6606) | pub const COMMANDS_SCOREBOARD_OBJECTIVES_REMOVE_SUCCESS: &str = constant COMMANDS_SCOREBOARD_PLAYERS_ADD_SUCCESS_MULTIPLE (line 6609) | pub const COMMANDS_SCOREBOARD_PLAYERS_ADD_SUCCESS_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_ADD_SUCCESS_SINGLE (line 6612) | pub const COMMANDS_SCOREBOARD_PLAYERS_ADD_SUCCESS_SINGLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_CLEAR_SUCCESS_MULTIPLE (line 6615) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_CLEAR_SUCCESS_MULTIPL... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_CLEAR_SUCCESS_SINGLE (line 6618) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_CLEAR_SUCCESS_SINGLE:... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_SET_SUCCESS_MULTIPLE (line 6621) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_SET_SUCCESS_MULTIPLE:... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_SET_SUCCESS_SINGLE (line 6624) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NAME_SET_SUCCESS_SINGLE: &... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_CLEAR_SUCCESS_MULTIPLE (line 6627) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_CLEAR_SUCCESS... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_CLEAR_SUCCESS_SINGLE (line 6630) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_CLEAR_SUCCESS... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_SET_SUCCESS_MULTIPLE (line 6633) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_SET_SUCCESS_M... constant COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_SET_SUCCESS_SINGLE (line 6636) | pub const COMMANDS_SCOREBOARD_PLAYERS_DISPLAY_NUMBERFORMAT_SET_SUCCESS_S... constant COMMANDS_SCOREBOARD_PLAYERS_ENABLE_FAILED (line 6639) | pub const COMMANDS_SCOREBOARD_PLAYERS_ENABLE_FAILED: &str = constant COMMANDS_SCOREBOARD_PLAYERS_ENABLE_INVALID (line 6642) | pub const COMMANDS_SCOREBOARD_PLAYERS_ENABLE_INVALID: &str = constant COMMANDS_SCOREBOARD_PLAYERS_ENABLE_SUCCESS_MULTIPLE (line 6645) | pub const COMMANDS_SCOREBOARD_PLAYERS_ENABLE_SUCCESS_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_ENABLE_SUCCESS_SINGLE (line 6648) | pub const COMMANDS_SCOREBOARD_PLAYERS_ENABLE_SUCCESS_SINGLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_GET_NULL (line 6651) | pub const COMMANDS_SCOREBOARD_PLAYERS_GET_NULL: &str = "commands.scorebo... constant COMMANDS_SCOREBOARD_PLAYERS_GET_SUCCESS (line 6653) | pub const COMMANDS_SCOREBOARD_PLAYERS_GET_SUCCESS: &str = "commands.scor... constant COMMANDS_SCOREBOARD_PLAYERS_LIST_EMPTY (line 6655) | pub const COMMANDS_SCOREBOARD_PLAYERS_LIST_EMPTY: &str = "commands.score... constant COMMANDS_SCOREBOARD_PLAYERS_LIST_ENTITY_EMPTY (line 6657) | pub const COMMANDS_SCOREBOARD_PLAYERS_LIST_ENTITY_EMPTY: &str = constant COMMANDS_SCOREBOARD_PLAYERS_LIST_ENTITY_ENTRY (line 6660) | pub const COMMANDS_SCOREBOARD_PLAYERS_LIST_ENTITY_ENTRY: &str = constant COMMANDS_SCOREBOARD_PLAYERS_LIST_ENTITY_SUCCESS (line 6663) | pub const COMMANDS_SCOREBOARD_PLAYERS_LIST_ENTITY_SUCCESS: &str = constant COMMANDS_SCOREBOARD_PLAYERS_LIST_SUCCESS (line 6666) | pub const COMMANDS_SCOREBOARD_PLAYERS_LIST_SUCCESS: &str = constant COMMANDS_SCOREBOARD_PLAYERS_OPERATION_SUCCESS_MULTIPLE (line 6669) | pub const COMMANDS_SCOREBOARD_PLAYERS_OPERATION_SUCCESS_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_OPERATION_SUCCESS_SINGLE (line 6672) | pub const COMMANDS_SCOREBOARD_PLAYERS_OPERATION_SUCCESS_SINGLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_REMOVE_SUCCESS_MULTIPLE (line 6675) | pub const COMMANDS_SCOREBOARD_PLAYERS_REMOVE_SUCCESS_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_REMOVE_SUCCESS_SINGLE (line 6678) | pub const COMMANDS_SCOREBOARD_PLAYERS_REMOVE_SUCCESS_SINGLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_RESET_ALL_MULTIPLE (line 6681) | pub const COMMANDS_SCOREBOARD_PLAYERS_RESET_ALL_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_RESET_ALL_SINGLE (line 6684) | pub const COMMANDS_SCOREBOARD_PLAYERS_RESET_ALL_SINGLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_RESET_SPECIFIC_MULTIPLE (line 6687) | pub const COMMANDS_SCOREBOARD_PLAYERS_RESET_SPECIFIC_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_RESET_SPECIFIC_SINGLE (line 6690) | pub const COMMANDS_SCOREBOARD_PLAYERS_RESET_SPECIFIC_SINGLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_SET_SUCCESS_MULTIPLE (line 6693) | pub const COMMANDS_SCOREBOARD_PLAYERS_SET_SUCCESS_MULTIPLE: &str = constant COMMANDS_SCOREBOARD_PLAYERS_SET_SUCCESS_SINGLE (line 6696) | pub const COMMANDS_SCOREBOARD_PLAYERS_SET_SUCCESS_SINGLE: &str = constant COMMANDS_SEED_SUCCESS (line 6699) | pub const COMMANDS_SEED_SUCCESS: &str = "commands.seed.success"; constant COMMANDS_SETBLOCK_FAILED (line 6701) | pub const COMMANDS_SETBLOCK_FAILED: &str = "commands.setblock.failed"; constant COMMANDS_SETBLOCK_SUCCESS (line 6703) | pub const COMMANDS_SETBLOCK_SUCCESS: &str = "commands.setblock.success"; constant COMMANDS_SETIDLETIMEOUT_SUCCESS (line 6705) | pub const COMMANDS_SETIDLETIMEOUT_SUCCESS: &str = "commands.setidletimeo... constant COMMANDS_SETIDLETIMEOUT_SUCCESS_DISABLED (line 6707) | pub const COMMANDS_SETIDLETIMEOUT_SUCCESS_DISABLED: &str = constant COMMANDS_SETWORLDSPAWN_FAILURE_NOT_OVERWORLD (line 6710) | pub const COMMANDS_SETWORLDSPAWN_FAILURE_NOT_OVERWORLD: &str = constant COMMANDS_SETWORLDSPAWN_SUCCESS (line 6713) | pub const COMMANDS_SETWORLDSPAWN_SUCCESS: &str = "commands.setworldspawn... constant COMMANDS_SETWORLDSPAWN_SUCCESS_NEW (line 6715) | pub const COMMANDS_SETWORLDSPAWN_SUCCESS_NEW: &str = "commands.setworlds... constant COMMANDS_SPAWNPOINT_SUCCESS_MULTIPLE (line 6717) | pub const COMMANDS_SPAWNPOINT_SUCCESS_MULTIPLE: &str = "commands.spawnpo... constant COMMANDS_SPAWNPOINT_SUCCESS_MULTIPLE_NEW (line 6719) | pub const COMMANDS_SPAWNPOINT_SUCCESS_MULTIPLE_NEW: &str = constant COMMANDS_SPAWNPOINT_SUCCESS_SINGLE (line 6722) | pub const COMMANDS_SPAWNPOINT_SUCCESS_SINGLE: &str = "commands.spawnpoin... constant COMMANDS_SPAWNPOINT_SUCCESS_SINGLE_NEW (line 6724) | pub const COMMANDS_SPAWNPOINT_SUCCESS_SINGLE_NEW: &str = "commands.spawn... constant COMMANDS_SPECTATE_CANNOT_SPECTATE (line 6726) | pub const COMMANDS_SPECTATE_CANNOT_SPECTATE: &str = "commands.spectate.c... constant COMMANDS_SPECTATE_NOT_SPECTATOR (line 6728) | pub const COMMANDS_SPECTATE_NOT_SPECTATOR: &str = "commands.spectate.not... constant COMMANDS_SPECTATE_SELF (line 6730) | pub const COMMANDS_SPECTATE_SELF: &str = "commands.spectate.self"; constant COMMANDS_SPECTATE_SUCCESS_STARTED (line 6732) | pub const COMMANDS_SPECTATE_SUCCESS_STARTED: &str = "commands.spectate.s... constant COMMANDS_SPECTATE_SUCCESS_STOPPED (line 6734) | pub const COMMANDS_SPECTATE_SUCCESS_STOPPED: &str = "commands.spectate.s... constant COMMANDS_SPREADPLAYERS_FAILED_ENTITIES (line 6736) | pub const COMMANDS_SPREADPLAYERS_FAILED_ENTITIES: &str = "commands.sprea... constant COMMANDS_SPREADPLAYERS_FAILED_INVALID_HEIGHT (line 6738) | pub const COMMANDS_SPREADPLAYERS_FAILED_INVALID_HEIGHT: &str = constant COMMANDS_SPREADPLAYERS_FAILED_TEAMS (line 6741) | pub const COMMANDS_SPREADPLAYERS_FAILED_TEAMS: &str = "commands.spreadpl... constant COMMANDS_SPREADPLAYERS_SUCCESS_ENTITIES (line 6743) | pub const COMMANDS_SPREADPLAYERS_SUCCESS_ENTITIES: &str = "commands.spre... constant COMMANDS_SPREADPLAYERS_SUCCESS_TEAMS (line 6745) | pub const COMMANDS_SPREADPLAYERS_SUCCESS_TEAMS: &str = "commands.spreadp... constant COMMANDS_STOP_STOPPING (line 6747) | pub const COMMANDS_STOP_STOPPING: &str = "commands.stop.stopping"; constant COMMANDS_STOPSOUND_SUCCESS_SOURCE_ANY (line 6749) | pub const COMMANDS_STOPSOUND_SUCCESS_SOURCE_ANY: &str = "commands.stopso... constant COMMANDS_STOPSOUND_SUCCESS_SOURCE_SOUND (line 6751) | pub const COMMANDS_STOPSOUND_SUCCESS_SOURCE_SOUND: &str = "commands.stop... constant COMMANDS_STOPSOUND_SUCCESS_SOURCELESS_ANY (line 6753) | pub const COMMANDS_STOPSOUND_SUCCESS_SOURCELESS_ANY: &str = constant COMMANDS_STOPSOUND_SUCCESS_SOURCELESS_SOUND (line 6756) | pub const COMMANDS_STOPSOUND_SUCCESS_SOURCELESS_SOUND: &str = constant COMMANDS_STOPWATCH_ALREADY_EXISTS (line 6759) | pub const COMMANDS_STOPWATCH_ALREADY_EXISTS: &str = "commands.stopwatch.... constant COMMANDS_STOPWATCH_CREATE_SUCCESS (line 6761) | pub const COMMANDS_STOPWATCH_CREATE_SUCCESS: &str = "commands.stopwatch.... constant COMMANDS_STOPWATCH_DOES_NOT_EXIST (line 6763) | pub const COMMANDS_STOPWATCH_DOES_NOT_EXIST: &str = "commands.stopwatch.... constant COMMANDS_STOPWATCH_QUERY (line 6765) | pub const COMMANDS_STOPWATCH_QUERY: &str = "commands.stopwatch.query"; constant COMMANDS_STOPWATCH_REMOVE_SUCCESS (line 6767) | pub const COMMANDS_STOPWATCH_REMOVE_SUCCESS: &str = "commands.stopwatch.... constant COMMANDS_STOPWATCH_RESTART_SUCCESS (line 6769) | pub const COMMANDS_STOPWATCH_RESTART_SUCCESS: &str = "commands.stopwatch... constant COMMANDS_SUMMON_FAILED (line 6771) | pub const COMMANDS_SUMMON_FAILED: &str = "commands.summon.failed"; constant COMMANDS_SUMMON_FAILED_PEACEFUL (line 6773) | pub const COMMANDS_SUMMON_FAILED_PEACEFUL: &str = "commands.summon.faile... constant COMMANDS_SUMMON_FAILED_UUID (line 6775) | pub const COMMANDS_SUMMON_FAILED_UUID: &str = "commands.summon.failed.uu... constant COMMANDS_SUMMON_INVALIDPOSITION (line 6777) | pub const COMMANDS_SUMMON_INVALIDPOSITION: &str = "commands.summon.inval... constant COMMANDS_SUMMON_SUCCESS (line 6779) | pub const COMMANDS_SUMMON_SUCCESS: &str = "commands.summon.success"; constant COMMANDS_TAG_ADD_FAILED (line 6781) | pub const COMMANDS_TAG_ADD_FAILED: &str = "commands.tag.add.failed"; constant COMMANDS_TAG_ADD_SUCCESS_MULTIPLE (line 6783) | pub const COMMANDS_TAG_ADD_SUCCESS_MULTIPLE: &str = "commands.tag.add.su... constant COMMANDS_TAG_ADD_SUCCESS_SINGLE (line 6785) | pub const COMMANDS_TAG_ADD_SUCCESS_SINGLE: &str = "commands.tag.add.succ... constant COMMANDS_TAG_LIST_MULTIPLE_EMPTY (line 6787) | pub const COMMANDS_TAG_LIST_MULTIPLE_EMPTY: &str = "commands.tag.list.mu... constant COMMANDS_TAG_LIST_MULTIPLE_SUCCESS (line 6789) | pub const COMMANDS_TAG_LIST_MULTIPLE_SUCCESS: &str = "commands.tag.list.... constant COMMANDS_TAG_LIST_SINGLE_EMPTY (line 6791) | pub const COMMANDS_TAG_LIST_SINGLE_EMPTY: &str = "commands.tag.list.sing... constant COMMANDS_TAG_LIST_SINGLE_SUCCESS (line 6793) | pub const COMMANDS_TAG_LIST_SINGLE_SUCCESS: &str = "commands.tag.list.si... constant COMMANDS_TAG_REMOVE_FAILED (line 6795) | pub const COMMANDS_TAG_REMOVE_FAILED: &str = "commands.tag.remove.failed"; constant COMMANDS_TAG_REMOVE_SUCCESS_MULTIPLE (line 6797) | pub const COMMANDS_TAG_REMOVE_SUCCESS_MULTIPLE: &str = "commands.tag.rem... constant COMMANDS_TAG_REMOVE_SUCCESS_SINGLE (line 6799) | pub const COMMANDS_TAG_REMOVE_SUCCESS_SINGLE: &str = "commands.tag.remov... constant COMMANDS_TEAM_ADD_DUPLICATE (line 6801) | pub const COMMANDS_TEAM_ADD_DUPLICATE: &str = "commands.team.add.duplica... constant COMMANDS_TEAM_ADD_SUCCESS (line 6803) | pub const COMMANDS_TEAM_ADD_SUCCESS: &str = "commands.team.add.success"; constant COMMANDS_TEAM_EMPTY_SUCCESS (line 6805) | pub const COMMANDS_TEAM_EMPTY_SUCCESS: &str = "commands.team.empty.succe... constant COMMANDS_TEAM_EMPTY_UNCHANGED (line 6807) | pub const COMMANDS_TEAM_EMPTY_UNCHANGED: &str = "commands.team.empty.unc... constant COMMANDS_TEAM_JOIN_SUCCESS_MULTIPLE (line 6809) | pub const COMMANDS_TEAM_JOIN_SUCCESS_MULTIPLE: &str = "commands.team.joi... constant COMMANDS_TEAM_JOIN_SUCCESS_SINGLE (line 6811) | pub const COMMANDS_TEAM_JOIN_SUCCESS_SINGLE: &str = "commands.team.join.... constant COMMANDS_TEAM_LEAVE_SUCCESS_MULTIPLE (line 6813) | pub const COMMANDS_TEAM_LEAVE_SUCCESS_MULTIPLE: &str = "commands.team.le... constant COMMANDS_TEAM_LEAVE_SUCCESS_SINGLE (line 6815) | pub const COMMANDS_TEAM_LEAVE_SUCCESS_SINGLE: &str = "commands.team.leav... constant COMMANDS_TEAM_LIST_MEMBERS_EMPTY (line 6817) | pub const COMMANDS_TEAM_LIST_MEMBERS_EMPTY: &str = "commands.team.list.m... constant COMMANDS_TEAM_LIST_MEMBERS_SUCCESS (line 6819) | pub const COMMANDS_TEAM_LIST_MEMBERS_SUCCESS: &str = "commands.team.list... constant COMMANDS_TEAM_LIST_TEAMS_EMPTY (line 6821) | pub const COMMANDS_TEAM_LIST_TEAMS_EMPTY: &str = "commands.team.list.tea... constant COMMANDS_TEAM_LIST_TEAMS_SUCCESS (line 6823) | pub const COMMANDS_TEAM_LIST_TEAMS_SUCCESS: &str = "commands.team.list.t... constant COMMANDS_TEAM_OPTION_COLLISIONRULE_SUCCESS (line 6825) | pub const COMMANDS_TEAM_OPTION_COLLISIONRULE_SUCCESS: &str = constant COMMANDS_TEAM_OPTION_COLLISIONRULE_UNCHANGED (line 6828) | pub const COMMANDS_TEAM_OPTION_COLLISIONRULE_UNCHANGED: &str = constant COMMANDS_TEAM_OPTION_COLOR_SUCCESS (line 6831) | pub const COMMANDS_TEAM_OPTION_COLOR_SUCCESS: &str = "commands.team.opti... constant COMMANDS_TEAM_OPTION_COLOR_UNCHANGED (line 6833) | pub const COMMANDS_TEAM_OPTION_COLOR_UNCHANGED: &str = "commands.team.op... constant COMMANDS_TEAM_OPTION_DEATHMESSAGEVISIBILITY_SUCCESS (line 6835) | pub const COMMANDS_TEAM_OPTION_DEATHMESSAGEVISIBILITY_SUCCESS: &str = constant COMMANDS_TEAM_OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED (line 6838) | pub const COMMANDS_TEAM_OPTION_DEATHMESSAGEVISIBILITY_UNCHANGED: &str = constant COMMANDS_TEAM_OPTION_FRIENDLYFIRE_ALREADYDISABLED (line 6841) | pub const COMMANDS_TEAM_OPTION_FRIENDLYFIRE_ALREADYDISABLED: &str = constant COMMANDS_TEAM_OPTION_FRIENDLYFIRE_ALREADYENABLED (line 6844) | pub const COMMANDS_TEAM_OPTION_FRIENDLYFIRE_ALREADYENABLED: &str = constant COMMANDS_TEAM_OPTION_FRIENDLYFIRE_DISABLED (line 6847) | pub const COMMANDS_TEAM_OPTION_FRIENDLYFIRE_DISABLED: &str = constant COMMANDS_TEAM_OPTION_FRIENDLYFIRE_ENABLED (line 6850) | pub const COMMANDS_TEAM_OPTION_FRIENDLYFIRE_ENABLED: &str = constant COMMANDS_TEAM_OPTION_NAME_SUCCESS (line 6853) | pub const COMMANDS_TEAM_OPTION_NAME_SUCCESS: &str = "commands.team.optio... constant COMMANDS_TEAM_OPTION_NAME_UNCHANGED (line 6855) | pub const COMMANDS_TEAM_OPTION_NAME_UNCHANGED: &str = "commands.team.opt... constant COMMANDS_TEAM_OPTION_NAMETAGVISIBILITY_SUCCESS (line 6857) | pub const COMMANDS_TEAM_OPTION_NAMETAGVISIBILITY_SUCCESS: &str = constant COMMANDS_TEAM_OPTION_NAMETAGVISIBILITY_UNCHANGED (line 6860) | pub const COMMANDS_TEAM_OPTION_NAMETAGVISIBILITY_UNCHANGED: &str = constant COMMANDS_TEAM_OPTION_PREFIX_SUCCESS (line 6863) | pub const COMMANDS_TEAM_OPTION_PREFIX_SUCCESS: &str = "commands.team.opt... constant COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_ALREADYDISABLED (line 6865) | pub const COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_ALREADYDISABLED: &s... constant COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED (line 6868) | pub const COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_ALREADYENABLED: &str = constant COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_DISABLED (line 6871) | pub const COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_DISABLED: &str = constant COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_ENABLED (line 6874) | pub const COMMANDS_TEAM_OPTION_SEEFRIENDLYINVISIBLES_ENABLED: &str = constant COMMANDS_TEAM_OPTION_SUFFIX_SUCCESS (line 6877) | pub const COMMANDS_TEAM_OPTION_SUFFIX_SUCCESS: &str = "commands.team.opt... constant COMMANDS_TEAM_REMOVE_SUCCESS (line 6879) | pub const COMMANDS_TEAM_REMOVE_SUCCESS: &str = "commands.team.remove.suc... constant COMMANDS_TEAMMSG_FAILED_NOTEAM (line 6881) | pub const COMMANDS_TEAMMSG_FAILED_NOTEAM: &str = "commands.teammsg.faile... constant COMMANDS_TELEPORT_INVALIDPOSITION (line 6883) | pub const COMMANDS_TELEPORT_INVALIDPOSITION: &str = "commands.teleport.i... constant COMMANDS_TELEPORT_SUCCESS_ENTITY_MULTIPLE (line 6885) | pub const COMMANDS_TELEPORT_SUCCESS_ENTITY_MULTIPLE: &str = constant COMMANDS_TELEPORT_SUCCESS_ENTITY_SINGLE (line 6888) | pub const COMMANDS_TELEPORT_SUCCESS_ENTITY_SINGLE: &str = "commands.tele... constant COMMANDS_TELEPORT_SUCCESS_LOCATION_MULTIPLE (line 6890) | pub const COMMANDS_TELEPORT_SUCCESS_LOCATION_MULTIPLE: &str = constant COMMANDS_TELEPORT_SUCCESS_LOCATION_SINGLE (line 6893) | pub const COMMANDS_TELEPORT_SUCCESS_LOCATION_SINGLE: &str = constant COMMANDS_TEST_BATCH_STARTING (line 6896) | pub const COMMANDS_TEST_BATCH_STARTING: &str = "commands.test.batch.star... constant COMMANDS_TEST_CLEAR_ERROR_NO_TESTS (line 6898) | pub const COMMANDS_TEST_CLEAR_ERROR_NO_TESTS: &str = "commands.test.clea... constant COMMANDS_TEST_CLEAR_SUCCESS (line 6900) | pub const COMMANDS_TEST_CLEAR_SUCCESS: &str = "commands.test.clear.succe... constant COMMANDS_TEST_COORDINATES (line 6902) | pub const COMMANDS_TEST_COORDINATES: &str = "commands.test.coordinates"; constant COMMANDS_TEST_COORDINATES_COPY (line 6904) | pub const COMMANDS_TEST_COORDINATES_COPY: &str = "commands.test.coordina... constant COMMANDS_TEST_CREATE_SUCCESS (line 6906) | pub const COMMANDS_TEST_CREATE_SUCCESS: &str = "commands.test.create.suc... constant COMMANDS_TEST_ERROR_NO_TEST_CONTAINING_POS (line 6908) | pub const COMMANDS_TEST_ERROR_NO_TEST_CONTAINING_POS: &str = constant COMMANDS_TEST_ERROR_NO_TEST_INSTANCES (line 6911) | pub const COMMANDS_TEST_ERROR_NO_TEST_INSTANCES: &str = "commands.test.e... constant COMMANDS_TEST_ERROR_NON_EXISTANT_TEST (line 6913) | pub const COMMANDS_TEST_ERROR_NON_EXISTANT_TEST: &str = "commands.test.e... constant COMMANDS_TEST_ERROR_STRUCTURE_NOT_FOUND (line 6915) | pub const COMMANDS_TEST_ERROR_STRUCTURE_NOT_FOUND: &str = "commands.test... constant COMMANDS_TEST_ERROR_TEST_INSTANCE_NOT_FOUND (line 6917) | pub const COMMANDS_TEST_ERROR_TEST_INSTANCE_NOT_FOUND: &str = constant COMMANDS_TEST_ERROR_TEST_INSTANCE_NOT_FOUND_POSITION (line 6920) | pub const COMMANDS_TEST_ERROR_TEST_INSTANCE_NOT_FOUND_POSITION: &str = constant COMMANDS_TEST_ERROR_TOO_LARGE (line 6923) | pub const COMMANDS_TEST_ERROR_TOO_LARGE: &str = "commands.test.error.too... constant COMMANDS_TEST_LOCATE_DONE (line 6925) | pub const COMMANDS_TEST_LOCATE_DONE: &str = "commands.test.locate.done"; constant COMMANDS_TEST_LOCATE_FOUND (line 6927) | pub const COMMANDS_TEST_LOCATE_FOUND: &str = "commands.test.locate.found"; constant COMMANDS_TEST_LOCATE_STARTED (line 6929) | pub const COMMANDS_TEST_LOCATE_STARTED: &str = "commands.test.locate.sta... constant COMMANDS_TEST_NO_TESTS (line 6931) | pub const COMMANDS_TEST_NO_TESTS: &str = "commands.test.no_tests"; constant COMMANDS_TEST_RELATIVE_POSITION (line 6933) | pub const COMMANDS_TEST_RELATIVE_POSITION: &str = "commands.test.relativ... constant COMMANDS_TEST_RESET_ERROR_NO_TESTS (line 6935) | pub const COMMANDS_TEST_RESET_ERROR_NO_TESTS: &str = "commands.test.rese... constant COMMANDS_TEST_RESET_SUCCESS (line 6937) | pub const COMMANDS_TEST_RESET_SUCCESS: &str = "commands.test.reset.succe... constant COMMANDS_TEST_RUN_NO_TESTS (line 6939) | pub const COMMANDS_TEST_RUN_NO_TESTS: &str = "commands.test.run.no_tests"; constant COMMANDS_TEST_RUN_RUNNING (line 6941) | pub const COMMANDS_TEST_RUN_RUNNING: &str = "commands.test.run.running"; constant COMMANDS_TEST_SUMMARY (line 6943) | pub const COMMANDS_TEST_SUMMARY: &str = "commands.test.summary"; constant COMMANDS_TEST_SUMMARY_ALL_REQUIRED_PASSED (line 6945) | pub const COMMANDS_TEST_SUMMARY_ALL_REQUIRED_PASSED: &str = constant COMMANDS_TEST_SUMMARY_FAILED (line 6948) | pub const COMMANDS_TEST_SUMMARY_FAILED: &str = "commands.test.summary.fa... constant COMMANDS_TEST_SUMMARY_OPTIONAL_FAILED (line 6950) | pub const COMMANDS_TEST_SUMMARY_OPTIONAL_FAILED: &str = "commands.test.s... constant COMMANDS_TICK_QUERY_PERCENTILES (line 6952) | pub const COMMANDS_TICK_QUERY_PERCENTILES: &str = "commands.tick.query.p... constant COMMANDS_TICK_QUERY_RATE_RUNNING (line 6954) | pub const COMMANDS_TICK_QUERY_RATE_RUNNING: &str = "commands.tick.query.... constant COMMANDS_TICK_QUERY_RATE_SPRINTING (line 6956) | pub const COMMANDS_TICK_QUERY_RATE_SPRINTING: &str = "commands.tick.quer... constant COMMANDS_TICK_RATE_SUCCESS (line 6958) | pub const COMMANDS_TICK_RATE_SUCCESS: &str = "commands.tick.rate.success"; constant COMMANDS_TICK_SPRINT_REPORT (line 6960) | pub const COMMANDS_TICK_SPRINT_REPORT: &str = "commands.tick.sprint.repo... constant COMMANDS_TICK_SPRINT_STOP_FAIL (line 6962) | pub const COMMANDS_TICK_SPRINT_STOP_FAIL: &str = "commands.tick.sprint.s... constant COMMANDS_TICK_SPRINT_STOP_SUCCESS (line 6964) | pub const COMMANDS_TICK_SPRINT_STOP_SUCCESS: &str = "commands.tick.sprin... constant COMMANDS_TICK_STATUS_FROZEN (line 6966) | pub const COMMANDS_TICK_STATUS_FROZEN: &str = "commands.tick.status.froz... constant COMMANDS_TICK_STATUS_LAGGING (line 6968) | pub const COMMANDS_TICK_STATUS_LAGGING: &str = "commands.tick.status.lag... constant COMMANDS_TICK_STATUS_RUNNING (line 6970) | pub const COMMANDS_TICK_STATUS_RUNNING: &str = "commands.tick.status.run... constant COMMANDS_TICK_STATUS_SPRINTING (line 6972) | pub const COMMANDS_TICK_STATUS_SPRINTING: &str = "commands.tick.status.s... constant COMMANDS_TICK_STEP_FAIL (line 6974) | pub const COMMANDS_TICK_STEP_FAIL: &str = "commands.tick.step.fail"; constant COMMANDS_TICK_STEP_STOP_FAIL (line 6976) | pub const COMMANDS_TICK_STEP_STOP_FAIL: &str = "commands.tick.step.stop.... constant COMMANDS_TICK_STEP_STOP_SUCCESS (line 6978) | pub const COMMANDS_TICK_STEP_STOP_SUCCESS: &str = "commands.tick.step.st... constant COMMANDS_TICK_STEP_SUCCESS (line 6980) | pub const COMMANDS_TICK_STEP_SUCCESS: &str = "commands.tick.step.success"; constant COMMANDS_TIME_QUERY (line 6982) | pub const COMMANDS_TIME_QUERY: &str = "commands.time.query"; constant COMMANDS_TIME_SET (line 6984) | pub const COMMANDS_TIME_SET: &str = "commands.time.set"; constant COMMANDS_TITLE_CLEARED_MULTIPLE (line 6986) | pub const COMMANDS_TITLE_CLEARED_MULTIPLE: &str = "commands.title.cleare... constant COMMANDS_TITLE_CLEARED_SINGLE (line 6988) | pub const COMMANDS_TITLE_CLEARED_SINGLE: &str = "commands.title.cleared.... constant COMMANDS_TITLE_RESET_MULTIPLE (line 6990) | pub const COMMANDS_TITLE_RESET_MULTIPLE: &str = "commands.title.reset.mu... constant COMMANDS_TITLE_RESET_SINGLE (line 6992) | pub const COMMANDS_TITLE_RESET_SINGLE: &str = "commands.title.reset.sing... constant COMMANDS_TITLE_SHOW_ACTIONBAR_MULTIPLE (line 6994) | pub const COMMANDS_TITLE_SHOW_ACTIONBAR_MULTIPLE: &str = "commands.title... constant COMMANDS_TITLE_SHOW_ACTIONBAR_SINGLE (line 6996) | pub const COMMANDS_TITLE_SHOW_ACTIONBAR_SINGLE: &str = "commands.title.s... constant COMMANDS_TITLE_SHOW_SUBTITLE_MULTIPLE (line 6998) | pub const COMMANDS_TITLE_SHOW_SUBTITLE_MULTIPLE: &str = "commands.title.... constant COMMANDS_TITLE_SHOW_SUBTITLE_SINGLE (line 7000) | pub const COMMANDS_TITLE_SHOW_SUBTITLE_SINGLE: &str = "commands.title.sh... constant COMMANDS_TITLE_SHOW_TITLE_MULTIPLE (line 7002) | pub const COMMANDS_TITLE_SHOW_TITLE_MULTIPLE: &str = "commands.title.sho... constant COMMANDS_TITLE_SHOW_TITLE_SINGLE (line 7004) | pub const COMMANDS_TITLE_SHOW_TITLE_SINGLE: &str = "commands.title.show.... constant COMMANDS_TITLE_TIMES_MULTIPLE (line 7006) | pub const COMMANDS_TITLE_TIMES_MULTIPLE: &str = "commands.title.times.mu... constant COMMANDS_TITLE_TIMES_SINGLE (line 7008) | pub const COMMANDS_TITLE_TIMES_SINGLE: &str = "commands.title.times.sing... constant COMMANDS_TRANSFER_ERROR_NO_PLAYERS (line 7010) | pub const COMMANDS_TRANSFER_ERROR_NO_PLAYERS: &str = "commands.transfer.... constant COMMANDS_TRANSFER_SUCCESS_MULTIPLE (line 7012) | pub const COMMANDS_TRANSFER_SUCCESS_MULTIPLE: &str = "commands.transfer.... constant COMMANDS_TRANSFER_SUCCESS_SINGLE (line 7014) | pub const COMMANDS_TRANSFER_SUCCESS_SINGLE: &str = "commands.transfer.su... constant COMMANDS_TRIGGER_ADD_SUCCESS (line 7016) | pub const COMMANDS_TRIGGER_ADD_SUCCESS: &str = "commands.trigger.add.suc... constant COMMANDS_TRIGGER_FAILED_INVALID (line 7018) | pub const COMMANDS_TRIGGER_FAILED_INVALID: &str = "commands.trigger.fail... constant COMMANDS_TRIGGER_FAILED_UNPRIMED (line 7020) | pub const COMMANDS_TRIGGER_FAILED_UNPRIMED: &str = "commands.trigger.fai... constant COMMANDS_TRIGGER_SET_SUCCESS (line 7022) | pub const COMMANDS_TRIGGER_SET_SUCCESS: &str = "commands.trigger.set.suc... constant COMMANDS_TRIGGER_SIMPLE_SUCCESS (line 7024) | pub const COMMANDS_TRIGGER_SIMPLE_SUCCESS: &str = "commands.trigger.simp... constant COMMANDS_VERSION_BUILD_TIME (line 7026) | pub const COMMANDS_VERSION_BUILD_TIME: &str = "commands.version.build_ti... constant COMMANDS_VERSION_DATA (line 7028) | pub const COMMANDS_VERSION_DATA: &str = "commands.version.data"; constant COMMANDS_VERSION_HEADER (line 7030) | pub const COMMANDS_VERSION_HEADER: &str = "commands.version.header"; constant COMMANDS_VERSION_ID (line 7032) | pub const COMMANDS_VERSION_ID: &str = "commands.version.id"; constant COMMANDS_VERSION_NAME (line 7034) | pub const COMMANDS_VERSION_NAME: &str = "commands.version.name"; constant COMMANDS_VERSION_PACK_DATA (line 7036) | pub const COMMANDS_VERSION_PACK_DATA: &str = "commands.version.pack.data"; constant COMMANDS_VERSION_PACK_RESOURCE (line 7038) | pub const COMMANDS_VERSION_PACK_RESOURCE: &str = "commands.version.pack.... constant COMMANDS_VERSION_PROTOCOL (line 7040) | pub const COMMANDS_VERSION_PROTOCOL: &str = "commands.version.protocol"; constant COMMANDS_VERSION_SERIES (line 7042) | pub const COMMANDS_VERSION_SERIES: &str = "commands.version.series"; constant COMMANDS_VERSION_STABLE_NO (line 7044) | pub const COMMANDS_VERSION_STABLE_NO: &str = "commands.version.stable.no"; constant COMMANDS_VERSION_STABLE_YES (line 7046) | pub const COMMANDS_VERSION_STABLE_YES: &str = "commands.version.stable.y... constant COMMANDS_WAYPOINT_LIST_EMPTY (line 7048) | pub const COMMANDS_WAYPOINT_LIST_EMPTY: &str = "commands.waypoint.list.e... constant COMMANDS_WAYPOINT_LIST_SUCCESS (line 7050) | pub const COMMANDS_WAYPOINT_LIST_SUCCESS: &str = "commands.waypoint.list... constant COMMANDS_WAYPOINT_MODIFY_COLOR (line 7052) | pub const COMMANDS_WAYPOINT_MODIFY_COLOR: &str = "commands.waypoint.modi... constant COMMANDS_WAYPOINT_MODIFY_COLOR_RESET (line 7054) | pub const COMMANDS_WAYPOINT_MODIFY_COLOR_RESET: &str = "commands.waypoin... constant COMMANDS_WAYPOINT_MODIFY_STYLE (line 7056) | pub const COMMANDS_WAYPOINT_MODIFY_STYLE: &str = "commands.waypoint.modi... constant COMMANDS_WEATHER_SET_CLEAR (line 7058) | pub const COMMANDS_WEATHER_SET_CLEAR: &str = "commands.weather.set.clear"; constant COMMANDS_WEATHER_SET_RAIN (line 7060) | pub const COMMANDS_WEATHER_SET_RAIN: &str = "commands.weather.set.rain"; constant COMMANDS_WEATHER_SET_THUNDER (line 7062) | pub const COMMANDS_WEATHER_SET_THUNDER: &str = "commands.weather.set.thu... constant COMMANDS_WHITELIST_ADD_FAILED (line 7064) | pub const COMMANDS_WHITELIST_ADD_FAILED: &str = "commands.whitelist.add.... constant COMMANDS_WHITELIST_ADD_SUCCESS (line 7066) | pub const COMMANDS_WHITELIST_ADD_SUCCESS: &str = "commands.whitelist.add... constant COMMANDS_WHITELIST_ALREADYOFF (line 7068) | pub const COMMANDS_WHITELIST_ALREADYOFF: &str = "commands.whitelist.alre... constant COMMANDS_WHITELIST_ALREADYON (line 7070) | pub const COMMANDS_WHITELIST_ALREADYON: &str = "commands.whitelist.alrea... constant COMMANDS_WHITELIST_DISABLED (line 7072) | pub const COMMANDS_WHITELIST_DISABLED: &str = "commands.whitelist.disabl... constant COMMANDS_WHITELIST_ENABLED (line 7074) | pub const COMMANDS_WHITELIST_ENABLED: &str = "commands.whitelist.enabled"; constant COMMANDS_WHITELIST_LIST (line 7076) | pub const COMMANDS_WHITELIST_LIST: &str = "commands.whitelist.list"; constant COMMANDS_WHITELIST_NONE (line 7078) | pub const COMMANDS_WHITELIST_NONE: &str = "commands.whitelist.none"; constant COMMANDS_WHITELIST_RELOADED (line 7080) | pub const COMMANDS_WHITELIST_RELOADED: &str = "commands.whitelist.reload... constant COMMANDS_WHITELIST_REMOVE_FAILED (line 7082) | pub const COMMANDS_WHITELIST_REMOVE_FAILED: &str = "commands.whitelist.r... constant COMMANDS_WHITELIST_REMOVE_SUCCESS (line 7084) | pub const COMMANDS_WHITELIST_REMOVE_SUCCESS: &str = "commands.whitelist.... constant COMMANDS_WORLDBORDER_CENTER_FAILED (line 7086) | pub const COMMANDS_WORLDBORDER_CENTER_FAILED: &str = "commands.worldbord... constant COMMANDS_WORLDBORDER_CENTER_SUCCESS (line 7088) | pub const COMMANDS_WORLDBORDER_CENTER_SUCCESS: &str = "commands.worldbor... constant COMMANDS_WORLDBORDER_DAMAGE_AMOUNT_FAILED (line 7090) | pub const COMMANDS_WORLDBORDER_DAMAGE_AMOUNT_FAILED: &str = constant COMMANDS_WORLDBORDER_DAMAGE_AMOUNT_SUCCESS (line 7093) | pub const COMMANDS_WORLDBORDER_DAMAGE_AMOUNT_SUCCESS: &str = constant COMMANDS_WORLDBORDER_DAMAGE_BUFFER_FAILED (line 7096) | pub const COMMANDS_WORLDBORDER_DAMAGE_BUFFER_FAILED: &str = constant COMMANDS_WORLDBORDER_DAMAGE_BUFFER_SUCCESS (line 7099) | pub const COMMANDS_WORLDBORDER_DAMAGE_BUFFER_SUCCESS: &str = constant COMMANDS_WORLDBORDER_GET (line 7102) | pub const COMMANDS_WORLDBORDER_GET: &str = "commands.worldborder.get"; constant COMMANDS_WORLDBORDER_SET_FAILED_BIG (line 7104) | pub const COMMANDS_WORLDBORDER_SET_FAILED_BIG: &str = "commands.worldbor... constant COMMANDS_WORLDBORDER_SET_FAILED_FAR (line 7106) | pub const COMMANDS_WORLDBORDER_SET_FAILED_FAR: &str = "commands.worldbor... constant COMMANDS_WORLDBORDER_SET_FAILED_NOCHANGE (line 7108) | pub const COMMANDS_WORLDBORDER_SET_FAILED_NOCHANGE: &str = constant COMMANDS_WORLDBORDER_SET_FAILED_SMALL (line 7111) | pub const COMMANDS_WORLDBORDER_SET_FAILED_SMALL: &str = "commands.worldb... constant COMMANDS_WORLDBORDER_SET_GROW (line 7113) | pub const COMMANDS_WORLDBORDER_SET_GROW: &str = "commands.worldborder.se... constant COMMANDS_WORLDBORDER_SET_IMMEDIATE (line 7115) | pub const COMMANDS_WORLDBORDER_SET_IMMEDIATE: &str = "commands.worldbord... constant COMMANDS_WORLDBORDER_SET_SHRINK (line 7117) | pub const COMMANDS_WORLDBORDER_SET_SHRINK: &str = "commands.worldborder.... constant COMMANDS_WORLDBORDER_WARNING_DISTANCE_FAILED (line 7119) | pub const COMMANDS_WORLDBORDER_WARNING_DISTANCE_FAILED: &str = constant COMMANDS_WORLDBORDER_WARNING_DISTANCE_SUCCESS (line 7122) | pub const COMMANDS_WORLDBORDER_WARNING_DISTANCE_SUCCESS: &str = constant COMMANDS_WORLDBORDER_WARNING_TIME_FAILED (line 7125) | pub const COMMANDS_WORLDBORDER_WARNING_TIME_FAILED: &str = constant COMMANDS_WORLDBORDER_WARNING_TIME_SUCCESS (line 7128) | pub const COMMANDS_WORLDBORDER_WARNING_TIME_SUCCESS: &str = constant COMPLIANCE_PLAYTIME_GREATERTHAN24HOURS (line 7131) | pub const COMPLIANCE_PLAYTIME_GREATERTHAN24HOURS: &str = "compliance.pla... constant COMPLIANCE_PLAYTIME_HOURS (line 7133) | pub const COMPLIANCE_PLAYTIME_HOURS: &str = "compliance.playtime.hours"; constant COMPLIANCE_PLAYTIME_MESSAGE (line 7135) | pub const COMPLIANCE_PLAYTIME_MESSAGE: &str = "compliance.playtime.messa... constant COMPONENT_PROFILE_DYNAMIC (line 7137) | pub const COMPONENT_PROFILE_DYNAMIC: &str = "component.profile.dynamic"; constant CONNECT_ABORTED (line 7139) | pub const CONNECT_ABORTED: &str = "connect.aborted"; constant CONNECT_AUTHORIZING (line 7141) | pub const CONNECT_AUTHORIZING: &str = "connect.authorizing"; constant CONNECT_CONNECTING (line 7143) | pub const CONNECT_CONNECTING: &str = "connect.connecting"; constant CONNECT_ENCRYPTING (line 7145) | pub const CONNECT_ENCRYPTING: &str = "connect.encrypting"; constant CONNECT_FAILED (line 7147) | pub const CONNECT_FAILED: &str = "connect.failed"; constant CONNECT_FAILED_TRANSFER (line 7149) | pub const CONNECT_FAILED_TRANSFER: &str = "connect.failed.transfer"; constant CONNECT_JOINING (line 7151) | pub const CONNECT_JOINING: &str = "connect.joining"; constant CONNECT_NEGOTIATING (line 7153) | pub const CONNECT_NEGOTIATING: &str = "connect.negotiating"; constant CONNECT_RECONFIGING (line 7155) | pub const CONNECT_RECONFIGING: &str = "connect.reconfiging"; constant CONNECT_RECONFIGURING (line 7157) | pub const CONNECT_RECONFIGURING: &str = "connect.reconfiguring"; constant CONNECT_TRANSFERRING (line 7159) | pub const CONNECT_TRANSFERRING: &str = "connect.transferring"; constant CONTAINER_BARREL (line 7161) | pub const CONTAINER_BARREL: &str = "container.barrel"; constant CONTAINER_BEACON (line 7163) | pub const CONTAINER_BEACON: &str = "container.beacon"; constant CONTAINER_BEEHIVE_BEES (line 7165) | pub const CONTAINER_BEEHIVE_BEES: &str = "container.beehive.bees"; constant CONTAINER_BEEHIVE_HONEY (line 7167) | pub const CONTAINER_BEEHIVE_HONEY: &str = "container.beehive.honey"; constant CONTAINER_BLAST_FURNACE (line 7169) | pub const CONTAINER_BLAST_FURNACE: &str = "container.blast_furnace"; constant CONTAINER_BREWING (line 7171) | pub const CONTAINER_BREWING: &str = "container.brewing"; constant CONTAINER_CARTOGRAPHY_TABLE (line 7173) | pub const CONTAINER_CARTOGRAPHY_TABLE: &str = "container.cartography_tab... constant CONTAINER_CHEST (line 7175) | pub const CONTAINER_CHEST: &str = "container.chest"; constant CONTAINER_CHESTDOUBLE (line 7177) | pub const CONTAINER_CHESTDOUBLE: &str = "container.chestDouble"; constant CONTAINER_CRAFTER (line 7179) | pub const CONTAINER_CRAFTER: &str = "container.crafter"; constant CONTAINER_CRAFTING (line 7181) | pub const CONTAINER_CRAFTING: &str = "container.crafting"; constant CONTAINER_CREATIVE (line 7183) | pub const CONTAINER_CREATIVE: &str = "container.creative"; constant CONTAINER_DISPENSER (line 7185) | pub const CONTAINER_DISPENSER: &str = "container.dispenser"; constant CONTAINER_DROPPER (line 7187) | pub const CONTAINER_DROPPER: &str = "container.dropper"; constant CONTAINER_ENCHANT (line 7189) | pub const CONTAINER_ENCHANT: &str = "container.enchant"; constant CONTAINER_ENCHANT_CLUE (line 7191) | pub const CONTAINER_ENCHANT_CLUE: &str = "container.enchant.clue"; constant CONTAINER_ENCHANT_LAPIS_MANY (line 7193) | pub const CONTAINER_ENCHANT_LAPIS_MANY: &str = "container.enchant.lapis.... constant CONTAINER_ENCHANT_LAPIS_ONE (line 7195) | pub const CONTAINER_ENCHANT_LAPIS_ONE: &str = "container.enchant.lapis.o... constant CONTAINER_ENCHANT_LEVEL_MANY (line 7197) | pub const CONTAINER_ENCHANT_LEVEL_MANY: &str = "container.enchant.level.... constant CONTAINER_ENCHANT_LEVEL_ONE (line 7199) | pub const CONTAINER_ENCHANT_LEVEL_ONE: &str = "container.enchant.level.o... constant CONTAINER_ENCHANT_LEVEL_REQUIREMENT (line 7201) | pub const CONTAINER_ENCHANT_LEVEL_REQUIREMENT: &str = "container.enchant... constant CONTAINER_ENDERCHEST (line 7203) | pub const CONTAINER_ENDERCHEST: &str = "container.enderchest"; constant CONTAINER_FURNACE (line 7205) | pub const CONTAINER_FURNACE: &str = "container.furnace"; constant CONTAINER_GRINDSTONE_TITLE (line 7207) | pub const CONTAINER_GRINDSTONE_TITLE: &str = "container.grindstone_title"; constant CONTAINER_HOPPER (line 7209) | pub const CONTAINER_HOPPER: &str = "container.hopper"; constant CONTAINER_INVENTORY (line 7211) | pub const CONTAINER_INVENTORY: &str = "container.inventory"; constant CONTAINER_ISLOCKED (line 7213) | pub const CONTAINER_ISLOCKED: &str = "container.isLocked"; constant CONTAINER_LECTERN (line 7215) | pub const CONTAINER_LECTERN: &str = "container.lectern"; constant CONTAINER_LOOM (line 7217) | pub const CONTAINER_LOOM: &str = "container.loom"; constant CONTAINER_REPAIR (line 7219) | pub const CONTAINER_REPAIR: &str = "container.repair"; constant CONTAINER_REPAIR_COST (line 7221) | pub const CONTAINER_REPAIR_COST: &str = "container.repair.cost"; constant CONTAINER_REPAIR_EXPENSIVE (line 7223) | pub const CONTAINER_REPAIR_EXPENSIVE: &str = "container.repair.expensive"; constant CONTAINER_SHULKERBOX (line 7225) | pub const CONTAINER_SHULKERBOX: &str = "container.shulkerBox"; constant CONTAINER_SHULKERBOX_ITEMCOUNT (line 7227) | pub const CONTAINER_SHULKERBOX_ITEMCOUNT: &str = "container.shulkerBox.i... constant CONTAINER_SHULKERBOX_MORE (line 7229) | pub const CONTAINER_SHULKERBOX_MORE: &str = "container.shulkerBox.more"; constant CONTAINER_SHULKERBOX_UNKNOWNCONTENTS (line 7231) | pub const CONTAINER_SHULKERBOX_UNKNOWNCONTENTS: &str = "container.shulke... constant CONTAINER_SMOKER (line 7233) | pub const CONTAINER_SMOKER: &str = "container.smoker"; constant CONTAINER_SPECTATORCANTOPEN (line 7235) | pub const CONTAINER_SPECTATORCANTOPEN: &str = "container.spectatorCantOp... constant CONTAINER_STONECUTTER (line 7237) | pub const CONTAINER_STONECUTTER: &str = "container.stonecutter"; constant CONTAINER_UPGRADE (line 7239) | pub const CONTAINER_UPGRADE: &str = "container.upgrade"; constant CONTAINER_UPGRADE_ERROR_TOOLTIP (line 7241) | pub const CONTAINER_UPGRADE_ERROR_TOOLTIP: &str = "container.upgrade.err... constant CONTAINER_UPGRADE_MISSING_TEMPLATE_TOOLTIP (line 7243) | pub const CONTAINER_UPGRADE_MISSING_TEMPLATE_TOOLTIP: &str = constant CONTROLS_KEYBINDS (line 7246) | pub const CONTROLS_KEYBINDS: &str = "controls.keybinds"; constant CONTROLS_KEYBINDS_DUPLICATEKEYBINDS (line 7248) | pub const CONTROLS_KEYBINDS_DUPLICATEKEYBINDS: &str = "controls.keybinds... constant CONTROLS_KEYBINDS_TITLE (line 7250) | pub const CONTROLS_KEYBINDS_TITLE: &str = "controls.keybinds.title"; constant CONTROLS_RESET (line 7252) | pub const CONTROLS_RESET: &str = "controls.reset"; constant CONTROLS_RESETALL (line 7254) | pub const CONTROLS_RESETALL: &str = "controls.resetAll"; constant CONTROLS_TITLE (line 7256) | pub const CONTROLS_TITLE: &str = "controls.title"; constant CREATEWORLD_CUSTOMIZE_BUFFET_BIOME (line 7258) | pub const CREATEWORLD_CUSTOMIZE_BUFFET_BIOME: &str = "createWorld.custom... constant CREATEWORLD_CUSTOMIZE_BUFFET_SEARCH (line 7260) | pub const CREATEWORLD_CUSTOMIZE_BUFFET_SEARCH: &str = "createWorld.custo... constant CREATEWORLD_CUSTOMIZE_BUFFET_TITLE (line 7262) | pub const CREATEWORLD_CUSTOMIZE_BUFFET_TITLE: &str = "createWorld.custom... constant CREATEWORLD_CUSTOMIZE_FLAT_HEIGHT (line 7264) | pub const CREATEWORLD_CUSTOMIZE_FLAT_HEIGHT: &str = "createWorld.customi... constant CREATEWORLD_CUSTOMIZE_FLAT_LAYER (line 7266) | pub const CREATEWORLD_CUSTOMIZE_FLAT_LAYER: &str = "createWorld.customiz... constant CREATEWORLD_CUSTOMIZE_FLAT_LAYER_BOTTOM (line 7268) | pub const CREATEWORLD_CUSTOMIZE_FLAT_LAYER_BOTTOM: &str = "createWorld.c... constant CREATEWORLD_CUSTOMIZE_FLAT_LAYER_TOP (line 7270) | pub const CREATEWORLD_CUSTOMIZE_FLAT_LAYER_TOP: &str = "createWorld.cust... constant CREATEWORLD_CUSTOMIZE_FLAT_REMOVELAYER (line 7272) | pub const CREATEWORLD_CUSTOMIZE_FLAT_REMOVELAYER: &str = "createWorld.cu... constant CREATEWORLD_CUSTOMIZE_FLAT_TILE (line 7274) | pub const CREATEWORLD_CUSTOMIZE_FLAT_TILE: &str = "createWorld.customize... constant CREATEWORLD_CUSTOMIZE_FLAT_TITLE (line 7276) | pub const CREATEWORLD_CUSTOMIZE_FLAT_TITLE: &str = "createWorld.customiz... constant CREATEWORLD_CUSTOMIZE_PRESETS (line 7278) | pub const CREATEWORLD_CUSTOMIZE_PRESETS: &str = "createWorld.customize.p... constant CREATEWORLD_CUSTOMIZE_PRESETS_LIST (line 7280) | pub const CREATEWORLD_CUSTOMIZE_PRESETS_LIST: &str = "createWorld.custom... constant CREATEWORLD_CUSTOMIZE_PRESETS_SELECT (line 7282) | pub const CREATEWORLD_CUSTOMIZE_PRESETS_SELECT: &str = "createWorld.cust... constant CREATEWORLD_CUSTOMIZE_PRESETS_SHARE (line 7284) | pub const CREATEWORLD_CUSTOMIZE_PRESETS_SHARE: &str = "createWorld.custo... constant CREATEWORLD_CUSTOMIZE_PRESETS_TITLE (line 7286) | pub const CREATEWORLD_CUSTOMIZE_PRESETS_TITLE: &str = "createWorld.custo... constant CREATEWORLD_PREPARING (line 7288) | pub const CREATEWORLD_PREPARING: &str = "createWorld.preparing"; constant CREATEWORLD_TAB_GAME_TITLE (line 7290) | pub const CREATEWORLD_TAB_GAME_TITLE: &str = "createWorld.tab.game.title"; constant CREATEWORLD_TAB_MORE_TITLE (line 7292) | pub const CREATEWORLD_TAB_MORE_TITLE: &str = "createWorld.tab.more.title"; constant CREATEWORLD_TAB_WORLD_TITLE (line 7294) | pub const CREATEWORLD_TAB_WORLD_TITLE: &str = "createWorld.tab.world.tit... constant CREDITS_AND_ATTRIBUTION_BUTTON_ATTRIBUTION (line 7296) | pub const CREDITS_AND_ATTRIBUTION_BUTTON_ATTRIBUTION: &str = constant CREDITS_AND_ATTRIBUTION_BUTTON_CREDITS (line 7299) | pub const CREDITS_AND_ATTRIBUTION_BUTTON_CREDITS: &str = "credits_and_at... constant CREDITS_AND_ATTRIBUTION_BUTTON_LICENSES (line 7301) | pub const CREDITS_AND_ATTRIBUTION_BUTTON_LICENSES: &str = "credits_and_a... constant CREDITS_AND_ATTRIBUTION_SCREEN_TITLE (line 7303) | pub const CREDITS_AND_ATTRIBUTION_SCREEN_TITLE: &str = "credits_and_attr... constant DATAPACK_BUNDLE_DESCRIPTION (line 7305) | pub const DATAPACK_BUNDLE_DESCRIPTION: &str = "dataPack.bundle.descripti... constant DATAPACK_BUNDLE_NAME (line 7307) | pub const DATAPACK_BUNDLE_NAME: &str = "dataPack.bundle.name"; constant DATAPACK_LOCATOR_BAR_DESCRIPTION (line 7309) | pub const DATAPACK_LOCATOR_BAR_DESCRIPTION: &str = "dataPack.locator_bar... constant DATAPACK_LOCATOR_BAR_NAME (line 7311) | pub const DATAPACK_LOCATOR_BAR_NAME: &str = "dataPack.locator_bar.name"; constant DATAPACK_MINECART_IMPROVEMENTS_DESCRIPTION (line 7313) | pub const DATAPACK_MINECART_IMPROVEMENTS_DESCRIPTION: &str = constant DATAPACK_MINECART_IMPROVEMENTS_NAME (line 7316) | pub const DATAPACK_MINECART_IMPROVEMENTS_NAME: &str = "dataPack.minecart... constant DATAPACK_REDSTONE_EXPERIMENTS_DESCRIPTION (line 7318) | pub const DATAPACK_REDSTONE_EXPERIMENTS_DESCRIPTION: &str = constant DATAPACK_REDSTONE_EXPERIMENTS_NAME (line 7321) | pub const DATAPACK_REDSTONE_EXPERIMENTS_NAME: &str = "dataPack.redstone_... constant DATAPACK_TITLE (line 7323) | pub const DATAPACK_TITLE: &str = "dataPack.title"; constant DATAPACK_TRADE_REBALANCE_DESCRIPTION (line 7325) | pub const DATAPACK_TRADE_REBALANCE_DESCRIPTION: &str = "dataPack.trade_r... constant DATAPACK_TRADE_REBALANCE_NAME (line 7327) | pub const DATAPACK_TRADE_REBALANCE_NAME: &str = "dataPack.trade_rebalanc... constant DATAPACK_UPDATE_1_20_DESCRIPTION (line 7329) | pub const DATAPACK_UPDATE_1_20_DESCRIPTION: &str = "dataPack.update_1_20... constant DATAPACK_UPDATE_1_20_NAME (line 7331) | pub const DATAPACK_UPDATE_1_20_NAME: &str = "dataPack.update_1_20.name"; constant DATAPACK_UPDATE_1_21_DESCRIPTION (line 7333) | pub const DATAPACK_UPDATE_1_21_DESCRIPTION: &str = "dataPack.update_1_21... constant DATAPACK_UPDATE_1_21_NAME (line 7335) | pub const DATAPACK_UPDATE_1_21_NAME: &str = "dataPack.update_1_21.name"; constant DATAPACK_VALIDATION_BACK (line 7337) | pub const DATAPACK_VALIDATION_BACK: &str = "dataPack.validation.back"; constant DATAPACK_VALIDATION_FAILED (line 7339) | pub const DATAPACK_VALIDATION_FAILED: &str = "dataPack.validation.failed"; constant DATAPACK_VALIDATION_RESET (line 7341) | pub const DATAPACK_VALIDATION_RESET: &str = "dataPack.validation.reset"; constant DATAPACK_VALIDATION_WORKING (line 7343) | pub const DATAPACK_VALIDATION_WORKING: &str = "dataPack.validation.worki... constant DATAPACK_VANILLA_DESCRIPTION (line 7345) | pub const DATAPACK_VANILLA_DESCRIPTION: &str = "dataPack.vanilla.descrip... constant DATAPACK_VANILLA_NAME (line 7347) | pub const DATAPACK_VANILLA_NAME: &str = "dataPack.vanilla.name"; constant DATAPACK_WINTER_DROP_DESCRIPTION (line 7349) | pub const DATAPACK_WINTER_DROP_DESCRIPTION: &str = "dataPack.winter_drop... constant DATAPACK_WINTER_DROP_NAME (line 7351) | pub const DATAPACK_WINTER_DROP_NAME: &str = "dataPack.winter_drop.name"; constant DATAPACKFAILURE_SAFEMODE (line 7353) | pub const DATAPACKFAILURE_SAFEMODE: &str = "datapackFailure.safeMode"; constant DATAPACKFAILURE_SAFEMODE_FAILED_DESCRIPTION (line 7355) | pub const DATAPACKFAILURE_SAFEMODE_FAILED_DESCRIPTION: &str = constant DATAPACKFAILURE_SAFEMODE_FAILED_TITLE (line 7358) | pub const DATAPACKFAILURE_SAFEMODE_FAILED_TITLE: &str = "datapackFailure... constant DATAPACKFAILURE_TITLE (line 7360) | pub const DATAPACKFAILURE_TITLE: &str = "datapackFailure.title"; constant DEATH_ATTACK_ANVIL (line 7362) | pub const DEATH_ATTACK_ANVIL: &str = "death.attack.anvil"; constant DEATH_ATTACK_ANVIL_PLAYER (line 7364) | pub const DEATH_ATTACK_ANVIL_PLAYER: &str = "death.attack.anvil.player"; constant DEATH_ATTACK_ARROW (line 7366) | pub const DEATH_ATTACK_ARROW: &str = "death.attack.arrow"; constant DEATH_ATTACK_ARROW_ITEM (line 7368) | pub const DEATH_ATTACK_ARROW_ITEM: &str = "death.attack.arrow.item"; constant DEATH_ATTACK_BADRESPAWNPOINT_LINK (line 7370) | pub const DEATH_ATTACK_BADRESPAWNPOINT_LINK: &str = "death.attack.badRes... constant DEATH_ATTACK_BADRESPAWNPOINT_MESSAGE (line 7372) | pub const DEATH_ATTACK_BADRESPAWNPOINT_MESSAGE: &str = "death.attack.bad... constant DEATH_ATTACK_CACTUS (line 7374) | pub const DEATH_ATTACK_CACTUS: &str = "death.attack.cactus"; constant DEATH_ATTACK_CACTUS_PLAYER (line 7376) | pub const DEATH_ATTACK_CACTUS_PLAYER: &str = "death.attack.cactus.player"; constant DEATH_ATTACK_CRAMMING (line 7378) | pub const DEATH_ATTACK_CRAMMING: &str = "death.attack.cramming"; constant DEATH_ATTACK_CRAMMING_PLAYER (line 7380) | pub const DEATH_ATTACK_CRAMMING_PLAYER: &str = "death.attack.cramming.pl... constant DEATH_ATTACK_DRAGONBREATH (line 7382) | pub const DEATH_ATTACK_DRAGONBREATH: &str = "death.attack.dragonBreath"; constant DEATH_ATTACK_DRAGONBREATH_PLAYER (line 7384) | pub const DEATH_ATTACK_DRAGONBREATH_PLAYER: &str = "death.attack.dragonB... constant DEATH_ATTACK_DROWN (line 7386) | pub const DEATH_ATTACK_DROWN: &str = "death.attack.drown"; constant DEATH_ATTACK_DROWN_PLAYER (line 7388) | pub const DEATH_ATTACK_DROWN_PLAYER: &str = "death.attack.drown.player"; constant DEATH_ATTACK_DRYOUT (line 7390) | pub const DEATH_ATTACK_DRYOUT: &str = "death.attack.dryout"; constant DEATH_ATTACK_DRYOUT_PLAYER (line 7392) | pub const DEATH_ATTACK_DRYOUT_PLAYER: &str = "death.attack.dryout.player"; constant DEATH_ATTACK_EVEN_MORE_MAGIC (line 7394) | pub const DEATH_ATTACK_EVEN_MORE_MAGIC: &str = "death.attack.even_more_m... constant DEATH_ATTACK_EXPLOSION (line 7396) | pub const DEATH_ATTACK_EXPLOSION: &str = "death.attack.explosion"; constant DEATH_ATTACK_EXPLOSION_PLAYER (line 7398) | pub const DEATH_ATTACK_EXPLOSION_PLAYER: &str = "death.attack.explosion.... constant DEATH_ATTACK_EXPLOSION_PLAYER_ITEM (line 7400) | pub const DEATH_ATTACK_EXPLOSION_PLAYER_ITEM: &str = "death.attack.explo... constant DEATH_ATTACK_FALL (line 7402) | pub const DEATH_ATTACK_FALL: &str = "death.attack.fall"; constant DEATH_ATTACK_FALL_PLAYER (line 7404) | pub const DEATH_ATTACK_FALL_PLAYER: &str = "death.attack.fall.player"; constant DEATH_ATTACK_FALLINGBLOCK (line 7406) | pub const DEATH_ATTACK_FALLINGBLOCK: &str = "death.attack.fallingBlock"; constant DEATH_ATTACK_FALLINGBLOCK_PLAYER (line 7408) | pub const DEATH_ATTACK_FALLINGBLOCK_PLAYER: &str = "death.attack.falling... constant DEATH_ATTACK_FALLINGSTALACTITE (line 7410) | pub const DEATH_ATTACK_FALLINGSTALACTITE: &str = "death.attack.fallingSt... constant DEATH_ATTACK_FALLINGSTALACTITE_PLAYER (line 7412) | pub const DEATH_ATTACK_FALLINGSTALACTITE_PLAYER: &str = "death.attack.fa... constant DEATH_ATTACK_FIREBALL (line 7414) | pub const DEATH_ATTACK_FIREBALL: &str = "death.attack.fireball"; constant DEATH_ATTACK_FIREBALL_ITEM (line 7416) | pub const DEATH_ATTACK_FIREBALL_ITEM: &str = "death.attack.fireball.item"; constant DEATH_ATTACK_FIREWORKS (line 7418) | pub const DEATH_ATTACK_FIREWORKS: &str = "death.attack.fireworks"; constant DEATH_ATTACK_FIREWORKS_ITEM (line 7420) | pub const DEATH_ATTACK_FIREWORKS_ITEM: &str = "death.attack.fireworks.it... constant DEATH_ATTACK_FIREWORKS_PLAYER (line 7422) | pub const DEATH_ATTACK_FIREWORKS_PLAYER: &str = "death.attack.fireworks.... constant DEATH_ATTACK_FLYINTOWALL (line 7424) | pub const DEATH_ATTACK_FLYINTOWALL: &str = "death.attack.flyIntoWall"; constant DEATH_ATTACK_FLYINTOWALL_PLAYER (line 7426) | pub const DEATH_ATTACK_FLYINTOWALL_PLAYER: &str = "death.attack.flyIntoW... constant DEATH_ATTACK_FREEZE (line 7428) | pub const DEATH_ATTACK_FREEZE: &str = "death.attack.freeze"; constant DEATH_ATTACK_FREEZE_PLAYER (line 7430) | pub const DEATH_ATTACK_FREEZE_PLAYER: &str = "death.attack.freeze.player"; constant DEATH_ATTACK_GENERIC (line 7432) | pub const DEATH_ATTACK_GENERIC: &str = "death.attack.generic"; constant DEATH_ATTACK_GENERIC_PLAYER (line 7434) | pub const DEATH_ATTACK_GENERIC_PLAYER: &str = "death.attack.generic.play... constant DEATH_ATTACK_GENERICKILL (line 7436) | pub const DEATH_ATTACK_GENERICKILL: &str = "death.attack.genericKill"; constant DEATH_ATTACK_GENERICKILL_PLAYER (line 7438) | pub const DEATH_ATTACK_GENERICKILL_PLAYER: &str = "death.attack.genericK... constant DEATH_ATTACK_HOTFLOOR (line 7440) | pub const DEATH_ATTACK_HOTFLOOR: &str = "death.attack.hotFloor"; constant DEATH_ATTACK_HOTFLOOR_PLAYER (line 7442) | pub const DEATH_ATTACK_HOTFLOOR_PLAYER: &str = "death.attack.hotFloor.pl... constant DEATH_ATTACK_INFIRE (line 7444) | pub const DEATH_ATTACK_INFIRE: &str = "death.attack.inFire"; constant DEATH_ATTACK_INFIRE_PLAYER (line 7446) | pub const DEATH_ATTACK_INFIRE_PLAYER: &str = "death.attack.inFire.player"; constant DEATH_ATTACK_INWALL (line 7448) | pub const DEATH_ATTACK_INWALL: &str = "death.attack.inWall"; constant DEATH_ATTACK_INWALL_PLAYER (line 7450) | pub const DEATH_ATTACK_INWALL_PLAYER: &str = "death.attack.inWall.player"; constant DEATH_ATTACK_INDIRECTMAGIC (line 7452) | pub const DEATH_ATTACK_INDIRECTMAGIC: &str = "death.attack.indirectMagic"; constant DEATH_ATTACK_INDIRECTMAGIC_ITEM (line 7454) | pub const DEATH_ATTACK_INDIRECTMAGIC_ITEM: &str = "death.attack.indirect... constant DEATH_ATTACK_LAVA (line 7456) | pub const DEATH_ATTACK_LAVA: &str = "death.attack.lava"; constant DEATH_ATTACK_LAVA_PLAYER (line 7458) | pub const DEATH_ATTACK_LAVA_PLAYER: &str = "death.attack.lava.player"; constant DEATH_ATTACK_LIGHTNINGBOLT (line 7460) | pub const DEATH_ATTACK_LIGHTNINGBOLT: &str = "death.attack.lightningBolt"; constant DEATH_ATTACK_LIGHTNINGBOLT_PLAYER (line 7462) | pub const DEATH_ATTACK_LIGHTNINGBOLT_PLAYER: &str = "death.attack.lightn... constant DEATH_ATTACK_MACE_SMASH (line 7464) | pub const DEATH_ATTACK_MACE_SMASH: &str = "death.attack.mace_smash"; constant DEATH_ATTACK_MACE_SMASH_ITEM (line 7466) | pub const DEATH_ATTACK_MACE_SMASH_ITEM: &str = "death.attack.mace_smash.... constant DEATH_ATTACK_MAGIC (line 7468) | pub const DEATH_ATTACK_MAGIC: &str = "death.attack.magic"; constant DEATH_ATTACK_MAGIC_PLAYER (line 7470) | pub const DEATH_ATTACK_MAGIC_PLAYER: &str = "death.attack.magic.player"; constant DEATH_ATTACK_MESSAGE_TOO_LONG (line 7472) | pub const DEATH_ATTACK_MESSAGE_TOO_LONG: &str = "death.attack.message_to... constant DEATH_ATTACK_MOB (line 7474) | pub const DEATH_ATTACK_MOB: &str = "death.attack.mob"; constant DEATH_ATTACK_MOB_ITEM (line 7476) | pub const DEATH_ATTACK_MOB_ITEM: &str = "death.attack.mob.item"; constant DEATH_ATTACK_ONFIRE (line 7478) | pub const DEATH_ATTACK_ONFIRE: &str = "death.attack.onFire"; constant DEATH_ATTACK_ONFIRE_ITEM (line 7480) | pub const DEATH_ATTACK_ONFIRE_ITEM: &str = "death.attack.onFire.item"; constant DEATH_ATTACK_ONFIRE_PLAYER (line 7482) | pub const DEATH_ATTACK_ONFIRE_PLAYER: &str = "death.attack.onFire.player"; constant DEATH_ATTACK_OUTOFWORLD (line 7484) | pub const DEATH_ATTACK_OUTOFWORLD: &str = "death.attack.outOfWorld"; constant DEATH_ATTACK_OUTOFWORLD_PLAYER (line 7486) | pub const DEATH_ATTACK_OUTOFWORLD_PLAYER: &str = "death.attack.outOfWorl... constant DEATH_ATTACK_OUTSIDEBORDER (line 7488) | pub const DEATH_ATTACK_OUTSIDEBORDER: &str = "death.attack.outsideBorder"; constant DEATH_ATTACK_OUTSIDEBORDER_PLAYER (line 7490) | pub const DEATH_ATTACK_OUTSIDEBORDER_PLAYER: &str = "death.attack.outsid... constant DEATH_ATTACK_PLAYER (line 7492) | pub const DEATH_ATTACK_PLAYER: &str = "death.attack.player"; constant DEATH_ATTACK_PLAYER_ITEM (line 7494) | pub const DEATH_ATTACK_PLAYER_ITEM: &str = "death.attack.player.item"; constant DEATH_ATTACK_SONIC_BOOM (line 7496) | pub const DEATH_ATTACK_SONIC_BOOM: &str = "death.attack.sonic_boom"; constant DEATH_ATTACK_SONIC_BOOM_ITEM (line 7498) | pub const DEATH_ATTACK_SONIC_BOOM_ITEM: &str = "death.attack.sonic_boom.... constant DEATH_ATTACK_SONIC_BOOM_PLAYER (line 7500) | pub const DEATH_ATTACK_SONIC_BOOM_PLAYER: &str = "death.attack.sonic_boo... constant DEATH_ATTACK_SPEAR (line 7502) | pub const DEATH_ATTACK_SPEAR: &str = "death.attack.spear"; constant DEATH_ATTACK_SPEAR_ITEM (line 7504) | pub const DEATH_ATTACK_SPEAR_ITEM: &str = "death.attack.spear.item"; constant DEATH_ATTACK_STALAGMITE (line 7506) | pub const DEATH_ATTACK_STALAGMITE: &str = "death.attack.stalagmite"; constant DEATH_ATTACK_STALAGMITE_PLAYER (line 7508) | pub const DEATH_ATTACK_STALAGMITE_PLAYER: &str = "death.attack.stalagmit... constant DEATH_ATTACK_STARVE (line 7510) | pub const DEATH_ATTACK_STARVE: &str = "death.attack.starve"; constant DEATH_ATTACK_STARVE_PLAYER (line 7512) | pub const DEATH_ATTACK_STARVE_PLAYER: &str = "death.attack.starve.player"; constant DEATH_ATTACK_STING (line 7514) | pub const DEATH_ATTACK_STING: &str = "death.attack.sting"; constant DEATH_ATTACK_STING_ITEM (line 7516) | pub const DEATH_ATTACK_STING_ITEM: &str = "death.attack.sting.item"; constant DEATH_ATTACK_STING_PLAYER (line 7518) | pub const DEATH_ATTACK_STING_PLAYER: &str = "death.attack.sting.player"; constant DEATH_ATTACK_SWEETBERRYBUSH (line 7520) | pub const DEATH_ATTACK_SWEETBERRYBUSH: &str = "death.attack.sweetBerryBu... constant DEATH_ATTACK_SWEETBERRYBUSH_PLAYER (line 7522) | pub const DEATH_ATTACK_SWEETBERRYBUSH_PLAYER: &str = "death.attack.sweet... constant DEATH_ATTACK_THORNS (line 7524) | pub const DEATH_ATTACK_THORNS: &str = "death.attack.thorns"; constant DEATH_ATTACK_THORNS_ITEM (line 7526) | pub const DEATH_ATTACK_THORNS_ITEM: &str = "death.attack.thorns.item"; constant DEATH_ATTACK_THROWN (line 7528) | pub const DEATH_ATTACK_THROWN: &str = "death.attack.thrown"; constant DEATH_ATTACK_THROWN_ITEM (line 7530) | pub const DEATH_ATTACK_THROWN_ITEM: &str = "death.attack.thrown.item"; constant DEATH_ATTACK_TRIDENT (line 7532) | pub const DEATH_ATTACK_TRIDENT: &str = "death.attack.trident"; constant DEATH_ATTACK_TRIDENT_ITEM (line 7534) | pub const DEATH_ATTACK_TRIDENT_ITEM: &str = "death.attack.trident.item"; constant DEATH_ATTACK_WITHER (line 7536) | pub const DEATH_ATTACK_WITHER: &str = "death.attack.wither"; constant DEATH_ATTACK_WITHER_PLAYER (line 7538) | pub const DEATH_ATTACK_WITHER_PLAYER: &str = "death.attack.wither.player"; constant DEATH_ATTACK_WITHERSKULL (line 7540) | pub const DEATH_ATTACK_WITHERSKULL: &str = "death.attack.witherSkull"; constant DEATH_ATTACK_WITHERSKULL_ITEM (line 7542) | pub const DEATH_ATTACK_WITHERSKULL_ITEM: &str = "death.attack.witherSkul... constant DEATH_FELL_ACCIDENT_GENERIC (line 7544) | pub const DEATH_FELL_ACCIDENT_GENERIC: &str = "death.fell.accident.gener... constant DEATH_FELL_ACCIDENT_LADDER (line 7546) | pub const DEATH_FELL_ACCIDENT_LADDER: &str = "death.fell.accident.ladder"; constant DEATH_FELL_ACCIDENT_OTHER_CLIMBABLE (line 7548) | pub const DEATH_FELL_ACCIDENT_OTHER_CLIMBABLE: &str = "death.fell.accide... constant DEATH_FELL_ACCIDENT_SCAFFOLDING (line 7550) | pub const DEATH_FELL_ACCIDENT_SCAFFOLDING: &str = "death.fell.accident.s... constant DEATH_FELL_ACCIDENT_TWISTING_VINES (line 7552) | pub const DEATH_FELL_ACCIDENT_TWISTING_VINES: &str = "death.fell.acciden... constant DEATH_FELL_ACCIDENT_VINES (line 7554) | pub const DEATH_FELL_ACCIDENT_VINES: &str = "death.fell.accident.vines"; constant DEATH_FELL_ACCIDENT_WEEPING_VINES (line 7556) | pub const DEATH_FELL_ACCIDENT_WEEPING_VINES: &str = "death.fell.accident... constant DEATH_FELL_ASSIST (line 7558) | pub const DEATH_FELL_ASSIST: &str = "death.fell.assist"; constant DEATH_FELL_ASSIST_ITEM (line 7560) | pub const DEATH_FELL_ASSIST_ITEM: &str = "death.fell.assist.item"; constant DEATH_FELL_FINISH (line 7562) | pub const DEATH_FELL_FINISH: &str = "death.fell.finish"; constant DEATH_FELL_FINISH_ITEM (line 7564) | pub const DEATH_FELL_FINISH_ITEM: &str = "death.fell.finish.item"; constant DEATH_FELL_KILLER (line 7566) | pub const DEATH_FELL_KILLER: &str = "death.fell.killer"; constant DEATHSCREEN_QUIT_CONFIRM (line 7568) | pub const DEATHSCREEN_QUIT_CONFIRM: &str = "deathScreen.quit.confirm"; constant DEATHSCREEN_RESPAWN (line 7570) | pub const DEATHSCREEN_RESPAWN: &str = "deathScreen.respawn"; constant DEATHSCREEN_SCORE (line 7572) | pub const DEATHSCREEN_SCORE: &str = "deathScreen.score"; constant DEATHSCREEN_SCORE_VALUE (line 7574) | pub const DEATHSCREEN_SCORE_VALUE: &str = "deathScreen.score.value"; constant DEATHSCREEN_SPECTATE (line 7576) | pub const DEATHSCREEN_SPECTATE: &str = "deathScreen.spectate"; constant DEATHSCREEN_TITLE (line 7578) | pub const DEATHSCREEN_TITLE: &str = "deathScreen.title"; constant DEATHSCREEN_TITLE_HARDCORE (line 7580) | pub const DEATHSCREEN_TITLE_HARDCORE: &str = "deathScreen.title.hardcore"; constant DEATHSCREEN_TITLESCREEN (line 7582) | pub const DEATHSCREEN_TITLESCREEN: &str = "deathScreen.titleScreen"; constant DEBUG_ADVANCED_TOOLTIPS_HELP (line 7584) | pub const DEBUG_ADVANCED_TOOLTIPS_HELP: &str = "debug.advanced_tooltips.... constant DEBUG_ADVANCED_TOOLTIPS_OFF (line 7586) | pub const DEBUG_ADVANCED_TOOLTIPS_OFF: &str = "debug.advanced_tooltips.o... constant DEBUG_ADVANCED_TOOLTIPS_ON (line 7588) | pub const DEBUG_ADVANCED_TOOLTIPS_ON: &str = "debug.advanced_tooltips.on"; constant DEBUG_CHUNK_BOUNDARIES_HELP (line 7590) | pub const DEBUG_CHUNK_BOUNDARIES_HELP: &str = "debug.chunk_boundaries.he... constant DEBUG_CHUNK_BOUNDARIES_OFF (line 7592) | pub const DEBUG_CHUNK_BOUNDARIES_OFF: &str = "debug.chunk_boundaries.off"; constant DEBUG_CHUNK_BOUNDARIES_ON (line 7594) | pub const DEBUG_CHUNK_BOUNDARIES_ON: &str = "debug.chunk_boundaries.on"; constant DEBUG_CLEAR_CHAT_HELP (line 7596) | pub const DEBUG_CLEAR_CHAT_HELP: &str = "debug.clear_chat.help"; constant DEBUG_COPY_LOCATION_HELP (line 7598) | pub const DEBUG_COPY_LOCATION_HELP: &str = "debug.copy_location.help"; constant DEBUG_COPY_LOCATION_MESSAGE (line 7600) | pub const DEBUG_COPY_LOCATION_MESSAGE: &str = "debug.copy_location.messa... constant DEBUG_CRASH_MESSAGE (line 7602) | pub const DEBUG_CRASH_MESSAGE: &str = "debug.crash.message"; constant DEBUG_CRASH_MESSAGE_REBINDABLE (line 7604) | pub const DEBUG_CRASH_MESSAGE_REBINDABLE: &str = "debug.crash.message.re... constant DEBUG_CRASH_WARNING (line 7606) | pub const DEBUG_CRASH_WARNING: &str = "debug.crash.warning"; constant DEBUG_CREATIVE_SPECTATOR_ERROR (line 7608) | pub const DEBUG_CREATIVE_SPECTATOR_ERROR: &str = "debug.creative_spectat... constant DEBUG_CREATIVE_SPECTATOR_HELP (line 7610) | pub const DEBUG_CREATIVE_SPECTATOR_HELP: &str = "debug.creative_spectato... constant DEBUG_DUMP_DYNAMIC_TEXTURES (line 7612) | pub const DEBUG_DUMP_DYNAMIC_TEXTURES: &str = "debug.dump_dynamic_textur... constant DEBUG_DUMP_DYNAMIC_TEXTURES_HELP (line 7614) | pub const DEBUG_DUMP_DYNAMIC_TEXTURES_HELP: &str = "debug.dump_dynamic_t... constant DEBUG_ENTRY_ALWAYS (line 7616) | pub const DEBUG_ENTRY_ALWAYS: &str = "debug.entry.always"; constant DEBUG_ENTRY_CURRENTLY_ALWAYSON (line 7618) | pub const DEBUG_ENTRY_CURRENTLY_ALWAYSON: &str = "debug.entry.currently.... constant DEBUG_ENTRY_CURRENTLY_INF3 (line 7620) | pub const DEBUG_ENTRY_CURRENTLY_INF3: &str = "debug.entry.currently.inF3"; constant DEBUG_ENTRY_CURRENTLY_INOVERLAY (line 7622) | pub const DEBUG_ENTRY_CURRENTLY_INOVERLAY: &str = "debug.entry.currently... constant DEBUG_ENTRY_CURRENTLY_NEVER (line 7624) | pub const DEBUG_ENTRY_CURRENTLY_NEVER: &str = "debug.entry.currently.nev... constant DEBUG_ENTRY_F3 (line 7626) | pub const DEBUG_ENTRY_F3: &str = "debug.entry.f3"; constant DEBUG_ENTRY_OVERLAY (line 7628) | pub const DEBUG_ENTRY_OVERLAY: &str = "debug.entry.overlay"; constant DEBUG_GAMEMODES_ERROR (line 7630) | pub const DEBUG_GAMEMODES_ERROR: &str = "debug.gamemodes.error"; constant DEBUG_GAMEMODES_HELP (line 7632) | pub const DEBUG_GAMEMODES_HELP: &str = "debug.gamemodes.help"; constant DEBUG_GAMEMODES_PRESS_F4 (line 7634) | pub const DEBUG_GAMEMODES_PRESS_F4: &str = "debug.gamemodes.press_f4"; constant DEBUG_GAMEMODES_SELECT_NEXT (line 7636) | pub const DEBUG_GAMEMODES_SELECT_NEXT: &str = "debug.gamemodes.select_ne... constant DEBUG_HELP_HELP (line 7638) | pub const DEBUG_HELP_HELP: &str = "debug.help.help"; constant DEBUG_HELP_MESSAGE (line 7640) | pub const DEBUG_HELP_MESSAGE: &str = "debug.help.message"; constant DEBUG_INSPECT_CLIENT_BLOCK (line 7642) | pub const DEBUG_INSPECT_CLIENT_BLOCK: &str = "debug.inspect.client.block"; constant DEBUG_INSPECT_CLIENT_ENTITY (line 7644) | pub const DEBUG_INSPECT_CLIENT_ENTITY: &str = "debug.inspect.client.enti... constant DEBUG_INSPECT_HELP (line 7646) | pub const DEBUG_INSPECT_HELP: &str = "debug.inspect.help"; constant DEBUG_INSPECT_SERVER_BLOCK (line 7648) | pub const DEBUG_INSPECT_SERVER_BLOCK: &str = "debug.inspect.server.block"; constant DEBUG_INSPECT_SERVER_ENTITY (line 7650) | pub const DEBUG_INSPECT_SERVER_ENTITY: &str = "debug.inspect.server.enti... constant DEBUG_OPTIONS_CATEGORY_RENDERER (line 7652) | pub const DEBUG_OPTIONS_CATEGORY_RENDERER: &str = "debug.options.categor... constant DEBUG_OPTIONS_CATEGORY_TEXT (line 7654) | pub const DEBUG_OPTIONS_CATEGORY_TEXT: &str = "debug.options.category.te... constant DEBUG_OPTIONS_HELP (line 7656) | pub const DEBUG_OPTIONS_HELP: &str = "debug.options.help"; constant DEBUG_OPTIONS_NOTALLOWED_TOOLTIP (line 7658) | pub const DEBUG_OPTIONS_NOTALLOWED_TOOLTIP: &str = "debug.options.notAll... constant DEBUG_OPTIONS_PROFILE_DEFAULT (line 7660) | pub const DEBUG_OPTIONS_PROFILE_DEFAULT: &str = "debug.options.profile.d... constant DEBUG_OPTIONS_PROFILE_PERFORMANCE (line 7662) | pub const DEBUG_OPTIONS_PROFILE_PERFORMANCE: &str = "debug.options.profi... constant DEBUG_OPTIONS_SEARCH (line 7664) | pub const DEBUG_OPTIONS_SEARCH: &str = "debug.options.search"; constant DEBUG_OPTIONS_TITLE (line 7666) | pub const DEBUG_OPTIONS_TITLE: &str = "debug.options.title"; constant DEBUG_OPTIONS_WARNING (line 7668) | pub const DEBUG_OPTIONS_WARNING: &str = "debug.options.warning"; constant DEBUG_PAUSE_HELP (line 7670) | pub const DEBUG_PAUSE_HELP: &str = "debug.pause.help"; constant DEBUG_PAUSE_FOCUS_HELP (line 7672) | pub const DEBUG_PAUSE_FOCUS_HELP: &str = "debug.pause_focus.help"; constant DEBUG_PAUSE_FOCUS_OFF (line 7674) | pub const DEBUG_PAUSE_FOCUS_OFF: &str = "debug.pause_focus.off"; constant DEBUG_PAUSE_FOCUS_ON (line 7676) | pub const DEBUG_PAUSE_FOCUS_ON: &str = "debug.pause_focus.on"; constant DEBUG_PREFIX (line 7678) | pub const DEBUG_PREFIX: &str = "debug.prefix"; constant DEBUG_PROFILING_HELP (line 7680) | pub const DEBUG_PROFILING_HELP: &str = "debug.profiling.help"; constant DEBUG_PROFILING_START (line 7682) | pub const DEBUG_PROFILING_START: &str = "debug.profiling.start"; constant DEBUG_PROFILING_START_REBINDABLE (line 7684) | pub const DEBUG_PROFILING_START_REBINDABLE: &str = "debug.profiling.star... constant DEBUG_PROFILING_STOP (line 7686) | pub const DEBUG_PROFILING_STOP: &str = "debug.profiling.stop"; constant DEBUG_RELOAD_CHUNKS_HELP (line 7688) | pub const DEBUG_RELOAD_CHUNKS_HELP: &str = "debug.reload_chunks.help"; constant DEBUG_RELOAD_CHUNKS_MESSAGE (line 7690) | pub const DEBUG_RELOAD_CHUNKS_MESSAGE: &str = "debug.reload_chunks.messa... constant DEBUG_RELOAD_RESOURCEPACKS_HELP (line 7692) | pub const DEBUG_RELOAD_RESOURCEPACKS_HELP: &str = "debug.reload_resource... constant DEBUG_RELOAD_RESOURCEPACKS_MESSAGE (line 7694) | pub const DEBUG_RELOAD_RESOURCEPACKS_MESSAGE: &str = "debug.reload_resou... constant DEBUG_SHOW_HITBOXES_HELP (line 7696) | pub const DEBUG_SHOW_HITBOXES_HELP: &str = "debug.show_hitboxes.help"; constant DEBUG_SHOW_HITBOXES_OFF (line 7698) | pub const DEBUG_SHOW_HITBOXES_OFF: &str = "debug.show_hitboxes.off"; constant DEBUG_SHOW_HITBOXES_ON (line 7700) | pub const DEBUG_SHOW_HITBOXES_ON: &str = "debug.show_hitboxes.on"; constant DEBUG_VERSION_HEADER (line 7702) | pub const DEBUG_VERSION_HEADER: &str = "debug.version.header"; constant DEBUG_VERSION_HELP (line 7704) | pub const DEBUG_VERSION_HELP: &str = "debug.version.help"; constant DEMO_DAY_1 (line 7706) | pub const DEMO_DAY_1: &str = "demo.day.1"; constant DEMO_DAY_2 (line 7708) | pub const DEMO_DAY_2: &str = "demo.day.2"; constant DEMO_DAY_3 (line 7710) | pub const DEMO_DAY_3: &str = "demo.day.3"; constant DEMO_DAY_4 (line 7712) | pub const DEMO_DAY_4: &str = "demo.day.4"; constant DEMO_DAY_5 (line 7714) | pub const DEMO_DAY_5: &str = "demo.day.5"; constant DEMO_DAY_6 (line 7716) | pub const DEMO_DAY_6: &str = "demo.day.6"; constant DEMO_DAY_WARNING (line 7718) | pub const DEMO_DAY_WARNING: &str = "demo.day.warning"; constant DEMO_DEMOEXPIRED (line 7720) | pub const DEMO_DEMOEXPIRED: &str = "demo.demoExpired"; constant DEMO_HELP_BUY (line 7722) | pub const DEMO_HELP_BUY: &str = "demo.help.buy"; constant DEMO_HELP_FULLWRAPPED (line 7724) | pub const DEMO_HELP_FULLWRAPPED: &str = "demo.help.fullWrapped"; constant DEMO_HELP_INVENTORY (line 7726) | pub const DEMO_HELP_INVENTORY: &str = "demo.help.inventory"; constant DEMO_HELP_JUMP (line 7728) | pub const DEMO_HELP_JUMP: &str = "demo.help.jump"; constant DEMO_HELP_LATER (line 7730) | pub const DEMO_HELP_LATER: &str = "demo.help.later"; constant DEMO_HELP_MOVEMENT (line 7732) | pub const DEMO_HELP_MOVEMENT: &str = "demo.help.movement"; constant DEMO_HELP_MOVEMENTMOUSE (line 7734) | pub const DEMO_HELP_MOVEMENTMOUSE: &str = "demo.help.movementMouse"; constant DEMO_HELP_MOVEMENTSHORT (line 7736) | pub const DEMO_HELP_MOVEMENTSHORT: &str = "demo.help.movementShort"; constant DEMO_HELP_TITLE (line 7738) | pub const DEMO_HELP_TITLE: &str = "demo.help.title"; constant DEMO_REMAININGTIME (line 7740) | pub const DEMO_REMAININGTIME: &str = "demo.remainingTime"; constant DEMO_REMINDER (line 7742) | pub const DEMO_REMINDER: &str = "demo.reminder"; constant DIFFICULTY_LOCK_QUESTION (line 7744) | pub const DIFFICULTY_LOCK_QUESTION: &str = "difficulty.lock.question"; constant DIFFICULTY_LOCK_TITLE (line 7746) | pub const DIFFICULTY_LOCK_TITLE: &str = "difficulty.lock.title"; constant DISCONNECT_ENDOFSTREAM (line 7748) | pub const DISCONNECT_ENDOFSTREAM: &str = "disconnect.endOfStream"; constant DISCONNECT_EXCEEDED_PACKET_RATE (line 7750) | pub const DISCONNECT_EXCEEDED_PACKET_RATE: &str = "disconnect.exceeded_p... constant DISCONNECT_GENERICREASON (line 7752) | pub const DISCONNECT_GENERICREASON: &str = "disconnect.genericReason"; constant DISCONNECT_IGNORING_STATUS_REQUEST (line 7754) | pub const DISCONNECT_IGNORING_STATUS_REQUEST: &str = "disconnect.ignorin... constant DISCONNECT_LOGINFAILEDINFO (line 7756) | pub const DISCONNECT_LOGINFAILEDINFO: &str = "disconnect.loginFailedInfo"; constant DISCONNECT_LOGINFAILEDINFO_INSUFFICIENTPRIVILEGES (line 7758) | pub const DISCONNECT_LOGINFAILEDINFO_INSUFFICIENTPRIVILEGES: &str = constant DISCONNECT_LOGINFAILEDINFO_INVALIDSESSION (line 7761) | pub const DISCONNECT_LOGINFAILEDINFO_INVALIDSESSION: &str = constant DISCONNECT_LOGINFAILEDINFO_SERVERSUNAVAILABLE (line 7764) | pub const DISCONNECT_LOGINFAILEDINFO_SERVERSUNAVAILABLE: &str = constant DISCONNECT_LOGINFAILEDINFO_USERBANNED (line 7767) | pub const DISCONNECT_LOGINFAILEDINFO_USERBANNED: &str = "disconnect.logi... constant DISCONNECT_LOST (line 7769) | pub const DISCONNECT_LOST: &str = "disconnect.lost"; constant DISCONNECT_PACKETERROR (line 7771) | pub const DISCONNECT_PACKETERROR: &str = "disconnect.packetError"; constant DISCONNECT_SPAM (line 7773) | pub const DISCONNECT_SPAM: &str = "disconnect.spam"; constant DISCONNECT_TIMEOUT (line 7775) | pub const DISCONNECT_TIMEOUT: &str = "disconnect.timeout"; constant DISCONNECT_TRANSFER (line 7777) | pub const DISCONNECT_TRANSFER: &str = "disconnect.transfer"; constant DISCONNECT_UNKNOWNHOST (line 7779) | pub const DISCONNECT_UNKNOWNHOST: &str = "disconnect.unknownHost"; constant DOWNLOAD_PACK_FAILED (line 7781) | pub const DOWNLOAD_PACK_FAILED: &str = "download.pack.failed"; constant DOWNLOAD_PACK_PROGRESS_BYTES (line 7783) | pub const DOWNLOAD_PACK_PROGRESS_BYTES: &str = "download.pack.progress.b... constant DOWNLOAD_PACK_PROGRESS_PERCENT (line 7785) | pub const DOWNLOAD_PACK_PROGRESS_PERCENT: &str = "download.pack.progress... constant DOWNLOAD_PACK_TITLE (line 7787) | pub const DOWNLOAD_PACK_TITLE: &str = "download.pack.title"; constant EDITGAMERULE_DEFAULT (line 7789) | pub const EDITGAMERULE_DEFAULT: &str = "editGamerule.default"; constant EDITGAMERULE_TITLE (line 7791) | pub const EDITGAMERULE_TITLE: &str = "editGamerule.title"; constant EFFECT_DURATION_INFINITE (line 7793) | pub const EFFECT_DURATION_INFINITE: &str = "effect.duration.infinite"; constant EFFECT_MINECRAFT_ABSORPTION (line 7795) | pub const EFFECT_MINECRAFT_ABSORPTION: &str = "effect.minecraft.absorpti... constant EFFECT_MINECRAFT_BAD_OMEN (line 7797) | pub const EFFECT_MINECRAFT_BAD_OMEN: &str = "effect.minecraft.bad_omen"; constant EFFECT_MINECRAFT_BLINDNESS (line 7799) | pub const EFFECT_MINECRAFT_BLINDNESS: &str = "effect.minecraft.blindness"; constant EFFECT_MINECRAFT_BREATH_OF_THE_NAUTILUS (line 7801) | pub const EFFECT_MINECRAFT_BREATH_OF_THE_NAUTILUS: &str = "effect.minecr... constant EFFECT_MINECRAFT_CONDUIT_POWER (line 7803) | pub const EFFECT_MINECRAFT_CONDUIT_POWER: &str = "effect.minecraft.condu... constant EFFECT_MINECRAFT_DARKNESS (line 7805) | pub const EFFECT_MINECRAFT_DARKNESS: &str = "effect.minecraft.darkness"; constant EFFECT_MINECRAFT_DOLPHINS_GRACE (line 7807) | pub const EFFECT_MINECRAFT_DOLPHINS_GRACE: &str = "effect.minecraft.dolp... constant EFFECT_MINECRAFT_FIRE_RESISTANCE (line 7809) | pub const EFFECT_MINECRAFT_FIRE_RESISTANCE: &str = "effect.minecraft.fir... constant EFFECT_MINECRAFT_GLOWING (line 7811) | pub const EFFECT_MINECRAFT_GLOWING: &str = "effect.minecraft.glowing"; constant EFFECT_MINECRAFT_HASTE (line 7813) | pub const EFFECT_MINECRAFT_HASTE: &str = "effect.minecraft.haste"; constant EFFECT_MINECRAFT_HEALTH_BOOST (line 7815) | pub const EFFECT_MINECRAFT_HEALTH_BOOST: &str = "effect.minecraft.health... constant EFFECT_MINECRAFT_HERO_OF_THE_VILLAGE (line 7817) | pub const EFFECT_MINECRAFT_HERO_OF_THE_VILLAGE: &str = "effect.minecraft... constant EFFECT_MINECRAFT_HUNGER (line 7819) | pub const EFFECT_MINECRAFT_HUNGER: &str = "effect.minecraft.hunger"; constant EFFECT_MINECRAFT_INFESTED (line 7821) | pub const EFFECT_MINECRAFT_INFESTED: &str = "effect.minecraft.infested"; constant EFFECT_MINECRAFT_INSTANT_DAMAGE (line 7823) | pub const EFFECT_MINECRAFT_INSTANT_DAMAGE: &str = "effect.minecraft.inst... constant EFFECT_MINECRAFT_INSTANT_HEALTH (line 7825) | pub const EFFECT_MINECRAFT_INSTANT_HEALTH: &str = "effect.minecraft.inst... constant EFFECT_MINECRAFT_INVISIBILITY (line 7827) | pub const EFFECT_MINECRAFT_INVISIBILITY: &str = "effect.minecraft.invisi... constant EFFECT_MINECRAFT_JUMP_BOOST (line 7829) | pub const EFFECT_MINECRAFT_JUMP_BOOST: &str = "effect.minecraft.jump_boo... constant EFFECT_MINECRAFT_LEVITATION (line 7831) | pub const EFFECT_MINECRAFT_LEVITATION: &str = "effect.minecraft.levitati... constant EFFECT_MINECRAFT_LUCK (line 7833) | pub const EFFECT_MINECRAFT_LUCK: &str = "effect.minecraft.luck"; constant EFFECT_MINECRAFT_MINING_FATIGUE (line 7835) | pub const EFFECT_MINECRAFT_MINING_FATIGUE: &str = "effect.minecraft.mini... constant EFFECT_MINECRAFT_NAUSEA (line 7837) | pub const EFFECT_MINECRAFT_NAUSEA: &str = "effect.minecraft.nausea"; constant EFFECT_MINECRAFT_NIGHT_VISION (line 7839) | pub const EFFECT_MINECRAFT_NIGHT_VISION: &str = "effect.minecraft.night_... constant EFFECT_MINECRAFT_OOZING (line 7841) | pub const EFFECT_MINECRAFT_OOZING: &str = "effect.minecraft.oozing"; constant EFFECT_MINECRAFT_POISON (line 7843) | pub const EFFECT_MINECRAFT_POISON: &str = "effect.minecraft.poison"; constant EFFECT_MINECRAFT_RAID_OMEN (line 7845) | pub const EFFECT_MINECRAFT_RAID_OMEN: &str = "effect.minecraft.raid_omen"; constant EFFECT_MINECRAFT_REGENERATION (line 7847) | pub const EFFECT_MINECRAFT_REGENERATION: &str = "effect.minecraft.regene... constant EFFECT_MINECRAFT_RESISTANCE (line 7849) | pub const EFFECT_MINECRAFT_RESISTANCE: &str = "effect.minecraft.resistan... constant EFFECT_MINECRAFT_SATURATION (line 7851) | pub const EFFECT_MINECRAFT_SATURATION: &str = "effect.minecraft.saturati... constant EFFECT_MINECRAFT_SLOW_FALLING (line 7853) | pub const EFFECT_MINECRAFT_SLOW_FALLING: &str = "effect.minecraft.slow_f... constant EFFECT_MINECRAFT_SLOWNESS (line 7855) | pub const EFFECT_MINECRAFT_SLOWNESS: &str = "effect.minecraft.slowness"; constant EFFECT_MINECRAFT_SPEED (line 7857) | pub const EFFECT_MINECRAFT_SPEED: &str = "effect.minecraft.speed"; constant EFFECT_MINECRAFT_STRENGTH (line 7859) | pub const EFFECT_MINECRAFT_STRENGTH: &str = "effect.minecraft.strength"; constant EFFECT_MINECRAFT_TRIAL_OMEN (line 7861) | pub const EFFECT_MINECRAFT_TRIAL_OMEN: &str = "effect.minecraft.trial_om... constant EFFECT_MINECRAFT_UNLUCK (line 7863) | pub const EFFECT_MINECRAFT_UNLUCK: &str = "effect.minecraft.unluck"; constant EFFECT_MINECRAFT_WATER_BREATHING (line 7865) | pub const EFFECT_MINECRAFT_WATER_BREATHING: &str = "effect.minecraft.wat... constant EFFECT_MINECRAFT_WEAKNESS (line 7867) | pub const EFFECT_MINECRAFT_WEAKNESS: &str = "effect.minecraft.weakness"; constant EFFECT_MINECRAFT_WEAVING (line 7869) | pub const EFFECT_MINECRAFT_WEAVING: &str = "effect.minecraft.weaving"; constant EFFECT_MINECRAFT_WIND_CHARGED (line 7871) | pub const EFFECT_MINECRAFT_WIND_CHARGED: &str = "effect.minecraft.wind_c... constant EFFECT_MINECRAFT_WITHER (line 7873) | pub const EFFECT_MINECRAFT_WITHER: &str = "effect.minecraft.wither"; constant EFFECT_NONE (line 7875) | pub const EFFECT_NONE: &str = "effect.none"; constant ENCHANTMENT_LEVEL_1 (line 7877) | pub const ENCHANTMENT_LEVEL_1: &str = "enchantment.level.1"; constant ENCHANTMENT_LEVEL_10 (line 7879) | pub const ENCHANTMENT_LEVEL_10: &str = "enchantment.level.10"; constant ENCHANTMENT_LEVEL_2 (line 7881) | pub const ENCHANTMENT_LEVEL_2: &str = "enchantment.level.2"; constant ENCHANTMENT_LEVEL_3 (line 7883) | pub const ENCHANTMENT_LEVEL_3: &str = "enchantment.level.3"; constant ENCHANTMENT_LEVEL_4 (line 7885) | pub const ENCHANTMENT_LEVEL_4: &str = "enchantment.level.4"; constant ENCHANTMENT_LEVEL_5 (line 7887) | pub const ENCHANTMENT_LEVEL_5: &str = "enchantment.level.5"; constant ENCHANTMENT_LEVEL_6 (line 7889) | pub const ENCHANTMENT_LEVEL_6: &str = "enchantment.level.6"; constant ENCHANTMENT_LEVEL_7 (line 7891) | pub const ENCHANTMENT_LEVEL_7: &str = "enchantment.level.7"; constant ENCHANTMENT_LEVEL_8 (line 7893) | pub const ENCHANTMENT_LEVEL_8: &str = "enchantment.level.8"; constant ENCHANTMENT_LEVEL_9 (line 7895) | pub const ENCHANTMENT_LEVEL_9: &str = "enchantment.level.9"; constant ENCHANTMENT_MINECRAFT_AQUA_AFFINITY (line 7897) | pub const ENCHANTMENT_MINECRAFT_AQUA_AFFINITY: &str = "enchantment.minec... constant ENCHANTMENT_MINECRAFT_BANE_OF_ARTHROPODS (line 7899) | pub const ENCHANTMENT_MINECRAFT_BANE_OF_ARTHROPODS: &str = constant ENCHANTMENT_MINECRAFT_BINDING_CURSE (line 7902) | pub const ENCHANTMENT_MINECRAFT_BINDING_CURSE: &str = "enchantment.minec... constant ENCHANTMENT_MINECRAFT_BLAST_PROTECTION (line 7904) | pub const ENCHANTMENT_MINECRAFT_BLAST_PROTECTION: &str = "enchantment.mi... constant ENCHANTMENT_MINECRAFT_BREACH (line 7906) | pub const ENCHANTMENT_MINECRAFT_BREACH: &str = "enchantment.minecraft.br... constant ENCHANTMENT_MINECRAFT_CHANNELING (line 7908) | pub const ENCHANTMENT_MINECRAFT_CHANNELING: &str = "enchantment.minecraf... constant ENCHANTMENT_MINECRAFT_DENSITY (line 7910) | pub const ENCHANTMENT_MINECRAFT_DENSITY: &str = "enchantment.minecraft.d... constant ENCHANTMENT_MINECRAFT_DEPTH_STRIDER (line 7912) | pub const ENCHANTMENT_MINECRAFT_DEPTH_STRIDER: &str = "enchantment.minec... constant ENCHANTMENT_MINECRAFT_EFFICIENCY (line 7914) | pub const ENCHANTMENT_MINECRAFT_EFFICIENCY: &str = "enchantment.minecraf... constant ENCHANTMENT_MINECRAFT_FEATHER_FALLING (line 7916) | pub const ENCHANTMENT_MINECRAFT_FEATHER_FALLING: &str = "enchantment.min... constant ENCHANTMENT_MINECRAFT_FIRE_ASPECT (line 7918) | pub const ENCHANTMENT_MINECRAFT_FIRE_ASPECT: &str = "enchantment.minecra... constant ENCHANTMENT_MINECRAFT_FIRE_PROTECTION (line 7920) | pub const ENCHANTMENT_MINECRAFT_FIRE_PROTECTION: &str = "enchantment.min... constant ENCHANTMENT_MINECRAFT_FLAME (line 7922) | pub const ENCHANTMENT_MINECRAFT_FLAME: &str = "enchantment.minecraft.fla... constant ENCHANTMENT_MINECRAFT_FORTUNE (line 7924) | pub const ENCHANTMENT_MINECRAFT_FORTUNE: &str = "enchantment.minecraft.f... constant ENCHANTMENT_MINECRAFT_FROST_WALKER (line 7926) | pub const ENCHANTMENT_MINECRAFT_FROST_WALKER: &str = "enchantment.minecr... constant ENCHANTMENT_MINECRAFT_IMPALING (line 7928) | pub const ENCHANTMENT_MINECRAFT_IMPALING: &str = "enchantment.minecraft.... constant ENCHANTMENT_MINECRAFT_INFINITY (line 7930) | pub const ENCHANTMENT_MINECRAFT_INFINITY: &str = "enchantment.minecraft.... constant ENCHANTMENT_MINECRAFT_KNOCKBACK (line 7932) | pub const ENCHANTMENT_MINECRAFT_KNOCKBACK: &str = "enchantment.minecraft... constant ENCHANTMENT_MINECRAFT_LOOTING (line 7934) | pub const ENCHANTMENT_MINECRAFT_LOOTING: &str = "enchantment.minecraft.l... constant ENCHANTMENT_MINECRAFT_LOYALTY (line 7936) | pub const ENCHANTMENT_MINECRAFT_LOYALTY: &str = "enchantment.minecraft.l... constant ENCHANTMENT_MINECRAFT_LUCK_OF_THE_SEA (line 7938) | pub const ENCHANTMENT_MINECRAFT_LUCK_OF_THE_SEA: &str = "enchantment.min... constant ENCHANTMENT_MINECRAFT_LUNGE (line 7940) | pub const ENCHANTMENT_MINECRAFT_LUNGE: &str = "enchantment.minecraft.lun... constant ENCHANTMENT_MINECRAFT_LURE (line 7942) | pub const ENCHANTMENT_MINECRAFT_LURE: &str = "enchantment.minecraft.lure"; constant ENCHANTMENT_MINECRAFT_MENDING (line 7944) | pub const ENCHANTMENT_MINECRAFT_MENDING: &str = "enchantment.minecraft.m... constant ENCHANTMENT_MINECRAFT_MULTISHOT (line 7946) | pub const ENCHANTMENT_MINECRAFT_MULTISHOT: &str = "enchantment.minecraft... constant ENCHANTMENT_MINECRAFT_PIERCING (line 7948) | pub const ENCHANTMENT_MINECRAFT_PIERCING: &str = "enchantment.minecraft.... constant ENCHANTMENT_MINECRAFT_POWER (line 7950) | pub const ENCHANTMENT_MINECRAFT_POWER: &str = "enchantment.minecraft.pow... constant ENCHANTMENT_MINECRAFT_PROJECTILE_PROTECTION (line 7952) | pub const ENCHANTMENT_MINECRAFT_PROJECTILE_PROTECTION: &str = constant ENCHANTMENT_MINECRAFT_PROTECTION (line 7955) | pub const ENCHANTMENT_MINECRAFT_PROTECTION: &str = "enchantment.minecraf... constant ENCHANTMENT_MINECRAFT_PUNCH (line 7957) | pub const ENCHANTMENT_MINECRAFT_PUNCH: &str = "enchantment.minecraft.pun... constant ENCHANTMENT_MINECRAFT_QUICK_CHARGE (line 7959) | pub const ENCHANTMENT_MINECRAFT_QUICK_CHARGE: &str = "enchantment.minecr... constant ENCHANTMENT_MINECRAFT_RESPIRATION (line 7961) | pub const ENCHANTMENT_MINECRAFT_RESPIRATION: &str = "enchantment.minecra... constant ENCHANTMENT_MINECRAFT_RIPTIDE (line 7963) | pub const ENCHANTMENT_MINECRAFT_RIPTIDE: &str = "enchantment.minecraft.r... constant ENCHANTMENT_MINECRAFT_SHARPNESS (line 7965) | pub const ENCHANTMENT_MINECRAFT_SHARPNESS: &str = "enchantment.minecraft... constant ENCHANTMENT_MINECRAFT_SILK_TOUCH (line 7967) | pub const ENCHANTMENT_MINECRAFT_SILK_TOUCH: &str = "enchantment.minecraf... constant ENCHANTMENT_MINECRAFT_SMITE (line 7969) | pub const ENCHANTMENT_MINECRAFT_SMITE: &str = "enchantment.minecraft.smi... constant ENCHANTMENT_MINECRAFT_SOUL_SPEED (line 7971) | pub const ENCHANTMENT_MINECRAFT_SOUL_SPEED: &str = "enchantment.minecraf... constant ENCHANTMENT_MINECRAFT_SWEEPING (line 7973) | pub const ENCHANTMENT_MINECRAFT_SWEEPING: &str = "enchantment.minecraft.... constant ENCHANTMENT_MINECRAFT_SWEEPING_EDGE (line 7975) | pub const ENCHANTMENT_MINECRAFT_SWEEPING_EDGE: &str = "enchantment.minec... constant ENCHANTMENT_MINECRAFT_SWIFT_SNEAK (line 7977) | pub const ENCHANTMENT_MINECRAFT_SWIFT_SNEAK: &str = "enchantment.minecra... constant ENCHANTMENT_MINECRAFT_THORNS (line 7979) | pub const ENCHANTMENT_MINECRAFT_THORNS: &str = "enchantment.minecraft.th... constant ENCHANTMENT_MINECRAFT_UNBREAKING (line 7981) | pub const ENCHANTMENT_MINECRAFT_UNBREAKING: &str = "enchantment.minecraf... constant ENCHANTMENT_MINECRAFT_VANISHING_CURSE (line 7983) | pub const ENCHANTMENT_MINECRAFT_VANISHING_CURSE: &str = "enchantment.min... constant ENCHANTMENT_MINECRAFT_WIND_BURST (line 7985) | pub const ENCHANTMENT_MINECRAFT_WIND_BURST: &str = "enchantment.minecraf... constant ENTITY_MINECRAFT_ACACIA_BOAT (line 7987) | pub const ENTITY_MINECRAFT_ACACIA_BOAT: &str = "entity.minecraft.acacia_... constant ENTITY_MINECRAFT_ACACIA_CHEST_BOAT (line 7989) | pub const ENTITY_MINECRAFT_ACACIA_CHEST_BOAT: &str = "entity.minecraft.a... constant ENTITY_MINECRAFT_ALLAY (line 7991) | pub const ENTITY_MINECRAFT_ALLAY: &str = "entity.minecraft.allay"; constant ENTITY_MINECRAFT_AREA_EFFECT_CLOUD (line 7993) | pub const ENTITY_MINECRAFT_AREA_EFFECT_CLOUD: &str = "entity.minecraft.a... constant ENTITY_MINECRAFT_ARMADILLO (line 7995) | pub const ENTITY_MINECRAFT_ARMADILLO: &str = "entity.minecraft.armadillo"; constant ENTITY_MINECRAFT_ARMOR_STAND (line 7997) | pub const ENTITY_MINECRAFT_ARMOR_STAND: &str = "entity.minecraft.armor_s... constant ENTITY_MINECRAFT_ARROW (line 7999) | pub const ENTITY_MINECRAFT_ARROW: &str = "entity.minecraft.arrow"; constant ENTITY_MINECRAFT_AXOLOTL (line 8001) | pub const ENTITY_MINECRAFT_AXOLOTL: &str = "entity.minecraft.axolotl"; constant ENTITY_MINECRAFT_BAMBOO_CHEST_RAFT (line 8003) | pub const ENTITY_MINECRAFT_BAMBOO_CHEST_RAFT: &str = "entity.minecraft.b... constant ENTITY_MINECRAFT_BAMBOO_RAFT (line 8005) | pub const ENTITY_MINECRAFT_BAMBOO_RAFT: &str = "entity.minecraft.bamboo_... constant ENTITY_MINECRAFT_BAT (line 8007) | pub const ENTITY_MINECRAFT_BAT: &str = "entity.minecraft.bat"; constant ENTITY_MINECRAFT_BEE (line 8009) | pub const ENTITY_MINECRAFT_BEE: &str = "entity.minecraft.bee"; constant ENTITY_MINECRAFT_BIRCH_BOAT (line 8011) | pub const ENTITY_MINECRAFT_BIRCH_BOAT: &str = "entity.minecraft.birch_bo... constant ENTITY_MINECRAFT_BIRCH_CHEST_BOAT (line 8013) | pub const ENTITY_MINECRAFT_BIRCH_CHEST_BOAT: &str = "entity.minecraft.bi... constant ENTITY_MINECRAFT_BLAZE (line 8015) | pub const ENTITY_MINECRAFT_BLAZE: &str = "entity.minecraft.blaze"; constant ENTITY_MINECRAFT_BLOCK_DISPLAY (line 8017) | pub const ENTITY_MINECRAFT_BLOCK_DISPLAY: &str = "entity.minecraft.block... constant ENTITY_MINECRAFT_BOAT (line 8019) | pub const ENTITY_MINECRAFT_BOAT: &str = "entity.minecraft.boat"; constant ENTITY_MINECRAFT_BOGGED (line 8021) | pub const ENTITY_MINECRAFT_BOGGED: &str = "entity.minecraft.bogged"; constant ENTITY_MINECRAFT_BREEZE (line 8023) | pub const ENTITY_MINECRAFT_BREEZE: &str = "entity.minecraft.breeze"; constant ENTITY_MINECRAFT_BREEZE_WIND_CHARGE (line 8025) | pub const ENTITY_MINECRAFT_BREEZE_WIND_CHARGE: &str = "entity.minecraft.... constant ENTITY_MINECRAFT_CAMEL (line 8027) | pub const ENTITY_MINECRAFT_CAMEL: &str = "entity.minecraft.camel"; constant ENTITY_MINECRAFT_CAMEL_HUSK (line 8029) | pub const ENTITY_MINECRAFT_CAMEL_HUSK: &str = "entity.minecraft.camel_hu... constant ENTITY_MINECRAFT_CAT (line 8031) | pub const ENTITY_MINECRAFT_CAT: &str = "entity.minecraft.cat"; constant ENTITY_MINECRAFT_CAVE_SPIDER (line 8033) | pub const ENTITY_MINECRAFT_CAVE_SPIDER: &str = "entity.minecraft.cave_sp... constant ENTITY_MINECRAFT_CHERRY_BOAT (line 8035) | pub const ENTITY_MINECRAFT_CHERRY_BOAT: &str = "entity.minecraft.cherry_... constant ENTITY_MINECRAFT_CHERRY_CHEST_BOAT (line 8037) | pub const ENTITY_MINECRAFT_CHERRY_CHEST_BOAT: &str = "entity.minecraft.c... constant ENTITY_MINECRAFT_CHEST_BOAT (line 8039) | pub const ENTITY_MINECRAFT_CHEST_BOAT: &str = "entity.minecraft.chest_bo... constant ENTITY_MINECRAFT_CHEST_MINECART (line 8041) | pub const ENTITY_MINECRAFT_CHEST_MINECART: &str = "entity.minecraft.ches... constant ENTITY_MINECRAFT_CHICKEN (line 8043) | pub const ENTITY_MINECRAFT_CHICKEN: &str = "entity.minecraft.chicken"; constant ENTITY_MINECRAFT_COD (line 8045) | pub const ENTITY_MINECRAFT_COD: &str = "entity.minecraft.cod"; constant ENTITY_MINECRAFT_COMMAND_BLOCK_MINECART (line 8047) | pub const ENTITY_MINECRAFT_COMMAND_BLOCK_MINECART: &str = "entity.minecr... constant ENTITY_MINECRAFT_COPPER_GOLEM (line 8049) | pub const ENTITY_MINECRAFT_COPPER_GOLEM: &str = "entity.minecraft.copper... constant ENTITY_MINECRAFT_COW (line 8051) | pub const ENTITY_MINECRAFT_COW: &str = "entity.minecraft.cow"; constant ENTITY_MINECRAFT_CREAKING (line 8053) | pub const ENTITY_MINECRAFT_CREAKING: &str = "entity.minecraft.creaking"; constant ENTITY_MINECRAFT_CREAKING_TRANSIENT (line 8055) | pub const ENTITY_MINECRAFT_CREAKING_TRANSIENT: &str = "entity.minecraft.... constant ENTITY_MINECRAFT_CREEPER (line 8057) | pub const ENTITY_MINECRAFT_CREEPER: &str = "entity.minecraft.creeper"; constant ENTITY_MINECRAFT_DARK_OAK_BOAT (line 8059) | pub const ENTITY_MINECRAFT_DARK_OAK_BOAT: &str = "entity.minecraft.dark_... constant ENTITY_MINECRAFT_DARK_OAK_CHEST_BOAT (line 8061) | pub const ENTITY_MINECRAFT_DARK_OAK_CHEST_BOAT: &str = "entity.minecraft... constant ENTITY_MINECRAFT_DOLPHIN (line 8063) | pub const ENTITY_MINECRAFT_DOLPHIN: &str = "entity.minecraft.dolphin"; constant ENTITY_MINECRAFT_DONKEY (line 8065) | pub const ENTITY_MINECRAFT_DONKEY: &str = "entity.minecraft.donkey"; constant ENTITY_MINECRAFT_DRAGON_FIREBALL (line 8067) | pub const ENTITY_MINECRAFT_DRAGON_FIREBALL: &str = "entity.minecraft.dra... constant ENTITY_MINECRAFT_DROWNED (line 8069) | pub const ENTITY_MINECRAFT_DROWNED: &str = "entity.minecraft.drowned"; constant ENTITY_MINECRAFT_EGG (line 8071) | pub const ENTITY_MINECRAFT_EGG: &str = "entity.minecraft.egg"; constant ENTITY_MINECRAFT_ELDER_GUARDIAN (line 8073) | pub const ENTITY_MINECRAFT_ELDER_GUARDIAN: &str = "entity.minecraft.elde... constant ENTITY_MINECRAFT_END_CRYSTAL (line 8075) | pub const ENTITY_MINECRAFT_END_CRYSTAL: &str = "entity.minecraft.end_cry... constant ENTITY_MINECRAFT_ENDER_DRAGON (line 8077) | pub const ENTITY_MINECRAFT_ENDER_DRAGON: &str = "entity.minecraft.ender_... constant ENTITY_MINECRAFT_ENDER_PEARL (line 8079) | pub const ENTITY_MINECRAFT_ENDER_PEARL: &str = "entity.minecraft.ender_p... constant ENTITY_MINECRAFT_ENDERMAN (line 8081) | pub const ENTITY_MINECRAFT_ENDERMAN: &str = "entity.minecraft.enderman"; constant ENTITY_MINECRAFT_ENDERMITE (line 8083) | pub const ENTITY_MINECRAFT_ENDERMITE: &str = "entity.minecraft.endermite"; constant ENTITY_MINECRAFT_EVOKER (line 8085) | pub const ENTITY_MINECRAFT_EVOKER: &str = "entity.minecraft.evoker"; constant ENTITY_MINECRAFT_EVOKER_FANGS (line 8087) | pub const ENTITY_MINECRAFT_EVOKER_FANGS: &str = "entity.minecraft.evoker... constant ENTITY_MINECRAFT_EXPERIENCE_BOTTLE (line 8089) | pub const ENTITY_MINECRAFT_EXPERIENCE_BOTTLE: &str = "entity.minecraft.e... constant ENTITY_MINECRAFT_EXPERIENCE_ORB (line 8091) | pub const ENTITY_MINECRAFT_EXPERIENCE_ORB: &str = "entity.minecraft.expe... constant ENTITY_MINECRAFT_EYE_OF_ENDER (line 8093) | pub const ENTITY_MINECRAFT_EYE_OF_ENDER: &str = "entity.minecraft.eye_of... constant ENTITY_MINECRAFT_FALLING_BLOCK (line 8095) | pub const ENTITY_MINECRAFT_FALLING_BLOCK: &str = "entity.minecraft.falli... constant ENTITY_MINECRAFT_FALLING_BLOCK_TYPE (line 8097) | pub const ENTITY_MINECRAFT_FALLING_BLOCK_TYPE: &str = "entity.minecraft.... constant ENTITY_MINECRAFT_FIREBALL (line 8099) | pub const ENTITY_MINECRAFT_FIREBALL: &str = "entity.minecraft.fireball"; constant ENTITY_MINECRAFT_FIREWORK_ROCKET (line 8101) | pub const ENTITY_MINECRAFT_FIREWORK_ROCKET: &str = "entity.minecraft.fir... constant ENTITY_MINECRAFT_FISHING_BOBBER (line 8103) | pub const ENTITY_MINECRAFT_FISHING_BOBBER: &str = "entity.minecraft.fish... constant ENTITY_MINECRAFT_FOX (line 8105) | pub const ENTITY_MINECRAFT_FOX: &str = "entity.minecraft.fox"; constant ENTITY_MINECRAFT_FROG (line 8107) | pub const ENTITY_MINECRAFT_FROG: &str = "entity.minecraft.frog"; constant ENTITY_MINECRAFT_FURNACE_MINECART (line 8109) | pub const ENTITY_MINECRAFT_FURNACE_MINECART: &str = "entity.minecraft.fu... constant ENTITY_MINECRAFT_GHAST (line 8111) | pub const ENTITY_MINECRAFT_GHAST: &str = "entity.minecraft.ghast"; constant ENTITY_MINECRAFT_GIANT (line 8113) | pub const ENTITY_MINECRAFT_GIANT: &str = "entity.minecraft.giant"; constant ENTITY_MINECRAFT_GLOW_ITEM_FRAME (line 8115) | pub const ENTITY_MINECRAFT_GLOW_ITEM_FRAME: &str = "entity.minecraft.glo... constant ENTITY_MINECRAFT_GLOW_SQUID (line 8117) | pub const ENTITY_MINECRAFT_GLOW_SQUID: &str = "entity.minecraft.glow_squ... constant ENTITY_MINECRAFT_GOAT (line 8119) | pub const ENTITY_MINECRAFT_GOAT: &str = "entity.minecraft.goat"; constant ENTITY_MINECRAFT_GUARDIAN (line 8121) | pub const ENTITY_MINECRAFT_GUARDIAN: &str = "entity.minecraft.guardian"; constant ENTITY_MINECRAFT_HAPPY_GHAST (line 8123) | pub const ENTITY_MINECRAFT_HAPPY_GHAST: &str = "entity.minecraft.happy_g... constant ENTITY_MINECRAFT_HOGLIN (line 8125) | pub const ENTITY_MINECRAFT_HOGLIN: &str = "entity.minecraft.hoglin"; constant ENTITY_MINECRAFT_HOPPER_MINECART (line 8127) | pub const ENTITY_MINECRAFT_HOPPER_MINECART: &str = "entity.minecraft.hop... constant ENTITY_MINECRAFT_HORSE (line 8129) | pub const ENTITY_MINECRAFT_HORSE: &str = "entity.minecraft.horse"; constant ENTITY_MINECRAFT_HUSK (line 8131) | pub const ENTITY_MINECRAFT_HUSK: &str = "entity.minecraft.husk"; constant ENTITY_MINECRAFT_ILLUSIONER (line 8133) | pub const ENTITY_MINECRAFT_ILLUSIONER: &str = "entity.minecraft.illusion... constant ENTITY_MINECRAFT_INTERACTION (line 8135) | pub const ENTITY_MINECRAFT_INTERACTION: &str = "entity.minecraft.interac... constant ENTITY_MINECRAFT_IRON_GOLEM (line 8137) | pub const ENTITY_MINECRAFT_IRON_GOLEM: &str = "entity.minecraft.iron_gol... constant ENTITY_MINECRAFT_ITEM (line 8139) | pub const ENTITY_MINECRAFT_ITEM: &str = "entity.minecraft.item"; constant ENTITY_MINECRAFT_ITEM_DISPLAY (line 8141) | pub const ENTITY_MINECRAFT_ITEM_DISPLAY: &str = "entity.minecraft.item_d... constant ENTITY_MINECRAFT_ITEM_FRAME (line 8143) | pub const ENTITY_MINECRAFT_ITEM_FRAME: &str = "entity.minecraft.item_fra... constant ENTITY_MINECRAFT_JUNGLE_BOAT (line 8145) | pub const ENTITY_MINECRAFT_JUNGLE_BOAT: &str = "entity.minecraft.jungle_... constant ENTITY_MINECRAFT_JUNGLE_CHEST_BOAT (line 8147) | pub const ENTITY_MINECRAFT_JUNGLE_CHEST_BOAT: &str = "entity.minecraft.j... constant ENTITY_MINECRAFT_KILLER_BUNNY (line 8149) | pub const ENTITY_MINECRAFT_KILLER_BUNNY: &str = "entity.minecraft.killer... constant ENTITY_MINECRAFT_LEASH_KNOT (line 8151) | pub const ENTITY_MINECRAFT_LEASH_KNOT: &str = "entity.minecraft.leash_kn... constant ENTITY_MINECRAFT_LIGHTNING_BOLT (line 8153) | pub const ENTITY_MINECRAFT_LIGHTNING_BOLT: &str = "entity.minecraft.ligh... constant ENTITY_MINECRAFT_LINGERING_POTION (line 8155) | pub const ENTITY_MINECRAFT_LINGERING_POTION: &str = "entity.minecraft.li... constant ENTITY_MINECRAFT_LLAMA (line 8157) | pub const ENTITY_MINECRAFT_LLAMA: &str = "entity.minecraft.llama"; constant ENTITY_MINECRAFT_LLAMA_SPIT (line 8159) | pub const ENTITY_MINECRAFT_LLAMA_SPIT: &str = "entity.minecraft.llama_sp... constant ENTITY_MINECRAFT_MAGMA_CUBE (line 8161) | pub const ENTITY_MINECRAFT_MAGMA_CUBE: &str = "entity.minecraft.magma_cu... constant ENTITY_MINECRAFT_MANGROVE_BOAT (line 8163) | pub const ENTITY_MINECRAFT_MANGROVE_BOAT: &str = "entity.minecraft.mangr... constant ENTITY_MINECRAFT_MANGROVE_CHEST_BOAT (line 8165) | pub const ENTITY_MINECRAFT_MANGROVE_CHEST_BOAT: &str = "entity.minecraft... constant ENTITY_MINECRAFT_MANNEQUIN (line 8167) | pub const ENTITY_MINECRAFT_MANNEQUIN: &str = "entity.minecraft.mannequin"; constant ENTITY_MINECRAFT_MANNEQUIN_LABEL (line 8169) | pub const ENTITY_MINECRAFT_MANNEQUIN_LABEL: &str = "entity.minecraft.man... constant ENTITY_MINECRAFT_MARKER (line 8171) | pub const ENTITY_MINECRAFT_MARKER: &str = "entity.minecraft.marker"; constant ENTITY_MINECRAFT_MINECART (line 8173) | pub const ENTITY_MINECRAFT_MINECART: &str = "entity.minecraft.minecart"; constant ENTITY_MINECRAFT_MOOSHROOM (line 8175) | pub const ENTITY_MINECRAFT_MOOSHROOM: &str = "entity.minecraft.mooshroom"; constant ENTITY_MINECRAFT_MULE (line 8177) | pub const ENTITY_MINECRAFT_MULE: &str = "entity.minecraft.mule"; constant ENTITY_MINECRAFT_NAUTILUS (line 8179) | pub const ENTITY_MINECRAFT_NAUTILUS: &str = "entity.minecraft.nautilus"; constant ENTITY_MINECRAFT_OAK_BOAT (line 8181) | pub const ENTITY_MINECRAFT_OAK_BOAT: &str = "entity.minecraft.oak_boat"; constant ENTITY_MINECRAFT_OAK_CHEST_BOAT (line 8183) | pub const ENTITY_MINECRAFT_OAK_CHEST_BOAT: &str = "entity.minecraft.oak_... constant ENTITY_MINECRAFT_OCELOT (line 8185) | pub const ENTITY_MINECRAFT_OCELOT: &str = "entity.minecraft.ocelot"; constant ENTITY_MINECRAFT_OMINOUS_ITEM_SPAWNER (line 8187) | pub const ENTITY_MINECRAFT_OMINOUS_ITEM_SPAWNER: &str = "entity.minecraf... constant ENTITY_MINECRAFT_PAINTING (line 8189) | pub const ENTITY_MINECRAFT_PAINTING: &str = "entity.minecraft.painting"; constant ENTITY_MINECRAFT_PALE_OAK_BOAT (line 8191) | pub const ENTITY_MINECRAFT_PALE_OAK_BOAT: &str = "entity.minecraft.pale_... constant ENTITY_MINECRAFT_PALE_OAK_CHEST_BOAT (line 8193) | pub const ENTITY_MINECRAFT_PALE_OAK_CHEST_BOAT: &str = "entity.minecraft... constant ENTITY_MINECRAFT_PANDA (line 8195) | pub const ENTITY_MINECRAFT_PANDA: &str = "entity.minecraft.panda"; constant ENTITY_MINECRAFT_PARCHED (line 8197) | pub const ENTITY_MINECRAFT_PARCHED: &str = "entity.minecraft.parched"; constant ENTITY_MINECRAFT_PARROT (line 8199) | pub const ENTITY_MINECRAFT_PARROT: &str = "entity.minecraft.parrot"; constant ENTITY_MINECRAFT_PHANTOM (line 8201) | pub const ENTITY_MINECRAFT_PHANTOM: &str = "entity.minecraft.phantom"; constant ENTITY_MINECRAFT_PIG (line 8203) | pub const ENTITY_MINECRAFT_PIG: &str = "entity.minecraft.pig"; constant ENTITY_MINECRAFT_PIGLIN (line 8205) | pub const ENTITY_MINECRAFT_PIGLIN: &str = "entity.minecraft.piglin"; constant ENTITY_MINECRAFT_PIGLIN_BRUTE (line 8207) | pub const ENTITY_MINECRAFT_PIGLIN_BRUTE: &str = "entity.minecraft.piglin... constant ENTITY_MINECRAFT_PILLAGER (line 8209) | pub const ENTITY_MINECRAFT_PILLAGER: &str = "entity.minecraft.pillager"; constant ENTITY_MINECRAFT_PLAYER (line 8211) | pub const ENTITY_MINECRAFT_PLAYER: &str = "entity.minecraft.player"; constant ENTITY_MINECRAFT_POLAR_BEAR (line 8213) | pub const ENTITY_MINECRAFT_POLAR_BEAR: &str = "entity.minecraft.polar_be... constant ENTITY_MINECRAFT_POTION (line 8215) | pub const ENTITY_MINECRAFT_POTION: &str = "entity.minecraft.potion"; constant ENTITY_MINECRAFT_PUFFERFISH (line 8217) | pub const ENTITY_MINECRAFT_PUFFERFISH: &str = "entity.minecraft.pufferfi... constant ENTITY_MINECRAFT_RABBIT (line 8219) | pub const ENTITY_MINECRAFT_RABBIT: &str = "entity.minecraft.rabbit"; constant ENTITY_MINECRAFT_RAVAGER (line 8221) | pub const ENTITY_MINECRAFT_RAVAGER: &str = "entity.minecraft.ravager"; constant ENTITY_MINECRAFT_SALMON (line 8223) | pub const ENTITY_MINECRAFT_SALMON: &str = "entity.minecraft.salmon"; constant ENTITY_MINECRAFT_SHEEP (line 8225) | pub const ENTITY_MINECRAFT_SHEEP: &str = "entity.minecraft.sheep"; constant ENTITY_MINECRAFT_SHULKER (line 8227) | pub const ENTITY_MINECRAFT_SHULKER: &str = "entity.minecraft.shulker"; constant ENTITY_MINECRAFT_SHULKER_BULLET (line 8229) | pub const ENTITY_MINECRAFT_SHULKER_BULLET: &str = "entity.minecraft.shul... constant ENTITY_MINECRAFT_SILVERFISH (line 8231) | pub const ENTITY_MINECRAFT_SILVERFISH: &str = "entity.minecraft.silverfi... constant ENTITY_MINECRAFT_SKELETON (line 8233) | pub const ENTITY_MINECRAFT_SKELETON: &str = "entity.minecraft.skeleton"; constant ENTITY_MINECRAFT_SKELETON_HORSE (line 8235) | pub const ENTITY_MINECRAFT_SKELETON_HORSE: &str = "entity.minecraft.skel... constant ENTITY_MINECRAFT_SLIME (line 8237) | pub const ENTITY_MINECRAFT_SLIME: &str = "entity.minecraft.slime"; constant ENTITY_MINECRAFT_SMALL_FIREBALL (line 8239) | pub const ENTITY_MINECRAFT_SMALL_FIREBALL: &str = "entity.minecraft.smal... constant ENTITY_MINECRAFT_SNIFFER (line 8241) | pub const ENTITY_MINECRAFT_SNIFFER: &str = "entity.minecraft.sniffer"; constant ENTITY_MINECRAFT_SNOW_GOLEM (line 8243) | pub const ENTITY_MINECRAFT_SNOW_GOLEM: &str = "entity.minecraft.snow_gol... constant ENTITY_MINECRAFT_SNOWBALL (line 8245) | pub const ENTITY_MINECRAFT_SNOWBALL: &str = "entity.minecraft.snowball"; constant ENTITY_MINECRAFT_SPAWNER_MINECART (line 8247) | pub const ENTITY_MINECRAFT_SPAWNER_MINECART: &str = "entity.minecraft.sp... constant ENTITY_MINECRAFT_SPECTRAL_ARROW (line 8249) | pub const ENTITY_MINECRAFT_SPECTRAL_ARROW: &str = "entity.minecraft.spec... constant ENTITY_MINECRAFT_SPIDER (line 8251) | pub const ENTITY_MINECRAFT_SPIDER: &str = "entity.minecraft.spider"; constant ENTITY_MINECRAFT_SPLASH_POTION (line 8253) | pub const ENTITY_MINECRAFT_SPLASH_POTION: &str = "entity.minecraft.splas... constant ENTITY_MINECRAFT_SPRUCE_BOAT (line 8255) | pub const ENTITY_MINECRAFT_SPRUCE_BOAT: &str = "entity.minecraft.spruce_... constant ENTITY_MINECRAFT_SPRUCE_CHEST_BOAT (line 8257) | pub const ENTITY_MINECRAFT_SPRUCE_CHEST_BOAT: &str = "entity.minecraft.s... constant ENTITY_MINECRAFT_SQUID (line 8259) | pub const ENTITY_MINECRAFT_SQUID: &str = "entity.minecraft.squid"; constant ENTITY_MINECRAFT_STRAY (line 8261) | pub const ENTITY_MINECRAFT_STRAY: &str = "entity.minecraft.stray"; constant ENTITY_MINECRAFT_STRIDER (line 8263) | pub const ENTITY_MINECRAFT_STRIDER: &str = "entity.minecraft.strider"; constant ENTITY_MINECRAFT_TADPOLE (line 8265) | pub const ENTITY_MINECRAFT_TADPOLE: &str = "entity.minecraft.tadpole"; constant ENTITY_MINECRAFT_TEXT_DISPLAY (line 8267) | pub const ENTITY_MINECRAFT_TEXT_DISPLAY: &str = "entity.minecraft.text_d... constant ENTITY_MINECRAFT_TNT (line 8269) | pub const ENTITY_MINECRAFT_TNT: &str = "entity.minecraft.tnt"; constant ENTITY_MINECRAFT_TNT_MINECART (line 8271) | pub const ENTITY_MINECRAFT_TNT_MINECART: &str = "entity.minecraft.tnt_mi... constant ENTITY_MINECRAFT_TRADER_LLAMA (line 8273) | pub const ENTITY_MINECRAFT_TRADER_LLAMA: &str = "entity.minecraft.trader... constant ENTITY_MINECRAFT_TRIDENT (line 8275) | pub const ENTITY_MINECRAFT_TRIDENT: &str = "entity.minecraft.trident"; constant ENTITY_MINECRAFT_TROPICAL_FISH (line 8277) | pub const ENTITY_MINECRAFT_TROPICAL_FISH: &str = "entity.minecraft.tropi... constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_0 (line 8279) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_0: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_1 (line 8282) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_1: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_10 (line 8285) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_10: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_11 (line 8288) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_11: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_12 (line 8291) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_12: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_13 (line 8294) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_13: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_14 (line 8297) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_14: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_15 (line 8300) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_15: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_16 (line 8303) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_16: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_17 (line 8306) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_17: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_18 (line 8309) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_18: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_19 (line 8312) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_19: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_2 (line 8315) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_2: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_20 (line 8318) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_20: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_21 (line 8321) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_21: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_3 (line 8324) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_3: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_4 (line 8327) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_4: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_5 (line 8330) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_5: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_6 (line 8333) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_6: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_7 (line 8336) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_7: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_8 (line 8339) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_8: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_9 (line 8342) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_PREDEFINED_9: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_BETTY (line 8345) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_BETTY: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_BLOCKFISH (line 8348) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_BLOCKFISH: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_BRINELY (line 8351) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_BRINELY: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_CLAYFISH (line 8354) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_CLAYFISH: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_DASHER (line 8357) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_DASHER: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_FLOPPER (line 8360) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_FLOPPER: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_GLITTER (line 8363) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_GLITTER: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_KOB (line 8366) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_KOB: &str = "entity.minecr... constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_SNOOPER (line 8368) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_SNOOPER: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_SPOTTY (line 8371) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_SPOTTY: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_STRIPEY (line 8374) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_STRIPEY: &str = constant ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_SUNSTREAK (line 8377) | pub const ENTITY_MINECRAFT_TROPICAL_FISH_TYPE_SUNSTREAK: &str = constant ENTITY_MINECRAFT_TURTLE (line 8380) | pub const ENTITY_MINECRAFT_TURTLE: &str = "entity.minecraft.turtle"; constant ENTITY_MINECRAFT_VEX (line 8382) | pub const ENTITY_MINECRAFT_VEX: &str = "entity.minecraft.vex"; constant ENTITY_MINECRAFT_VILLAGER (line 8384) | pub const ENTITY_MINECRAFT_VILLAGER: &str = "entity.minecraft.villager"; constant ENTITY_MINECRAFT_VILLAGER_ARMORER (line 8386) | pub const ENTITY_MINECRAFT_VILLAGER_ARMORER: &str = "entity.minecraft.vi... constant ENTITY_MINECRAFT_VILLAGER_BUTCHER (line 8388) | pub const ENTITY_MINECRAFT_VILLAGER_BUTCHER: &str = "entity.minecraft.vi... constant ENTITY_MINECRAFT_VILLAGER_CARTOGRAPHER (line 8390) | pub const ENTITY_MINECRAFT_VILLAGER_CARTOGRAPHER: &str = "entity.minecra... constant ENTITY_MINECRAFT_VILLAGER_CLERIC (line 8392) | pub const ENTITY_MINECRAFT_VILLAGER_CLERIC: &str = "entity.minecraft.vil... constant ENTITY_MINECRAFT_VILLAGER_FARMER (line 8394) | pub const ENTITY_MINECRAFT_VILLAGER_FARMER: &str = "entity.minecraft.vil... constant ENTITY_MINECRAFT_VILLAGER_FISHERMAN (line 8396) | pub const ENTITY_MINECRAFT_VILLAGER_FISHERMAN: &str = "entity.minecraft.... constant ENTITY_MINECRAFT_VILLAGER_FLETCHER (line 8398) | pub const ENTITY_MINECRAFT_VILLAGER_FLETCHER: &str = "entity.minecraft.v... constant ENTITY_MINECRAFT_VILLAGER_LEATHERWORKER (line 8400) | pub const ENTITY_MINECRAFT_VILLAGER_LEATHERWORKER: &str = "entity.minecr... constant ENTITY_MINECRAFT_VILLAGER_LIBRARIAN (line 8402) | pub const ENTITY_MINECRAFT_VILLAGER_LIBRARIAN: &str = "entity.minecraft.... constant ENTITY_MINECRAFT_VILLAGER_MASON (line 8404) | pub const ENTITY_MINECRAFT_VILLAGER_MASON: &str = "entity.minecraft.vill... constant ENTITY_MINECRAFT_VILLAGER_NITWIT (line 8406) | pub const ENTITY_MINECRAFT_VILLAGER_NITWIT: &str = "entity.minecraft.vil... constant ENTITY_MINECRAFT_VILLAGER_NONE (line 8408) | pub const ENTITY_MINECRAFT_VILLAGER_NONE: &str = "entity.minecraft.villa... constant ENTITY_MINECRAFT_VILLAGER_SHEPHERD (line 8410) | pub const ENTITY_MINECRAFT_VILLAGER_SHEPHERD: &str = "entity.minecraft.v... constant ENTITY_MINECRAFT_VILLAGER_TOOLSMITH (line 8412) | pub const ENTITY_MINECRAFT_VILLAGER_TOOLSMITH: &str = "entity.minecraft.... constant ENTITY_MINECRAFT_VILLAGER_WEAPONSMITH (line 8414) | pub const ENTITY_MINECRAFT_VILLAGER_WEAPONSMITH: &str = "entity.minecraf... constant ENTITY_MINECRAFT_VINDICATOR (line 8416) | pub const ENTITY_MINECRAFT_VINDICATOR: &str = "entity.minecraft.vindicat... constant ENTITY_MINECRAFT_WANDERING_TRADER (line 8418) | pub const ENTITY_MINECRAFT_WANDERING_TRADER: &str = "entity.minecraft.wa... constant ENTITY_MINECRAFT_WARDEN (line 8420) | pub const ENTITY_MINECRAFT_WARDEN: &str = "entity.minecraft.warden"; constant ENTITY_MINECRAFT_WIND_CHARGE (line 8422) | pub const ENTITY_MINECRAFT_WIND_CHARGE: &str = "entity.minecraft.wind_ch... constant ENTITY_MINECRAFT_WITCH (line 8424) | pub const ENTITY_MINECRAFT_WITCH: &str = "entity.minecraft.witch"; constant ENTITY_MINECRAFT_WITHER (line 8426) | pub const ENTITY_MINECRAFT_WITHER: &str = "entity.minecraft.wither"; constant ENTITY_MINECRAFT_WITHER_SKELETON (line 8428) | pub const ENTITY_MINECRAFT_WITHER_SKELETON: &str = "entity.minecraft.wit... constant ENTITY_MINECRAFT_WITHER_SKULL (line 8430) | pub const ENTITY_MINECRAFT_WITHER_SKULL: &str = "entity.minecraft.wither... constant ENTITY_MINECRAFT_WOLF (line 8432) | pub const ENTITY_MINECRAFT_WOLF: &str = "entity.minecraft.wolf"; constant ENTITY_MINECRAFT_ZOGLIN (line 8434) | pub const ENTITY_MINECRAFT_ZOGLIN: &str = "entity.minecraft.zoglin"; constant ENTITY_MINECRAFT_ZOMBIE (line 8436) | pub const ENTITY_MINECRAFT_ZOMBIE: &str = "entity.minecraft.zombie"; constant ENTITY_MINECRAFT_ZOMBIE_HORSE (line 8438) | pub const ENTITY_MINECRAFT_ZOMBIE_HORSE: &str = "entity.minecraft.zombie... constant ENTITY_MINECRAFT_ZOMBIE_NAUTILUS (line 8440) | pub const ENTITY_MINECRAFT_ZOMBIE_NAUTILUS: &str = "entity.minecraft.zom... constant ENTITY_MINECRAFT_ZOMBIE_VILLAGER (line 8442) | pub const ENTITY_MINECRAFT_ZOMBIE_VILLAGER: &str = "entity.minecraft.zom... constant ENTITY_MINECRAFT_ZOMBIFIED_PIGLIN (line 8444) | pub const ENTITY_MINECRAFT_ZOMBIFIED_PIGLIN: &str = "entity.minecraft.zo... constant ENTITY_NOT_SUMMONABLE (line 8446) | pub const ENTITY_NOT_SUMMONABLE: &str = "entity.not_summonable"; constant EVENT_MINECRAFT_RAID (line 8448) | pub const EVENT_MINECRAFT_RAID: &str = "event.minecraft.raid"; constant EVENT_MINECRAFT_RAID_DEFEAT (line 8450) | pub const EVENT_MINECRAFT_RAID_DEFEAT: &str = "event.minecraft.raid.defe... constant EVENT_MINECRAFT_RAID_DEFEAT_FULL (line 8452) | pub const EVENT_MINECRAFT_RAID_DEFEAT_FULL: &str = "event.minecraft.raid... constant EVENT_MINECRAFT_RAID_RAIDERS_REMAINING (line 8454) | pub const EVENT_MINECRAFT_RAID_RAIDERS_REMAINING: &str = "event.minecraf... constant EVENT_MINECRAFT_RAID_VICTORY (line 8456) | pub const EVENT_MINECRAFT_RAID_VICTORY: &str = "event.minecraft.raid.vic... constant EVENT_MINECRAFT_RAID_VICTORY_FULL (line 8458) | pub const EVENT_MINECRAFT_RAID_VICTORY_FULL: &str = "event.minecraft.rai... constant FILLED_MAP_BURIED_TREASURE (line 8460) | pub const FILLED_MAP_BURIED_TREASURE: &str = "filled_map.buried_treasure"; constant FILLED_MAP_EXPLORER_JUNGLE (line 8462) | pub const FILLED_MAP_EXPLORER_JUNGLE: &str = "filled_map.explorer_jungle"; constant FILLED_MAP_EXPLORER_SWAMP (line 8464) | pub const FILLED_MAP_EXPLORER_SWAMP: &str = "filled_map.explorer_swamp"; constant FILLED_MAP_ID (line 8466) | pub const FILLED_MAP_ID: &str = "filled_map.id"; constant FILLED_MAP_LEVEL (line 8468) | pub const FILLED_MAP_LEVEL: &str = "filled_map.level"; constant FILLED_MAP_LOCKED (line 8470) | pub const FILLED_MAP_LOCKED: &str = "filled_map.locked"; constant FILLED_MAP_MANSION (line 8472) | pub const FILLED_MAP_MANSION: &str = "filled_map.mansion"; constant FILLED_MAP_MONUMENT (line 8474) | pub const FILLED_MAP_MONUMENT: &str = "filled_map.monument"; constant FILLED_MAP_SCALE (line 8476) | pub const FILLED_MAP_SCALE: &str = "filled_map.scale"; constant FILLED_MAP_TRIAL_CHAMBERS (line 8478) | pub const FILLED_MAP_TRIAL_CHAMBERS: &str = "filled_map.trial_chambers"; constant FILLED_MAP_UNKNOWN (line 8480) | pub const FILLED_MAP_UNKNOWN: &str = "filled_map.unknown"; constant FILLED_MAP_VILLAGE_DESERT (line 8482) | pub const FILLED_MAP_VILLAGE_DESERT: &str = "filled_map.village_desert"; constant FILLED_MAP_VILLAGE_PLAINS (line 8484) | pub const FILLED_MAP_VILLAGE_PLAINS: &str = "filled_map.village_plains"; constant FILLED_MAP_VILLAGE_SAVANNA (line 8486) | pub const FILLED_MAP_VILLAGE_SAVANNA: &str = "filled_map.village_savanna"; constant FILLED_MAP_VILLAGE_SNOWY (line 8488) | pub const FILLED_MAP_VILLAGE_SNOWY: &str = "filled_map.village_snowy"; constant FILLED_MAP_VILLAGE_TAIGA (line 8490) | pub const FILLED_MAP_VILLAGE_TAIGA: &str = "filled_map.village_taiga"; constant FLAT_WORLD_PRESET_MINECRAFT_BOTTOMLESS_PIT (line 8492) | pub const FLAT_WORLD_PRESET_MINECRAFT_BOTTOMLESS_PIT: &str = constant FLAT_WORLD_PRESET_MINECRAFT_CLASSIC_FLAT (line 8495) | pub const FLAT_WORLD_PRESET_MINECRAFT_CLASSIC_FLAT: &str = constant FLAT_WORLD_PRESET_MINECRAFT_DESERT (line 8498) | pub const FLAT_WORLD_PRESET_MINECRAFT_DESERT: &str = "flat_world_preset.... constant FLAT_WORLD_PRESET_MINECRAFT_OVERWORLD (line 8500) | pub const FLAT_WORLD_PRESET_MINECRAFT_OVERWORLD: &str = "flat_world_pres... constant FLAT_WORLD_PRESET_MINECRAFT_REDSTONE_READY (line 8502) | pub const FLAT_WORLD_PRESET_MINECRAFT_REDSTONE_READY: &str = constant FLAT_WORLD_PRESET_MINECRAFT_SNOWY_KINGDOM (line 8505) | pub const FLAT_WORLD_PRESET_MINECRAFT_SNOWY_KINGDOM: &str = constant FLAT_WORLD_PRESET_MINECRAFT_THE_VOID (line 8508) | pub const FLAT_WORLD_PRESET_MINECRAFT_THE_VOID: &str = "flat_world_prese... constant FLAT_WORLD_PRESET_MINECRAFT_TUNNELERS_DREAM (line 8510) | pub const FLAT_WORLD_PRESET_MINECRAFT_TUNNELERS_DREAM: &str = constant FLAT_WORLD_PRESET_MINECRAFT_WATER_WORLD (line 8513) | pub const FLAT_WORLD_PRESET_MINECRAFT_WATER_WORLD: &str = "flat_world_pr... constant FLAT_WORLD_PRESET_UNKNOWN (line 8515) | pub const FLAT_WORLD_PRESET_UNKNOWN: &str = "flat_world_preset.unknown"; constant GAMEMODE_ADVENTURE (line 8517) | pub const GAMEMODE_ADVENTURE: &str = "gameMode.adventure"; constant GAMEMODE_CHANGED (line 8519) | pub const GAMEMODE_CHANGED: &str = "gameMode.changed"; constant GAMEMODE_CREATIVE (line 8521) | pub const GAMEMODE_CREATIVE: &str = "gameMode.creative"; constant GAMEMODE_HARDCORE (line 8523) | pub const GAMEMODE_HARDCORE: &str = "gameMode.hardcore"; constant GAMEMODE_SPECTATOR (line 8525) | pub const GAMEMODE_SPECTATOR: &str = "gameMode.spectator"; constant GAMEMODE_SURVIVAL (line 8527) | pub const GAMEMODE_SURVIVAL: &str = "gameMode.survival"; constant GAMERULE_ALLOWENTERINGNETHERUSINGPORTALS (line 8529) | pub const GAMERULE_ALLOWENTERINGNETHERUSINGPORTALS: &str = constant GAMERULE_ALLOWENTERINGNETHERUSINGPORTALS_DESCRIPTION (line 8532) | pub const GAMERULE_ALLOWENTERINGNETHERUSINGPORTALS_DESCRIPTION: &str = constant GAMERULE_ALLOWFIRETICKSAWAYFROMPLAYER (line 8535) | pub const GAMERULE_ALLOWFIRETICKSAWAYFROMPLAYER: &str = "gamerule.allowF... constant GAMERULE_ALLOWFIRETICKSAWAYFROMPLAYER_DESCRIPTION (line 8537) | pub const GAMERULE_ALLOWFIRETICKSAWAYFROMPLAYER_DESCRIPTION: &str = constant GAMERULE_ANNOUNCEADVANCEMENTS (line 8540) | pub const GAMERULE_ANNOUNCEADVANCEMENTS: &str = "gamerule.announceAdvanc... constant GAMERULE_BLOCKEXPLOSIONDROPDECAY (line 8542) | pub const GAMERULE_BLOCKEXPLOSIONDROPDECAY: &str = "gamerule.blockExplos... constant GAMERULE_BLOCKEXPLOSIONDROPDECAY_DESCRIPTION (line 8544) | pub const GAMERULE_BLOCKEXPLOSIONDROPDECAY_DESCRIPTION: &str = constant GAMERULE_CATEGORY_CHAT (line 8547) | pub const GAMERULE_CATEGORY_CHAT: &str = "gamerule.category.chat"; constant GAMERULE_CATEGORY_DROPS (line 8549) | pub const GAMERULE_CATEGORY_DROPS: &str = "gamerule.category.drops"; constant GAMERULE_CATEGORY_MISC (line 8551) | pub const GAMERULE_CATEGORY_MISC: &str = "gamerule.category.misc"; constant GAMERULE_CATEGORY_MOBS (line 8553) | pub const GAMERULE_CATEGORY_MOBS: &str = "gamerule.category.mobs"; constant GAMERULE_CATEGORY_PLAYER (line 8555) | pub const GAMERULE_CATEGORY_PLAYER: &str = "gamerule.category.player"; constant GAMERULE_CATEGORY_SPAWNING (line 8557) | pub const GAMERULE_CATEGORY_SPAWNING: &str = "gamerule.category.spawning"; constant GAMERULE_CATEGORY_UPDATES (line 8559) | pub const GAMERULE_CATEGORY_UPDATES: &str = "gamerule.category.updates"; constant GAMERULE_COMMANDBLOCKOUTPUT (line 8561) | pub const GAMERULE_COMMANDBLOCKOUTPUT: &str = "gamerule.commandBlockOutp... constant GAMERULE_COMMANDBLOCKSENABLED (line 8563) | pub const GAMERULE_COMMANDBLOCKSENABLED: &str = "gamerule.commandBlocksE... constant GAMERULE_COMMANDMODIFICATIONBLOCKLIMIT (line 8565) | pub const GAMERULE_COMMANDMODIFICATIONBLOCKLIMIT: &str = "gamerule.comma... constant GAMERULE_COMMANDMODIFICATIONBLOCKLIMIT_DESCRIPTION (line 8567) | pub const GAMERULE_COMMANDMODIFICATIONBLOCKLIMIT_DESCRIPTION: &str = constant GAMERULE_DISABLEELYTRAMOVEMENTCHECK (line 8570) | pub const GAMERULE_DISABLEELYTRAMOVEMENTCHECK: &str = "gamerule.disableE... constant GAMERULE_DISABLEPLAYERMOVEMENTCHECK (line 8572) | pub const GAMERULE_DISABLEPLAYERMOVEMENTCHECK: &str = "gamerule.disableP... constant GAMERULE_DISABLERAIDS (line 8574) | pub const GAMERULE_DISABLERAIDS: &str = "gamerule.disableRaids"; constant GAMERULE_DODAYLIGHTCYCLE (line 8576) | pub const GAMERULE_DODAYLIGHTCYCLE: &str = "gamerule.doDaylightCycle"; constant GAMERULE_DOENTITYDROPS (line 8578) | pub const GAMERULE_DOENTITYDROPS: &str = "gamerule.doEntityDrops"; constant GAMERULE_DOENTITYDROPS_DESCRIPTION (line 8580) | pub const GAMERULE_DOENTITYDROPS_DESCRIPTION: &str = "gamerule.doEntityD... constant GAMERULE_DOFIRETICK (line 8582) | pub const GAMERULE_DOFIRETICK: &str = "gamerule.doFireTick"; constant GAMERULE_DOIMMEDIATERESPAWN (line 8584) | pub const GAMERULE_DOIMMEDIATERESPAWN: &str = "gamerule.doImmediateRespa... constant GAMERULE_DOINSOMNIA (line 8586) | pub const GAMERULE_DOINSOMNIA: &str = "gamerule.doInsomnia"; constant GAMERULE_DOLIMITEDCRAFTING (line 8588) | pub const GAMERULE_DOLIMITEDCRAFTING: &str = "gamerule.doLimitedCrafting"; constant GAMERULE_DOLIMITEDCRAFTING_DESCRIPTION (line 8590) | pub const GAMERULE_DOLIMITEDCRAFTING_DESCRIPTION: &str = "gamerule.doLim... constant GAMERULE_DOMOBLOOT (line 8592) | pub const GAMERULE_DOMOBLOOT: &str = "gamerule.doMobLoot"; constant GAMERULE_DOMOBLOOT_DESCRIPTION (line 8594) | pub const GAMERULE_DOMOBLOOT_DESCRIPTION: &str = "gamerule.doMobLoot.des... constant GAMERULE_DOMOBSPAWNING (line 8596) | pub const GAMERULE_DOMOBSPAWNING: &str = "gamerule.doMobSpawning"; constant GAMERULE_DOMOBSPAWNING_DESCRIPTION (line 8598) | pub const GAMERULE_DOMOBSPAWNING_DESCRIPTION: &str = "gamerule.doMobSpaw... constant GAMERULE_DOPATROLSPAWNING (line 8600) | pub const GAMERULE_DOPATROLSPAWNING: &str = "gamerule.doPatrolSpawning"; constant GAMERULE_DOTILEDROPS (line 8602) | pub const GAMERULE_DOTILEDROPS: &str = "gamerule.doTileDrops"; constant GAMERULE_DOTILEDROPS_DESCRIPTION (line 8604) | pub const GAMERULE_DOTILEDROPS_DESCRIPTION: &str = "gamerule.doTileDrops... constant GAMERULE_DOTRADERSPAWNING (line 8606) | pub const GAMERULE_DOTRADERSPAWNING: &str = "gamerule.doTraderSpawning"; constant GAMERULE_DOVINESSPREAD (line 8608) | pub const GAMERULE_DOVINESSPREAD: &str = "gamerule.doVinesSpread"; constant GAMERULE_DOVINESSPREAD_DESCRIPTION (line 8610) | pub const GAMERULE_DOVINESSPREAD_DESCRIPTION: &str = "gamerule.doVinesSp... constant GAMERULE_DOWARDENSPAWNING (line 8612) | pub const GAMERULE_DOWARDENSPAWNING: &str = "gamerule.doWardenSpawning"; constant GAMERULE_DOWEATHERCYCLE (line 8614) | pub const GAMERULE_DOWEATHERCYCLE: &str = "gamerule.doWeatherCycle"; constant GAMERULE_DROWNINGDAMAGE (line 8616) | pub const GAMERULE_DROWNINGDAMAGE: &str = "gamerule.drowningDamage"; constant GAMERULE_ENABLECOMMANDBLOCKS (line 8618) | pub const GAMERULE_ENABLECOMMANDBLOCKS: &str = "gamerule.enableCommandBl... constant GAMERULE_ENDERPEARLSVANISHONDEATH (line 8620) | pub const GAMERULE_ENDERPEARLSVANISHONDEATH: &str = "gamerule.enderPearl... constant GAMERULE_ENDERPEARLSVANISHONDEATH_DESCRIPTION (line 8622) | pub const GAMERULE_ENDERPEARLSVANISHONDEATH_DESCRIPTION: &str = constant GAMERULE_ENTITIESWITHPASSENGERSCANUSEPORTALS (line 8625) | pub const GAMERULE_ENTITIESWITHPASSENGERSCANUSEPORTALS: &str = constant GAMERULE_ENTITIESWITHPASSENGERSCANUSEPORTALS_DESCRIPTION (line 8628) | pub const GAMERULE_ENTITIESWITHPASSENGERSCANUSEPORTALS_DESCRIPTION: &str = constant GAMERULE_FALLDAMAGE (line 8631) | pub const GAMERULE_FALLDAMAGE: &str = "gamerule.fallDamage"; constant GAMERULE_FIREDAMAGE (line 8633) | pub const GAMERULE_FIREDAMAGE: &str = "gamerule.fireDamage"; constant GAMERULE_FORGIVEDEADPLAYERS (line 8635) | pub const GAMERULE_FORGIVEDEADPLAYERS: &str = "gamerule.forgiveDeadPlaye... constant GAMERULE_FORGIVEDEADPLAYERS_DESCRIPTION (line 8637) | pub const GAMERULE_FORGIVEDEADPLAYERS_DESCRIPTION: &str = "gamerule.forg... constant GAMERULE_FREEZEDAMAGE (line 8639) | pub const GAMERULE_FREEZEDAMAGE: &str = "gamerule.freezeDamage"; constant GAMERULE_GLOBALSOUNDEVENTS (line 8641) | pub const GAMERULE_GLOBALSOUNDEVENTS: &str = "gamerule.globalSoundEvents"; constant GAMERULE_GLOBALSOUNDEVENTS_DESCRIPTION (line 8643) | pub const GAMERULE_GLOBALSOUNDEVENTS_DESCRIPTION: &str = "gamerule.globa... constant GAMERULE_KEEPINVENTORY (line 8645) | pub const GAMERULE_KEEPINVENTORY: &str = "gamerule.keepInventory"; constant GAMERULE_LAVASOURCECONVERSION (line 8647) | pub const GAMERULE_LAVASOURCECONVERSION: &str = "gamerule.lavaSourceConv... constant GAMERULE_LAVASOURCECONVERSION_DESCRIPTION (line 8649) | pub const GAMERULE_LAVASOURCECONVERSION_DESCRIPTION: &str = constant GAMERULE_LOCATORBAR (line 8652) | pub const GAMERULE_LOCATORBAR: &str = "gamerule.locatorBar"; constant GAMERULE_LOCATORBAR_DESCRIPTION (line 8654) | pub const GAMERULE_LOCATORBAR_DESCRIPTION: &str = "gamerule.locatorBar.d... constant GAMERULE_LOGADMINCOMMANDS (line 8656) | pub const GAMERULE_LOGADMINCOMMANDS: &str = "gamerule.logAdminCommands"; constant GAMERULE_MAXCOMMANDCHAINLENGTH (line 8658) | pub const GAMERULE_MAXCOMMANDCHAINLENGTH: &str = "gamerule.maxCommandCha... constant GAMERULE_MAXCOMMANDCHAINLENGTH_DESCRIPTION (line 8660) | pub const GAMERULE_MAXCOMMANDCHAINLENGTH_DESCRIPTION: &str = constant GAMERULE_MAXCOMMANDFORKCOUNT (line 8663) | pub const GAMERULE_MAXCOMMANDFORKCOUNT: &str = "gamerule.maxCommandForkC... constant GAMERULE_MAXCOMMANDFORKCOUNT_DESCRIPTION (line 8665) | pub const GAMERULE_MAXCOMMANDFORKCOUNT_DESCRIPTION: &str = constant GAMERULE_MAXENTITYCRAMMING (line 8668) | pub const GAMERULE_MAXENTITYCRAMMING: &str = "gamerule.maxEntityCramming"; constant GAMERULE_MINECARTMAXSPEED (line 8670) | pub const GAMERULE_MINECARTMAXSPEED: &str = "gamerule.minecartMaxSpeed"; constant GAMERULE_MINECARTMAXSPEED_DESCRIPTION (line 8672) | pub const GAMERULE_MINECARTMAXSPEED_DESCRIPTION: &str = "gamerule.mineca... constant GAMERULE_MINECRAFT_ELYTRA_MOVEMENT_CHECK (line 8674) | pub const GAMERULE_MINECRAFT_ELYTRA_MOVEMENT_CHECK: &str = constant GAMERULE_MINECRAFT_FIRE_SPREAD_RADIUS_AROUND_PLAYER (line 8677) | pub const GAMERULE_MINECRAFT_FIRE_SPREAD_RADIUS_AROUND_PLAYER: &str = constant GAMERULE_MINECRAFT_FIRE_SPREAD_RADIUS_AROUND_PLAYER_DESCRIPTION (line 8680) | pub const GAMERULE_MINECRAFT_FIRE_SPREAD_RADIUS_AROUND_PLAYER_DESCRIPTIO... constant GAMERULE_MINECRAFT_PLAYER_MOVEMENT_CHECK (line 8683) | pub const GAMERULE_MINECRAFT_PLAYER_MOVEMENT_CHECK: &str = constant GAMERULE_MINECRAFT_RAIDS (line 8686) | pub const GAMERULE_MINECRAFT_RAIDS: &str = "gamerule.minecraft.raids"; constant GAMERULE_MOBEXPLOSIONDROPDECAY (line 8688) | pub const GAMERULE_MOBEXPLOSIONDROPDECAY: &str = "gamerule.mobExplosionD... constant GAMERULE_MOBEXPLOSIONDROPDECAY_DESCRIPTION (line 8690) | pub const GAMERULE_MOBEXPLOSIONDROPDECAY_DESCRIPTION: &str = constant GAMERULE_MOBGRIEFING (line 8693) | pub const GAMERULE_MOBGRIEFING: &str = "gamerule.mobGriefing"; constant GAMERULE_NATURALREGENERATION (line 8695) | pub const GAMERULE_NATURALREGENERATION: &str = "gamerule.naturalRegenera... constant GAMERULE_PLAYERSNETHERPORTALCREATIVEDELAY (line 8697) | pub const GAMERULE_PLAYERSNETHERPORTALCREATIVEDELAY: &str = constant GAMERULE_PLAYERSNETHERPORTALCREATIVEDELAY_DESCRIPTION (line 8700) | pub const GAMERULE_PLAYERSNETHERPORTALCREATIVEDELAY_DESCRIPTION: &str = constant GAMERULE_PLAYERSNETHERPORTALDEFAULTDELAY (line 8703) | pub const GAMERULE_PLAYERSNETHERPORTALDEFAULTDELAY: &str = constant GAMERULE_PLAYERSNETHERPORTALDEFAULTDELAY_DESCRIPTION (line 8706) | pub const GAMERULE_PLAYERSNETHERPORTALDEFAULTDELAY_DESCRIPTION: &str = constant GAMERULE_PLAYERSSLEEPINGPERCENTAGE (line 8709) | pub const GAMERULE_PLAYERSSLEEPINGPERCENTAGE: &str = "gamerule.playersSl... constant GAMERULE_PLAYERSSLEEPINGPERCENTAGE_DESCRIPTION (line 8711) | pub const GAMERULE_PLAYERSSLEEPINGPERCENTAGE_DESCRIPTION: &str = constant GAMERULE_PROJECTILESCANBREAKBLOCKS (line 8714) | pub const GAMERULE_PROJECTILESCANBREAKBLOCKS: &str = "gamerule.projectil... constant GAMERULE_PROJECTILESCANBREAKBLOCKS_DESCRIPTION (line 8716) | pub const GAMERULE_PROJECTILESCANBREAKBLOCKS_DESCRIPTION: &str = constant GAMERULE_PVP (line 8719) | pub const GAMERULE_PVP: &str = "gamerule.pvp"; constant GAMERULE_PVP_DESCRIPTION (line 8721) | pub const GAMERULE_PVP_DESCRIPTION: &str = "gamerule.pvp.description"; constant GAMERULE_RANDOMTICKSPEED (line 8723) | pub const GAMERULE_RANDOMTICKSPEED: &str = "gamerule.randomTickSpeed"; constant GAMERULE_REDUCEDDEBUGINFO (line 8725) | pub const GAMERULE_REDUCEDDEBUGINFO: &str = "gamerule.reducedDebugInfo"; constant GAMERULE_REDUCEDDEBUGINFO_DESCRIPTION (line 8727) | pub const GAMERULE_REDUCEDDEBUGINFO_DESCRIPTION: &str = "gamerule.reduce... constant GAMERULE_SENDCOMMANDFEEDBACK (line 8729) | pub const GAMERULE_SENDCOMMANDFEEDBACK: &str = "gamerule.sendCommandFeed... constant GAMERULE_SHOWDEATHMESSAGES (line 8731) | pub const GAMERULE_SHOWDEATHMESSAGES: &str = "gamerule.showDeathMessages"; constant GAMERULE_SNOWACCUMULATIONHEIGHT (line 8733) | pub const GAMERULE_SNOWACCUMULATIONHEIGHT: &str = "gamerule.snowAccumula... constant GAMERULE_SNOWACCUMULATIONHEIGHT_DESCRIPTION (line 8735) | pub const GAMERULE_SNOWACCUMULATIONHEIGHT_DESCRIPTION: &str = constant GAMERULE_SPAWNCHUNKRADIUS (line 8738) | pub const GAMERULE_SPAWNCHUNKRADIUS: &str = "gamerule.spawnChunkRadius"; constant GAMERULE_SPAWNCHUNKRADIUS_DESCRIPTION (line 8740) | pub const GAMERULE_SPAWNCHUNKRADIUS_DESCRIPTION: &str = "gamerule.spawnC... constant GAMERULE_SPAWNMONSTERS (line 8742) | pub const GAMERULE_SPAWNMONSTERS: &str = "gamerule.spawnMonsters"; constant GAMERULE_SPAWNMONSTERS_DESCRIPTION (line 8744) | pub const GAMERULE_SPAWNMONSTERS_DESCRIPTION: &str = "gamerule.spawnMons... constant GAMERULE_SPAWNRADIUS (line 8746) | pub const GAMERULE_SPAWNRADIUS: &str = "gamerule.spawnRadius"; constant GAMERULE_SPAWNRADIUS_DESCRIPTION (line 8748) | pub const GAMERULE_SPAWNRADIUS_DESCRIPTION: &str = "gamerule.spawnRadius... constant GAMERULE_SPAWNERBLOCKSENABLED (line 8750) | pub const GAMERULE_SPAWNERBLOCKSENABLED: &str = "gamerule.spawnerBlocksE... constant GAMERULE_SPECTATORSGENERATECHUNKS (line 8752) | pub const GAMERULE_SPECTATORSGENERATECHUNKS: &str = "gamerule.spectators... constant GAMERULE_TNTEXPLODES (line 8754) | pub const GAMERULE_TNTEXPLODES: &str = "gamerule.tntExplodes"; constant GAMERULE_TNTEXPLOSIONDROPDECAY (line 8756) | pub const GAMERULE_TNTEXPLOSIONDROPDECAY: &str = "gamerule.tntExplosionD... constant GAMERULE_TNTEXPLOSIONDROPDECAY_DESCRIPTION (line 8758) | pub const GAMERULE_TNTEXPLOSIONDROPDECAY_DESCRIPTION: &str = constant GAMERULE_UNIVERSALANGER (line 8761) | pub const GAMERULE_UNIVERSALANGER: &str = "gamerule.universalAnger"; constant GAMERULE_UNIVERSALANGER_DESCRIPTION (line 8763) | pub const GAMERULE_UNIVERSALANGER_DESCRIPTION: &str = "gamerule.universa... constant GAMERULE_WATERSOURCECONVERSION (line 8765) | pub const GAMERULE_WATERSOURCECONVERSION: &str = "gamerule.waterSourceCo... constant GAMERULE_WATERSOURCECONVERSION_DESCRIPTION (line 8767) | pub const GAMERULE_WATERSOURCECONVERSION_DESCRIPTION: &str = constant GENERATOR_CUSTOM (line 8770) | pub const GENERATOR_CUSTOM: &str = "generator.custom"; constant GENERATOR_CUSTOMIZED (line 8772) | pub const GENERATOR_CUSTOMIZED: &str = "generator.customized"; constant GENERATOR_MINECRAFT_AMPLIFIED (line 8774) | pub const GENERATOR_MINECRAFT_AMPLIFIED: &str = "generator.minecraft.amp... constant GENERATOR_MINECRAFT_AMPLIFIED_INFO (line 8776) | pub const GENERATOR_MINECRAFT_AMPLIFIED_INFO: &str = "generator.minecraf... constant GENERATOR_MINECRAFT_DEBUG_ALL_BLOCK_STATES (line 8778) | pub const GENERATOR_MINECRAFT_DEBUG_ALL_BLOCK_STATES: &str = constant GENERATOR_MINECRAFT_FLAT (line 8781) | pub const GENERATOR_MINECRAFT_FLAT: &str = "generator.minecraft.flat"; constant GENERATOR_MINECRAFT_LARGE_BIOMES (line 8783) | pub const GENERATOR_MINECRAFT_LARGE_BIOMES: &str = "generator.minecraft.... constant GENERATOR_MINECRAFT_NORMAL (line 8785) | pub const GENERATOR_MINECRAFT_NORMAL: &str = "generator.minecraft.normal"; constant GENERATOR_MINECRAFT_SINGLE_BIOME_SURFACE (line 8787) | pub const GENERATOR_MINECRAFT_SINGLE_BIOME_SURFACE: &str = constant GENERATOR_SINGLE_BIOME_CAVES (line 8790) | pub const GENERATOR_SINGLE_BIOME_CAVES: &str = "generator.single_biome_c... constant GENERATOR_SINGLE_BIOME_FLOATING_ISLANDS (line 8792) | pub const GENERATOR_SINGLE_BIOME_FLOATING_ISLANDS: &str = "generator.sin... constant GUI_ABUSEREPORT_ATTESTATION (line 8794) | pub const GUI_ABUSEREPORT_ATTESTATION: &str = "gui.abuseReport.attestati... constant GUI_ABUSEREPORT_COMMENTS (line 8796) | pub const GUI_ABUSEREPORT_COMMENTS: &str = "gui.abuseReport.comments"; constant GUI_ABUSEREPORT_DESCRIBE (line 8798) | pub const GUI_ABUSEREPORT_DESCRIBE: &str = "gui.abuseReport.describe"; constant GUI_ABUSEREPORT_DISCARD_CONTENT (line 8800) | pub const GUI_ABUSEREPORT_DISCARD_CONTENT: &str = "gui.abuseReport.disca... constant GUI_ABUSEREPORT_DISCARD_DISCARD (line 8802) | pub const GUI_ABUSEREPORT_DISCARD_DISCARD: &str = "gui.abuseReport.disca... constant GUI_ABUSEREPORT_DISCARD_DRAFT (line 8804) | pub const GUI_ABUSEREPORT_DISCARD_DRAFT: &str = "gui.abuseReport.discard... constant GUI_ABUSEREPORT_DISCARD_RETURN (line 8806) | pub const GUI_ABUSEREPORT_DISCARD_RETURN: &str = "gui.abuseReport.discar... constant GUI_ABUSEREPORT_DISCARD_TITLE (line 8808) | pub const GUI_ABUSEREPORT_DISCARD_TITLE: &str = "gui.abuseReport.discard... constant GUI_ABUSEREPORT_DRAFT_CONTENT (line 8810) | pub const GUI_ABUSEREPORT_DRAFT_CONTENT: &str = "gui.abuseReport.draft.c... constant GUI_ABUSEREPORT_DRAFT_DISCARD (line 8812) | pub const GUI_ABUSEREPORT_DRAFT_DISCARD: &str = "gui.abuseReport.draft.d... constant GUI_ABUSEREPORT_DRAFT_EDIT (line 8814) | pub const GUI_ABUSEREPORT_DRAFT_EDIT: &str = "gui.abuseReport.draft.edit"; constant GUI_ABUSEREPORT_DRAFT_QUITTOTITLE_CONTENT (line 8816) | pub const GUI_ABUSEREPORT_DRAFT_QUITTOTITLE_CONTENT: &str = constant GUI_ABUSEREPORT_DRAFT_QUITTOTITLE_TITLE (line 8819) | pub const GUI_ABUSEREPORT_DRAFT_QUITTOTITLE_TITLE: &str = "gui.abuseRepo... constant GUI_ABUSEREPORT_DRAFT_TITLE (line 8821) | pub const GUI_ABUSEREPORT_DRAFT_TITLE: &str = "gui.abuseReport.draft.tit... constant GUI_ABUSEREPORT_ERROR_TITLE (line 8823) | pub const GUI_ABUSEREPORT_ERROR_TITLE: &str = "gui.abuseReport.error.tit... constant GUI_ABUSEREPORT_MESSAGE (line 8825) | pub const GUI_ABUSEREPORT_MESSAGE: &str = "gui.abuseReport.message"; constant GUI_ABUSEREPORT_MORE_COMMENTS (line 8827) | pub const GUI_ABUSEREPORT_MORE_COMMENTS: &str = "gui.abuseReport.more_co... constant GUI_ABUSEREPORT_NAME_COMMENT_BOX_LABEL (line 8829) | pub const GUI_ABUSEREPORT_NAME_COMMENT_BOX_LABEL: &str = "gui.abuseRepor... constant GUI_ABUSEREPORT_NAME_REPORTING (line 8831) | pub const GUI_ABUSEREPORT_NAME_REPORTING: &str = "gui.abuseReport.name.r... constant GUI_ABUSEREPORT_NAME_TITLE (line 8833) | pub const GUI_ABUSEREPORT_NAME_TITLE: &str = "gui.abuseReport.name.title"; constant GUI_ABUSEREPORT_OBSERVED_WHAT (line 8835) | pub const GUI_ABUSEREPORT_OBSERVED_WHAT: &str = "gui.abuseReport.observe... constant GUI_ABUSEREPORT_READ_INFO (line 8837) | pub const GUI_ABUSEREPORT_READ_INFO: &str = "gui.abuseReport.read_info"; constant GUI_ABUSEREPORT_REASON_ALCOHOL_TOBACCO_DRUGS (line 8839) | pub const GUI_ABUSEREPORT_REASON_ALCOHOL_TOBACCO_DRUGS: &str = constant GUI_ABUSEREPORT_REASON_ALCOHOL_TOBACCO_DRUGS_DESCRIPTION (line 8842) | pub const GUI_ABUSEREPORT_REASON_ALCOHOL_TOBACCO_DRUGS_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_CHILD_SEXUAL_EXPLOITATION_OR_ABUSE (line 8845) | pub const GUI_ABUSEREPORT_REASON_CHILD_SEXUAL_EXPLOITATION_OR_ABUSE: &str = constant GUI_ABUSEREPORT_REASON_CHILD_SEXUAL_EXPLOITATION_OR_ABUSE_DESCRIPTION (line 8848) | pub const GUI_ABUSEREPORT_REASON_CHILD_SEXUAL_EXPLOITATION_OR_ABUSE_DESC... constant GUI_ABUSEREPORT_REASON_DEFAMATION_IMPERSONATION_FALSE_INFORMATION (line 8851) | pub const GUI_ABUSEREPORT_REASON_DEFAMATION_IMPERSONATION_FALSE_INFORMAT... constant GUI_ABUSEREPORT_REASON_DEFAMATION_IMPERSONATION_FALSE_INFORMATION_DESCRIPTION (line 8854) | pub const GUI_ABUSEREPORT_REASON_DEFAMATION_IMPERSONATION_FALSE_INFORMAT... constant GUI_ABUSEREPORT_REASON_DESCRIPTION (line 8857) | pub const GUI_ABUSEREPORT_REASON_DESCRIPTION: &str = "gui.abuseReport.re... constant GUI_ABUSEREPORT_REASON_FALSE_REPORTING (line 8859) | pub const GUI_ABUSEREPORT_REASON_FALSE_REPORTING: &str = "gui.abuseRepor... constant GUI_ABUSEREPORT_REASON_GENERIC (line 8861) | pub const GUI_ABUSEREPORT_REASON_GENERIC: &str = "gui.abuseReport.reason... constant GUI_ABUSEREPORT_REASON_GENERIC_DESCRIPTION (line 8863) | pub const GUI_ABUSEREPORT_REASON_GENERIC_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_HARASSMENT_OR_BULLYING (line 8866) | pub const GUI_ABUSEREPORT_REASON_HARASSMENT_OR_BULLYING: &str = constant GUI_ABUSEREPORT_REASON_HARASSMENT_OR_BULLYING_DESCRIPTION (line 8869) | pub const GUI_ABUSEREPORT_REASON_HARASSMENT_OR_BULLYING_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_HATE_SPEECH (line 8872) | pub const GUI_ABUSEREPORT_REASON_HATE_SPEECH: &str = "gui.abuseReport.re... constant GUI_ABUSEREPORT_REASON_HATE_SPEECH_DESCRIPTION (line 8874) | pub const GUI_ABUSEREPORT_REASON_HATE_SPEECH_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_IMMINENT_HARM (line 8877) | pub const GUI_ABUSEREPORT_REASON_IMMINENT_HARM: &str = "gui.abuseReport.... constant GUI_ABUSEREPORT_REASON_IMMINENT_HARM_DESCRIPTION (line 8879) | pub const GUI_ABUSEREPORT_REASON_IMMINENT_HARM_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_NARRATION (line 8882) | pub const GUI_ABUSEREPORT_REASON_NARRATION: &str = "gui.abuseReport.reas... constant GUI_ABUSEREPORT_REASON_NON_CONSENSUAL_INTIMATE_IMAGERY (line 8884) | pub const GUI_ABUSEREPORT_REASON_NON_CONSENSUAL_INTIMATE_IMAGERY: &str = constant GUI_ABUSEREPORT_REASON_NON_CONSENSUAL_INTIMATE_IMAGERY_DESCRIPTION (line 8887) | pub const GUI_ABUSEREPORT_REASON_NON_CONSENSUAL_INTIMATE_IMAGERY_DESCRIP... constant GUI_ABUSEREPORT_REASON_SELF_HARM_OR_SUICIDE (line 8890) | pub const GUI_ABUSEREPORT_REASON_SELF_HARM_OR_SUICIDE: &str = constant GUI_ABUSEREPORT_REASON_SELF_HARM_OR_SUICIDE_DESCRIPTION (line 8893) | pub const GUI_ABUSEREPORT_REASON_SELF_HARM_OR_SUICIDE_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_SEXUALLY_INAPPROPRIATE (line 8896) | pub const GUI_ABUSEREPORT_REASON_SEXUALLY_INAPPROPRIATE: &str = constant GUI_ABUSEREPORT_REASON_SEXUALLY_INAPPROPRIATE_DESCRIPTION (line 8899) | pub const GUI_ABUSEREPORT_REASON_SEXUALLY_INAPPROPRIATE_DESCRIPTION: &str = constant GUI_ABUSEREPORT_REASON_TERRORISM_OR_VIOLENT_EXTREMISM (line 8902) | pub const GUI_ABUSEREPORT_REASON_TERRORISM_OR_VIOLENT_EXTREMISM: &str = constant GUI_ABUSEREPORT_REASON_TERRORISM_OR_VIOLENT_EXTREMISM_DESCRIPTION (line 8905) | pub const GUI_ABUSEREPORT_REASON_TERRORISM_OR_VIOLENT_EXTREMISM_DESCRIPT... constant GUI_ABUSEREPORT_REASON_TITLE (line 8908) | pub const GUI_ABUSEREPORT_REASON_TITLE: &str = "gui.abuseReport.reason.t... constant GUI_ABUSEREPORT_REPORT_SENT_MSG (line 8910) | pub const GUI_ABUSEREPORT_REPORT_SENT_MSG: &str = "gui.abuseReport.repor... constant GUI_ABUSEREPORT_SELECT_REASON (line 8912) | pub const GUI_ABUSEREPORT_SELECT_REASON: &str = "gui.abuseReport.select_... constant GUI_ABUSEREPORT_SEND (line 8914) | pub const GUI_ABUSEREPORT_SEND: &str = "gui.abuseReport.send"; constant GUI_ABUSEREPORT_SEND_COMMENT_TOO_LONG (line 8916) | pub const GUI_ABUSEREPORT_SEND_COMMENT_TOO_LONG: &str = "gui.abuseReport... constant GUI_ABUSEREPORT_SEND_ERROR_MESSAGE (line 8918) | pub const GUI_ABUSEREPORT_SEND_ERROR_MESSAGE: &str = "gui.abuseReport.se... constant GUI_ABUSEREPORT_SEND_GENERIC_ERROR (line 8920) | pub const GUI_ABUSEREPORT_SEND_GENERIC_ERROR: &str = "gui.abuseReport.se... constant GUI_ABUSEREPORT_SEND_HTTP_ERROR (line 8922) | pub const GUI_ABUSEREPORT_SEND_HTTP_ERROR: &str = "gui.abuseReport.send.... constant GUI_ABUSEREPORT_SEND_JSON_ERROR (line 8924) | pub const GUI_ABUSEREPORT_SEND_JSON_ERROR: &str = "gui.abuseReport.send.... constant GUI_ABUSEREPORT_SEND_NO_REASON (line 8926) | pub const GUI_ABUSEREPORT_SEND_NO_REASON: &str = "gui.abuseReport.send.n... constant GUI_ABUSEREPORT_SEND_NOT_ATTESTED (line 8928) | pub const GUI_ABUSEREPORT_SEND_NOT_ATTESTED: &str = "gui.abuseReport.sen... constant GUI_ABUSEREPORT_SEND_SERVICE_UNAVAILABLE (line 8930) | pub const GUI_ABUSEREPORT_SEND_SERVICE_UNAVAILABLE: &str = constant GUI_ABUSEREPORT_SENDING_TITLE (line 8933) | pub const GUI_ABUSEREPORT_SENDING_TITLE: &str = "gui.abuseReport.sending... constant GUI_ABUSEREPORT_SENT_TITLE (line 8935) | pub const GUI_ABUSEREPORT_SENT_TITLE: &str = "gui.abuseReport.sent.title"; constant GUI_ABUSEREPORT_SKIN_TITLE (line 8937) | pub const GUI_ABUSEREPORT_SKIN_TITLE: &str = "gui.abuseReport.skin.title"; constant GUI_ABUSEREPORT_TITLE (line 8939) | pub const GUI_ABUSEREPORT_TITLE: &str = "gui.abuseReport.title"; constant GUI_ABUSEREPORT_TYPE_CHAT (line 8941) | pub const GUI_ABUSEREPORT_TYPE_CHAT: &str = "gui.abuseReport.type.chat"; constant GUI_ABUSEREPORT_TYPE_NAME (line 8943) | pub const GUI_ABUSEREPORT_TYPE_NAME: &str = "gui.abuseReport.type.name"; constant GUI_ABUSEREPORT_TYPE_SKIN (line 8945) | pub const GUI_ABUSEREPORT_TYPE_SKIN: &str = "gui.abuseReport.type.skin"; constant GUI_ACKNOWLEDGE (line 8947) | pub const GUI_ACKNOWLEDGE: &str = "gui.acknowledge"; constant GUI_ADVANCEMENTS (line 8949) | pub const GUI_ADVANCEMENTS: &str = "gui.advancements"; constant GUI_ALL (line 8951) | pub const GUI_ALL: &str = "gui.all"; constant GUI_BACK (line 8953) | pub const GUI_BACK: &str = "gui.back"; constant GUI_BANNED_DESCRIPTION (line 8955) | pub const GUI_BANNED_DESCRIPTION: &str = "gui.banned.description"; constant GUI_BANNED_DESCRIPTION_PERMANENT (line 8957) | pub const GUI_BANNED_DESCRIPTION_PERMANENT: &str = "gui.banned.descripti... constant GUI_BANNED_DESCRIPTION_REASON (line 8959) | pub const GUI_BANNED_DESCRIPTION_REASON: &str = "gui.banned.description.... constant GUI_BANNED_DESCRIPTION_REASON_ID (line 8961) | pub const GUI_BANNED_DESCRIPTION_REASON_ID: &str = "gui.banned.descripti... constant GUI_BANNED_DESCRIPTION_REASON_ID_MESSAGE (line 8963) | pub const GUI_BANNED_DESCRIPTION_REASON_ID_MESSAGE: &str = constant GUI_BANNED_DESCRIPTION_TEMPORARY (line 8966) | pub const GUI_BANNED_DESCRIPTION_TEMPORARY: &str = "gui.banned.descripti... constant GUI_BANNED_DESCRIPTION_TEMPORARY_DURATION (line 8968) | pub const GUI_BANNED_DESCRIPTION_TEMPORARY_DURATION: &str = constant GUI_BANNED_DESCRIPTION_UNKNOWNREASON (line 8971) | pub const GUI_BANNED_DESCRIPTION_UNKNOWNREASON: &str = "gui.banned.descr... constant GUI_BANNED_NAME_DESCRIPTION (line 8973) | pub const GUI_BANNED_NAME_DESCRIPTION: &str = "gui.banned.name.descripti... constant GUI_BANNED_NAME_TITLE (line 8975) | pub const GUI_BANNED_NAME_TITLE: &str = "gui.banned.name.title"; constant GUI_BANNED_REASON_DEFAMATION_IMPERSONATION_FALSE_INFORMATION (line 8977) | pub const GUI_BANNED_REASON_DEFAMATION_IMPERSONATION_FALSE_INFORMATION: ... constant GUI_BANNED_REASON_DRUGS (line 8980) | pub const GUI_BANNED_REASON_DRUGS: &str = "gui.banned.reason.drugs"; constant GUI_BANNED_REASON_EXTREME_VIOLENCE_OR_GORE (line 8982) | pub const GUI_BANNED_REASON_EXTREME_VIOLENCE_OR_GORE: &str = constant GUI_BANNED_REASON_FALSE_REPORTING (line 8985) | pub const GUI_BANNED_REASON_FALSE_REPORTING: &str = "gui.banned.reason.f... constant GUI_BANNED_REASON_FRAUD (line 8987) | pub const GUI_BANNED_REASON_FRAUD: &str = "gui.banned.reason.fraud"; constant GUI_BANNED_REASON_GENERIC_VIOLATION (line 8989) | pub const GUI_BANNED_REASON_GENERIC_VIOLATION: &str = "gui.banned.reason... constant GUI_BANNED_REASON_HARASSMENT_OR_BULLYING (line 8991) | pub const GUI_BANNED_REASON_HARASSMENT_OR_BULLYING: &str = constant GUI_BANNED_REASON_HATE_SPEECH (line 8994) | pub const GUI_BANNED_REASON_HATE_SPEECH: &str = "gui.banned.reason.hate_... constant GUI_BANNED_REASON_HATE_TERRORISM_NOTORIOUS_FIGURE (line 8996) | pub const GUI_BANNED_REASON_HATE_TERRORISM_NOTORIOUS_FIGURE: &str = constant GUI_BANNED_REASON_IMMINENT_HARM_TO_PERSON_OR_PROPERTY (line 8999) | pub const GUI_BANNED_REASON_IMMINENT_HARM_TO_PERSON_OR_PROPERTY: &str = constant GUI_BANNED_REASON_NUDITY_OR_PORNOGRAPHY (line 9002) | pub const GUI_BANNED_REASON_NUDITY_OR_PORNOGRAPHY: &str = "gui.banned.re... constant GUI_BANNED_REASON_SEXUALLY_INAPPROPRIATE (line 9004) | pub const GUI_BANNED_REASON_SEXUALLY_INAPPROPRIATE: &str = constant GUI_BANNED_REASON_SPAM_OR_ADVERTISING (line 9007) | pub const GUI_BANNED_REASON_SPAM_OR_ADVERTISING: &str = "gui.banned.reas... constant GUI_BANNED_SKIN_DESCRIPTION (line 9009) | pub const GUI_BANNED_SKIN_DESCRIPTION: &str = "gui.banned.skin.descripti... constant GUI_BANNED_SKIN_TITLE (line 9011) | pub const GUI_BANNED_SKIN_TITLE: &str = "gui.banned.skin.title"; constant GUI_BANNED_TITLE_PERMANENT (line 9013) | pub const GUI_BANNED_TITLE_PERMANENT: &str = "gui.banned.title.permanent"; constant GUI_BANNED_TITLE_TEMPORARY (line 9015) | pub const GUI_BANNED_TITLE_TEMPORARY: &str = "gui.banned.title.temporary"; constant GUI_CANCEL (line 9017) | pub const GUI_CANCEL: &str = "gui.cancel"; constant GUI_CHATREPORT_COMMENTS (line 9019) | pub const GUI_CHATREPORT_COMMENTS: &str = "gui.chatReport.comments"; constant GUI_CHATREPORT_DESCRIBE (line 9021) | pub const GUI_CHATREPORT_DESCRIBE: &str = "gui.chatReport.describe"; constant GUI_CHATREPORT_DISCARD_CONTENT (line 9023) | pub const GUI_CHATREPORT_DISCARD_CONTENT: &str = "gui.chatReport.discard... constant GUI_CHATREPORT_DISCARD_DISCARD (line 9025) | pub const GUI_CHATREPORT_DISCARD_DISCARD: &str = "gui.chatReport.discard... constant GUI_CHATREPORT_DISCARD_DRAFT (line 9027) | pub const GUI_CHATREPORT_DISCARD_DRAFT: &str = "gui.chatReport.discard.d... constant GUI_CHATREPORT_DISCARD_RETURN (line 9029) | pub const GUI_CHATREPORT_DISCARD_RETURN: &str = "gui.chatReport.discard.... constant GUI_CHATREPORT_DISCARD_TITLE (line 9031) | pub const GUI_CHATREPORT_DISCARD_TITLE: &str = "gui.chatReport.discard.t... constant GUI_CHATREPORT_DRAFT_CONTENT (line 9033) | pub const GUI_CHATREPORT_DRAFT_CONTENT: &str = "gui.chatReport.draft.con... constant GUI_CHATREPORT_DRAFT_DISCARD (line 9035) | pub const GUI_CHATREPORT_DRAFT_DISCARD: &str = "gui.chatReport.draft.dis... constant GUI_CHATREPORT_DRAFT_EDIT (line 9037) | pub const GUI_CHATREPORT_DRAFT_EDIT: &str = "gui.chatReport.draft.edit"; constant GUI_CHATREPORT_DRAFT_QUITTOTITLE_CONTENT (line 9039) | pub const GUI_CHATREPORT_DRAFT_QUITTOTITLE_CONTENT: &str = constant GUI_CHATREPORT_DRAFT_QUITTOTITLE_TITLE (line 9042) | pub const GUI_CHATREPORT_DRAFT_QUITTOTITLE_TITLE: &str = "gui.chatReport... constant GUI_CHATREPORT_DRAFT_TITLE (line 9044) | pub const GUI_CHATREPORT_DRAFT_TITLE: &str = "gui.chatReport.draft.title"; constant GUI_CHATREPORT_MORE_COMMENTS (line 9046) | pub const GUI_CHATREPORT_MORE_COMMENTS: &str = "gui.chatReport.more_comm... constant GUI_CHATREPORT_OBSERVED_WHAT (line 9048) | pub const GUI_CHATREPORT_OBSERVED_WHAT: &str = "gui.chatReport.observed_... constant GUI_CHATREPORT_READ_INFO (line 9050) | pub const GUI_CHATREPORT_READ_INFO: &str = "gui.chatReport.read_info"; constant GUI_CHATREPORT_REPORT_SENT_MSG (line 9052) | pub const GUI_CHATREPORT_REPORT_SENT_MSG: &str = "gui.chatReport.report_... constant GUI_CHATREPORT_SELECT_CHAT (line 9054) | pub const GUI_CHATREPORT_SELECT_CHAT: &str = "gui.chatReport.select_chat"; constant GUI_CHATREPORT_SELECT_REASON (line 9056) | pub const GUI_CHATREPORT_SELECT_REASON: &str = "gui.chatReport.select_re... constant GUI_CHATREPORT_SELECTED_CHAT (line 9058) | pub const GUI_CHATREPORT_SELECTED_CHAT: &str = "gui.chatReport.selected_... constant GUI_CHATREPORT_SEND (line 9060) | pub const GUI_CHATREPORT_SEND: &str = "gui.chatReport.send"; constant GUI_CHATREPORT_SEND_COMMENTS_TOO_LONG (line 9062) | pub const GUI_CHATREPORT_SEND_COMMENTS_TOO_LONG: &str = "gui.chatReport.... constant GUI_CHATREPORT_SEND_NO_REASON (line 9064) | pub const GUI_CHATREPORT_SEND_NO_REASON: &str = "gui.chatReport.send.no_... constant GUI_CHATREPORT_SEND_NO_REPORTED_MESSAGES (line 9066) | pub const GUI_CHATREPORT_SEND_NO_REPORTED_MESSAGES: &str = constant GUI_CHATREPORT_SEND_TOO_MANY_MESSAGES (line 9069) | pub const GUI_CHATREPORT_SEND_TOO_MANY_MESSAGES: &str = "gui.chatReport.... constant GUI_CHATREPORT_TITLE (line 9071) | pub const GUI_CHATREPORT_TITLE: &str = "gui.chatReport.title"; constant GUI_CHATSELECTION_CONTEXT (line 9073) | pub const GUI_CHATSELECTION_CONTEXT: &str = "gui.chatSelection.context"; constant GUI_CHATSELECTION_FOLD (line 9075) | pub const GUI_CHATSELECTION_FOLD: &str = "gui.chatSelection.fold"; constant GUI_CHATSELECTION_HEADING (line 9077) | pub const GUI_CHATSELECTION_HEADING: &str = "gui.chatSelection.heading"; constant GUI_CHATSELECTION_JOIN (line 9079) | pub const GUI_CHATSELECTION_JOIN: &str = "gui.chatSelection.join"; constant GUI_CHATSELECTION_MESSAGE_NARRATE (line 9081) | pub const GUI_CHATSELECTION_MESSAGE_NARRATE: &str = "gui.chatSelection.m... constant GUI_CHATSELECTION_SELECTED (line 9083) | pub const GUI_CHATSELECTION_SELECTED: &str = "gui.chatSelection.selected"; constant GUI_CHATSELECTION_TITLE (line 9085) | pub const GUI_CHATSELECTION_TITLE: &str = "gui.chatSelection.title"; constant GUI_CONTINUE (line 9087) | pub const GUI_CONTINUE: &str = "gui.continue"; constant GUI_COPY_LINK_TO_CLIPBOARD (line 9089) | pub const GUI_COPY_LINK_TO_CLIPBOARD: &str = "gui.copy_link_to_clipboard"; constant GUI_DAYS (line 9091) | pub const GUI_DAYS: &str = "gui.days"; constant GUI_DONE (line 9093) | pub const GUI_DONE: &str = "gui.done"; constant GUI_DOWN (line 9095) | pub const GUI_DOWN: &str = "gui.down"; constant GUI_ENTITY_TOOLTIP_TYPE (line 9097) | pub const GUI_ENTITY_TOOLTIP_TYPE: &str = "gui.entity_tooltip.type"; constant GUI_EXPERIENCE_LEVEL (line 9099) | pub const GUI_EXPERIENCE_LEVEL: &str = "gui.experience.level"; constant GUI_FILEDROPFAILURE_DETAIL (line 9101) | pub const GUI_FILEDROPFAILURE_DETAIL: &str = "gui.fileDropFailure.detail"; constant GUI_FILEDROPFAILURE_TITLE (line 9103) | pub const GUI_FILEDROPFAILURE_TITLE: &str = "gui.fileDropFailure.title"; constant GUI_HOURS (line 9105) | pub const GUI_HOURS: &str = "gui.hours"; constant GUI_LANGUAGE_SEARCH (line 9107) | pub const GUI_LANGUAGE_SEARCH: &str = "gui.language.search"; constant GUI_LOADINGMINECRAFT (line 9109) | pub const GUI_LOADINGMINECRAFT: &str = "gui.loadingMinecraft"; constant GUI_MINUTES (line 9111) | pub const GUI_MINUTES: &str = "gui.minutes"; constant GUI_MULTILINEEDITBOX_CHARACTER_LIMIT (line 9113) | pub const GUI_MULTILINEEDITBOX_CHARACTER_LIMIT: &str = "gui.multiLineEdi... constant GUI_NARRATE_BUTTON (line 9115) | pub const GUI_NARRATE_BUTTON: &str = "gui.narrate.button"; constant GUI_NARRATE_EDITBOX (line 9117) | pub const GUI_NARRATE_EDITBOX: &str = "gui.narrate.editBox"; constant GUI_NARRATE_SLIDER (line 9119) | pub const GUI_NARRATE_SLIDER: &str = "gui.narrate.slider"; constant GUI_NARRATE_TAB (line 9121) | pub const GUI_NARRATE_TAB: &str = "gui.narrate.tab"; constant GUI_NO (line 9123) | pub const GUI_NO: &str = "gui.no"; constant GUI_NONE (line 9125) | pub const GUI_NONE: &str = "gui.none"; constant GUI_OK (line 9127) | pub const GUI_OK: &str = "gui.ok"; constant GUI_OPEN_REPORT_DIR (line 9129) | pub const GUI_OPEN_REPORT_DIR: &str = "gui.open_report_dir"; constant GUI_PACKSELECTION_SEARCH (line 9131) | pub const GUI_PACKSELECTION_SEARCH: &str = "gui.packSelection.search"; constant GUI_PROCEED (line 9133) | pub const GUI_PROCEED: &str = "gui.proceed"; constant GUI_RECIPEBOOK_MORERECIPES (line 9135) | pub const GUI_RECIPEBOOK_MORERECIPES: &str = "gui.recipebook.moreRecipes"; constant GUI_RECIPEBOOK_NEXT_PAGE (line 9137) | pub const GUI_RECIPEBOOK_NEXT_PAGE: &str = "gui.recipebook.next_page"; constant GUI_RECIPEBOOK_PAGE (line 9139) | pub const GUI_RECIPEBOOK_PAGE: &str = "gui.recipebook.page"; constant GUI_RECIPEBOOK_PREVIOUS_PAGE (line 9141) | pub const GUI_RECIPEBOOK_PREVIOUS_PAGE: &str = "gui.recipebook.previous_... constant GUI_RECIPEBOOK_SEARCH_HINT (line 9143) | pub const GUI_RECIPEBOOK_SEARCH_HINT: &str = "gui.recipebook.search_hint"; constant GUI_RECIPEBOOK_TOGGLERECIPES_ALL (line 9145) | pub const GUI_RECIPEBOOK_TOGGLERECIPES_ALL: &str = "gui.recipebook.toggl... constant GUI_RECIPEBOOK_TOGGLERECIPES_BLASTABLE (line 9147) | pub const GUI_RECIPEBOOK_TOGGLERECIPES_BLASTABLE: &str = "gui.recipebook... constant GUI_RECIPEBOOK_TOGGLERECIPES_CRAFTABLE (line 9149) | pub const GUI_RECIPEBOOK_TOGGLERECIPES_CRAFTABLE: &str = "gui.recipebook... constant GUI_RECIPEBOOK_TOGGLERECIPES_SMELTABLE (line 9151) | pub const GUI_RECIPEBOOK_TOGGLERECIPES_SMELTABLE: &str = "gui.recipebook... constant GUI_RECIPEBOOK_TOGGLERECIPES_SMOKABLE (line 9153) | pub const GUI_RECIPEBOOK_TOGGLERECIPES_SMOKABLE: &str = "gui.recipebook.... constant GUI_REPORT_TO_SERVER (line 9155) | pub const GUI_REPORT_TO_SERVER: &str = "gui.report_to_server"; constant GUI_SELECTWORLD_SEARCH (line 9157) | pub const GUI_SELECTWORLD_SEARCH: &str = "gui.selectWorld.search"; constant GUI_SOCIALINTERACTIONS_BLOCKING_HINT (line 9159) | pub const GUI_SOCIALINTERACTIONS_BLOCKING_HINT: &str = "gui.socialIntera... constant GUI_SOCIALINTERACTIONS_EMPTY_BLOCKED (line 9161) | pub const GUI_SOCIALINTERACTIONS_EMPTY_BLOCKED: &str = "gui.socialIntera... constant GUI_SOCIALINTERACTIONS_EMPTY_HIDDEN (line 9163) | pub const GUI_SOCIALINTERACTIONS_EMPTY_HIDDEN: &str = "gui.socialInterac... constant GUI_SOCIALINTERACTIONS_HIDDEN_IN_CHAT (line 9165) | pub const GUI_SOCIALINTERACTIONS_HIDDEN_IN_CHAT: &str = "gui.socialInter... constant GUI_SOCIALINTERACTIONS_HIDE (line 9167) | pub const GUI_SOCIALINTERACTIONS_HIDE: &str = "gui.socialInteractions.hi... constant GUI_SOCIALINTERACTIONS_NARRATION_HIDE (line 9169) | pub const GUI_SOCIALINTERACTIONS_NARRATION_HIDE: &str = "gui.socialInter... constant GUI_SOCIALINTERACTIONS_NARRATION_REPORT (line 9171) | pub const GUI_SOCIALINTERACTIONS_NARRATION_REPORT: &str = "gui.socialInt... constant GUI_SOCIALINTERACTIONS_NARRATION_SHOW (line 9173) | pub const GUI_SOCIALINTERACTIONS_NARRATION_SHOW: &str = "gui.socialInter... constant GUI_SOCIALINTERACTIONS_REPORT (line 9175) | pub const GUI_SOCIALINTERACTIONS_REPORT: &str = "gui.socialInteractions.... constant GUI_SOCIALINTERACTIONS_SEARCH_EMPTY (line 9177) | pub const GUI_SOCIALINTERACTIONS_SEARCH_EMPTY: &str = "gui.socialInterac... constant GUI_SOCIALINTERACTIONS_SEARCH_HINT (line 9179) | pub const GUI_SOCIALINTERACTIONS_SEARCH_HINT: &str = "gui.socialInteract... constant GUI_SOCIALINTERACTIONS_SERVER_LABEL_MULTIPLE (line 9181) | pub const GUI_SOCIALINTERACTIONS_SERVER_LABEL_MULTIPLE: &str = constant GUI_SOCIALINTERACTIONS_SERVER_LABEL_SINGLE (line 9184) | pub const GUI_SOCIALINTERACTIONS_SERVER_LABEL_SINGLE: &str = constant GUI_SOCIALINTERACTIONS_SHOW (line 9187) | pub const GUI_SOCIALINTERACTIONS_SHOW: &str = "gui.socialInteractions.sh... constant GUI_SOCIALINTERACTIONS_SHOWN_IN_CHAT (line 9189) | pub const GUI_SOCIALINTERACTIONS_SHOWN_IN_CHAT: &str = "gui.socialIntera... constant GUI_SOCIALINTERACTIONS_STATUS_BLOCKED (line 9191) | pub const GUI_SOCIALINTERACTIONS_STATUS_BLOCKED: &str = "gui.socialInter... constant GUI_SOCIALINTERACTIONS_STATUS_BLOCKED_OFFLINE (line 9193) | pub const GUI_SOCIALINTERACTIONS_STATUS_BLOCKED_OFFLINE: &str = constant GUI_SOCIALINTERACTIONS_STATUS_HIDDEN (line 9196) | pub const GUI_SOCIALINTERACTIONS_STATUS_HIDDEN: &str = "gui.socialIntera... constant GUI_SOCIALINTERACTIONS_STATUS_HIDDEN_OFFLINE (line 9198) | pub const GUI_SOCIALINTERACTIONS_STATUS_HIDDEN_OFFLINE: &str = constant GUI_SOCIALINTERACTIONS_STATUS_OFFLINE (line 9201) | pub const GUI_SOCIALINTERACTIONS_STATUS_OFFLINE: &str = "gui.socialInter... constant GUI_SOCIALINTERACTIONS_TAB_ALL (line 9203) | pub const GUI_SOCIALINTERACTIONS_TAB_ALL: &str = "gui.socialInteractions... constant GUI_SOCIALINTERACTIONS_TAB_BLOCKED (line 9205) | pub const GUI_SOCIALINTERACTIONS_TAB_BLOCKED: &str = "gui.socialInteract... constant GUI_SOCIALINTERACTIONS_TAB_HIDDEN (line 9207) | pub const GUI_SOCIALINTERACTIONS_TAB_HIDDEN: &str = "gui.socialInteracti... constant GUI_SOCIALINTERACTIONS_TITLE (line 9209) | pub const GUI_SOCIALINTERACTIONS_TITLE: &str = "gui.socialInteractions.t... constant GUI_SOCIALINTERACTIONS_TOOLTIP_HIDE (line 9211) | pub const GUI_SOCIALINTERACTIONS_TOOLTIP_HIDE: &str = "gui.socialInterac... constant GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT (line 9213) | pub const GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT: &str = "gui.socialInter... constant GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT_DISABLED (line 9215) | pub const GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT_DISABLED: &str = constant GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT_NO_MESSAGES (line 9218) | pub const GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT_NO_MESSAGES: &str = constant GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT_NOT_REPORTABLE (line 9221) | pub const GUI_SOCIALINTERACTIONS_TOOLTIP_REPORT_NOT_REPORTABLE: &str = constant GUI_SOCIALINTERACTIONS_TOOLTIP_SHOW (line 9224) | pub const GUI_SOCIALINTERACTIONS_TOOLTIP_SHOW: &str = "gui.socialInterac... constant GUI_STATS (line 9226) | pub const GUI_STATS: &str = "gui.stats"; constant GUI_STATS_NONE_FOUND (line 9228) | pub const GUI_STATS_NONE_FOUND: &str = "gui.stats.none_found"; constant GUI_TOMENU (line 9230) | pub const GUI_TOMENU: &str = "gui.toMenu"; constant GUI_TOREALMS (line 9232) | pub const GUI_TOREALMS: &str = "gui.toRealms"; constant GUI_TOTITLE (line 9234) | pub const GUI_TOTITLE: &str = "gui.toTitle"; constant GUI_TOWORLD (line 9236) | pub const GUI_TOWORLD: &str = "gui.toWorld"; constant GUI_TOGGLABLE_SLOT (line 9238) | pub const GUI_TOGGLABLE_SLOT: &str = "gui.togglable_slot"; constant GUI_UP (line 9240) | pub const GUI_UP: &str = "gui.up"; constant GUI_WAITINGFORRESPONSE_BUTTON_INACTIVE (line 9242) | pub const GUI_WAITINGFORRESPONSE_BUTTON_INACTIVE: &str = "gui.waitingFor... constant GUI_WAITINGFORRESPONSE_TITLE (line 9244) | pub const GUI_WAITINGFORRESPONSE_TITLE: &str = "gui.waitingForResponse.t... constant GUI_YES (line 9246) | pub const GUI_YES: &str = "gui.yes"; constant HANGING_SIGN_EDIT (line 9248) | pub const HANGING_SIGN_EDIT: &str = "hanging_sign.edit"; constant INSTRUMENT_MINECRAFT_ADMIRE_GOAT_HORN (line 9250) | pub const INSTRUMENT_MINECRAFT_ADMIRE_GOAT_HORN: &str = "instrument.mine... constant INSTRUMENT_MINECRAFT_CALL_GOAT_HORN (line 9252) | pub const INSTRUMENT_MINECRAFT_CALL_GOAT_HORN: &str = "instrument.minecr... constant INSTRUMENT_MINECRAFT_DREAM_GOAT_HORN (line 9254) | pub const INSTRUMENT_MINECRAFT_DREAM_GOAT_HORN: &str = "instrument.minec... constant INSTRUMENT_MINECRAFT_FEEL_GOAT_HORN (line 9256) | pub const INSTRUMENT_MINECRAFT_FEEL_GOAT_HORN: &str = "instrument.minecr... constant INSTRUMENT_MINECRAFT_PONDER_GOAT_HORN (line 9258) | pub const INSTRUMENT_MINECRAFT_PONDER_GOAT_HORN: &str = "instrument.mine... constant INSTRUMENT_MINECRAFT_SEEK_GOAT_HORN (line 9260) | pub const INSTRUMENT_MINECRAFT_SEEK_GOAT_HORN: &str = "instrument.minecr... constant INSTRUMENT_MINECRAFT_SING_GOAT_HORN (line 9262) | pub const INSTRUMENT_MINECRAFT_SING_GOAT_HORN: &str = "instrument.minecr... constant INSTRUMENT_MINECRAFT_YEARN_GOAT_HORN (line 9264) | pub const INSTRUMENT_MINECRAFT_YEARN_GOAT_HORN: &str = "instrument.minec... constant INVENTORY_BINSLOT (line 9266) | pub const INVENTORY_BINSLOT: &str = "inventory.binSlot"; constant INVENTORY_HOTBARINFO (line 9268) | pub const INVENTORY_HOTBARINFO: &str = "inventory.hotbarInfo"; constant INVENTORY_HOTBARSAVED (line 9270) | pub const INVENTORY_HOTBARSAVED: &str = "inventory.hotbarSaved"; constant ITEM_CANBREAK (line 9272) | pub const ITEM_CANBREAK: &str = "item.canBreak"; constant ITEM_CANPLACE (line 9274) | pub const ITEM_CANPLACE: &str = "item.canPlace"; constant ITEM_CANUSE_UNKNOWN (line 9276) | pub const ITEM_CANUSE_UNKNOWN: &str = "item.canUse.unknown"; constant ITEM_COLOR (line 9278) | pub const ITEM_COLOR: &str = "item.color"; constant ITEM_COMPONENTS (line 9280) | pub const ITEM_COMPONENTS: &str = "item.components"; constant ITEM_DISABLED (line 9282) | pub const ITEM_DISABLED: &str = "item.disabled"; constant ITEM_DURABILITY (line 9284) | pub const ITEM_DURABILITY: &str = "item.durability"; constant ITEM_DYED (line 9286) | pub const ITEM_DYED: &str = "item.dyed"; constant ITEM_INTANGIBLE (line 9288) | pub const ITEM_INTANGIBLE: &str = "item.intangible"; constant ITEM_MINECRAFT_ACACIA_BOAT (line 9290) | pub const ITEM_MINECRAFT_ACACIA_BOAT: &str = "item.minecraft.acacia_boat"; constant ITEM_MINECRAFT_ACACIA_CHEST_BOAT (line 9292) | pub const ITEM_MINECRAFT_ACACIA_CHEST_BOAT: &str = "item.minecraft.acaci... constant ITEM_MINECRAFT_ALLAY_SPAWN_EGG (line 9294) | pub const ITEM_MINECRAFT_ALLAY_SPAWN_EGG: &str = "item.minecraft.allay_s... constant ITEM_MINECRAFT_AMETHYST_SHARD (line 9296) | pub const ITEM_MINECRAFT_AMETHYST_SHARD: &str = "item.minecraft.amethyst... constant ITEM_MINECRAFT_ANGLER_POTTERY_SHARD (line 9298) | pub const ITEM_MINECRAFT_ANGLER_POTTERY_SHARD: &str = "item.minecraft.an... constant ITEM_MINECRAFT_ANGLER_POTTERY_SHERD (line 9300) | pub const ITEM_MINECRAFT_ANGLER_POTTERY_SHERD: &str = "item.minecraft.an... constant ITEM_MINECRAFT_APPLE (line 9302) | pub const ITEM_MINECRAFT_APPLE: &str = "item.minecraft.apple"; constant ITEM_MINECRAFT_ARCHER_POTTERY_SHARD (line 9304) | pub const ITEM_MINECRAFT_ARCHER_POTTERY_SHARD: &str = "item.minecraft.ar... constant ITEM_MINECRAFT_ARCHER_POTTERY_SHERD (line 9306) | pub const ITEM_MINECRAFT_ARCHER_POTTERY_SHERD: &str = "item.minecraft.ar... constant ITEM_MINECRAFT_ARMADILLO_SCUTE (line 9308) | pub const ITEM_MINECRAFT_ARMADILLO_SCUTE: &str = "item.minecraft.armadil... constant ITEM_MINECRAFT_ARMADILLO_SPAWN_EGG (line 9310) | pub const ITEM_MINECRAFT_ARMADILLO_SPAWN_EGG: &str = "item.minecraft.arm... constant ITEM_MINECRAFT_ARMOR_STAND (line 9312) | pub const ITEM_MINECRAFT_ARMOR_STAND: &str = "item.minecraft.armor_stand"; constant ITEM_MINECRAFT_ARMS_UP_POTTERY_SHARD (line 9314) | pub const ITEM_MINECRAFT_ARMS_UP_POTTERY_SHARD: &str = "item.minecraft.a... constant ITEM_MINECRAFT_ARMS_UP_POTTERY_SHERD (line 9316) | pub const ITEM_MINECRAFT_ARMS_UP_POTTERY_SHERD: &str = "item.minecraft.a... constant ITEM_MINECRAFT_ARROW (line 9318) | pub const ITEM_MINECRAFT_ARROW: &str = "item.minecraft.arrow"; constant ITEM_MINECRAFT_AXOLOTL_BUCKET (line 9320) | pub const ITEM_MINECRAFT_AXOLOTL_BUCKET: &str = "item.minecraft.axolotl_... constant ITEM_MINECRAFT_AXOLOTL_SPAWN_EGG (line 9322) | pub const ITEM_MINECRAFT_AXOLOTL_SPAWN_EGG: &str = "item.minecraft.axolo... constant ITEM_MINECRAFT_BAKED_POTATO (line 9324) | pub const ITEM_MINECRAFT_BAKED_POTATO: &str = "item.minecraft.baked_pota... constant ITEM_MINECRAFT_BAMBOO_CHEST_RAFT (line 9326) | pub const ITEM_MINECRAFT_BAMBOO_CHEST_RAFT: &str = "item.minecraft.bambo... constant ITEM_MINECRAFT_BAMBOO_RAFT (line 9328) | pub const ITEM_MINECRAFT_BAMBOO_RAFT: &str = "item.minecraft.bamboo_raft"; constant ITEM_MINECRAFT_BAT_SPAWN_EGG (line 9330) | pub const ITEM_MINECRAFT_BAT_SPAWN_EGG: &str = "item.minecraft.bat_spawn... constant ITEM_MINECRAFT_BEE_SPAWN_EGG (line 9332) | pub const ITEM_MINECRAFT_BEE_SPAWN_EGG: &str = "item.minecraft.bee_spawn... constant ITEM_MINECRAFT_BEEF (line 9334) | pub const ITEM_MINECRAFT_BEEF: &str = "item.minecraft.beef"; constant ITEM_MINECRAFT_BEETROOT (line 9336) | pub const ITEM_MINECRAFT_BEETROOT: &str = "item.minecraft.beetroot"; constant ITEM_MINECRAFT_BEETROOT_SEEDS (line 9338) | pub const ITEM_MINECRAFT_BEETROOT_SEEDS: &str = "item.minecraft.beetroot... constant ITEM_MINECRAFT_BEETROOT_SOUP (line 9340) | pub const ITEM_MINECRAFT_BEETROOT_SOUP: &str = "item.minecraft.beetroot_... constant ITEM_MINECRAFT_BIRCH_BOAT (line 9342) | pub const ITEM_MINECRAFT_BIRCH_BOAT: &str = "item.minecraft.birch_boat"; constant ITEM_MINECRAFT_BIRCH_CHEST_BOAT (line 9344) | pub const ITEM_MINECRAFT_BIRCH_CHEST_BOAT: &str = "item.minecraft.birch_... constant ITEM_MINECRAFT_BLACK_BUNDLE (line 9346) | pub const ITEM_MINECRAFT_BLACK_BUNDLE: &str = "item.minecraft.black_bund... constant ITEM_MINECRAFT_BLACK_DYE (line 9348) | pub const ITEM_MINECRAFT_BLACK_DYE: &str = "item.minecraft.black_dye"; constant ITEM_MINECRAFT_BLACK_HARNESS (line 9350) | pub const ITEM_MINECRAFT_BLACK_HARNESS: &str = "item.minecraft.black_har... constant ITEM_MINECRAFT_BLADE_POTTERY_SHARD (line 9352) | pub const ITEM_MINECRAFT_BLADE_POTTERY_SHARD: &str = "item.minecraft.bla... constant ITEM_MINECRAFT_BLADE_POTTERY_SHERD (line 9354) | pub const ITEM_MINECRAFT_BLADE_POTTERY_SHERD: &str = "item.minecraft.bla... constant ITEM_MINECRAFT_BLAZE_POWDER (line 9356) | pub const ITEM_MINECRAFT_BLAZE_POWDER: &str = "item.minecraft.blaze_powd... constant ITEM_MINECRAFT_BLAZE_ROD (line 9358) | pub const ITEM_MINECRAFT_BLAZE_ROD: &str = "item.minecraft.blaze_rod"; constant ITEM_MINECRAFT_BLAZE_SPAWN_EGG (line 9360) | pub const ITEM_MINECRAFT_BLAZE_SPAWN_EGG: &str = "item.minecraft.blaze_s... constant ITEM_MINECRAFT_BLUE_BUNDLE (line 9362) | pub const ITEM_MINECRAFT_BLUE_BUNDLE: &str = "item.minecraft.blue_bundle"; constant ITEM_MINECRAFT_BLUE_DYE (line 9364) | pub const ITEM_MINECRAFT_BLUE_DYE: &str = "item.minecraft.blue_dye"; constant ITEM_MINECRAFT_BLUE_EGG (line 9366) | pub const ITEM_MINECRAFT_BLUE_EGG: &str = "item.minecraft.blue_egg"; constant ITEM_MINECRAFT_BLUE_HARNESS (line 9368) | pub const ITEM_MINECRAFT_BLUE_HARNESS: &str = "item.minecraft.blue_harne... constant ITEM_MINECRAFT_BOGGED_SPAWN_EGG (line 9370) | pub const ITEM_MINECRAFT_BOGGED_SPAWN_EGG: &str = "item.minecraft.bogged... constant ITEM_MINECRAFT_BOLT_ARMOR_TRIM_SMITHING_TEMPLATE (line 9372) | pub const ITEM_MINECRAFT_BOLT_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_BOLT_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 9375) | pub const ITEM_MINECRAFT_BOLT_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_BONE (line 9378) | pub const ITEM_MINECRAFT_BONE: &str = "item.minecraft.bone"; constant ITEM_MINECRAFT_BONE_MEAL (line 9380) | pub const ITEM_MINECRAFT_BONE_MEAL: &str = "item.minecraft.bone_meal"; constant ITEM_MINECRAFT_BOOK (line 9382) | pub const ITEM_MINECRAFT_BOOK: &str = "item.minecraft.book"; constant ITEM_MINECRAFT_BORDURE_INDENTED_BANNER_PATTERN (line 9384) | pub const ITEM_MINECRAFT_BORDURE_INDENTED_BANNER_PATTERN: &str = constant ITEM_MINECRAFT_BOW (line 9387) | pub const ITEM_MINECRAFT_BOW: &str = "item.minecraft.bow"; constant ITEM_MINECRAFT_BOWL (line 9389) | pub const ITEM_MINECRAFT_BOWL: &str = "item.minecraft.bowl"; constant ITEM_MINECRAFT_BREAD (line 9391) | pub const ITEM_MINECRAFT_BREAD: &str = "item.minecraft.bread"; constant ITEM_MINECRAFT_BREEZE_ROD (line 9393) | pub const ITEM_MINECRAFT_BREEZE_ROD: &str = "item.minecraft.breeze_rod"; constant ITEM_MINECRAFT_BREEZE_SPAWN_EGG (line 9395) | pub const ITEM_MINECRAFT_BREEZE_SPAWN_EGG: &str = "item.minecraft.breeze... constant ITEM_MINECRAFT_BREWER_POTTERY_SHARD (line 9397) | pub const ITEM_MINECRAFT_BREWER_POTTERY_SHARD: &str = "item.minecraft.br... constant ITEM_MINECRAFT_BREWER_POTTERY_SHERD (line 9399) | pub const ITEM_MINECRAFT_BREWER_POTTERY_SHERD: &str = "item.minecraft.br... constant ITEM_MINECRAFT_BREWING_STAND (line 9401) | pub const ITEM_MINECRAFT_BREWING_STAND: &str = "item.minecraft.brewing_s... constant ITEM_MINECRAFT_BRICK (line 9403) | pub const ITEM_MINECRAFT_BRICK: &str = "item.minecraft.brick"; constant ITEM_MINECRAFT_BROWN_BUNDLE (line 9405) | pub const ITEM_MINECRAFT_BROWN_BUNDLE: &str = "item.minecraft.brown_bund... constant ITEM_MINECRAFT_BROWN_DYE (line 9407) | pub const ITEM_MINECRAFT_BROWN_DYE: &str = "item.minecraft.brown_dye"; constant ITEM_MINECRAFT_BROWN_EGG (line 9409) | pub const ITEM_MINECRAFT_BROWN_EGG: &str = "item.minecraft.brown_egg"; constant ITEM_MINECRAFT_BROWN_HARNESS (line 9411) | pub const ITEM_MINECRAFT_BROWN_HARNESS: &str = "item.minecraft.brown_har... constant ITEM_MINECRAFT_BRUSH (line 9413) | pub const ITEM_MINECRAFT_BRUSH: &str = "item.minecraft.brush"; constant ITEM_MINECRAFT_BUCKET (line 9415) | pub const ITEM_MINECRAFT_BUCKET: &str = "item.minecraft.bucket"; constant ITEM_MINECRAFT_BUNDLE (line 9417) | pub const ITEM_MINECRAFT_BUNDLE: &str = "item.minecraft.bundle"; constant ITEM_MINECRAFT_BUNDLE_EMPTY (line 9419) | pub const ITEM_MINECRAFT_BUNDLE_EMPTY: &str = "item.minecraft.bundle.emp... constant ITEM_MINECRAFT_BUNDLE_EMPTY_DESCRIPTION (line 9421) | pub const ITEM_MINECRAFT_BUNDLE_EMPTY_DESCRIPTION: &str = "item.minecraf... constant ITEM_MINECRAFT_BUNDLE_FULL (line 9423) | pub const ITEM_MINECRAFT_BUNDLE_FULL: &str = "item.minecraft.bundle.full"; constant ITEM_MINECRAFT_BUNDLE_FULLNESS (line 9425) | pub const ITEM_MINECRAFT_BUNDLE_FULLNESS: &str = "item.minecraft.bundle.... constant ITEM_MINECRAFT_BURN_POTTERY_SHARD (line 9427) | pub const ITEM_MINECRAFT_BURN_POTTERY_SHARD: &str = "item.minecraft.burn... constant ITEM_MINECRAFT_BURN_POTTERY_SHERD (line 9429) | pub const ITEM_MINECRAFT_BURN_POTTERY_SHERD: &str = "item.minecraft.burn... constant ITEM_MINECRAFT_CAMEL_HUSK_SPAWN_EGG (line 9431) | pub const ITEM_MINECRAFT_CAMEL_HUSK_SPAWN_EGG: &str = "item.minecraft.ca... constant ITEM_MINECRAFT_CAMEL_SPAWN_EGG (line 9433) | pub const ITEM_MINECRAFT_CAMEL_SPAWN_EGG: &str = "item.minecraft.camel_s... constant ITEM_MINECRAFT_CARROT (line 9435) | pub const ITEM_MINECRAFT_CARROT: &str = "item.minecraft.carrot"; constant ITEM_MINECRAFT_CARROT_ON_A_STICK (line 9437) | pub const ITEM_MINECRAFT_CARROT_ON_A_STICK: &str = "item.minecraft.carro... constant ITEM_MINECRAFT_CAT_SPAWN_EGG (line 9439) | pub const ITEM_MINECRAFT_CAT_SPAWN_EGG: &str = "item.minecraft.cat_spawn... constant ITEM_MINECRAFT_CAULDRON (line 9441) | pub const ITEM_MINECRAFT_CAULDRON: &str = "item.minecraft.cauldron"; constant ITEM_MINECRAFT_CAVE_SPIDER_SPAWN_EGG (line 9443) | pub const ITEM_MINECRAFT_CAVE_SPIDER_SPAWN_EGG: &str = "item.minecraft.c... constant ITEM_MINECRAFT_CHAINMAIL_BOOTS (line 9445) | pub const ITEM_MINECRAFT_CHAINMAIL_BOOTS: &str = "item.minecraft.chainma... constant ITEM_MINECRAFT_CHAINMAIL_CHESTPLATE (line 9447) | pub const ITEM_MINECRAFT_CHAINMAIL_CHESTPLATE: &str = "item.minecraft.ch... constant ITEM_MINECRAFT_CHAINMAIL_HELMET (line 9449) | pub const ITEM_MINECRAFT_CHAINMAIL_HELMET: &str = "item.minecraft.chainm... constant ITEM_MINECRAFT_CHAINMAIL_LEGGINGS (line 9451) | pub const ITEM_MINECRAFT_CHAINMAIL_LEGGINGS: &str = "item.minecraft.chai... constant ITEM_MINECRAFT_CHARCOAL (line 9453) | pub const ITEM_MINECRAFT_CHARCOAL: &str = "item.minecraft.charcoal"; constant ITEM_MINECRAFT_CHERRY_BOAT (line 9455) | pub const ITEM_MINECRAFT_CHERRY_BOAT: &str = "item.minecraft.cherry_boat"; constant ITEM_MINECRAFT_CHERRY_CHEST_BOAT (line 9457) | pub const ITEM_MINECRAFT_CHERRY_CHEST_BOAT: &str = "item.minecraft.cherr... constant ITEM_MINECRAFT_CHEST_MINECART (line 9459) | pub const ITEM_MINECRAFT_CHEST_MINECART: &str = "item.minecraft.chest_mi... constant ITEM_MINECRAFT_CHICKEN (line 9461) | pub const ITEM_MINECRAFT_CHICKEN: &str = "item.minecraft.chicken"; constant ITEM_MINECRAFT_CHICKEN_SPAWN_EGG (line 9463) | pub const ITEM_MINECRAFT_CHICKEN_SPAWN_EGG: &str = "item.minecraft.chick... constant ITEM_MINECRAFT_CHORUS_FRUIT (line 9465) | pub const ITEM_MINECRAFT_CHORUS_FRUIT: &str = "item.minecraft.chorus_fru... constant ITEM_MINECRAFT_CLAY_BALL (line 9467) | pub const ITEM_MINECRAFT_CLAY_BALL: &str = "item.minecraft.clay_ball"; constant ITEM_MINECRAFT_CLOCK (line 9469) | pub const ITEM_MINECRAFT_CLOCK: &str = "item.minecraft.clock"; constant ITEM_MINECRAFT_COAL (line 9471) | pub const ITEM_MINECRAFT_COAL: &str = "item.minecraft.coal"; constant ITEM_MINECRAFT_COAST_ARMOR_TRIM_SMITHING_TEMPLATE (line 9473) | pub const ITEM_MINECRAFT_COAST_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_COAST_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 9476) | pub const ITEM_MINECRAFT_COAST_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_COCOA_BEANS (line 9479) | pub const ITEM_MINECRAFT_COCOA_BEANS: &str = "item.minecraft.cocoa_beans"; constant ITEM_MINECRAFT_COD (line 9481) | pub const ITEM_MINECRAFT_COD: &str = "item.minecraft.cod"; constant ITEM_MINECRAFT_COD_BUCKET (line 9483) | pub const ITEM_MINECRAFT_COD_BUCKET: &str = "item.minecraft.cod_bucket"; constant ITEM_MINECRAFT_COD_SPAWN_EGG (line 9485) | pub const ITEM_MINECRAFT_COD_SPAWN_EGG: &str = "item.minecraft.cod_spawn... constant ITEM_MINECRAFT_COMMAND_BLOCK_MINECART (line 9487) | pub const ITEM_MINECRAFT_COMMAND_BLOCK_MINECART: &str = "item.minecraft.... constant ITEM_MINECRAFT_COMPASS (line 9489) | pub const ITEM_MINECRAFT_COMPASS: &str = "item.minecraft.compass"; constant ITEM_MINECRAFT_COOKED_BEEF (line 9491) | pub const ITEM_MINECRAFT_COOKED_BEEF: &str = "item.minecraft.cooked_beef"; constant ITEM_MINECRAFT_COOKED_CHICKEN (line 9493) | pub const ITEM_MINECRAFT_COOKED_CHICKEN: &str = "item.minecraft.cooked_c... constant ITEM_MINECRAFT_COOKED_COD (line 9495) | pub const ITEM_MINECRAFT_COOKED_COD: &str = "item.minecraft.cooked_cod"; constant ITEM_MINECRAFT_COOKED_MUTTON (line 9497) | pub const ITEM_MINECRAFT_COOKED_MUTTON: &str = "item.minecraft.cooked_mu... constant ITEM_MINECRAFT_COOKED_PORKCHOP (line 9499) | pub const ITEM_MINECRAFT_COOKED_PORKCHOP: &str = "item.minecraft.cooked_... constant ITEM_MINECRAFT_COOKED_RABBIT (line 9501) | pub const ITEM_MINECRAFT_COOKED_RABBIT: &str = "item.minecraft.cooked_ra... constant ITEM_MINECRAFT_COOKED_SALMON (line 9503) | pub const ITEM_MINECRAFT_COOKED_SALMON: &str = "item.minecraft.cooked_sa... constant ITEM_MINECRAFT_COOKIE (line 9505) | pub const ITEM_MINECRAFT_COOKIE: &str = "item.minecraft.cookie"; constant ITEM_MINECRAFT_COPPER_AXE (line 9507) | pub const ITEM_MINECRAFT_COPPER_AXE: &str = "item.minecraft.copper_axe"; constant ITEM_MINECRAFT_COPPER_BOOTS (line 9509) | pub const ITEM_MINECRAFT_COPPER_BOOTS: &str = "item.minecraft.copper_boo... constant ITEM_MINECRAFT_COPPER_CHESTPLATE (line 9511) | pub const ITEM_MINECRAFT_COPPER_CHESTPLATE: &str = "item.minecraft.coppe... constant ITEM_MINECRAFT_COPPER_GOLEM_SPAWN_EGG (line 9513) | pub const ITEM_MINECRAFT_COPPER_GOLEM_SPAWN_EGG: &str = "item.minecraft.... constant ITEM_MINECRAFT_COPPER_HELMET (line 9515) | pub const ITEM_MINECRAFT_COPPER_HELMET: &str = "item.minecraft.copper_he... constant ITEM_MINECRAFT_COPPER_HOE (line 9517) | pub const ITEM_MINECRAFT_COPPER_HOE: &str = "item.minecraft.copper_hoe"; constant ITEM_MINECRAFT_COPPER_HORSE_ARMOR (line 9519) | pub const ITEM_MINECRAFT_COPPER_HORSE_ARMOR: &str = "item.minecraft.copp... constant ITEM_MINECRAFT_COPPER_INGOT (line 9521) | pub const ITEM_MINECRAFT_COPPER_INGOT: &str = "item.minecraft.copper_ing... constant ITEM_MINECRAFT_COPPER_LEGGINGS (line 9523) | pub const ITEM_MINECRAFT_COPPER_LEGGINGS: &str = "item.minecraft.copper_... constant ITEM_MINECRAFT_COPPER_NAUTILUS_ARMOR (line 9525) | pub const ITEM_MINECRAFT_COPPER_NAUTILUS_ARMOR: &str = "item.minecraft.c... constant ITEM_MINECRAFT_COPPER_NUGGET (line 9527) | pub const ITEM_MINECRAFT_COPPER_NUGGET: &str = "item.minecraft.copper_nu... constant ITEM_MINECRAFT_COPPER_PICKAXE (line 9529) | pub const ITEM_MINECRAFT_COPPER_PICKAXE: &str = "item.minecraft.copper_p... constant ITEM_MINECRAFT_COPPER_SHOVEL (line 9531) | pub const ITEM_MINECRAFT_COPPER_SHOVEL: &str = "item.minecraft.copper_sh... constant ITEM_MINECRAFT_COPPER_SPEAR (line 9533) | pub const ITEM_MINECRAFT_COPPER_SPEAR: &str = "item.minecraft.copper_spe... constant ITEM_MINECRAFT_COPPER_SWORD (line 9535) | pub const ITEM_MINECRAFT_COPPER_SWORD: &str = "item.minecraft.copper_swo... constant ITEM_MINECRAFT_COW_SPAWN_EGG (line 9537) | pub const ITEM_MINECRAFT_COW_SPAWN_EGG: &str = "item.minecraft.cow_spawn... constant ITEM_MINECRAFT_CREAKING_SPAWN_EGG (line 9539) | pub const ITEM_MINECRAFT_CREAKING_SPAWN_EGG: &str = "item.minecraft.crea... constant ITEM_MINECRAFT_CREEPER_BANNER_PATTERN (line 9541) | pub const ITEM_MINECRAFT_CREEPER_BANNER_PATTERN: &str = "item.minecraft.... constant ITEM_MINECRAFT_CREEPER_BANNER_PATTERN_DESC (line 9543) | pub const ITEM_MINECRAFT_CREEPER_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_CREEPER_BANNER_PATTERN_NEW (line 9546) | pub const ITEM_MINECRAFT_CREEPER_BANNER_PATTERN_NEW: &str = constant ITEM_MINECRAFT_CREEPER_SPAWN_EGG (line 9549) | pub const ITEM_MINECRAFT_CREEPER_SPAWN_EGG: &str = "item.minecraft.creep... constant ITEM_MINECRAFT_CROSSBOW (line 9551) | pub const ITEM_MINECRAFT_CROSSBOW: &str = "item.minecraft.crossbow"; constant ITEM_MINECRAFT_CROSSBOW_PROJECTILE (line 9553) | pub const ITEM_MINECRAFT_CROSSBOW_PROJECTILE: &str = "item.minecraft.cro... constant ITEM_MINECRAFT_CROSSBOW_PROJECTILE_MULTIPLE (line 9555) | pub const ITEM_MINECRAFT_CROSSBOW_PROJECTILE_MULTIPLE: &str = constant ITEM_MINECRAFT_CROSSBOW_PROJECTILE_SINGLE (line 9558) | pub const ITEM_MINECRAFT_CROSSBOW_PROJECTILE_SINGLE: &str = constant ITEM_MINECRAFT_CYAN_BUNDLE (line 9561) | pub const ITEM_MINECRAFT_CYAN_BUNDLE: &str = "item.minecraft.cyan_bundle"; constant ITEM_MINECRAFT_CYAN_DYE (line 9563) | pub const ITEM_MINECRAFT_CYAN_DYE: &str = "item.minecraft.cyan_dye"; constant ITEM_MINECRAFT_CYAN_HARNESS (line 9565) | pub const ITEM_MINECRAFT_CYAN_HARNESS: &str = "item.minecraft.cyan_harne... constant ITEM_MINECRAFT_DANGER_POTTERY_SHARD (line 9567) | pub const ITEM_MINECRAFT_DANGER_POTTERY_SHARD: &str = "item.minecraft.da... constant ITEM_MINECRAFT_DANGER_POTTERY_SHERD (line 9569) | pub const ITEM_MINECRAFT_DANGER_POTTERY_SHERD: &str = "item.minecraft.da... constant ITEM_MINECRAFT_DARK_OAK_BOAT (line 9571) | pub const ITEM_MINECRAFT_DARK_OAK_BOAT: &str = "item.minecraft.dark_oak_... constant ITEM_MINECRAFT_DARK_OAK_CHEST_BOAT (line 9573) | pub const ITEM_MINECRAFT_DARK_OAK_CHEST_BOAT: &str = "item.minecraft.dar... constant ITEM_MINECRAFT_DEBUG_STICK (line 9575) | pub const ITEM_MINECRAFT_DEBUG_STICK: &str = "item.minecraft.debug_stick"; constant ITEM_MINECRAFT_DEBUG_STICK_EMPTY (line 9577) | pub const ITEM_MINECRAFT_DEBUG_STICK_EMPTY: &str = "item.minecraft.debug... constant ITEM_MINECRAFT_DEBUG_STICK_SELECT (line 9579) | pub const ITEM_MINECRAFT_DEBUG_STICK_SELECT: &str = "item.minecraft.debu... constant ITEM_MINECRAFT_DEBUG_STICK_UPDATE (line 9581) | pub const ITEM_MINECRAFT_DEBUG_STICK_UPDATE: &str = "item.minecraft.debu... constant ITEM_MINECRAFT_DIAMOND (line 9583) | pub const ITEM_MINECRAFT_DIAMOND: &str = "item.minecraft.diamond"; constant ITEM_MINECRAFT_DIAMOND_AXE (line 9585) | pub const ITEM_MINECRAFT_DIAMOND_AXE: &str = "item.minecraft.diamond_axe"; constant ITEM_MINECRAFT_DIAMOND_BOOTS (line 9587) | pub const ITEM_MINECRAFT_DIAMOND_BOOTS: &str = "item.minecraft.diamond_b... constant ITEM_MINECRAFT_DIAMOND_CHESTPLATE (line 9589) | pub const ITEM_MINECRAFT_DIAMOND_CHESTPLATE: &str = "item.minecraft.diam... constant ITEM_MINECRAFT_DIAMOND_HELMET (line 9591) | pub const ITEM_MINECRAFT_DIAMOND_HELMET: &str = "item.minecraft.diamond_... constant ITEM_MINECRAFT_DIAMOND_HOE (line 9593) | pub const ITEM_MINECRAFT_DIAMOND_HOE: &str = "item.minecraft.diamond_hoe"; constant ITEM_MINECRAFT_DIAMOND_HORSE_ARMOR (line 9595) | pub const ITEM_MINECRAFT_DIAMOND_HORSE_ARMOR: &str = "item.minecraft.dia... constant ITEM_MINECRAFT_DIAMOND_LEGGINGS (line 9597) | pub const ITEM_MINECRAFT_DIAMOND_LEGGINGS: &str = "item.minecraft.diamon... constant ITEM_MINECRAFT_DIAMOND_NAUTILUS_ARMOR (line 9599) | pub const ITEM_MINECRAFT_DIAMOND_NAUTILUS_ARMOR: &str = "item.minecraft.... constant ITEM_MINECRAFT_DIAMOND_PICKAXE (line 9601) | pub const ITEM_MINECRAFT_DIAMOND_PICKAXE: &str = "item.minecraft.diamond... constant ITEM_MINECRAFT_DIAMOND_SHOVEL (line 9603) | pub const ITEM_MINECRAFT_DIAMOND_SHOVEL: &str = "item.minecraft.diamond_... constant ITEM_MINECRAFT_DIAMOND_SPEAR (line 9605) | pub const ITEM_MINECRAFT_DIAMOND_SPEAR: &str = "item.minecraft.diamond_s... constant ITEM_MINECRAFT_DIAMOND_SWORD (line 9607) | pub const ITEM_MINECRAFT_DIAMOND_SWORD: &str = "item.minecraft.diamond_s... constant ITEM_MINECRAFT_DISC_FRAGMENT_5 (line 9609) | pub const ITEM_MINECRAFT_DISC_FRAGMENT_5: &str = "item.minecraft.disc_fr... constant ITEM_MINECRAFT_DISC_FRAGMENT_5_DESC (line 9611) | pub const ITEM_MINECRAFT_DISC_FRAGMENT_5_DESC: &str = "item.minecraft.di... constant ITEM_MINECRAFT_DOLPHIN_SPAWN_EGG (line 9613) | pub const ITEM_MINECRAFT_DOLPHIN_SPAWN_EGG: &str = "item.minecraft.dolph... constant ITEM_MINECRAFT_DONKEY_SPAWN_EGG (line 9615) | pub const ITEM_MINECRAFT_DONKEY_SPAWN_EGG: &str = "item.minecraft.donkey... constant ITEM_MINECRAFT_DRAGON_BREATH (line 9617) | pub const ITEM_MINECRAFT_DRAGON_BREATH: &str = "item.minecraft.dragon_br... constant ITEM_MINECRAFT_DRIED_KELP (line 9619) | pub const ITEM_MINECRAFT_DRIED_KELP: &str = "item.minecraft.dried_kelp"; constant ITEM_MINECRAFT_DROWNED_SPAWN_EGG (line 9621) | pub const ITEM_MINECRAFT_DROWNED_SPAWN_EGG: &str = "item.minecraft.drown... constant ITEM_MINECRAFT_DUNE_ARMOR_TRIM_SMITHING_TEMPLATE (line 9623) | pub const ITEM_MINECRAFT_DUNE_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_DUNE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 9626) | pub const ITEM_MINECRAFT_DUNE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_ECHO_SHARD (line 9629) | pub const ITEM_MINECRAFT_ECHO_SHARD: &str = "item.minecraft.echo_shard"; constant ITEM_MINECRAFT_EGG (line 9631) | pub const ITEM_MINECRAFT_EGG: &str = "item.minecraft.egg"; constant ITEM_MINECRAFT_ELDER_GUARDIAN_SPAWN_EGG (line 9633) | pub const ITEM_MINECRAFT_ELDER_GUARDIAN_SPAWN_EGG: &str = "item.minecraf... constant ITEM_MINECRAFT_ELYTRA (line 9635) | pub const ITEM_MINECRAFT_ELYTRA: &str = "item.minecraft.elytra"; constant ITEM_MINECRAFT_EMERALD (line 9637) | pub const ITEM_MINECRAFT_EMERALD: &str = "item.minecraft.emerald"; constant ITEM_MINECRAFT_ENCHANTED_BOOK (line 9639) | pub const ITEM_MINECRAFT_ENCHANTED_BOOK: &str = "item.minecraft.enchante... constant ITEM_MINECRAFT_ENCHANTED_GOLDEN_APPLE (line 9641) | pub const ITEM_MINECRAFT_ENCHANTED_GOLDEN_APPLE: &str = "item.minecraft.... constant ITEM_MINECRAFT_END_CRYSTAL (line 9643) | pub const ITEM_MINECRAFT_END_CRYSTAL: &str = "item.minecraft.end_crystal"; constant ITEM_MINECRAFT_ENDER_DRAGON_SPAWN_EGG (line 9645) | pub const ITEM_MINECRAFT_ENDER_DRAGON_SPAWN_EGG: &str = "item.minecraft.... constant ITEM_MINECRAFT_ENDER_EYE (line 9647) | pub const ITEM_MINECRAFT_ENDER_EYE: &str = "item.minecraft.ender_eye"; constant ITEM_MINECRAFT_ENDER_PEARL (line 9649) | pub const ITEM_MINECRAFT_ENDER_PEARL: &str = "item.minecraft.ender_pearl"; constant ITEM_MINECRAFT_ENDERMAN_SPAWN_EGG (line 9651) | pub const ITEM_MINECRAFT_ENDERMAN_SPAWN_EGG: &str = "item.minecraft.ende... constant ITEM_MINECRAFT_ENDERMITE_SPAWN_EGG (line 9653) | pub const ITEM_MINECRAFT_ENDERMITE_SPAWN_EGG: &str = "item.minecraft.end... constant ITEM_MINECRAFT_EVOKER_SPAWN_EGG (line 9655) | pub const ITEM_MINECRAFT_EVOKER_SPAWN_EGG: &str = "item.minecraft.evoker... constant ITEM_MINECRAFT_EXPERIENCE_BOTTLE (line 9657) | pub const ITEM_MINECRAFT_EXPERIENCE_BOTTLE: &str = "item.minecraft.exper... constant ITEM_MINECRAFT_EXPLORER_POTTERY_SHARD (line 9659) | pub const ITEM_MINECRAFT_EXPLORER_POTTERY_SHARD: &str = "item.minecraft.... constant ITEM_MINECRAFT_EXPLORER_POTTERY_SHERD (line 9661) | pub const ITEM_MINECRAFT_EXPLORER_POTTERY_SHERD: &str = "item.minecraft.... constant ITEM_MINECRAFT_EYE_ARMOR_TRIM_SMITHING_TEMPLATE (line 9663) | pub const ITEM_MINECRAFT_EYE_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_EYE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 9666) | pub const ITEM_MINECRAFT_EYE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_FEATHER (line 9669) | pub const ITEM_MINECRAFT_FEATHER: &str = "item.minecraft.feather"; constant ITEM_MINECRAFT_FERMENTED_SPIDER_EYE (line 9671) | pub const ITEM_MINECRAFT_FERMENTED_SPIDER_EYE: &str = "item.minecraft.fe... constant ITEM_MINECRAFT_FIELD_MASONED_BANNER_PATTERN (line 9673) | pub const ITEM_MINECRAFT_FIELD_MASONED_BANNER_PATTERN: &str = constant ITEM_MINECRAFT_FILLED_MAP (line 9676) | pub const ITEM_MINECRAFT_FILLED_MAP: &str = "item.minecraft.filled_map"; constant ITEM_MINECRAFT_FIRE_CHARGE (line 9678) | pub const ITEM_MINECRAFT_FIRE_CHARGE: &str = "item.minecraft.fire_charge"; constant ITEM_MINECRAFT_FIREWORK_ROCKET (line 9680) | pub const ITEM_MINECRAFT_FIREWORK_ROCKET: &str = "item.minecraft.firewor... constant ITEM_MINECRAFT_FIREWORK_ROCKET_FLIGHT (line 9682) | pub const ITEM_MINECRAFT_FIREWORK_ROCKET_FLIGHT: &str = "item.minecraft.... constant ITEM_MINECRAFT_FIREWORK_ROCKET_MULTIPLE_STARS (line 9684) | pub const ITEM_MINECRAFT_FIREWORK_ROCKET_MULTIPLE_STARS: &str = constant ITEM_MINECRAFT_FIREWORK_ROCKET_SINGLE_STAR (line 9687) | pub const ITEM_MINECRAFT_FIREWORK_ROCKET_SINGLE_STAR: &str = constant ITEM_MINECRAFT_FIREWORK_STAR (line 9690) | pub const ITEM_MINECRAFT_FIREWORK_STAR: &str = "item.minecraft.firework_... constant ITEM_MINECRAFT_FIREWORK_STAR_BLACK (line 9692) | pub const ITEM_MINECRAFT_FIREWORK_STAR_BLACK: &str = "item.minecraft.fir... constant ITEM_MINECRAFT_FIREWORK_STAR_BLUE (line 9694) | pub const ITEM_MINECRAFT_FIREWORK_STAR_BLUE: &str = "item.minecraft.fire... constant ITEM_MINECRAFT_FIREWORK_STAR_BROWN (line 9696) | pub const ITEM_MINECRAFT_FIREWORK_STAR_BROWN: &str = "item.minecraft.fir... constant ITEM_MINECRAFT_FIREWORK_STAR_CUSTOM_COLOR (line 9698) | pub const ITEM_MINECRAFT_FIREWORK_STAR_CUSTOM_COLOR: &str = constant ITEM_MINECRAFT_FIREWORK_STAR_CYAN (line 9701) | pub const ITEM_MINECRAFT_FIREWORK_STAR_CYAN: &str = "item.minecraft.fire... constant ITEM_MINECRAFT_FIREWORK_STAR_FADE_TO (line 9703) | pub const ITEM_MINECRAFT_FIREWORK_STAR_FADE_TO: &str = "item.minecraft.f... constant ITEM_MINECRAFT_FIREWORK_STAR_FLICKER (line 9705) | pub const ITEM_MINECRAFT_FIREWORK_STAR_FLICKER: &str = "item.minecraft.f... constant ITEM_MINECRAFT_FIREWORK_STAR_GRAY (line 9707) | pub const ITEM_MINECRAFT_FIREWORK_STAR_GRAY: &str = "item.minecraft.fire... constant ITEM_MINECRAFT_FIREWORK_STAR_GREEN (line 9709) | pub const ITEM_MINECRAFT_FIREWORK_STAR_GREEN: &str = "item.minecraft.fir... constant ITEM_MINECRAFT_FIREWORK_STAR_LIGHT_BLUE (line 9711) | pub const ITEM_MINECRAFT_FIREWORK_STAR_LIGHT_BLUE: &str = "item.minecraf... constant ITEM_MINECRAFT_FIREWORK_STAR_LIGHT_GRAY (line 9713) | pub const ITEM_MINECRAFT_FIREWORK_STAR_LIGHT_GRAY: &str = "item.minecraf... constant ITEM_MINECRAFT_FIREWORK_STAR_LIME (line 9715) | pub const ITEM_MINECRAFT_FIREWORK_STAR_LIME: &str = "item.minecraft.fire... constant ITEM_MINECRAFT_FIREWORK_STAR_MAGENTA (line 9717) | pub const ITEM_MINECRAFT_FIREWORK_STAR_MAGENTA: &str = "item.minecraft.f... constant ITEM_MINECRAFT_FIREWORK_STAR_ORANGE (line 9719) | pub const ITEM_MINECRAFT_FIREWORK_STAR_ORANGE: &str = "item.minecraft.fi... constant ITEM_MINECRAFT_FIREWORK_STAR_PINK (line 9721) | pub const ITEM_MINECRAFT_FIREWORK_STAR_PINK: &str = "item.minecraft.fire... constant ITEM_MINECRAFT_FIREWORK_STAR_PURPLE (line 9723) | pub const ITEM_MINECRAFT_FIREWORK_STAR_PURPLE: &str = "item.minecraft.fi... constant ITEM_MINECRAFT_FIREWORK_STAR_RED (line 9725) | pub const ITEM_MINECRAFT_FIREWORK_STAR_RED: &str = "item.minecraft.firew... constant ITEM_MINECRAFT_FIREWORK_STAR_SHAPE (line 9727) | pub const ITEM_MINECRAFT_FIREWORK_STAR_SHAPE: &str = "item.minecraft.fir... constant ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_BURST (line 9729) | pub const ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_BURST: &str = constant ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_CREEPER (line 9732) | pub const ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_CREEPER: &str = constant ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_LARGE_BALL (line 9735) | pub const ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_LARGE_BALL: &str = constant ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_SMALL_BALL (line 9738) | pub const ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_SMALL_BALL: &str = constant ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_STAR (line 9741) | pub const ITEM_MINECRAFT_FIREWORK_STAR_SHAPE_STAR: &str = "item.minecraf... constant ITEM_MINECRAFT_FIREWORK_STAR_TRAIL (line 9743) | pub const ITEM_MINECRAFT_FIREWORK_STAR_TRAIL: &str = "item.minecraft.fir... constant ITEM_MINECRAFT_FIREWORK_STAR_WHITE (line 9745) | pub const ITEM_MINECRAFT_FIREWORK_STAR_WHITE: &str = "item.minecraft.fir... constant ITEM_MINECRAFT_FIREWORK_STAR_YELLOW (line 9747) | pub const ITEM_MINECRAFT_FIREWORK_STAR_YELLOW: &str = "item.minecraft.fi... constant ITEM_MINECRAFT_FISHING_ROD (line 9749) | pub const ITEM_MINECRAFT_FISHING_ROD: &str = "item.minecraft.fishing_rod"; constant ITEM_MINECRAFT_FLINT (line 9751) | pub const ITEM_MINECRAFT_FLINT: &str = "item.minecraft.flint"; constant ITEM_MINECRAFT_FLINT_AND_STEEL (line 9753) | pub const ITEM_MINECRAFT_FLINT_AND_STEEL: &str = "item.minecraft.flint_a... constant ITEM_MINECRAFT_FLOW_ARMOR_TRIM_SMITHING_TEMPLATE (line 9755) | pub const ITEM_MINECRAFT_FLOW_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_FLOW_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 9758) | pub const ITEM_MINECRAFT_FLOW_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_FLOW_BANNER_PATTERN (line 9761) | pub const ITEM_MINECRAFT_FLOW_BANNER_PATTERN: &str = "item.minecraft.flo... constant ITEM_MINECRAFT_FLOW_BANNER_PATTERN_DESC (line 9763) | pub const ITEM_MINECRAFT_FLOW_BANNER_PATTERN_DESC: &str = "item.minecraf... constant ITEM_MINECRAFT_FLOW_BANNER_PATTERN_NEW (line 9765) | pub const ITEM_MINECRAFT_FLOW_BANNER_PATTERN_NEW: &str = "item.minecraft... constant ITEM_MINECRAFT_FLOW_POTTERY_SHERD (line 9767) | pub const ITEM_MINECRAFT_FLOW_POTTERY_SHERD: &str = "item.minecraft.flow... constant ITEM_MINECRAFT_FLOWER_BANNER_PATTERN (line 9769) | pub const ITEM_MINECRAFT_FLOWER_BANNER_PATTERN: &str = "item.minecraft.f... constant ITEM_MINECRAFT_FLOWER_BANNER_PATTERN_DESC (line 9771) | pub const ITEM_MINECRAFT_FLOWER_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_FLOWER_BANNER_PATTERN_NEW (line 9774) | pub const ITEM_MINECRAFT_FLOWER_BANNER_PATTERN_NEW: &str = constant ITEM_MINECRAFT_FLOWER_POT (line 9777) | pub const ITEM_MINECRAFT_FLOWER_POT: &str = "item.minecraft.flower_pot"; constant ITEM_MINECRAFT_FOX_SPAWN_EGG (line 9779) | pub const ITEM_MINECRAFT_FOX_SPAWN_EGG: &str = "item.minecraft.fox_spawn... constant ITEM_MINECRAFT_FRIEND_POTTERY_SHARD (line 9781) | pub const ITEM_MINECRAFT_FRIEND_POTTERY_SHARD: &str = "item.minecraft.fr... constant ITEM_MINECRAFT_FRIEND_POTTERY_SHERD (line 9783) | pub const ITEM_MINECRAFT_FRIEND_POTTERY_SHERD: &str = "item.minecraft.fr... constant ITEM_MINECRAFT_FROG_SPAWN_EGG (line 9785) | pub const ITEM_MINECRAFT_FROG_SPAWN_EGG: &str = "item.minecraft.frog_spa... constant ITEM_MINECRAFT_FURNACE_MINECART (line 9787) | pub const ITEM_MINECRAFT_FURNACE_MINECART: &str = "item.minecraft.furnac... constant ITEM_MINECRAFT_GHAST_SPAWN_EGG (line 9789) | pub const ITEM_MINECRAFT_GHAST_SPAWN_EGG: &str = "item.minecraft.ghast_s... constant ITEM_MINECRAFT_GHAST_TEAR (line 9791) | pub const ITEM_MINECRAFT_GHAST_TEAR: &str = "item.minecraft.ghast_tear"; constant ITEM_MINECRAFT_GLASS_BOTTLE (line 9793) | pub const ITEM_MINECRAFT_GLASS_BOTTLE: &str = "item.minecraft.glass_bott... constant ITEM_MINECRAFT_GLISTERING_MELON_SLICE (line 9795) | pub const ITEM_MINECRAFT_GLISTERING_MELON_SLICE: &str = "item.minecraft.... constant ITEM_MINECRAFT_GLOBE_BANNER_PATTERN (line 9797) | pub const ITEM_MINECRAFT_GLOBE_BANNER_PATTERN: &str = "item.minecraft.gl... constant ITEM_MINECRAFT_GLOBE_BANNER_PATTERN_DESC (line 9799) | pub const ITEM_MINECRAFT_GLOBE_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_GLOBE_BANNER_PATTERN_NEW (line 9802) | pub const ITEM_MINECRAFT_GLOBE_BANNER_PATTERN_NEW: &str = "item.minecraf... constant ITEM_MINECRAFT_GLOW_BERRIES (line 9804) | pub const ITEM_MINECRAFT_GLOW_BERRIES: &str = "item.minecraft.glow_berri... constant ITEM_MINECRAFT_GLOW_INK_SAC (line 9806) | pub const ITEM_MINECRAFT_GLOW_INK_SAC: &str = "item.minecraft.glow_ink_s... constant ITEM_MINECRAFT_GLOW_ITEM_FRAME (line 9808) | pub const ITEM_MINECRAFT_GLOW_ITEM_FRAME: &str = "item.minecraft.glow_it... constant ITEM_MINECRAFT_GLOW_SQUID_SPAWN_EGG (line 9810) | pub const ITEM_MINECRAFT_GLOW_SQUID_SPAWN_EGG: &str = "item.minecraft.gl... constant ITEM_MINECRAFT_GLOWSTONE_DUST (line 9812) | pub const ITEM_MINECRAFT_GLOWSTONE_DUST: &str = "item.minecraft.glowston... constant ITEM_MINECRAFT_GOAT_HORN (line 9814) | pub const ITEM_MINECRAFT_GOAT_HORN: &str = "item.minecraft.goat_horn"; constant ITEM_MINECRAFT_GOAT_SPAWN_EGG (line 9816) | pub const ITEM_MINECRAFT_GOAT_SPAWN_EGG: &str = "item.minecraft.goat_spa... constant ITEM_MINECRAFT_GOLD_INGOT (line 9818) | pub const ITEM_MINECRAFT_GOLD_INGOT: &str = "item.minecraft.gold_ingot"; constant ITEM_MINECRAFT_GOLD_NUGGET (line 9820) | pub const ITEM_MINECRAFT_GOLD_NUGGET: &str = "item.minecraft.gold_nugget"; constant ITEM_MINECRAFT_GOLDEN_APPLE (line 9822) | pub const ITEM_MINECRAFT_GOLDEN_APPLE: &str = "item.minecraft.golden_app... constant ITEM_MINECRAFT_GOLDEN_AXE (line 9824) | pub const ITEM_MINECRAFT_GOLDEN_AXE: &str = "item.minecraft.golden_axe"; constant ITEM_MINECRAFT_GOLDEN_BOOTS (line 9826) | pub const ITEM_MINECRAFT_GOLDEN_BOOTS: &str = "item.minecraft.golden_boo... constant ITEM_MINECRAFT_GOLDEN_CARROT (line 9828) | pub const ITEM_MINECRAFT_GOLDEN_CARROT: &str = "item.minecraft.golden_ca... constant ITEM_MINECRAFT_GOLDEN_CHESTPLATE (line 9830) | pub const ITEM_MINECRAFT_GOLDEN_CHESTPLATE: &str = "item.minecraft.golde... constant ITEM_MINECRAFT_GOLDEN_HELMET (line 9832) | pub const ITEM_MINECRAFT_GOLDEN_HELMET: &str = "item.minecraft.golden_he... constant ITEM_MINECRAFT_GOLDEN_HOE (line 9834) | pub const ITEM_MINECRAFT_GOLDEN_HOE: &str = "item.minecraft.golden_hoe"; constant ITEM_MINECRAFT_GOLDEN_HORSE_ARMOR (line 9836) | pub const ITEM_MINECRAFT_GOLDEN_HORSE_ARMOR: &str = "item.minecraft.gold... constant ITEM_MINECRAFT_GOLDEN_LEGGINGS (line 9838) | pub const ITEM_MINECRAFT_GOLDEN_LEGGINGS: &str = "item.minecraft.golden_... constant ITEM_MINECRAFT_GOLDEN_NAUTILUS_ARMOR (line 9840) | pub const ITEM_MINECRAFT_GOLDEN_NAUTILUS_ARMOR: &str = "item.minecraft.g... constant ITEM_MINECRAFT_GOLDEN_PICKAXE (line 9842) | pub const ITEM_MINECRAFT_GOLDEN_PICKAXE: &str = "item.minecraft.golden_p... constant ITEM_MINECRAFT_GOLDEN_SHOVEL (line 9844) | pub const ITEM_MINECRAFT_GOLDEN_SHOVEL: &str = "item.minecraft.golden_sh... constant ITEM_MINECRAFT_GOLDEN_SPEAR (line 9846) | pub const ITEM_MINECRAFT_GOLDEN_SPEAR: &str = "item.minecraft.golden_spe... constant ITEM_MINECRAFT_GOLDEN_SWORD (line 9848) | pub const ITEM_MINECRAFT_GOLDEN_SWORD: &str = "item.minecraft.golden_swo... constant ITEM_MINECRAFT_GRAY_BUNDLE (line 9850) | pub const ITEM_MINECRAFT_GRAY_BUNDLE: &str = "item.minecraft.gray_bundle"; constant ITEM_MINECRAFT_GRAY_DYE (line 9852) | pub const ITEM_MINECRAFT_GRAY_DYE: &str = "item.minecraft.gray_dye"; constant ITEM_MINECRAFT_GRAY_HARNESS (line 9854) | pub const ITEM_MINECRAFT_GRAY_HARNESS: &str = "item.minecraft.gray_harne... constant ITEM_MINECRAFT_GREEN_BUNDLE (line 9856) | pub const ITEM_MINECRAFT_GREEN_BUNDLE: &str = "item.minecraft.green_bund... constant ITEM_MINECRAFT_GREEN_DYE (line 9858) | pub const ITEM_MINECRAFT_GREEN_DYE: &str = "item.minecraft.green_dye"; constant ITEM_MINECRAFT_GREEN_HARNESS (line 9860) | pub const ITEM_MINECRAFT_GREEN_HARNESS: &str = "item.minecraft.green_har... constant ITEM_MINECRAFT_GUARDIAN_SPAWN_EGG (line 9862) | pub const ITEM_MINECRAFT_GUARDIAN_SPAWN_EGG: &str = "item.minecraft.guar... constant ITEM_MINECRAFT_GUNPOWDER (line 9864) | pub const ITEM_MINECRAFT_GUNPOWDER: &str = "item.minecraft.gunpowder"; constant ITEM_MINECRAFT_GUSTER_BANNER_PATTERN (line 9866) | pub const ITEM_MINECRAFT_GUSTER_BANNER_PATTERN: &str = "item.minecraft.g... constant ITEM_MINECRAFT_GUSTER_BANNER_PATTERN_DESC (line 9868) | pub const ITEM_MINECRAFT_GUSTER_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_GUSTER_BANNER_PATTERN_NEW (line 9871) | pub const ITEM_MINECRAFT_GUSTER_BANNER_PATTERN_NEW: &str = constant ITEM_MINECRAFT_GUSTER_POTTERY_SHERD (line 9874) | pub const ITEM_MINECRAFT_GUSTER_POTTERY_SHERD: &str = "item.minecraft.gu... constant ITEM_MINECRAFT_HAPPY_GHAST_SPAWN_EGG (line 9876) | pub const ITEM_MINECRAFT_HAPPY_GHAST_SPAWN_EGG: &str = "item.minecraft.h... constant ITEM_MINECRAFT_HARNESS (line 9878) | pub const ITEM_MINECRAFT_HARNESS: &str = "item.minecraft.harness"; constant ITEM_MINECRAFT_HEART_OF_THE_SEA (line 9880) | pub const ITEM_MINECRAFT_HEART_OF_THE_SEA: &str = "item.minecraft.heart_... constant ITEM_MINECRAFT_HEART_POTTERY_SHARD (line 9882) | pub const ITEM_MINECRAFT_HEART_POTTERY_SHARD: &str = "item.minecraft.hea... constant ITEM_MINECRAFT_HEART_POTTERY_SHERD (line 9884) | pub const ITEM_MINECRAFT_HEART_POTTERY_SHERD: &str = "item.minecraft.hea... constant ITEM_MINECRAFT_HEARTBREAK_POTTERY_SHARD (line 9886) | pub const ITEM_MINECRAFT_HEARTBREAK_POTTERY_SHARD: &str = "item.minecraf... constant ITEM_MINECRAFT_HEARTBREAK_POTTERY_SHERD (line 9888) | pub const ITEM_MINECRAFT_HEARTBREAK_POTTERY_SHERD: &str = "item.minecraf... constant ITEM_MINECRAFT_HOGLIN_SPAWN_EGG (line 9890) | pub const ITEM_MINECRAFT_HOGLIN_SPAWN_EGG: &str = "item.minecraft.hoglin... constant ITEM_MINECRAFT_HONEY_BOTTLE (line 9892) | pub const ITEM_MINECRAFT_HONEY_BOTTLE: &str = "item.minecraft.honey_bott... constant ITEM_MINECRAFT_HONEYCOMB (line 9894) | pub const ITEM_MINECRAFT_HONEYCOMB: &str = "item.minecraft.honeycomb"; constant ITEM_MINECRAFT_HOPPER_MINECART (line 9896) | pub const ITEM_MINECRAFT_HOPPER_MINECART: &str = "item.minecraft.hopper_... constant ITEM_MINECRAFT_HORSE_SPAWN_EGG (line 9898) | pub const ITEM_MINECRAFT_HORSE_SPAWN_EGG: &str = "item.minecraft.horse_s... constant ITEM_MINECRAFT_HOST_ARMOR_TRIM_SMITHING_TEMPLATE (line 9900) | pub const ITEM_MINECRAFT_HOST_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_HOST_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 9903) | pub const ITEM_MINECRAFT_HOST_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_HOWL_POTTERY_SHARD (line 9906) | pub const ITEM_MINECRAFT_HOWL_POTTERY_SHARD: &str = "item.minecraft.howl... constant ITEM_MINECRAFT_HOWL_POTTERY_SHERD (line 9908) | pub const ITEM_MINECRAFT_HOWL_POTTERY_SHERD: &str = "item.minecraft.howl... constant ITEM_MINECRAFT_HUSK_SPAWN_EGG (line 9910) | pub const ITEM_MINECRAFT_HUSK_SPAWN_EGG: &str = "item.minecraft.husk_spa... constant ITEM_MINECRAFT_INK_SAC (line 9912) | pub const ITEM_MINECRAFT_INK_SAC: &str = "item.minecraft.ink_sac"; constant ITEM_MINECRAFT_IRON_AXE (line 9914) | pub const ITEM_MINECRAFT_IRON_AXE: &str = "item.minecraft.iron_axe"; constant ITEM_MINECRAFT_IRON_BOOTS (line 9916) | pub const ITEM_MINECRAFT_IRON_BOOTS: &str = "item.minecraft.iron_boots"; constant ITEM_MINECRAFT_IRON_CHESTPLATE (line 9918) | pub const ITEM_MINECRAFT_IRON_CHESTPLATE: &str = "item.minecraft.iron_ch... constant ITEM_MINECRAFT_IRON_GOLEM_SPAWN_EGG (line 9920) | pub const ITEM_MINECRAFT_IRON_GOLEM_SPAWN_EGG: &str = "item.minecraft.ir... constant ITEM_MINECRAFT_IRON_HELMET (line 9922) | pub const ITEM_MINECRAFT_IRON_HELMET: &str = "item.minecraft.iron_helmet"; constant ITEM_MINECRAFT_IRON_HOE (line 9924) | pub const ITEM_MINECRAFT_IRON_HOE: &str = "item.minecraft.iron_hoe"; constant ITEM_MINECRAFT_IRON_HORSE_ARMOR (line 9926) | pub const ITEM_MINECRAFT_IRON_HORSE_ARMOR: &str = "item.minecraft.iron_h... constant ITEM_MINECRAFT_IRON_INGOT (line 9928) | pub const ITEM_MINECRAFT_IRON_INGOT: &str = "item.minecraft.iron_ingot"; constant ITEM_MINECRAFT_IRON_LEGGINGS (line 9930) | pub const ITEM_MINECRAFT_IRON_LEGGINGS: &str = "item.minecraft.iron_legg... constant ITEM_MINECRAFT_IRON_NAUTILUS_ARMOR (line 9932) | pub const ITEM_MINECRAFT_IRON_NAUTILUS_ARMOR: &str = "item.minecraft.iro... constant ITEM_MINECRAFT_IRON_NUGGET (line 9934) | pub const ITEM_MINECRAFT_IRON_NUGGET: &str = "item.minecraft.iron_nugget"; constant ITEM_MINECRAFT_IRON_PICKAXE (line 9936) | pub const ITEM_MINECRAFT_IRON_PICKAXE: &str = "item.minecraft.iron_picka... constant ITEM_MINECRAFT_IRON_SHOVEL (line 9938) | pub const ITEM_MINECRAFT_IRON_SHOVEL: &str = "item.minecraft.iron_shovel"; constant ITEM_MINECRAFT_IRON_SPEAR (line 9940) | pub const ITEM_MINECRAFT_IRON_SPEAR: &str = "item.minecraft.iron_spear"; constant ITEM_MINECRAFT_IRON_SWORD (line 9942) | pub const ITEM_MINECRAFT_IRON_SWORD: &str = "item.minecraft.iron_sword"; constant ITEM_MINECRAFT_ITEM_FRAME (line 9944) | pub const ITEM_MINECRAFT_ITEM_FRAME: &str = "item.minecraft.item_frame"; constant ITEM_MINECRAFT_JUNGLE_BOAT (line 9946) | pub const ITEM_MINECRAFT_JUNGLE_BOAT: &str = "item.minecraft.jungle_boat"; constant ITEM_MINECRAFT_JUNGLE_CHEST_BOAT (line 9948) | pub const ITEM_MINECRAFT_JUNGLE_CHEST_BOAT: &str = "item.minecraft.jungl... constant ITEM_MINECRAFT_KNOWLEDGE_BOOK (line 9950) | pub const ITEM_MINECRAFT_KNOWLEDGE_BOOK: &str = "item.minecraft.knowledg... constant ITEM_MINECRAFT_LAPIS_LAZULI (line 9952) | pub const ITEM_MINECRAFT_LAPIS_LAZULI: &str = "item.minecraft.lapis_lazu... constant ITEM_MINECRAFT_LAVA_BUCKET (line 9954) | pub const ITEM_MINECRAFT_LAVA_BUCKET: &str = "item.minecraft.lava_bucket"; constant ITEM_MINECRAFT_LEAD (line 9956) | pub const ITEM_MINECRAFT_LEAD: &str = "item.minecraft.lead"; constant ITEM_MINECRAFT_LEATHER (line 9958) | pub const ITEM_MINECRAFT_LEATHER: &str = "item.minecraft.leather"; constant ITEM_MINECRAFT_LEATHER_BOOTS (line 9960) | pub const ITEM_MINECRAFT_LEATHER_BOOTS: &str = "item.minecraft.leather_b... constant ITEM_MINECRAFT_LEATHER_CHESTPLATE (line 9962) | pub const ITEM_MINECRAFT_LEATHER_CHESTPLATE: &str = "item.minecraft.leat... constant ITEM_MINECRAFT_LEATHER_HELMET (line 9964) | pub const ITEM_MINECRAFT_LEATHER_HELMET: &str = "item.minecraft.leather_... constant ITEM_MINECRAFT_LEATHER_HORSE_ARMOR (line 9966) | pub const ITEM_MINECRAFT_LEATHER_HORSE_ARMOR: &str = "item.minecraft.lea... constant ITEM_MINECRAFT_LEATHER_LEGGINGS (line 9968) | pub const ITEM_MINECRAFT_LEATHER_LEGGINGS: &str = "item.minecraft.leathe... constant ITEM_MINECRAFT_LIGHT_BLUE_BUNDLE (line 9970) | pub const ITEM_MINECRAFT_LIGHT_BLUE_BUNDLE: &str = "item.minecraft.light... constant ITEM_MINECRAFT_LIGHT_BLUE_DYE (line 9972) | pub const ITEM_MINECRAFT_LIGHT_BLUE_DYE: &str = "item.minecraft.light_bl... constant ITEM_MINECRAFT_LIGHT_BLUE_HARNESS (line 9974) | pub const ITEM_MINECRAFT_LIGHT_BLUE_HARNESS: &str = "item.minecraft.ligh... constant ITEM_MINECRAFT_LIGHT_GRAY_BUNDLE (line 9976) | pub const ITEM_MINECRAFT_LIGHT_GRAY_BUNDLE: &str = "item.minecraft.light... constant ITEM_MINECRAFT_LIGHT_GRAY_DYE (line 9978) | pub const ITEM_MINECRAFT_LIGHT_GRAY_DYE: &str = "item.minecraft.light_gr... constant ITEM_MINECRAFT_LIGHT_GRAY_HARNESS (line 9980) | pub const ITEM_MINECRAFT_LIGHT_GRAY_HARNESS: &str = "item.minecraft.ligh... constant ITEM_MINECRAFT_LIME_BUNDLE (line 9982) | pub const ITEM_MINECRAFT_LIME_BUNDLE: &str = "item.minecraft.lime_bundle"; constant ITEM_MINECRAFT_LIME_DYE (line 9984) | pub const ITEM_MINECRAFT_LIME_DYE: &str = "item.minecraft.lime_dye"; constant ITEM_MINECRAFT_LIME_HARNESS (line 9986) | pub const ITEM_MINECRAFT_LIME_HARNESS: &str = "item.minecraft.lime_harne... constant ITEM_MINECRAFT_LINGERING_POTION (line 9988) | pub const ITEM_MINECRAFT_LINGERING_POTION: &str = "item.minecraft.linger... constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_AWKWARD (line 9990) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_AWKWARD: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_EMPTY (line 9993) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_EMPTY: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_FIRE_RESISTANCE (line 9996) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_FIRE_RESISTANCE: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_HARMING (line 9999) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_HARMING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_HEALING (line 10002) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_HEALING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_INFESTED (line 10005) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_INFESTED: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_INVISIBILITY (line 10008) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_INVISIBILITY: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_LEAPING (line 10011) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_LEAPING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_LEVITATION (line 10014) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_LEVITATION: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_LUCK (line 10017) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_LUCK: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_MUNDANE (line 10020) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_MUNDANE: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_NIGHT_VISION (line 10023) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_NIGHT_VISION: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_OOZING (line 10026) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_OOZING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_POISON (line 10029) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_POISON: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_REGENERATION (line 10032) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_REGENERATION: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_SLOW_FALLING (line 10035) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_SLOW_FALLING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_SLOWNESS (line 10038) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_SLOWNESS: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_STRENGTH (line 10041) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_STRENGTH: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_SWIFTNESS (line 10044) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_SWIFTNESS: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_THICK (line 10047) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_THICK: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_TURTLE_MASTER (line 10050) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_TURTLE_MASTER: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WATER (line 10053) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WATER: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WATER_BREATHING (line 10056) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WATER_BREATHING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WEAKNESS (line 10059) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WEAKNESS: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WEAVING (line 10062) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WEAVING: &str = constant ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WIND_CHARGED (line 10065) | pub const ITEM_MINECRAFT_LINGERING_POTION_EFFECT_WIND_CHARGED: &str = constant ITEM_MINECRAFT_LLAMA_SPAWN_EGG (line 10068) | pub const ITEM_MINECRAFT_LLAMA_SPAWN_EGG: &str = "item.minecraft.llama_s... constant ITEM_MINECRAFT_LODESTONE_COMPASS (line 10070) | pub const ITEM_MINECRAFT_LODESTONE_COMPASS: &str = "item.minecraft.lodes... constant ITEM_MINECRAFT_MACE (line 10072) | pub const ITEM_MINECRAFT_MACE: &str = "item.minecraft.mace"; constant ITEM_MINECRAFT_MAGENTA_BUNDLE (line 10074) | pub const ITEM_MINECRAFT_MAGENTA_BUNDLE: &str = "item.minecraft.magenta_... constant ITEM_MINECRAFT_MAGENTA_DYE (line 10076) | pub const ITEM_MINECRAFT_MAGENTA_DYE: &str = "item.minecraft.magenta_dye"; constant ITEM_MINECRAFT_MAGENTA_HARNESS (line 10078) | pub const ITEM_MINECRAFT_MAGENTA_HARNESS: &str = "item.minecraft.magenta... constant ITEM_MINECRAFT_MAGMA_CREAM (line 10080) | pub const ITEM_MINECRAFT_MAGMA_CREAM: &str = "item.minecraft.magma_cream"; constant ITEM_MINECRAFT_MAGMA_CUBE_SPAWN_EGG (line 10082) | pub const ITEM_MINECRAFT_MAGMA_CUBE_SPAWN_EGG: &str = "item.minecraft.ma... constant ITEM_MINECRAFT_MANGROVE_BOAT (line 10084) | pub const ITEM_MINECRAFT_MANGROVE_BOAT: &str = "item.minecraft.mangrove_... constant ITEM_MINECRAFT_MANGROVE_CHEST_BOAT (line 10086) | pub const ITEM_MINECRAFT_MANGROVE_CHEST_BOAT: &str = "item.minecraft.man... constant ITEM_MINECRAFT_MAP (line 10088) | pub const ITEM_MINECRAFT_MAP: &str = "item.minecraft.map"; constant ITEM_MINECRAFT_MELON_SEEDS (line 10090) | pub const ITEM_MINECRAFT_MELON_SEEDS: &str = "item.minecraft.melon_seeds"; constant ITEM_MINECRAFT_MELON_SLICE (line 10092) | pub const ITEM_MINECRAFT_MELON_SLICE: &str = "item.minecraft.melon_slice"; constant ITEM_MINECRAFT_MILK_BUCKET (line 10094) | pub const ITEM_MINECRAFT_MILK_BUCKET: &str = "item.minecraft.milk_bucket"; constant ITEM_MINECRAFT_MINECART (line 10096) | pub const ITEM_MINECRAFT_MINECART: &str = "item.minecraft.minecart"; constant ITEM_MINECRAFT_MINER_POTTERY_SHARD (line 10098) | pub const ITEM_MINECRAFT_MINER_POTTERY_SHARD: &str = "item.minecraft.min... constant ITEM_MINECRAFT_MINER_POTTERY_SHERD (line 10100) | pub const ITEM_MINECRAFT_MINER_POTTERY_SHERD: &str = "item.minecraft.min... constant ITEM_MINECRAFT_MOJANG_BANNER_PATTERN (line 10102) | pub const ITEM_MINECRAFT_MOJANG_BANNER_PATTERN: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MOJANG_BANNER_PATTERN_DESC (line 10104) | pub const ITEM_MINECRAFT_MOJANG_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_MOJANG_BANNER_PATTERN_NEW (line 10107) | pub const ITEM_MINECRAFT_MOJANG_BANNER_PATTERN_NEW: &str = constant ITEM_MINECRAFT_MOOSHROOM_SPAWN_EGG (line 10110) | pub const ITEM_MINECRAFT_MOOSHROOM_SPAWN_EGG: &str = "item.minecraft.moo... constant ITEM_MINECRAFT_MOURNER_POTTERY_SHARD (line 10112) | pub const ITEM_MINECRAFT_MOURNER_POTTERY_SHARD: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MOURNER_POTTERY_SHERD (line 10114) | pub const ITEM_MINECRAFT_MOURNER_POTTERY_SHERD: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MULE_SPAWN_EGG (line 10116) | pub const ITEM_MINECRAFT_MULE_SPAWN_EGG: &str = "item.minecraft.mule_spa... constant ITEM_MINECRAFT_MUSHROOM_STEW (line 10118) | pub const ITEM_MINECRAFT_MUSHROOM_STEW: &str = "item.minecraft.mushroom_... constant ITEM_MINECRAFT_MUSIC_DISC_11 (line 10120) | pub const ITEM_MINECRAFT_MUSIC_DISC_11: &str = "item.minecraft.music_dis... constant ITEM_MINECRAFT_MUSIC_DISC_11_DESC (line 10122) | pub const ITEM_MINECRAFT_MUSIC_DISC_11_DESC: &str = "item.minecraft.musi... constant ITEM_MINECRAFT_MUSIC_DISC_13 (line 10124) | pub const ITEM_MINECRAFT_MUSIC_DISC_13: &str = "item.minecraft.music_dis... constant ITEM_MINECRAFT_MUSIC_DISC_13_DESC (line 10126) | pub const ITEM_MINECRAFT_MUSIC_DISC_13_DESC: &str = "item.minecraft.musi... constant ITEM_MINECRAFT_MUSIC_DISC_5 (line 10128) | pub const ITEM_MINECRAFT_MUSIC_DISC_5: &str = "item.minecraft.music_disc... constant ITEM_MINECRAFT_MUSIC_DISC_5_DESC (line 10130) | pub const ITEM_MINECRAFT_MUSIC_DISC_5_DESC: &str = "item.minecraft.music... constant ITEM_MINECRAFT_MUSIC_DISC_BLOCKS (line 10132) | pub const ITEM_MINECRAFT_MUSIC_DISC_BLOCKS: &str = "item.minecraft.music... constant ITEM_MINECRAFT_MUSIC_DISC_BLOCKS_DESC (line 10134) | pub const ITEM_MINECRAFT_MUSIC_DISC_BLOCKS_DESC: &str = "item.minecraft.... constant ITEM_MINECRAFT_MUSIC_DISC_CAT (line 10136) | pub const ITEM_MINECRAFT_MUSIC_DISC_CAT: &str = "item.minecraft.music_di... constant ITEM_MINECRAFT_MUSIC_DISC_CAT_DESC (line 10138) | pub const ITEM_MINECRAFT_MUSIC_DISC_CAT_DESC: &str = "item.minecraft.mus... constant ITEM_MINECRAFT_MUSIC_DISC_CHIRP (line 10140) | pub const ITEM_MINECRAFT_MUSIC_DISC_CHIRP: &str = "item.minecraft.music_... constant ITEM_MINECRAFT_MUSIC_DISC_CHIRP_DESC (line 10142) | pub const ITEM_MINECRAFT_MUSIC_DISC_CHIRP_DESC: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MUSIC_DISC_CREATOR (line 10144) | pub const ITEM_MINECRAFT_MUSIC_DISC_CREATOR: &str = "item.minecraft.musi... constant ITEM_MINECRAFT_MUSIC_DISC_CREATOR_DESC (line 10146) | pub const ITEM_MINECRAFT_MUSIC_DISC_CREATOR_DESC: &str = "item.minecraft... constant ITEM_MINECRAFT_MUSIC_DISC_CREATOR_MUSIC_BOX (line 10148) | pub const ITEM_MINECRAFT_MUSIC_DISC_CREATOR_MUSIC_BOX: &str = constant ITEM_MINECRAFT_MUSIC_DISC_CREATOR_MUSIC_BOX_DESC (line 10151) | pub const ITEM_MINECRAFT_MUSIC_DISC_CREATOR_MUSIC_BOX_DESC: &str = constant ITEM_MINECRAFT_MUSIC_DISC_FAR (line 10154) | pub const ITEM_MINECRAFT_MUSIC_DISC_FAR: &str = "item.minecraft.music_di... constant ITEM_MINECRAFT_MUSIC_DISC_FAR_DESC (line 10156) | pub const ITEM_MINECRAFT_MUSIC_DISC_FAR_DESC: &str = "item.minecraft.mus... constant ITEM_MINECRAFT_MUSIC_DISC_LAVA_CHICKEN (line 10158) | pub const ITEM_MINECRAFT_MUSIC_DISC_LAVA_CHICKEN: &str = "item.minecraft... constant ITEM_MINECRAFT_MUSIC_DISC_LAVA_CHICKEN_DESC (line 10160) | pub const ITEM_MINECRAFT_MUSIC_DISC_LAVA_CHICKEN_DESC: &str = constant ITEM_MINECRAFT_MUSIC_DISC_MALL (line 10163) | pub const ITEM_MINECRAFT_MUSIC_DISC_MALL: &str = "item.minecraft.music_d... constant ITEM_MINECRAFT_MUSIC_DISC_MALL_DESC (line 10165) | pub const ITEM_MINECRAFT_MUSIC_DISC_MALL_DESC: &str = "item.minecraft.mu... constant ITEM_MINECRAFT_MUSIC_DISC_MELLOHI (line 10167) | pub const ITEM_MINECRAFT_MUSIC_DISC_MELLOHI: &str = "item.minecraft.musi... constant ITEM_MINECRAFT_MUSIC_DISC_MELLOHI_DESC (line 10169) | pub const ITEM_MINECRAFT_MUSIC_DISC_MELLOHI_DESC: &str = "item.minecraft... constant ITEM_MINECRAFT_MUSIC_DISC_OTHERSIDE (line 10171) | pub const ITEM_MINECRAFT_MUSIC_DISC_OTHERSIDE: &str = "item.minecraft.mu... constant ITEM_MINECRAFT_MUSIC_DISC_OTHERSIDE_DESC (line 10173) | pub const ITEM_MINECRAFT_MUSIC_DISC_OTHERSIDE_DESC: &str = constant ITEM_MINECRAFT_MUSIC_DISC_PIGSTEP (line 10176) | pub const ITEM_MINECRAFT_MUSIC_DISC_PIGSTEP: &str = "item.minecraft.musi... constant ITEM_MINECRAFT_MUSIC_DISC_PIGSTEP_DESC (line 10178) | pub const ITEM_MINECRAFT_MUSIC_DISC_PIGSTEP_DESC: &str = "item.minecraft... constant ITEM_MINECRAFT_MUSIC_DISC_PRECIPICE (line 10180) | pub const ITEM_MINECRAFT_MUSIC_DISC_PRECIPICE: &str = "item.minecraft.mu... constant ITEM_MINECRAFT_MUSIC_DISC_PRECIPICE_DESC (line 10182) | pub const ITEM_MINECRAFT_MUSIC_DISC_PRECIPICE_DESC: &str = constant ITEM_MINECRAFT_MUSIC_DISC_RELIC (line 10185) | pub const ITEM_MINECRAFT_MUSIC_DISC_RELIC: &str = "item.minecraft.music_... constant ITEM_MINECRAFT_MUSIC_DISC_RELIC_DESC (line 10187) | pub const ITEM_MINECRAFT_MUSIC_DISC_RELIC_DESC: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MUSIC_DISC_STAL (line 10189) | pub const ITEM_MINECRAFT_MUSIC_DISC_STAL: &str = "item.minecraft.music_d... constant ITEM_MINECRAFT_MUSIC_DISC_STAL_DESC (line 10191) | pub const ITEM_MINECRAFT_MUSIC_DISC_STAL_DESC: &str = "item.minecraft.mu... constant ITEM_MINECRAFT_MUSIC_DISC_STRAD (line 10193) | pub const ITEM_MINECRAFT_MUSIC_DISC_STRAD: &str = "item.minecraft.music_... constant ITEM_MINECRAFT_MUSIC_DISC_STRAD_DESC (line 10195) | pub const ITEM_MINECRAFT_MUSIC_DISC_STRAD_DESC: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MUSIC_DISC_TEARS (line 10197) | pub const ITEM_MINECRAFT_MUSIC_DISC_TEARS: &str = "item.minecraft.music_... constant ITEM_MINECRAFT_MUSIC_DISC_TEARS_DESC (line 10199) | pub const ITEM_MINECRAFT_MUSIC_DISC_TEARS_DESC: &str = "item.minecraft.m... constant ITEM_MINECRAFT_MUSIC_DISC_WAIT (line 10201) | pub const ITEM_MINECRAFT_MUSIC_DISC_WAIT: &str = "item.minecraft.music_d... constant ITEM_MINECRAFT_MUSIC_DISC_WAIT_DESC (line 10203) | pub const ITEM_MINECRAFT_MUSIC_DISC_WAIT_DESC: &str = "item.minecraft.mu... constant ITEM_MINECRAFT_MUSIC_DISC_WARD (line 10205) | pub const ITEM_MINECRAFT_MUSIC_DISC_WARD: &str = "item.minecraft.music_d... constant ITEM_MINECRAFT_MUSIC_DISC_WARD_DESC (line 10207) | pub const ITEM_MINECRAFT_MUSIC_DISC_WARD_DESC: &str = "item.minecraft.mu... constant ITEM_MINECRAFT_MUTTON (line 10209) | pub const ITEM_MINECRAFT_MUTTON: &str = "item.minecraft.mutton"; constant ITEM_MINECRAFT_NAME_TAG (line 10211) | pub const ITEM_MINECRAFT_NAME_TAG: &str = "item.minecraft.name_tag"; constant ITEM_MINECRAFT_NAUTILUS_SHELL (line 10213) | pub const ITEM_MINECRAFT_NAUTILUS_SHELL: &str = "item.minecraft.nautilus... constant ITEM_MINECRAFT_NAUTILUS_SPAWN_EGG (line 10215) | pub const ITEM_MINECRAFT_NAUTILUS_SPAWN_EGG: &str = "item.minecraft.naut... constant ITEM_MINECRAFT_NETHER_BRICK (line 10217) | pub const ITEM_MINECRAFT_NETHER_BRICK: &str = "item.minecraft.nether_bri... constant ITEM_MINECRAFT_NETHER_STAR (line 10219) | pub const ITEM_MINECRAFT_NETHER_STAR: &str = "item.minecraft.nether_star"; constant ITEM_MINECRAFT_NETHER_WART (line 10221) | pub const ITEM_MINECRAFT_NETHER_WART: &str = "item.minecraft.nether_wart"; constant ITEM_MINECRAFT_NETHERITE_AXE (line 10223) | pub const ITEM_MINECRAFT_NETHERITE_AXE: &str = "item.minecraft.netherite... constant ITEM_MINECRAFT_NETHERITE_BOOTS (line 10225) | pub const ITEM_MINECRAFT_NETHERITE_BOOTS: &str = "item.minecraft.netheri... constant ITEM_MINECRAFT_NETHERITE_CHESTPLATE (line 10227) | pub const ITEM_MINECRAFT_NETHERITE_CHESTPLATE: &str = "item.minecraft.ne... constant ITEM_MINECRAFT_NETHERITE_HELMET (line 10229) | pub const ITEM_MINECRAFT_NETHERITE_HELMET: &str = "item.minecraft.nether... constant ITEM_MINECRAFT_NETHERITE_HOE (line 10231) | pub const ITEM_MINECRAFT_NETHERITE_HOE: &str = "item.minecraft.netherite... constant ITEM_MINECRAFT_NETHERITE_HORSE_ARMOR (line 10233) | pub const ITEM_MINECRAFT_NETHERITE_HORSE_ARMOR: &str = "item.minecraft.n... constant ITEM_MINECRAFT_NETHERITE_INGOT (line 10235) | pub const ITEM_MINECRAFT_NETHERITE_INGOT: &str = "item.minecraft.netheri... constant ITEM_MINECRAFT_NETHERITE_LEGGINGS (line 10237) | pub const ITEM_MINECRAFT_NETHERITE_LEGGINGS: &str = "item.minecraft.neth... constant ITEM_MINECRAFT_NETHERITE_NAUTILUS_ARMOR (line 10239) | pub const ITEM_MINECRAFT_NETHERITE_NAUTILUS_ARMOR: &str = "item.minecraf... constant ITEM_MINECRAFT_NETHERITE_PICKAXE (line 10241) | pub const ITEM_MINECRAFT_NETHERITE_PICKAXE: &str = "item.minecraft.nethe... constant ITEM_MINECRAFT_NETHERITE_SCRAP (line 10243) | pub const ITEM_MINECRAFT_NETHERITE_SCRAP: &str = "item.minecraft.netheri... constant ITEM_MINECRAFT_NETHERITE_SHOVEL (line 10245) | pub const ITEM_MINECRAFT_NETHERITE_SHOVEL: &str = "item.minecraft.nether... constant ITEM_MINECRAFT_NETHERITE_SPEAR (line 10247) | pub const ITEM_MINECRAFT_NETHERITE_SPEAR: &str = "item.minecraft.netheri... constant ITEM_MINECRAFT_NETHERITE_SWORD (line 10249) | pub const ITEM_MINECRAFT_NETHERITE_SWORD: &str = "item.minecraft.netheri... constant ITEM_MINECRAFT_NETHERITE_UPGRADE_SMITHING_TEMPLATE (line 10251) | pub const ITEM_MINECRAFT_NETHERITE_UPGRADE_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_NETHERITE_UPGRADE_SMITHING_TEMPLATE_NEW (line 10254) | pub const ITEM_MINECRAFT_NETHERITE_UPGRADE_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_OAK_BOAT (line 10257) | pub const ITEM_MINECRAFT_OAK_BOAT: &str = "item.minecraft.oak_boat"; constant ITEM_MINECRAFT_OAK_CHEST_BOAT (line 10259) | pub const ITEM_MINECRAFT_OAK_CHEST_BOAT: &str = "item.minecraft.oak_ches... constant ITEM_MINECRAFT_OCELOT_SPAWN_EGG (line 10261) | pub const ITEM_MINECRAFT_OCELOT_SPAWN_EGG: &str = "item.minecraft.ocelot... constant ITEM_MINECRAFT_OMINOUS_BOTTLE (line 10263) | pub const ITEM_MINECRAFT_OMINOUS_BOTTLE: &str = "item.minecraft.ominous_... constant ITEM_MINECRAFT_OMINOUS_TRIAL_KEY (line 10265) | pub const ITEM_MINECRAFT_OMINOUS_TRIAL_KEY: &str = "item.minecraft.omino... constant ITEM_MINECRAFT_ORANGE_BUNDLE (line 10267) | pub const ITEM_MINECRAFT_ORANGE_BUNDLE: &str = "item.minecraft.orange_bu... constant ITEM_MINECRAFT_ORANGE_DYE (line 10269) | pub const ITEM_MINECRAFT_ORANGE_DYE: &str = "item.minecraft.orange_dye"; constant ITEM_MINECRAFT_ORANGE_HARNESS (line 10271) | pub const ITEM_MINECRAFT_ORANGE_HARNESS: &str = "item.minecraft.orange_h... constant ITEM_MINECRAFT_PAINTING (line 10273) | pub const ITEM_MINECRAFT_PAINTING: &str = "item.minecraft.painting"; constant ITEM_MINECRAFT_PALE_OAK_BOAT (line 10275) | pub const ITEM_MINECRAFT_PALE_OAK_BOAT: &str = "item.minecraft.pale_oak_... constant ITEM_MINECRAFT_PALE_OAK_CHEST_BOAT (line 10277) | pub const ITEM_MINECRAFT_PALE_OAK_CHEST_BOAT: &str = "item.minecraft.pal... constant ITEM_MINECRAFT_PANDA_SPAWN_EGG (line 10279) | pub const ITEM_MINECRAFT_PANDA_SPAWN_EGG: &str = "item.minecraft.panda_s... constant ITEM_MINECRAFT_PAPER (line 10281) | pub const ITEM_MINECRAFT_PAPER: &str = "item.minecraft.paper"; constant ITEM_MINECRAFT_PARCHED_SPAWN_EGG (line 10283) | pub const ITEM_MINECRAFT_PARCHED_SPAWN_EGG: &str = "item.minecraft.parch... constant ITEM_MINECRAFT_PARROT_SPAWN_EGG (line 10285) | pub const ITEM_MINECRAFT_PARROT_SPAWN_EGG: &str = "item.minecraft.parrot... constant ITEM_MINECRAFT_PHANTOM_MEMBRANE (line 10287) | pub const ITEM_MINECRAFT_PHANTOM_MEMBRANE: &str = "item.minecraft.phanto... constant ITEM_MINECRAFT_PHANTOM_SPAWN_EGG (line 10289) | pub const ITEM_MINECRAFT_PHANTOM_SPAWN_EGG: &str = "item.minecraft.phant... constant ITEM_MINECRAFT_PIG_SPAWN_EGG (line 10291) | pub const ITEM_MINECRAFT_PIG_SPAWN_EGG: &str = "item.minecraft.pig_spawn... constant ITEM_MINECRAFT_PIGLIN_BANNER_PATTERN (line 10293) | pub const ITEM_MINECRAFT_PIGLIN_BANNER_PATTERN: &str = "item.minecraft.p... constant ITEM_MINECRAFT_PIGLIN_BANNER_PATTERN_DESC (line 10295) | pub const ITEM_MINECRAFT_PIGLIN_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_PIGLIN_BANNER_PATTERN_NEW (line 10298) | pub const ITEM_MINECRAFT_PIGLIN_BANNER_PATTERN_NEW: &str = constant ITEM_MINECRAFT_PIGLIN_BRUTE_SPAWN_EGG (line 10301) | pub const ITEM_MINECRAFT_PIGLIN_BRUTE_SPAWN_EGG: &str = "item.minecraft.... constant ITEM_MINECRAFT_PIGLIN_SPAWN_EGG (line 10303) | pub const ITEM_MINECRAFT_PIGLIN_SPAWN_EGG: &str = "item.minecraft.piglin... constant ITEM_MINECRAFT_PILLAGER_SPAWN_EGG (line 10305) | pub const ITEM_MINECRAFT_PILLAGER_SPAWN_EGG: &str = "item.minecraft.pill... constant ITEM_MINECRAFT_PINK_BUNDLE (line 10307) | pub const ITEM_MINECRAFT_PINK_BUNDLE: &str = "item.minecraft.pink_bundle"; constant ITEM_MINECRAFT_PINK_DYE (line 10309) | pub const ITEM_MINECRAFT_PINK_DYE: &str = "item.minecraft.pink_dye"; constant ITEM_MINECRAFT_PINK_HARNESS (line 10311) | pub const ITEM_MINECRAFT_PINK_HARNESS: &str = "item.minecraft.pink_harne... constant ITEM_MINECRAFT_PITCHER_PLANT (line 10313) | pub const ITEM_MINECRAFT_PITCHER_PLANT: &str = "item.minecraft.pitcher_p... constant ITEM_MINECRAFT_PITCHER_POD (line 10315) | pub const ITEM_MINECRAFT_PITCHER_POD: &str = "item.minecraft.pitcher_pod"; constant ITEM_MINECRAFT_PLENTY_POTTERY_SHARD (line 10317) | pub const ITEM_MINECRAFT_PLENTY_POTTERY_SHARD: &str = "item.minecraft.pl... constant ITEM_MINECRAFT_PLENTY_POTTERY_SHERD (line 10319) | pub const ITEM_MINECRAFT_PLENTY_POTTERY_SHERD: &str = "item.minecraft.pl... constant ITEM_MINECRAFT_POISONOUS_POTATO (line 10321) | pub const ITEM_MINECRAFT_POISONOUS_POTATO: &str = "item.minecraft.poison... constant ITEM_MINECRAFT_POLAR_BEAR_SPAWN_EGG (line 10323) | pub const ITEM_MINECRAFT_POLAR_BEAR_SPAWN_EGG: &str = "item.minecraft.po... constant ITEM_MINECRAFT_POPPED_CHORUS_FRUIT (line 10325) | pub const ITEM_MINECRAFT_POPPED_CHORUS_FRUIT: &str = "item.minecraft.pop... constant ITEM_MINECRAFT_PORKCHOP (line 10327) | pub const ITEM_MINECRAFT_PORKCHOP: &str = "item.minecraft.porkchop"; constant ITEM_MINECRAFT_POTATO (line 10329) | pub const ITEM_MINECRAFT_POTATO: &str = "item.minecraft.potato"; constant ITEM_MINECRAFT_POTION (line 10331) | pub const ITEM_MINECRAFT_POTION: &str = "item.minecraft.potion"; constant ITEM_MINECRAFT_POTION_EFFECT_AWKWARD (line 10333) | pub const ITEM_MINECRAFT_POTION_EFFECT_AWKWARD: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTION_EFFECT_EMPTY (line 10335) | pub const ITEM_MINECRAFT_POTION_EFFECT_EMPTY: &str = "item.minecraft.pot... constant ITEM_MINECRAFT_POTION_EFFECT_FIRE_RESISTANCE (line 10337) | pub const ITEM_MINECRAFT_POTION_EFFECT_FIRE_RESISTANCE: &str = constant ITEM_MINECRAFT_POTION_EFFECT_HARMING (line 10340) | pub const ITEM_MINECRAFT_POTION_EFFECT_HARMING: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTION_EFFECT_HEALING (line 10342) | pub const ITEM_MINECRAFT_POTION_EFFECT_HEALING: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTION_EFFECT_INFESTED (line 10344) | pub const ITEM_MINECRAFT_POTION_EFFECT_INFESTED: &str = "item.minecraft.... constant ITEM_MINECRAFT_POTION_EFFECT_INVISIBILITY (line 10346) | pub const ITEM_MINECRAFT_POTION_EFFECT_INVISIBILITY: &str = constant ITEM_MINECRAFT_POTION_EFFECT_LEAPING (line 10349) | pub const ITEM_MINECRAFT_POTION_EFFECT_LEAPING: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTION_EFFECT_LEVITATION (line 10351) | pub const ITEM_MINECRAFT_POTION_EFFECT_LEVITATION: &str = "item.minecraf... constant ITEM_MINECRAFT_POTION_EFFECT_LUCK (line 10353) | pub const ITEM_MINECRAFT_POTION_EFFECT_LUCK: &str = "item.minecraft.poti... constant ITEM_MINECRAFT_POTION_EFFECT_MUNDANE (line 10355) | pub const ITEM_MINECRAFT_POTION_EFFECT_MUNDANE: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTION_EFFECT_NIGHT_VISION (line 10357) | pub const ITEM_MINECRAFT_POTION_EFFECT_NIGHT_VISION: &str = constant ITEM_MINECRAFT_POTION_EFFECT_OOZING (line 10360) | pub const ITEM_MINECRAFT_POTION_EFFECT_OOZING: &str = "item.minecraft.po... constant ITEM_MINECRAFT_POTION_EFFECT_POISON (line 10362) | pub const ITEM_MINECRAFT_POTION_EFFECT_POISON: &str = "item.minecraft.po... constant ITEM_MINECRAFT_POTION_EFFECT_REGENERATION (line 10364) | pub const ITEM_MINECRAFT_POTION_EFFECT_REGENERATION: &str = constant ITEM_MINECRAFT_POTION_EFFECT_SLOW_FALLING (line 10367) | pub const ITEM_MINECRAFT_POTION_EFFECT_SLOW_FALLING: &str = constant ITEM_MINECRAFT_POTION_EFFECT_SLOWNESS (line 10370) | pub const ITEM_MINECRAFT_POTION_EFFECT_SLOWNESS: &str = "item.minecraft.... constant ITEM_MINECRAFT_POTION_EFFECT_STRENGTH (line 10372) | pub const ITEM_MINECRAFT_POTION_EFFECT_STRENGTH: &str = "item.minecraft.... constant ITEM_MINECRAFT_POTION_EFFECT_SWIFTNESS (line 10374) | pub const ITEM_MINECRAFT_POTION_EFFECT_SWIFTNESS: &str = "item.minecraft... constant ITEM_MINECRAFT_POTION_EFFECT_THICK (line 10376) | pub const ITEM_MINECRAFT_POTION_EFFECT_THICK: &str = "item.minecraft.pot... constant ITEM_MINECRAFT_POTION_EFFECT_TURTLE_MASTER (line 10378) | pub const ITEM_MINECRAFT_POTION_EFFECT_TURTLE_MASTER: &str = constant ITEM_MINECRAFT_POTION_EFFECT_WATER (line 10381) | pub const ITEM_MINECRAFT_POTION_EFFECT_WATER: &str = "item.minecraft.pot... constant ITEM_MINECRAFT_POTION_EFFECT_WATER_BREATHING (line 10383) | pub const ITEM_MINECRAFT_POTION_EFFECT_WATER_BREATHING: &str = constant ITEM_MINECRAFT_POTION_EFFECT_WEAKNESS (line 10386) | pub const ITEM_MINECRAFT_POTION_EFFECT_WEAKNESS: &str = "item.minecraft.... constant ITEM_MINECRAFT_POTION_EFFECT_WEAVING (line 10388) | pub const ITEM_MINECRAFT_POTION_EFFECT_WEAVING: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTION_EFFECT_WIND_CHARGED (line 10390) | pub const ITEM_MINECRAFT_POTION_EFFECT_WIND_CHARGED: &str = constant ITEM_MINECRAFT_POTTERY_SHARD_ARCHER (line 10393) | pub const ITEM_MINECRAFT_POTTERY_SHARD_ARCHER: &str = "item.minecraft.po... constant ITEM_MINECRAFT_POTTERY_SHARD_ARMS_UP (line 10395) | pub const ITEM_MINECRAFT_POTTERY_SHARD_ARMS_UP: &str = "item.minecraft.p... constant ITEM_MINECRAFT_POTTERY_SHARD_PRIZE (line 10397) | pub const ITEM_MINECRAFT_POTTERY_SHARD_PRIZE: &str = "item.minecraft.pot... constant ITEM_MINECRAFT_POTTERY_SHARD_SKULL (line 10399) | pub const ITEM_MINECRAFT_POTTERY_SHARD_SKULL: &str = "item.minecraft.pot... constant ITEM_MINECRAFT_POWDER_SNOW_BUCKET (line 10401) | pub const ITEM_MINECRAFT_POWDER_SNOW_BUCKET: &str = "item.minecraft.powd... constant ITEM_MINECRAFT_PRISMARINE_CRYSTALS (line 10403) | pub const ITEM_MINECRAFT_PRISMARINE_CRYSTALS: &str = "item.minecraft.pri... constant ITEM_MINECRAFT_PRISMARINE_SHARD (line 10405) | pub const ITEM_MINECRAFT_PRISMARINE_SHARD: &str = "item.minecraft.prisma... constant ITEM_MINECRAFT_PRIZE_POTTERY_SHARD (line 10407) | pub const ITEM_MINECRAFT_PRIZE_POTTERY_SHARD: &str = "item.minecraft.pri... constant ITEM_MINECRAFT_PRIZE_POTTERY_SHERD (line 10409) | pub const ITEM_MINECRAFT_PRIZE_POTTERY_SHERD: &str = "item.minecraft.pri... constant ITEM_MINECRAFT_PUFFERFISH (line 10411) | pub const ITEM_MINECRAFT_PUFFERFISH: &str = "item.minecraft.pufferfish"; constant ITEM_MINECRAFT_PUFFERFISH_BUCKET (line 10413) | pub const ITEM_MINECRAFT_PUFFERFISH_BUCKET: &str = "item.minecraft.puffe... constant ITEM_MINECRAFT_PUFFERFISH_SPAWN_EGG (line 10415) | pub const ITEM_MINECRAFT_PUFFERFISH_SPAWN_EGG: &str = "item.minecraft.pu... constant ITEM_MINECRAFT_PUMPKIN_PIE (line 10417) | pub const ITEM_MINECRAFT_PUMPKIN_PIE: &str = "item.minecraft.pumpkin_pie"; constant ITEM_MINECRAFT_PUMPKIN_SEEDS (line 10419) | pub const ITEM_MINECRAFT_PUMPKIN_SEEDS: &str = "item.minecraft.pumpkin_s... constant ITEM_MINECRAFT_PURPLE_BUNDLE (line 10421) | pub const ITEM_MINECRAFT_PURPLE_BUNDLE: &str = "item.minecraft.purple_bu... constant ITEM_MINECRAFT_PURPLE_DYE (line 10423) | pub const ITEM_MINECRAFT_PURPLE_DYE: &str = "item.minecraft.purple_dye"; constant ITEM_MINECRAFT_PURPLE_HARNESS (line 10425) | pub const ITEM_MINECRAFT_PURPLE_HARNESS: &str = "item.minecraft.purple_h... constant ITEM_MINECRAFT_QUARTZ (line 10427) | pub const ITEM_MINECRAFT_QUARTZ: &str = "item.minecraft.quartz"; constant ITEM_MINECRAFT_RABBIT (line 10429) | pub const ITEM_MINECRAFT_RABBIT: &str = "item.minecraft.rabbit"; constant ITEM_MINECRAFT_RABBIT_FOOT (line 10431) | pub const ITEM_MINECRAFT_RABBIT_FOOT: &str = "item.minecraft.rabbit_foot"; constant ITEM_MINECRAFT_RABBIT_HIDE (line 10433) | pub const ITEM_MINECRAFT_RABBIT_HIDE: &str = "item.minecraft.rabbit_hide"; constant ITEM_MINECRAFT_RABBIT_SPAWN_EGG (line 10435) | pub const ITEM_MINECRAFT_RABBIT_SPAWN_EGG: &str = "item.minecraft.rabbit... constant ITEM_MINECRAFT_RABBIT_STEW (line 10437) | pub const ITEM_MINECRAFT_RABBIT_STEW: &str = "item.minecraft.rabbit_stew"; constant ITEM_MINECRAFT_RAISER_ARMOR_TRIM_SMITHING_TEMPLATE (line 10439) | pub const ITEM_MINECRAFT_RAISER_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_RAISER_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10442) | pub const ITEM_MINECRAFT_RAISER_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_RAVAGER_SPAWN_EGG (line 10445) | pub const ITEM_MINECRAFT_RAVAGER_SPAWN_EGG: &str = "item.minecraft.ravag... constant ITEM_MINECRAFT_RAW_COPPER (line 10447) | pub const ITEM_MINECRAFT_RAW_COPPER: &str = "item.minecraft.raw_copper"; constant ITEM_MINECRAFT_RAW_GOLD (line 10449) | pub const ITEM_MINECRAFT_RAW_GOLD: &str = "item.minecraft.raw_gold"; constant ITEM_MINECRAFT_RAW_IRON (line 10451) | pub const ITEM_MINECRAFT_RAW_IRON: &str = "item.minecraft.raw_iron"; constant ITEM_MINECRAFT_RECOVERY_COMPASS (line 10453) | pub const ITEM_MINECRAFT_RECOVERY_COMPASS: &str = "item.minecraft.recove... constant ITEM_MINECRAFT_RED_BUNDLE (line 10455) | pub const ITEM_MINECRAFT_RED_BUNDLE: &str = "item.minecraft.red_bundle"; constant ITEM_MINECRAFT_RED_DYE (line 10457) | pub const ITEM_MINECRAFT_RED_DYE: &str = "item.minecraft.red_dye"; constant ITEM_MINECRAFT_RED_HARNESS (line 10459) | pub const ITEM_MINECRAFT_RED_HARNESS: &str = "item.minecraft.red_harness"; constant ITEM_MINECRAFT_REDSTONE (line 10461) | pub const ITEM_MINECRAFT_REDSTONE: &str = "item.minecraft.redstone"; constant ITEM_MINECRAFT_RESIN_BRICK (line 10463) | pub const ITEM_MINECRAFT_RESIN_BRICK: &str = "item.minecraft.resin_brick"; constant ITEM_MINECRAFT_RESIN_CLUMP (line 10465) | pub const ITEM_MINECRAFT_RESIN_CLUMP: &str = "item.minecraft.resin_clump"; constant ITEM_MINECRAFT_RIB_ARMOR_TRIM_SMITHING_TEMPLATE (line 10467) | pub const ITEM_MINECRAFT_RIB_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_RIB_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10470) | pub const ITEM_MINECRAFT_RIB_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_ROTTEN_FLESH (line 10473) | pub const ITEM_MINECRAFT_ROTTEN_FLESH: &str = "item.minecraft.rotten_fle... constant ITEM_MINECRAFT_SADDLE (line 10475) | pub const ITEM_MINECRAFT_SADDLE: &str = "item.minecraft.saddle"; constant ITEM_MINECRAFT_SALMON (line 10477) | pub const ITEM_MINECRAFT_SALMON: &str = "item.minecraft.salmon"; constant ITEM_MINECRAFT_SALMON_BUCKET (line 10479) | pub const ITEM_MINECRAFT_SALMON_BUCKET: &str = "item.minecraft.salmon_bu... constant ITEM_MINECRAFT_SALMON_SPAWN_EGG (line 10481) | pub const ITEM_MINECRAFT_SALMON_SPAWN_EGG: &str = "item.minecraft.salmon... constant ITEM_MINECRAFT_SCRAPE_POTTERY_SHERD (line 10483) | pub const ITEM_MINECRAFT_SCRAPE_POTTERY_SHERD: &str = "item.minecraft.sc... constant ITEM_MINECRAFT_SCUTE (line 10485) | pub const ITEM_MINECRAFT_SCUTE: &str = "item.minecraft.scute"; constant ITEM_MINECRAFT_SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE (line 10487) | pub const ITEM_MINECRAFT_SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10490) | pub const ITEM_MINECRAFT_SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE (line 10493) | pub const ITEM_MINECRAFT_SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10496) | pub const ITEM_MINECRAFT_SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_SHEAF_POTTERY_SHARD (line 10499) | pub const ITEM_MINECRAFT_SHEAF_POTTERY_SHARD: &str = "item.minecraft.she... constant ITEM_MINECRAFT_SHEAF_POTTERY_SHERD (line 10501) | pub const ITEM_MINECRAFT_SHEAF_POTTERY_SHERD: &str = "item.minecraft.she... constant ITEM_MINECRAFT_SHEARS (line 10503) | pub const ITEM_MINECRAFT_SHEARS: &str = "item.minecraft.shears"; constant ITEM_MINECRAFT_SHEEP_SPAWN_EGG (line 10505) | pub const ITEM_MINECRAFT_SHEEP_SPAWN_EGG: &str = "item.minecraft.sheep_s... constant ITEM_MINECRAFT_SHELTER_POTTERY_SHARD (line 10507) | pub const ITEM_MINECRAFT_SHELTER_POTTERY_SHARD: &str = "item.minecraft.s... constant ITEM_MINECRAFT_SHELTER_POTTERY_SHERD (line 10509) | pub const ITEM_MINECRAFT_SHELTER_POTTERY_SHERD: &str = "item.minecraft.s... constant ITEM_MINECRAFT_SHIELD (line 10511) | pub const ITEM_MINECRAFT_SHIELD: &str = "item.minecraft.shield"; constant ITEM_MINECRAFT_SHIELD_BLACK (line 10513) | pub const ITEM_MINECRAFT_SHIELD_BLACK: &str = "item.minecraft.shield.bla... constant ITEM_MINECRAFT_SHIELD_BLUE (line 10515) | pub const ITEM_MINECRAFT_SHIELD_BLUE: &str = "item.minecraft.shield.blue"; constant ITEM_MINECRAFT_SHIELD_BROWN (line 10517) | pub const ITEM_MINECRAFT_SHIELD_BROWN: &str = "item.minecraft.shield.bro... constant ITEM_MINECRAFT_SHIELD_CYAN (line 10519) | pub const ITEM_MINECRAFT_SHIELD_CYAN: &str = "item.minecraft.shield.cyan"; constant ITEM_MINECRAFT_SHIELD_GRAY (line 10521) | pub const ITEM_MINECRAFT_SHIELD_GRAY: &str = "item.minecraft.shield.gray"; constant ITEM_MINECRAFT_SHIELD_GREEN (line 10523) | pub const ITEM_MINECRAFT_SHIELD_GREEN: &str = "item.minecraft.shield.gre... constant ITEM_MINECRAFT_SHIELD_LIGHT_BLUE (line 10525) | pub const ITEM_MINECRAFT_SHIELD_LIGHT_BLUE: &str = "item.minecraft.shiel... constant ITEM_MINECRAFT_SHIELD_LIGHT_GRAY (line 10527) | pub const ITEM_MINECRAFT_SHIELD_LIGHT_GRAY: &str = "item.minecraft.shiel... constant ITEM_MINECRAFT_SHIELD_LIME (line 10529) | pub const ITEM_MINECRAFT_SHIELD_LIME: &str = "item.minecraft.shield.lime"; constant ITEM_MINECRAFT_SHIELD_MAGENTA (line 10531) | pub const ITEM_MINECRAFT_SHIELD_MAGENTA: &str = "item.minecraft.shield.m... constant ITEM_MINECRAFT_SHIELD_ORANGE (line 10533) | pub const ITEM_MINECRAFT_SHIELD_ORANGE: &str = "item.minecraft.shield.or... constant ITEM_MINECRAFT_SHIELD_PINK (line 10535) | pub const ITEM_MINECRAFT_SHIELD_PINK: &str = "item.minecraft.shield.pink"; constant ITEM_MINECRAFT_SHIELD_PURPLE (line 10537) | pub const ITEM_MINECRAFT_SHIELD_PURPLE: &str = "item.minecraft.shield.pu... constant ITEM_MINECRAFT_SHIELD_RED (line 10539) | pub const ITEM_MINECRAFT_SHIELD_RED: &str = "item.minecraft.shield.red"; constant ITEM_MINECRAFT_SHIELD_WHITE (line 10541) | pub const ITEM_MINECRAFT_SHIELD_WHITE: &str = "item.minecraft.shield.whi... constant ITEM_MINECRAFT_SHIELD_YELLOW (line 10543) | pub const ITEM_MINECRAFT_SHIELD_YELLOW: &str = "item.minecraft.shield.ye... constant ITEM_MINECRAFT_SHULKER_SHELL (line 10545) | pub const ITEM_MINECRAFT_SHULKER_SHELL: &str = "item.minecraft.shulker_s... constant ITEM_MINECRAFT_SHULKER_SPAWN_EGG (line 10547) | pub const ITEM_MINECRAFT_SHULKER_SPAWN_EGG: &str = "item.minecraft.shulk... constant ITEM_MINECRAFT_SIGN (line 10549) | pub const ITEM_MINECRAFT_SIGN: &str = "item.minecraft.sign"; constant ITEM_MINECRAFT_SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE (line 10551) | pub const ITEM_MINECRAFT_SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10554) | pub const ITEM_MINECRAFT_SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_SILVERFISH_SPAWN_EGG (line 10557) | pub const ITEM_MINECRAFT_SILVERFISH_SPAWN_EGG: &str = "item.minecraft.si... constant ITEM_MINECRAFT_SKELETON_HORSE_SPAWN_EGG (line 10559) | pub const ITEM_MINECRAFT_SKELETON_HORSE_SPAWN_EGG: &str = "item.minecraf... constant ITEM_MINECRAFT_SKELETON_SPAWN_EGG (line 10561) | pub const ITEM_MINECRAFT_SKELETON_SPAWN_EGG: &str = "item.minecraft.skel... constant ITEM_MINECRAFT_SKULL_BANNER_PATTERN (line 10563) | pub const ITEM_MINECRAFT_SKULL_BANNER_PATTERN: &str = "item.minecraft.sk... constant ITEM_MINECRAFT_SKULL_BANNER_PATTERN_DESC (line 10565) | pub const ITEM_MINECRAFT_SKULL_BANNER_PATTERN_DESC: &str = constant ITEM_MINECRAFT_SKULL_BANNER_PATTERN_NEW (line 10568) | pub const ITEM_MINECRAFT_SKULL_BANNER_PATTERN_NEW: &str = "item.minecraf... constant ITEM_MINECRAFT_SKULL_POTTERY_SHARD (line 10570) | pub const ITEM_MINECRAFT_SKULL_POTTERY_SHARD: &str = "item.minecraft.sku... constant ITEM_MINECRAFT_SKULL_POTTERY_SHERD (line 10572) | pub const ITEM_MINECRAFT_SKULL_POTTERY_SHERD: &str = "item.minecraft.sku... constant ITEM_MINECRAFT_SLIME_BALL (line 10574) | pub const ITEM_MINECRAFT_SLIME_BALL: &str = "item.minecraft.slime_ball"; constant ITEM_MINECRAFT_SLIME_SPAWN_EGG (line 10576) | pub const ITEM_MINECRAFT_SLIME_SPAWN_EGG: &str = "item.minecraft.slime_s... constant ITEM_MINECRAFT_SMITHING_TEMPLATE (line 10578) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE: &str = "item.minecraft.smith... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_APPLIES_TO (line 10580) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_APPLIES_TO: &str = constant ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_ADDITIONS_SLOT_DESCRIPTION (line 10583) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_ADDITIONS_SLOT_DES... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_APPLIES_TO (line 10586) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_APPLIES_TO: &str = constant ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_BASE_SLOT_DESCRIPTION (line 10589) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_BASE_SLOT_DESCRIPT... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_INGREDIENTS (line 10592) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_ARMOR_TRIM_INGREDIENTS: &str = constant ITEM_MINECRAFT_SMITHING_TEMPLATE_INGREDIENTS (line 10595) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_INGREDIENTS: &str = constant ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_ADDITIONS_SLOT_DESCRIPTION (line 10598) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_ADDITIONS_S... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_APPLIES_TO (line 10601) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_APPLIES_TO:... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_BASE_SLOT_DESCRIPTION (line 10604) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_BASE_SLOT_D... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_INGREDIENTS (line 10607) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_NETHERITE_UPGRADE_INGREDIENTS... constant ITEM_MINECRAFT_SMITHING_TEMPLATE_UPGRADE (line 10610) | pub const ITEM_MINECRAFT_SMITHING_TEMPLATE_UPGRADE: &str = constant ITEM_MINECRAFT_SNIFFER_SPAWN_EGG (line 10613) | pub const ITEM_MINECRAFT_SNIFFER_SPAWN_EGG: &str = "item.minecraft.sniff... constant ITEM_MINECRAFT_SNORT_POTTERY_SHARD (line 10615) | pub const ITEM_MINECRAFT_SNORT_POTTERY_SHARD: &str = "item.minecraft.sno... constant ITEM_MINECRAFT_SNORT_POTTERY_SHERD (line 10617) | pub const ITEM_MINECRAFT_SNORT_POTTERY_SHERD: &str = "item.minecraft.sno... constant ITEM_MINECRAFT_SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE (line 10619) | pub const ITEM_MINECRAFT_SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10622) | pub const ITEM_MINECRAFT_SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_SNOW_GOLEM_SPAWN_EGG (line 10625) | pub const ITEM_MINECRAFT_SNOW_GOLEM_SPAWN_EGG: &str = "item.minecraft.sn... constant ITEM_MINECRAFT_SNOWBALL (line 10627) | pub const ITEM_MINECRAFT_SNOWBALL: &str = "item.minecraft.snowball"; constant ITEM_MINECRAFT_SPECTRAL_ARROW (line 10629) | pub const ITEM_MINECRAFT_SPECTRAL_ARROW: &str = "item.minecraft.spectral... constant ITEM_MINECRAFT_SPIDER_EYE (line 10631) | pub const ITEM_MINECRAFT_SPIDER_EYE: &str = "item.minecraft.spider_eye"; constant ITEM_MINECRAFT_SPIDER_SPAWN_EGG (line 10633) | pub const ITEM_MINECRAFT_SPIDER_SPAWN_EGG: &str = "item.minecraft.spider... constant ITEM_MINECRAFT_SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE (line 10635) | pub const ITEM_MINECRAFT_SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10638) | pub const ITEM_MINECRAFT_SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_SPLASH_POTION (line 10641) | pub const ITEM_MINECRAFT_SPLASH_POTION: &str = "item.minecraft.splash_po... constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_AWKWARD (line 10643) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_AWKWARD: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_EMPTY (line 10646) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_EMPTY: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_FIRE_RESISTANCE (line 10649) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_FIRE_RESISTANCE: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_HARMING (line 10652) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_HARMING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_HEALING (line 10655) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_HEALING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_INFESTED (line 10658) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_INFESTED: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_INVISIBILITY (line 10661) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_INVISIBILITY: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_LEAPING (line 10664) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_LEAPING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_LEVITATION (line 10667) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_LEVITATION: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_LUCK (line 10670) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_LUCK: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_MUNDANE (line 10673) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_MUNDANE: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_NIGHT_VISION (line 10676) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_NIGHT_VISION: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_OOZING (line 10679) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_OOZING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_POISON (line 10682) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_POISON: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_REGENERATION (line 10685) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_REGENERATION: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_SLOW_FALLING (line 10688) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_SLOW_FALLING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_SLOWNESS (line 10691) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_SLOWNESS: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_STRENGTH (line 10694) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_STRENGTH: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_SWIFTNESS (line 10697) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_SWIFTNESS: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_THICK (line 10700) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_THICK: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_TURTLE_MASTER (line 10703) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_TURTLE_MASTER: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WATER (line 10706) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WATER: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WATER_BREATHING (line 10709) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WATER_BREATHING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WEAKNESS (line 10712) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WEAKNESS: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WEAVING (line 10715) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WEAVING: &str = constant ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WIND_CHARGED (line 10718) | pub const ITEM_MINECRAFT_SPLASH_POTION_EFFECT_WIND_CHARGED: &str = constant ITEM_MINECRAFT_SPRUCE_BOAT (line 10721) | pub const ITEM_MINECRAFT_SPRUCE_BOAT: &str = "item.minecraft.spruce_boat"; constant ITEM_MINECRAFT_SPRUCE_CHEST_BOAT (line 10723) | pub const ITEM_MINECRAFT_SPRUCE_CHEST_BOAT: &str = "item.minecraft.spruc... constant ITEM_MINECRAFT_SPYGLASS (line 10725) | pub const ITEM_MINECRAFT_SPYGLASS: &str = "item.minecraft.spyglass"; constant ITEM_MINECRAFT_SQUID_SPAWN_EGG (line 10727) | pub const ITEM_MINECRAFT_SQUID_SPAWN_EGG: &str = "item.minecraft.squid_s... constant ITEM_MINECRAFT_STICK (line 10729) | pub const ITEM_MINECRAFT_STICK: &str = "item.minecraft.stick"; constant ITEM_MINECRAFT_STONE_AXE (line 10731) | pub const ITEM_MINECRAFT_STONE_AXE: &str = "item.minecraft.stone_axe"; constant ITEM_MINECRAFT_STONE_HOE (line 10733) | pub const ITEM_MINECRAFT_STONE_HOE: &str = "item.minecraft.stone_hoe"; constant ITEM_MINECRAFT_STONE_PICKAXE (line 10735) | pub const ITEM_MINECRAFT_STONE_PICKAXE: &str = "item.minecraft.stone_pic... constant ITEM_MINECRAFT_STONE_SHOVEL (line 10737) | pub const ITEM_MINECRAFT_STONE_SHOVEL: &str = "item.minecraft.stone_shov... constant ITEM_MINECRAFT_STONE_SPEAR (line 10739) | pub const ITEM_MINECRAFT_STONE_SPEAR: &str = "item.minecraft.stone_spear"; constant ITEM_MINECRAFT_STONE_SWORD (line 10741) | pub const ITEM_MINECRAFT_STONE_SWORD: &str = "item.minecraft.stone_sword"; constant ITEM_MINECRAFT_STRAY_SPAWN_EGG (line 10743) | pub const ITEM_MINECRAFT_STRAY_SPAWN_EGG: &str = "item.minecraft.stray_s... constant ITEM_MINECRAFT_STRIDER_SPAWN_EGG (line 10745) | pub const ITEM_MINECRAFT_STRIDER_SPAWN_EGG: &str = "item.minecraft.strid... constant ITEM_MINECRAFT_STRING (line 10747) | pub const ITEM_MINECRAFT_STRING: &str = "item.minecraft.string"; constant ITEM_MINECRAFT_SUGAR (line 10749) | pub const ITEM_MINECRAFT_SUGAR: &str = "item.minecraft.sugar"; constant ITEM_MINECRAFT_SUSPICIOUS_STEW (line 10751) | pub const ITEM_MINECRAFT_SUSPICIOUS_STEW: &str = "item.minecraft.suspici... constant ITEM_MINECRAFT_SWEET_BERRIES (line 10753) | pub const ITEM_MINECRAFT_SWEET_BERRIES: &str = "item.minecraft.sweet_ber... constant ITEM_MINECRAFT_TADPOLE_BUCKET (line 10755) | pub const ITEM_MINECRAFT_TADPOLE_BUCKET: &str = "item.minecraft.tadpole_... constant ITEM_MINECRAFT_TADPOLE_SPAWN_EGG (line 10757) | pub const ITEM_MINECRAFT_TADPOLE_SPAWN_EGG: &str = "item.minecraft.tadpo... constant ITEM_MINECRAFT_TIDE_ARMOR_TRIM_SMITHING_TEMPLATE (line 10759) | pub const ITEM_MINECRAFT_TIDE_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_TIDE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10762) | pub const ITEM_MINECRAFT_TIDE_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_TIPPED_ARROW (line 10765) | pub const ITEM_MINECRAFT_TIPPED_ARROW: &str = "item.minecraft.tipped_arr... constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_AWKWARD (line 10767) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_AWKWARD: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_EMPTY (line 10770) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_EMPTY: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_FIRE_RESISTANCE (line 10773) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_FIRE_RESISTANCE: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_HARMING (line 10776) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_HARMING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_HEALING (line 10779) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_HEALING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_INFESTED (line 10782) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_INFESTED: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_INVISIBILITY (line 10785) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_INVISIBILITY: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_LEAPING (line 10788) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_LEAPING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_LEVITATION (line 10791) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_LEVITATION: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_LUCK (line 10794) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_LUCK: &str = "item.minecraf... constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_MUNDANE (line 10796) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_MUNDANE: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_NIGHT_VISION (line 10799) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_NIGHT_VISION: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_OOZING (line 10802) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_OOZING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_POISON (line 10805) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_POISON: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_REGENERATION (line 10808) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_REGENERATION: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_SLOW_FALLING (line 10811) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_SLOW_FALLING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_SLOWNESS (line 10814) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_SLOWNESS: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_STRENGTH (line 10817) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_STRENGTH: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_SWIFTNESS (line 10820) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_SWIFTNESS: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_THICK (line 10823) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_THICK: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_TURTLE_MASTER (line 10826) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_TURTLE_MASTER: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WATER (line 10829) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WATER: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WATER_BREATHING (line 10832) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WATER_BREATHING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WEAKNESS (line 10835) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WEAKNESS: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WEAVING (line 10838) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WEAVING: &str = constant ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WIND_CHARGED (line 10841) | pub const ITEM_MINECRAFT_TIPPED_ARROW_EFFECT_WIND_CHARGED: &str = constant ITEM_MINECRAFT_TNT_MINECART (line 10844) | pub const ITEM_MINECRAFT_TNT_MINECART: &str = "item.minecraft.tnt_mineca... constant ITEM_MINECRAFT_TORCHFLOWER_SEEDS (line 10846) | pub const ITEM_MINECRAFT_TORCHFLOWER_SEEDS: &str = "item.minecraft.torch... constant ITEM_MINECRAFT_TOTEM_OF_UNDYING (line 10848) | pub const ITEM_MINECRAFT_TOTEM_OF_UNDYING: &str = "item.minecraft.totem_... constant ITEM_MINECRAFT_TRADER_LLAMA_SPAWN_EGG (line 10850) | pub const ITEM_MINECRAFT_TRADER_LLAMA_SPAWN_EGG: &str = "item.minecraft.... constant ITEM_MINECRAFT_TRIAL_KEY (line 10852) | pub const ITEM_MINECRAFT_TRIAL_KEY: &str = "item.minecraft.trial_key"; constant ITEM_MINECRAFT_TRIDENT (line 10854) | pub const ITEM_MINECRAFT_TRIDENT: &str = "item.minecraft.trident"; constant ITEM_MINECRAFT_TROPICAL_FISH (line 10856) | pub const ITEM_MINECRAFT_TROPICAL_FISH: &str = "item.minecraft.tropical_... constant ITEM_MINECRAFT_TROPICAL_FISH_BUCKET (line 10858) | pub const ITEM_MINECRAFT_TROPICAL_FISH_BUCKET: &str = "item.minecraft.tr... constant ITEM_MINECRAFT_TROPICAL_FISH_SPAWN_EGG (line 10860) | pub const ITEM_MINECRAFT_TROPICAL_FISH_SPAWN_EGG: &str = "item.minecraft... constant ITEM_MINECRAFT_TURTLE_HELMET (line 10862) | pub const ITEM_MINECRAFT_TURTLE_HELMET: &str = "item.minecraft.turtle_he... constant ITEM_MINECRAFT_TURTLE_SCUTE (line 10864) | pub const ITEM_MINECRAFT_TURTLE_SCUTE: &str = "item.minecraft.turtle_scu... constant ITEM_MINECRAFT_TURTLE_SPAWN_EGG (line 10866) | pub const ITEM_MINECRAFT_TURTLE_SPAWN_EGG: &str = "item.minecraft.turtle... constant ITEM_MINECRAFT_VEX_ARMOR_TRIM_SMITHING_TEMPLATE (line 10868) | pub const ITEM_MINECRAFT_VEX_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_VEX_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10871) | pub const ITEM_MINECRAFT_VEX_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_VEX_SPAWN_EGG (line 10874) | pub const ITEM_MINECRAFT_VEX_SPAWN_EGG: &str = "item.minecraft.vex_spawn... constant ITEM_MINECRAFT_VILLAGER_SPAWN_EGG (line 10876) | pub const ITEM_MINECRAFT_VILLAGER_SPAWN_EGG: &str = "item.minecraft.vill... constant ITEM_MINECRAFT_VINDICATOR_SPAWN_EGG (line 10878) | pub const ITEM_MINECRAFT_VINDICATOR_SPAWN_EGG: &str = "item.minecraft.vi... constant ITEM_MINECRAFT_WANDERING_TRADER_SPAWN_EGG (line 10880) | pub const ITEM_MINECRAFT_WANDERING_TRADER_SPAWN_EGG: &str = constant ITEM_MINECRAFT_WARD_ARMOR_TRIM_SMITHING_TEMPLATE (line 10883) | pub const ITEM_MINECRAFT_WARD_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_WARD_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10886) | pub const ITEM_MINECRAFT_WARD_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_WARDEN_SPAWN_EGG (line 10889) | pub const ITEM_MINECRAFT_WARDEN_SPAWN_EGG: &str = "item.minecraft.warden... constant ITEM_MINECRAFT_WARPED_FUNGUS_ON_A_STICK (line 10891) | pub const ITEM_MINECRAFT_WARPED_FUNGUS_ON_A_STICK: &str = "item.minecraf... constant ITEM_MINECRAFT_WATER_BUCKET (line 10893) | pub const ITEM_MINECRAFT_WATER_BUCKET: &str = "item.minecraft.water_buck... constant ITEM_MINECRAFT_WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE (line 10895) | pub const ITEM_MINECRAFT_WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10898) | pub const ITEM_MINECRAFT_WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_WHEAT (line 10901) | pub const ITEM_MINECRAFT_WHEAT: &str = "item.minecraft.wheat"; constant ITEM_MINECRAFT_WHEAT_SEEDS (line 10903) | pub const ITEM_MINECRAFT_WHEAT_SEEDS: &str = "item.minecraft.wheat_seeds"; constant ITEM_MINECRAFT_WHITE_BUNDLE (line 10905) | pub const ITEM_MINECRAFT_WHITE_BUNDLE: &str = "item.minecraft.white_bund... constant ITEM_MINECRAFT_WHITE_DYE (line 10907) | pub const ITEM_MINECRAFT_WHITE_DYE: &str = "item.minecraft.white_dye"; constant ITEM_MINECRAFT_WHITE_HARNESS (line 10909) | pub const ITEM_MINECRAFT_WHITE_HARNESS: &str = "item.minecraft.white_har... constant ITEM_MINECRAFT_WILD_ARMOR_TRIM_SMITHING_TEMPLATE (line 10911) | pub const ITEM_MINECRAFT_WILD_ARMOR_TRIM_SMITHING_TEMPLATE: &str = constant ITEM_MINECRAFT_WILD_ARMOR_TRIM_SMITHING_TEMPLATE_NEW (line 10914) | pub const ITEM_MINECRAFT_WILD_ARMOR_TRIM_SMITHING_TEMPLATE_NEW: &str = constant ITEM_MINECRAFT_WIND_CHARGE (line 10917) | pub const ITEM_MINECRAFT_WIND_CHARGE: &str = "item.minecraft.wind_charge"; constant ITEM_MINECRAFT_WITCH_SPAWN_EGG (line 10919) | pub const ITEM_MINECRAFT_WITCH_SPAWN_EGG: &str = "item.minecraft.witch_s... constant ITEM_MINECRAFT_WITHER_SKELETON_SPAWN_EGG (line 10921) | pub const ITEM_MINECRAFT_WITHER_SKELETON_SPAWN_EGG: &str = constant ITEM_MINECRAFT_WITHER_SPAWN_EGG (line 10924) | pub const ITEM_MINECRAFT_WITHER_SPAWN_EGG: &str = "item.minecraft.wither... constant ITEM_MINECRAFT_WOLF_ARMOR (line 10926) | pub const ITEM_MINECRAFT_WOLF_ARMOR: &str = "item.minecraft.wolf_armor"; constant ITEM_MINECRAFT_WOLF_SPAWN_EGG (line 10928) | pub const ITEM_MINECRAFT_WOLF_SPAWN_EGG: &str = "item.minecraft.wolf_spa... constant ITEM_MINECRAFT_WOODEN_AXE (line 10930) | pub const ITEM_MINECRAFT_WOODEN_AXE: &str = "item.minecraft.wooden_axe"; constant ITEM_MINECRAFT_WOODEN_HOE (line 10932) | pub const ITEM_MINECRAFT_WOODEN_HOE: &str = "item.minecraft.wooden_hoe"; constant ITEM_MINECRAFT_WOODEN_PICKAXE (line 10934) | pub const ITEM_MINECRAFT_WOODEN_PICKAXE: &str = "item.minecraft.wooden_p... constant ITEM_MINECRAFT_WOODEN_SHOVEL (line 10936) | pub const ITEM_MINECRAFT_WOODEN_SHOVEL: &str = "item.minecraft.wooden_sh... constant ITEM_MINECRAFT_WOODEN_SPEAR (line 10938) | pub const ITEM_MINECRAFT_WOODEN_SPEAR: &str = "item.minecraft.wooden_spe... constant ITEM_MINECRAFT_WOODEN_SWORD (line 10940) | pub const ITEM_MINECRAFT_WOODEN_SWORD: &str = "item.minecraft.wooden_swo... constant ITEM_MINECRAFT_WRITABLE_BOOK (line 10942) | pub const ITEM_MINECRAFT_WRITABLE_BOOK: &str = "item.minecraft.writable_... constant ITEM_MINECRAFT_WRITTEN_BOOK (line 10944) | pub const ITEM_MINECRAFT_WRITTEN_BOOK: &str = "item.minecraft.written_bo... constant ITEM_MINECRAFT_YELLOW_BUNDLE (line 10946) | pub const ITEM_MINECRAFT_YELLOW_BUNDLE: &str = "item.minecraft.yellow_bu... constant ITEM_MINECRAFT_YELLOW_DYE (line 10948) | pub const ITEM_MINECRAFT_YELLOW_DYE: &str = "item.minecraft.yellow_dye"; constant ITEM_MINECRAFT_YELLOW_HARNESS (line 10950) | pub const ITEM_MINECRAFT_YELLOW_HARNESS: &str = "item.minecraft.yellow_h... constant ITEM_MINECRAFT_ZOGLIN_SPAWN_EGG (line 10952) | pub const ITEM_MINECRAFT_ZOGLIN_SPAWN_EGG: &str = "item.minecraft.zoglin... constant ITEM_MINECRAFT_ZOMBIE_HORSE_SPAWN_EGG (line 10954) | pub const ITEM_MINECRAFT_ZOMBIE_HORSE_SPAWN_EGG: &str = "item.minecraft.... constant ITEM_MINECRAFT_ZOMBIE_NAUTILUS_SPAWN_EGG (line 10956) | pub const ITEM_MINECRAFT_ZOMBIE_NAUTILUS_SPAWN_EGG: &str = constant ITEM_MINECRAFT_ZOMBIE_SPAWN_EGG (line 10959) | pub const ITEM_MINECRAFT_ZOMBIE_SPAWN_EGG: &str = "item.minecraft.zombie... constant ITEM_MINECRAFT_ZOMBIE_VILLAGER_SPAWN_EGG (line 10961) | pub const ITEM_MINECRAFT_ZOMBIE_VILLAGER_SPAWN_EGG: &str = constant ITEM_MINECRAFT_ZOMBIFIED_PIGLIN_SPAWN_EGG (line 10964) | pub const ITEM_MINECRAFT_ZOMBIFIED_PIGLIN_SPAWN_EGG: &str = constant ITEM_MODIFIERS_ANY (line 10967) | pub const ITEM_MODIFIERS_ANY: &str = "item.modifiers.any"; constant ITEM_MODIFIERS_ARMOR (line 10969) | pub const ITEM_MODIFIERS_ARMOR: &str = "item.modifiers.armor"; constant ITEM_MODIFIERS_BODY (line 10971) | pub const ITEM_MODIFIERS_BODY: &str = "item.modifiers.body"; constant ITEM_MODIFIERS_CHEST (line 10973) | pub const ITEM_MODIFIERS_CHEST: &str = "item.modifiers.chest"; constant ITEM_MODIFIERS_FEET (line 10975) | pub const ITEM_MODIFIERS_FEET: &str = "item.modifiers.feet"; constant ITEM_MODIFIERS_HAND (line 10977) | pub const ITEM_MODIFIERS_HAND: &str = "item.modifiers.hand"; constant ITEM_MODIFIERS_HEAD (line 10979) | pub const ITEM_MODIFIERS_HEAD: &str = "item.modifiers.head"; constant ITEM_MODIFIERS_LEGS (line 10981) | pub const ITEM_MODIFIERS_LEGS: &str = "item.modifiers.legs"; constant ITEM_MODIFIERS_MAINHAND (line 10983) | pub const ITEM_MODIFIERS_MAINHAND: &str = "item.modifiers.mainhand"; constant ITEM_MODIFIERS_OFFHAND (line 10985) | pub const ITEM_MODIFIERS_OFFHAND: &str = "item.modifiers.offhand"; constant ITEM_MODIFIERS_SADDLE (line 10987) | pub const ITEM_MODIFIERS_SADDLE: &str = "item.modifiers.saddle"; constant ITEM_NBT_TAGS (line 10989) | pub const ITEM_NBT_TAGS: &str = "item.nbt_tags"; constant ITEM_OP_BLOCK_WARNING_LINE1 (line 10991) | pub const ITEM_OP_BLOCK_WARNING_LINE1: &str = "item.op_block_warning.lin... constant ITEM_OP_BLOCK_WARNING_LINE2 (line 10993) | pub const ITEM_OP_BLOCK_WARNING_LINE2: &str = "item.op_block_warning.lin... constant ITEM_OP_BLOCK_WARNING_LINE3 (line 10995) | pub const ITEM_OP_BLOCK_WARNING_LINE3: &str = "item.op_block_warning.lin... constant ITEM_SPAWN_EGG_PEACEFUL (line 10997) | pub const ITEM_SPAWN_EGG_PEACEFUL: &str = "item.spawn_egg.peaceful"; constant ITEM_UNBREAKABLE (line 10999) | pub const ITEM_UNBREAKABLE: &str = "item.unbreakable"; constant ITEMGROUP_BUILDINGBLOCKS (line 11001) | pub const ITEMGROUP_BUILDINGBLOCKS: &str = "itemGroup.buildingBlocks"; constant ITEMGROUP_COLOREDBLOCKS (line 11003) | pub const ITEMGROUP_COLOREDBLOCKS: &str = "itemGroup.coloredBlocks"; constant ITEMGROUP_COMBAT (line 11005) | pub const ITEMGROUP_COMBAT: &str = "itemGroup.combat"; constant ITEMGROUP_CONSUMABLES (line 11007) | pub const ITEMGROUP_CONSUMABLES: &str = "itemGroup.consumables"; constant ITEMGROUP_CRAFTING (line 11009) | pub const ITEMGROUP_CRAFTING: &str = "itemGroup.crafting"; constant ITEMGROUP_FOODANDDRINK (line 11011) | pub const ITEMGROUP_FOODANDDRINK: &str = "itemGroup.foodAndDrink"; constant ITEMGROUP_FUNCTIONAL (line 11013) | pub const ITEMGROUP_FUNCTIONAL: &str = "itemGroup.functional"; constant ITEMGROUP_HOTBAR (line 11015) | pub const ITEMGROUP_HOTBAR: &str = "itemGroup.hotbar"; constant ITEMGROUP_INGREDIENTS (line 11017) | pub const ITEMGROUP_INGREDIENTS: &str = "itemGroup.ingredients"; constant ITEMGROUP_INVENTORY (line 11019) | pub const ITEMGROUP_INVENTORY: &str = "itemGroup.inventory"; constant ITEMGROUP_NATURAL (line 11021) | pub const ITEMGROUP_NATURAL: &str = "itemGroup.natural"; constant ITEMGROUP_OP (line 11023) | pub const ITEMGROUP_OP: &str = "itemGroup.op"; constant ITEMGROUP_REDSTONE (line 11025) | pub const ITEMGROUP_REDSTONE: &str = "itemGroup.redstone"; constant ITEMGROUP_SEARCH (line 11027) | pub const ITEMGROUP_SEARCH: &str = "itemGroup.search"; constant ITEMGROUP_SPAWNEGGS (line 11029) | pub const ITEMGROUP_SPAWNEGGS: &str = "itemGroup.spawnEggs"; constant ITEMGROUP_TOOLS (line 11031) | pub const ITEMGROUP_TOOLS: &str = "itemGroup.tools"; constant ITEM_MODIFIER_UNKNOWN (line 11033) | pub const ITEM_MODIFIER_UNKNOWN: &str = "item_modifier.unknown"; constant JIGSAW_BLOCK_FINAL_STATE (line 11035) | pub const JIGSAW_BLOCK_FINAL_STATE: &str = "jigsaw_block.final_state"; constant JIGSAW_BLOCK_GENERATE (line 11037) | pub const JIGSAW_BLOCK_GENERATE: &str = "jigsaw_block.generate"; constant JIGSAW_BLOCK_JOINT_ALIGNED (line 11039) | pub const JIGSAW_BLOCK_JOINT_ALIGNED: &str = "jigsaw_block.joint.aligned"; constant JIGSAW_BLOCK_JOINT_ROLLABLE (line 11041) | pub const JIGSAW_BLOCK_JOINT_ROLLABLE: &str = "jigsaw_block.joint.rollab... constant JIGSAW_BLOCK_JOINT_LABEL (line 11043) | pub const JIGSAW_BLOCK_JOINT_LABEL: &str = "jigsaw_block.joint_label"; constant JIGSAW_BLOCK_KEEP_JIGSAWS (line 11045) | pub const JIGSAW_BLOCK_KEEP_JIGSAWS: &str = "jigsaw_block.keep_jigsaws"; constant JIGSAW_BLOCK_LEVELS (line 11047) | pub const JIGSAW_BLOCK_LEVELS: &str = "jigsaw_block.levels"; constant JIGSAW_BLOCK_NAME (line 11049) | pub const JIGSAW_BLOCK_NAME: &str = "jigsaw_block.name"; constant JIGSAW_BLOCK_PLACEMENT_PRIORITY (line 11051) | pub const JIGSAW_BLOCK_PLACEMENT_PRIORITY: &str = "jigsaw_block.placemen... constant JIGSAW_BLOCK_PLACEMENT_PRIORITY_TOOLTIP (line 11053) | pub const JIGSAW_BLOCK_PLACEMENT_PRIORITY_TOOLTIP: &str = "jigsaw_block.... constant JIGSAW_BLOCK_POOL (line 11055) | pub const JIGSAW_BLOCK_POOL: &str = "jigsaw_block.pool"; constant JIGSAW_BLOCK_SELECTION_PRIORITY (line 11057) | pub const JIGSAW_BLOCK_SELECTION_PRIORITY: &str = "jigsaw_block.selectio... constant JIGSAW_BLOCK_SELECTION_PRIORITY_TOOLTIP (line 11059) | pub const JIGSAW_BLOCK_SELECTION_PRIORITY_TOOLTIP: &str = "jigsaw_block.... constant JIGSAW_BLOCK_TARGET (line 11061) | pub const JIGSAW_BLOCK_TARGET: &str = "jigsaw_block.target"; constant JUKEBOX_SONG_MINECRAFT_11 (line 11063) | pub const JUKEBOX_SONG_MINECRAFT_11: &str = "jukebox_song.minecraft.11"; constant JUKEBOX_SONG_MINECRAFT_13 (line 11065) | pub const JUKEBOX_SONG_MINECRAFT_13: &str = "jukebox_song.minecraft.13"; constant JUKEBOX_SONG_MINECRAFT_5 (line 11067) | pub const JUKEBOX_SONG_MINECRAFT_5: &str = "jukebox_song.minecraft.5"; constant JUKEBOX_SONG_MINECRAFT_BLOCKS (line 11069) | pub const JUKEBOX_SONG_MINECRAFT_BLOCKS: &str = "jukebox_song.minecraft.... constant JUKEBOX_SONG_MINECRAFT_CAT (line 11071) | pub const JUKEBOX_SONG_MINECRAFT_CAT: &str = "jukebox_song.minecraft.cat"; constant JUKEBOX_SONG_MINECRAFT_CHIRP (line 11073) | pub const JUKEBOX_SONG_MINECRAFT_CHIRP: &str = "jukebox_song.minecraft.c... constant JUKEBOX_SONG_MINECRAFT_CREATOR (line 11075) | pub const JUKEBOX_SONG_MINECRAFT_CREATOR: &str = "jukebox_song.minecraft... constant JUKEBOX_SONG_MINECRAFT_CREATOR_MUSIC_BOX (line 11077) | pub const JUKEBOX_SONG_MINECRAFT_CREATOR_MUSIC_BOX: &str = constant JUKEBOX_SONG_MINECRAFT_FAR (line 11080) | pub const JUKEBOX_SONG_MINECRAFT_FAR: &str = "jukebox_song.minecraft.far"; constant JUKEBOX_SONG_MINECRAFT_LAVA_CHICKEN (line 11082) | pub const JUKEBOX_SONG_MINECRAFT_LAVA_CHICKEN: &str = "jukebox_song.mine... constant JUKEBOX_SONG_MINECRAFT_MALL (line 11084) | pub const JUKEBOX_SONG_MINECRAFT_MALL: &str = "jukebox_song.minecraft.ma... constant JUKEBOX_SONG_MINECRAFT_MELLOHI (line 11086) | pub const JUKEBOX_SONG_MINECRAFT_MELLOHI: &str = "jukebox_song.minecraft... constant JUKEBOX_SONG_MINECRAFT_OTHERSIDE (line 11088) | pub const JUKEBOX_SONG_MINECRAFT_OTHERSIDE: &str = "jukebox_song.minecra... constant JUKEBOX_SONG_MINECRAFT_PIGSTEP (line 11090) | pub const JUKEBOX_SONG_MINECRAFT_PIGSTEP: &str = "jukebox_song.minecraft... constant JUKEBOX_SONG_MINECRAFT_PRECIPICE (line 11092) | pub const JUKEBOX_SONG_MINECRAFT_PRECIPICE: &str = "jukebox_song.minecra... constant JUKEBOX_SONG_MINECRAFT_RELIC (line 11094) | pub const JUKEBOX_SONG_MINECRAFT_RELIC: &str = "jukebox_song.minecraft.r... constant JUKEBOX_SONG_MINECRAFT_STAL (line 11096) | pub const JUKEBOX_SONG_MINECRAFT_STAL: &str = "jukebox_song.minecraft.st... constant JUKEBOX_SONG_MINECRAFT_STRAD (line 11098) | pub const JUKEBOX_SONG_MINECRAFT_STRAD: &str = "jukebox_song.minecraft.s... constant JUKEBOX_SONG_MINECRAFT_TEARS (line 11100) | pub const JUKEBOX_SONG_MINECRAFT_TEARS: &str = "jukebox_song.minecraft.t... constant JUKEBOX_SONG_MINECRAFT_WAIT (line 11102) | pub const JUKEBOX_SONG_MINECRAFT_WAIT: &str = "jukebox_song.minecraft.wa... constant JUKEBOX_SONG_MINECRAFT_WARD (line 11104) | pub const JUKEBOX_SONG_MINECRAFT_WARD: &str = "jukebox_song.minecraft.wa... constant KEY_ADVANCEMENTS (line 11106) | pub const KEY_ADVANCEMENTS: &str = "key.advancements"; constant KEY_ATTACK (line 11108) | pub const KEY_ATTACK: &str = "key.attack"; constant KEY_BACK (line 11110) | pub const KEY_BACK: &str = "key.back"; constant KEY_CATEGORIES_CREATIVE (line 11112) | pub const KEY_CATEGORIES_CREATIVE: &str = "key.categories.creative"; constant KEY_CATEGORIES_GAMEPLAY (line 11114) | pub const KEY_CATEGORIES_GAMEPLAY: &str = "key.categories.gameplay"; constant KEY_CATEGORIES_INVENTORY (line 11116) | pub const KEY_CATEGORIES_INVENTORY: &str = "key.categories.inventory"; constant KEY_CATEGORIES_MISC (line 11118) | pub const KEY_CATEGORIES_MISC: &str = "key.categories.misc"; constant KEY_CATEGORIES_MOVEMENT (line 11120) | pub const KEY_CATEGORIES_MOVEMENT: &str = "key.categories.movement"; constant KEY_CATEGORIES_MULTIPLAYER (line 11122) | pub const KEY_CATEGORIES_MULTIPLAYER: &str = "key.categories.multiplayer"; constant KEY_CATEGORIES_SPECTATOR (line 11124) | pub const KEY_CATEGORIES_SPECTATOR: &str = "key.categories.spectator"; constant KEY_CATEGORIES_UI (line 11126) | pub const KEY_CATEGORIES_UI: &str = "key.categories.ui"; constant KEY_CATEGORY_MINECRAFT_CREATIVE (line 11128) | pub const KEY_CATEGORY_MINECRAFT_CREATIVE: &str = "key.category.minecraf... constant KEY_CATEGORY_MINECRAFT_DEBUG (line 11130) | pub const KEY_CATEGORY_MINECRAFT_DEBUG: &str = "key.category.minecraft.d... constant KEY_CATEGORY_MINECRAFT_GAMEPLAY (line 11132) | pub const KEY_CATEGORY_MINECRAFT_GAMEPLAY: &str = "key.category.minecraf... constant KEY_CATEGORY_MINECRAFT_INVENTORY (line 11134) | pub const KEY_CATEGORY_MINECRAFT_INVENTORY: &str = "key.category.minecra... constant KEY_CATEGORY_MINECRAFT_MISC (line 11136) | pub const KEY_CATEGORY_MINECRAFT_MISC: &str = "key.category.minecraft.mi... constant KEY_CATEGORY_MINECRAFT_MOVEMENT (line 11138) | pub const KEY_CATEGORY_MINECRAFT_MOVEMENT: &str = "key.category.minecraf... constant KEY_CATEGORY_MINECRAFT_MULTIPLAYER (line 11140) | pub const KEY_CATEGORY_MINECRAFT_MULTIPLAYER: &str = "key.category.minec... constant KEY_CATEGORY_MINECRAFT_SPECTATOR (line 11142) | pub const KEY_CATEGORY_MINECRAFT_SPECTATOR: &str = "key.category.minecra... constant KEY_CHAT (line 11144) | pub const KEY_CHAT: &str = "key.chat"; constant KEY_COMMAND (line 11146) | pub const KEY_COMMAND: &str = "key.command"; constant KEY_DEBUG_CLEARCHAT (line 11148) | pub const KEY_DEBUG_CLEARCHAT: &str = "key.debug.clearChat"; constant KEY_DEBUG_COPYLOCATION (line 11150) | pub const KEY_DEBUG_COPYLOCATION: &str = "key.debug.copyLocation"; constant KEY_DEBUG_COPYRECREATECOMMAND (line 11152) | pub const KEY_DEBUG_COPYRECREATECOMMAND: &str = "key.debug.copyRecreateC... constant KEY_DEBUG_CRASH (line 11154) | pub const KEY_DEBUG_CRASH: &str = "key.debug.crash"; constant KEY_DEBUG_DEBUGOPTIONS (line 11156) | pub const KEY_DEBUG_DEBUGOPTIONS: &str = "key.debug.debugOptions"; constant KEY_DEBUG_DUMPDYNAMICTEXTURES (line 11158) | pub const KEY_DEBUG_DUMPDYNAMICTEXTURES: &str = "key.debug.dumpDynamicTe... constant KEY_DEBUG_DUMPVERSION (line 11160) | pub const KEY_DEBUG_DUMPVERSION: &str = "key.debug.dumpVersion"; constant KEY_DEBUG_FOCUSPAUSE (line 11162) | pub const KEY_DEBUG_FOCUSPAUSE: &str = "key.debug.focusPause"; constant KEY_DEBUG_FPSCHARTS (line 11164) | pub const KEY_DEBUG_FPSCHARTS: &str = "key.debug.fpsCharts"; constant KEY_DEBUG_MODIFIER (line 11166) | pub const KEY_DEBUG_MODIFIER: &str = "key.debug.modifier"; constant KEY_DEBUG_NETWORKCHARTS (line 11168) | pub const KEY_DEBUG_NETWORKCHARTS: &str = "key.debug.networkCharts"; constant KEY_DEBUG_OVERLAY (line 11170) | pub const KEY_DEBUG_OVERLAY: &str = "key.debug.overlay"; constant KEY_DEBUG_PROFILING (line 11172) | pub const KEY_DEBUG_PROFILING: &str = "key.debug.profiling"; constant KEY_DEBUG_PROFILINGCHART (line 11174) | pub const KEY_DEBUG_PROFILINGCHART: &str = "key.debug.profilingChart"; constant KEY_DEBUG_RELOADCHUNK (line 11176) | pub const KEY_DEBUG_RELOADCHUNK: &str = "key.debug.reloadChunk"; constant KEY_DEBUG_RELOADRESOURCEPACKS (line 11178) | pub const KEY_DEBUG_RELOADRESOURCEPACKS: &str = "key.debug.reloadResourc... constant KEY_DEBUG_SHOWADVANCEDTOOLTIPS (line 11180) | pub const KEY_DEBUG_SHOWADVANCEDTOOLTIPS: &str = "key.debug.showAdvanced... constant KEY_DEBUG_SHOWCHUNKBORDERS (line 11182) | pub const KEY_DEBUG_SHOWCHUNKBORDERS: &str = "key.debug.showChunkBorders"; constant KEY_DEBUG_SHOWHITBOXES (line 11184) | pub const KEY_DEBUG_SHOWHITBOXES: &str = "key.debug.showHitboxes"; constant KEY_DEBUG_SPECTATE (line 11186) | pub const KEY_DEBUG_SPECTATE: &str = "key.debug.spectate"; constant KEY_DEBUG_SWITCHGAMEMODE (line 11188) | pub const KEY_DEBUG_SWITCHGAMEMODE: &str = "key.debug.switchGameMode"; constant KEY_DROP (line 11190) | pub const KEY_DROP: &str = "key.drop"; constant KEY_FORWARD (line 11192) | pub const KEY_FORWARD: &str = "key.forward"; constant KEY_FULLSCREEN (line 11194) | pub const KEY_FULLSCREEN: &str = "key.fullscreen"; constant KEY_HOTBAR_1 (line 11196) | pub const KEY_HOTBAR_1: &str = "key.hotbar.1"; constant KEY_HOTBAR_2 (line 11198) | pub const KEY_HOTBAR_2: &str = "key.hotbar.2"; constant KEY_HOTBAR_3 (line 11200) | pub const KEY_HOTBAR_3: &str = "key.hotbar.3"; constant KEY_HOTBAR_4 (line 11202) | pub const KEY_HOTBAR_4: &str = "key.hotbar.4"; constant KEY_HOTBAR_5 (line 11204) | pub const KEY_HOTBAR_5: &str = "key.hotbar.5"; constant KEY_HOTBAR_6 (line 11206) | pub const KEY_HOTBAR_6: &str = "key.hotbar.6"; constant KEY_HOTBAR_7 (line 11208) | pub const KEY_HOTBAR_7: &str = "key.hotbar.7"; constant KEY_HOTBAR_8 (line 11210) | pub const KEY_HOTBAR_8: &str = "key.hotbar.8"; constant KEY_HOTBAR_9 (line 11212) | pub const KEY_HOTBAR_9: &str = "key.hotbar.9"; constant KEY_INVENTORY (line 11214) | pub const KEY_INVENTORY: &str = "key.inventory"; constant KEY_JUMP (line 11216) | pub const KEY_JUMP: &str = "key.jump"; constant KEY_KEYBOARD_APOSTROPHE (line 11218) | pub const KEY_KEYBOARD_APOSTROPHE: &str = "key.keyboard.apostrophe"; constant KEY_KEYBOARD_BACKSLASH (line 11220) | pub const KEY_KEYBOARD_BACKSLASH: &str = "key.keyboard.backslash"; constant KEY_KEYBOARD_BACKSPACE (line 11222) | pub const KEY_KEYBOARD_BACKSPACE: &str = "key.keyboard.backspace"; constant KEY_KEYBOARD_CAPS_LOCK (line 11224) | pub const KEY_KEYBOARD_CAPS_LOCK: &str = "key.keyboard.caps.lock"; constant KEY_KEYBOARD_COMMA (line 11226) | pub const KEY_KEYBOARD_COMMA: &str = "key.keyboard.comma"; constant KEY_KEYBOARD_DELETE (line 11228) | pub const KEY_KEYBOARD_DELETE: &str = "key.keyboard.delete"; constant KEY_KEYBOARD_DOWN (line 11230) | pub const KEY_KEYBOARD_DOWN: &str = "key.keyboard.down"; constant KEY_KEYBOARD_END (line 11232) | pub const KEY_KEYBOARD_END: &str = "key.keyboard.end"; constant KEY_KEYBOARD_ENTER (line 11234) | pub const KEY_KEYBOARD_ENTER: &str = "key.keyboard.enter"; constant KEY_KEYBOARD_EQUAL (line 11236) | pub const KEY_KEYBOARD_EQUAL: &str = "key.keyboard.equal"; constant KEY_KEYBOARD_ESCAPE (line 11238) | pub const KEY_KEYBOARD_ESCAPE: &str = "key.keyboard.escape"; constant KEY_KEYBOARD_F1 (line 11240) | pub const KEY_KEYBOARD_F1: &str = "key.keyboard.f1"; constant KEY_KEYBOARD_F10 (line 11242) | pub const KEY_KEYBOARD_F10: &str = "key.keyboard.f10"; constant KEY_KEYBOARD_F11 (line 11244) | pub const KEY_KEYBOARD_F11: &str = "key.keyboard.f11"; constant KEY_KEYBOARD_F12 (line 11246) | pub const KEY_KEYBOARD_F12: &str = "key.keyboard.f12"; constant KEY_KEYBOARD_F13 (line 11248) | pub const KEY_KEYBOARD_F13: &str = "key.keyboard.f13"; constant KEY_KEYBOARD_F14 (line 11250) | pub const KEY_KEYBOARD_F14: &str = "key.keyboard.f14"; constant KEY_KEYBOARD_F15 (line 11252) | pub const KEY_KEYBOARD_F15: &str = "key.keyboard.f15"; constant KEY_KEYBOARD_F16 (line 11254) | pub const KEY_KEYBOARD_F16: &str = "key.keyboard.f16"; constant KEY_KEYBOARD_F17 (line 11256) | pub const KEY_KEYBOARD_F17: &str = "key.keyboard.f17"; constant KEY_KEYBOARD_F18 (line 11258) | pub const KEY_KEYBOARD_F18: &str = "key.keyboard.f18"; constant KEY_KEYBOARD_F19 (line 11260) | pub const KEY_KEYBOARD_F19: &str = "key.keyboard.f19"; constant KEY_KEYBOARD_F2 (line 11262) | pub const KEY_KEYBOARD_F2: &str = "key.keyboard.f2"; constant KEY_KEYBOARD_F20 (line 11264) | pub const KEY_KEYBOARD_F20: &str = "key.keyboard.f20"; constant KEY_KEYBOARD_F21 (line 11266) | pub const KEY_KEYBOARD_F21: &str = "key.keyboard.f21"; constant KEY_KEYBOARD_F22 (line 11268) | pub const KEY_KEYBOARD_F22: &str = "key.keyboard.f22"; constant KEY_KEYBOARD_F23 (line 11270) | pub const KEY_KEYBOARD_F23: &str = "key.keyboard.f23"; constant KEY_KEYBOARD_F24 (line 11272) | pub const KEY_KEYBOARD_F24: &str = "key.keyboard.f24"; constant KEY_KEYBOARD_F25 (line 11274) | pub const KEY_KEYBOARD_F25: &str = "key.keyboard.f25"; constant KEY_KEYBOARD_F3 (line 11276) | pub const KEY_KEYBOARD_F3: &str = "key.keyboard.f3"; constant KEY_KEYBOARD_F4 (line 11278) | pub const KEY_KEYBOARD_F4: &str = "key.keyboard.f4"; constant KEY_KEYBOARD_F5 (line 11280) | pub const KEY_KEYBOARD_F5: &str = "key.keyboard.f5"; constant KEY_KEYBOARD_F6 (line 11282) | pub const KEY_KEYBOARD_F6: &str = "key.keyboard.f6"; constant KEY_KEYBOARD_F7 (line 11284) | pub const KEY_KEYBOARD_F7: &str = "key.keyboard.f7"; constant KEY_KEYBOARD_F8 (line 11286) | pub const KEY_KEYBOARD_F8: &str = "key.keyboard.f8"; constant KEY_KEYBOARD_F9 (line 11288) | pub const KEY_KEYBOARD_F9: &str = "key.keyboard.f9"; constant KEY_KEYBOARD_GRAVE_ACCENT (line 11290) | pub const KEY_KEYBOARD_GRAVE_ACCENT: &str = "key.keyboard.grave.accent"; constant KEY_KEYBOARD_HOME (line 11292) | pub const KEY_KEYBOARD_HOME: &str = "key.keyboard.home"; constant KEY_KEYBOARD_INSERT (line 11294) | pub const KEY_KEYBOARD_INSERT: &str = "key.keyboard.insert"; constant KEY_KEYBOARD_KEYPAD_0 (line 11296) | pub const KEY_KEYBOARD_KEYPAD_0: &str = "key.keyboard.keypad.0"; constant KEY_KEYBOARD_KEYPAD_1 (line 11298) | pub const KEY_KEYBOARD_KEYPAD_1: &str = "key.keyboard.keypad.1"; constant KEY_KEYBOARD_KEYPAD_2 (line 11300) | pub const KEY_KEYBOARD_KEYPAD_2: &str = "key.keyboard.keypad.2"; constant KEY_KEYBOARD_KEYPAD_3 (line 11302) | pub const KEY_KEYBOARD_KEYPAD_3: &str = "key.keyboard.keypad.3"; constant KEY_KEYBOARD_KEYPAD_4 (line 11304) | pub const KEY_KEYBOARD_KEYPAD_4: &str = "key.keyboard.keypad.4"; constant KEY_KEYBOARD_KEYPAD_5 (line 11306) | pub const KEY_KEYBOARD_KEYPAD_5: &str = "key.keyboard.keypad.5"; constant KEY_KEYBOARD_KEYPAD_6 (line 11308) | pub const KEY_KEYBOARD_KEYPAD_6: &str = "key.keyboard.keypad.6"; constant KEY_KEYBOARD_KEYPAD_7 (line 11310) | pub const KEY_KEYBOARD_KEYPAD_7: &str = "key.keyboard.keypad.7"; constant KEY_KEYBOARD_KEYPAD_8 (line 11312) | pub const KEY_KEYBOARD_KEYPAD_8: &str = "key.keyboard.keypad.8"; constant KEY_KEYBOARD_KEYPAD_9 (line 11314) | pub const KEY_KEYBOARD_KEYPAD_9: &str = "key.keyboard.keypad.9"; constant KEY_KEYBOARD_KEYPAD_ADD (line 11316) | pub const KEY_KEYBOARD_KEYPAD_ADD: &str = "key.keyboard.keypad.add"; constant KEY_KEYBOARD_KEYPAD_DECIMAL (line 11318) | pub const KEY_KEYBOARD_KEYPAD_DECIMAL: &str = "key.keyboard.keypad.decim... constant KEY_KEYBOARD_KEYPAD_DIVIDE (line 11320) | pub const KEY_KEYBOARD_KEYPAD_DIVIDE: &str = "key.keyboard.keypad.divide"; constant KEY_KEYBOARD_KEYPAD_ENTER (line 11322) | pub const KEY_KEYBOARD_KEYPAD_ENTER: &str = "key.keyboard.keypad.enter"; constant KEY_KEYBOARD_KEYPAD_EQUAL (line 11324) | pub const KEY_KEYBOARD_KEYPAD_EQUAL: &str = "key.keyboard.keypad.equal"; constant KEY_KEYBOARD_KEYPAD_MULTIPLY (line 11326) | pub const KEY_KEYBOARD_KEYPAD_MULTIPLY: &str = "key.keyboard.keypad.mult... constant KEY_KEYBOARD_KEYPAD_SUBTRACT (line 11328) | pub const KEY_KEYBOARD_KEYPAD_SUBTRACT: &str = "key.keyboard.keypad.subt... constant KEY_KEYBOARD_LEFT (line 11330) | pub const KEY_KEYBOARD_LEFT: &str = "key.keyboard.left"; constant KEY_KEYBOARD_LEFT_ALT (line 11332) | pub const KEY_KEYBOARD_LEFT_ALT: &str = "key.keyboard.left.alt"; constant KEY_KEYBOARD_LEFT_BRACKET (line 11334) | pub const KEY_KEYBOARD_LEFT_BRACKET: &str = "key.keyboard.left.bracket"; constant KEY_KEYBOARD_LEFT_CONTROL (line 11336) | pub const KEY_KEYBOARD_LEFT_CONTROL: &str = "key.keyboard.left.control"; constant KEY_KEYBOARD_LEFT_SHIFT (line 11338) | pub const KEY_KEYBOARD_LEFT_SHIFT: &str = "key.keyboard.left.shift"; constant KEY_KEYBOARD_LEFT_WIN (line 11340) | pub const KEY_KEYBOARD_LEFT_WIN: &str = "key.keyboard.left.win"; constant KEY_KEYBOARD_MENU (line 11342) | pub const KEY_KEYBOARD_MENU: &str = "key.keyboard.menu"; constant KEY_KEYBOARD_MINUS (line 11344) | pub const KEY_KEYBOARD_MINUS: &str = "key.keyboard.minus"; constant KEY_KEYBOARD_NUM_LOCK (line 11346) | pub const KEY_KEYBOARD_NUM_LOCK: &str = "key.keyboard.num.lock"; constant KEY_KEYBOARD_PAGE_DOWN (line 11348) | pub const KEY_KEYBOARD_PAGE_DOWN: &str = "key.keyboard.page.down"; constant KEY_KEYBOARD_PAGE_UP (line 11350) | pub const KEY_KEYBOARD_PAGE_UP: &str = "key.keyboard.page.up"; constant KEY_KEYBOARD_PAUSE (line 11352) | pub const KEY_KEYBOARD_PAUSE: &str = "key.keyboard.pause"; constant KEY_KEYBOARD_PERIOD (line 11354) | pub const KEY_KEYBOARD_PERIOD: &str = "key.keyboard.period"; constant KEY_KEYBOARD_PRINT_SCREEN (line 11356) | pub const KEY_KEYBOARD_PRINT_SCREEN: &str = "key.keyboard.print.screen"; constant KEY_KEYBOARD_RIGHT (line 11358) | pub const KEY_KEYBOARD_RIGHT: &str = "key.keyboard.right"; constant KEY_KEYBOARD_RIGHT_ALT (line 11360) | pub const KEY_KEYBOARD_RIGHT_ALT: &str = "key.keyboard.right.alt"; constant KEY_KEYBOARD_RIGHT_BRACKET (line 11362) | pub const KEY_KEYBOARD_RIGHT_BRACKET: &str = "key.keyboard.right.bracket"; constant KEY_KEYBOARD_RIGHT_CONTROL (line 11364) | pub const KEY_KEYBOARD_RIGHT_CONTROL: &str = "key.keyboard.right.control"; constant KEY_KEYBOARD_RIGHT_SHIFT (line 11366) | pub const KEY_KEYBOARD_RIGHT_SHIFT: &str = "key.keyboard.right.shift"; constant KEY_KEYBOARD_RIGHT_WIN (line 11368) | pub const KEY_KEYBOARD_RIGHT_WIN: &str = "key.keyboard.right.win"; constant KEY_KEYBOARD_SCROLL_LOCK (line 11370) | pub const KEY_KEYBOARD_SCROLL_LOCK: &str = "key.keyboard.scroll.lock"; constant KEY_KEYBOARD_SEMICOLON (line 11372) | pub const KEY_KEYBOARD_SEMICOLON: &str = "key.keyboard.semicolon"; constant KEY_KEYBOARD_SLASH (line 11374) | pub const KEY_KEYBOARD_SLASH: &str = "key.keyboard.slash"; constant KEY_KEYBOARD_SPACE (line 11376) | pub const KEY_KEYBOARD_SPACE: &str = "key.keyboard.space"; constant KEY_KEYBOARD_TAB (line 11378) | pub const KEY_KEYBOARD_TAB: &str = "key.keyboard.tab"; constant KEY_KEYBOARD_UNKNOWN (line 11380) | pub const KEY_KEYBOARD_UNKNOWN: &str = "key.keyboard.unknown"; constant KEY_KEYBOARD_UP (line 11382) | pub const KEY_KEYBOARD_UP: &str = "key.keyboard.up"; constant KEY_KEYBOARD_WORLD_1 (line 11384) | pub const KEY_KEYBOARD_WORLD_1: &str = "key.keyboard.world.1"; constant KEY_KEYBOARD_WORLD_2 (line 11386) | pub const KEY_KEYBOARD_WORLD_2: &str = "key.keyboard.world.2"; constant KEY_LEFT (line 11388) | pub const KEY_LEFT: &str = "key.left"; constant KEY_LOADTOOLBARACTIVATOR (line 11390) | pub const KEY_LOADTOOLBARACTIVATOR: &str = "key.loadToolbarActivator"; constant KEY_MOUSE (line 11392) | pub const KEY_MOUSE: &str = "key.mouse"; constant KEY_MOUSE_LEFT (line 11394) | pub const KEY_MOUSE_LEFT: &str = "key.mouse.left"; constant KEY_MOUSE_MIDDLE (line 11396) | pub const KEY_MOUSE_MIDDLE: &str = "key.mouse.middle"; constant KEY_MOUSE_RIGHT (line 11398) | pub const KEY_MOUSE_RIGHT: &str = "key.mouse.right"; constant KEY_PICKITEM (line 11400) | pub const KEY_PICKITEM: &str = "key.pickItem"; constant KEY_PLAYERLIST (line 11402) | pub const KEY_PLAYERLIST: &str = "key.playerlist"; constant KEY_QUICKACTIONS (line 11404) | pub const KEY_QUICKACTIONS: &str = "key.quickActions"; constant KEY_RIGHT (line 11406) | pub const KEY_RIGHT: &str = "key.right"; constant KEY_SAVETOOLBARACTIVATOR (line 11408) | pub const KEY_SAVETOOLBARACTIVATOR: &str = "key.saveToolbarActivator"; constant KEY_SCREENSHOT (line 11410) | pub const KEY_SCREENSHOT: &str = "key.screenshot"; constant KEY_SMOOTHCAMERA (line 11412) | pub const KEY_SMOOTHCAMERA: &str = "key.smoothCamera"; constant KEY_SNEAK (line 11414) | pub const KEY_SNEAK: &str = "key.sneak"; constant KEY_SOCIALINTERACTIONS (line 11416) | pub const KEY_SOCIALINTERACTIONS: &str = "key.socialInteractions"; constant KEY_SPECTATORHOTBAR (line 11418) | pub const KEY_SPECTATORHOTBAR: &str = "key.spectatorHotbar"; constant KEY_SPECTATOROUTLINES (line 11420) | pub const KEY_SPECTATOROUTLINES: &str = "key.spectatorOutlines"; constant KEY_SPRINT (line 11422) | pub const KEY_SPRINT: &str = "key.sprint"; constant KEY_SWAPOFFHAND (line 11424) | pub const KEY_SWAPOFFHAND: &str = "key.swapOffhand"; constant KEY_TOGGLEGUI (line 11426) | pub const KEY_TOGGLEGUI: &str = "key.toggleGui"; constant KEY_TOGGLEPERSPECTIVE (line 11428) | pub const KEY_TOGGLEPERSPECTIVE: &str = "key.togglePerspective"; constant KEY_TOGGLESPECTATORSHADEREFFECTS (line 11430) | pub const KEY_TOGGLESPECTATORSHADEREFFECTS: &str = "key.toggleSpectatorS... constant KEY_USE (line 11432) | pub const KEY_USE: &str = "key.use"; constant KNOWN_SERVER_LINK_ANNOUNCEMENTS (line 11434) | pub const KNOWN_SERVER_LINK_ANNOUNCEMENTS: &str = "known_server_link.ann... constant KNOWN_SERVER_LINK_COMMUNITY (line 11436) | pub const KNOWN_SERVER_LINK_COMMUNITY: &str = "known_server_link.communi... constant KNOWN_SERVER_LINK_COMMUNITY_GUIDELINES (line 11438) | pub const KNOWN_SERVER_LINK_COMMUNITY_GUIDELINES: &str = "known_server_l... constant KNOWN_SERVER_LINK_FEEDBACK (line 11440) | pub const KNOWN_SERVER_LINK_FEEDBACK: &str = "known_server_link.feedback"; constant KNOWN_SERVER_LINK_FORUMS (line 11442) | pub const KNOWN_SERVER_LINK_FORUMS: &str = "known_server_link.forums"; constant KNOWN_SERVER_LINK_NEWS (line 11444) | pub const KNOWN_SERVER_LINK_NEWS: &str = "known_server_link.news"; constant KNOWN_SERVER_LINK_REPORT_BUG (line 11446) | pub const KNOWN_SERVER_LINK_REPORT_BUG: &str = "known_server_link.report... constant KNOWN_SERVER_LINK_STATUS (line 11448) | pub const KNOWN_SERVER_LINK_STATUS: &str = "known_server_link.status"; constant KNOWN_SERVER_LINK_SUPPORT (line 11450) | pub const KNOWN_SERVER_LINK_SUPPORT: &str = "known_server_link.support"; constant KNOWN_SERVER_LINK_WEBSITE (line 11452) | pub const KNOWN_SERVER_LINK_WEBSITE: &str = "known_server_link.website"; constant LANSERVER_OTHERPLAYERS (line 11454) | pub const LANSERVER_OTHERPLAYERS: &str = "lanServer.otherPlayers"; constant LANSERVER_PORT (line 11456) | pub const LANSERVER_PORT: &str = "lanServer.port"; constant LANSERVER_PORT_INVALID (line 11458) | pub const LANSERVER_PORT_INVALID: &str = "lanServer.port.invalid"; constant LANSERVER_PORT_INVALID_NEW (line 11460) | pub const LANSERVER_PORT_INVALID_NEW: &str = "lanServer.port.invalid.new"; constant LANSERVER_PORT_UNAVAILABLE (line 11462) | pub const LANSERVER_PORT_UNAVAILABLE: &str = "lanServer.port.unavailable"; constant LANSERVER_PORT_UNAVAILABLE_NEW (line 11464) | pub const LANSERVER_PORT_UNAVAILABLE_NEW: &str = "lanServer.port.unavail... constant LANSERVER_SCANNING (line 11466) | pub const LANSERVER_SCANNING: &str = "lanServer.scanning"; constant LANSERVER_START (line 11468) | pub const LANSERVER_START: &str = "lanServer.start"; constant LANSERVER_TITLE (line 11470) | pub const LANSERVER_TITLE: &str = "lanServer.title"; constant LANGUAGE_CODE (line 11472) | pub const LANGUAGE_CODE: &str = "language.code"; constant LANGUAGE_NAME (line 11474) | pub const LANGUAGE_NAME: &str = "language.name"; constant LANGUAGE_REGION (line 11476) | pub const LANGUAGE_REGION: &str = "language.region"; constant LECTERN_TAKE_BOOK (line 11478) | pub const LECTERN_TAKE_BOOK: &str = "lectern.take_book"; constant LOADING_PROGRESS (line 11480) | pub const LOADING_PROGRESS: &str = "loading.progress"; constant MANAGESERVER_ADD_TITLE (line 11482) | pub const MANAGESERVER_ADD_TITLE: &str = "manageServer.add.title"; constant MANAGESERVER_EDIT_TITLE (line 11484) | pub const MANAGESERVER_EDIT_TITLE: &str = "manageServer.edit.title"; constant MANAGESERVER_ENTERIP (line 11486) | pub const MANAGESERVER_ENTERIP: &str = "manageServer.enterIp"; constant MANAGESERVER_ENTERNAME (line 11488) | pub const MANAGESERVER_ENTERNAME: &str = "manageServer.enterName"; constant MANAGESERVER_RESOURCEPACK (line 11490) | pub const MANAGESERVER_RESOURCEPACK: &str = "manageServer.resourcePack"; constant MANAGESERVER_RESOURCEPACK_DISABLED (line 11492) | pub const MANAGESERVER_RESOURCEPACK_DISABLED: &str = "manageServer.resou... constant MANAGESERVER_RESOURCEPACK_ENABLED (line 11494) | pub const MANAGESERVER_RESOURCEPACK_ENABLED: &str = "manageServer.resour... constant MANAGESERVER_RESOURCEPACK_PROMPT (line 11496) | pub const MANAGESERVER_RESOURCEPACK_PROMPT: &str = "manageServer.resourc... constant MCO_ACCOUNT_PRIVACY_INFO (line 11498) | pub const MCO_ACCOUNT_PRIVACY_INFO: &str = "mco.account.privacy.info"; constant MCO_ACCOUNT_PRIVACY_INFO_BUTTON (line 11500) | pub const MCO_ACCOUNT_PRIVACY_INFO_BUTTON: &str = "mco.account.privacy.i... constant MCO_ACCOUNT_PRIVACY_INFORMATION (line 11502) | pub const MCO_ACCOUNT_PRIVACY_INFORMATION: &str = "mco.account.privacy.i... constant MCO_ACCOUNT_PRIVACYINFO (line 11504) | pub const MCO_ACCOUNT_PRIVACYINFO: &str = "mco.account.privacyinfo"; constant MCO_ACCOUNT_UPDATE (line 11506) | pub const MCO_ACCOUNT_UPDATE: &str = "mco.account.update"; constant MCO_ACTIVITY_NOACTIVITY (line 11508) | pub const MCO_ACTIVITY_NOACTIVITY: &str = "mco.activity.noactivity"; constant MCO_ACTIVITY_TITLE (line 11510) | pub const MCO_ACTIVITY_TITLE: &str = "mco.activity.title"; constant MCO_BACKUP_BUTTON_DOWNLOAD (line 11512) | pub const MCO_BACKUP_BUTTON_DOWNLOAD: &str = "mco.backup.button.download"; constant MCO_BACKUP_BUTTON_RESET (line 11514) | pub const MCO_BACKUP_BUTTON_RESET: &str = "mco.backup.button.reset"; constant MCO_BACKUP_BUTTON_RESTORE (line 11516) | pub const MCO_BACKUP_BUTTON_RESTORE: &str = "mco.backup.button.restore"; constant MCO_BACKUP_BUTTON_UPLOAD (line 11518) | pub const MCO_BACKUP_BUTTON_UPLOAD: &str = "mco.backup.button.upload"; constant MCO_BACKUP_CHANGES_TOOLTIP (line 11520) | pub const MCO_BACKUP_CHANGES_TOOLTIP: &str = "mco.backup.changes.tooltip"; constant MCO_BACKUP_ENTRY (line 11522) | pub const MCO_BACKUP_ENTRY: &str = "mco.backup.entry"; constant MCO_BACKUP_ENTRY_DESCRIPTION (line 11524) | pub const MCO_BACKUP_ENTRY_DESCRIPTION: &str = "mco.backup.entry.descrip... constant MCO_BACKUP_ENTRY_ENABLEDPACK (line 11526) | pub const MCO_BACKUP_ENTRY_ENABLEDPACK: &str = "mco.backup.entry.enabled... constant MCO_BACKUP_ENTRY_GAMEDIFFICULTY (line 11528) | pub const MCO_BACKUP_ENTRY_GAMEDIFFICULTY: &str = "mco.backup.entry.game... constant MCO_BACKUP_ENTRY_GAMEMODE (line 11530) | pub const MCO_BACKUP_ENTRY_GAMEMODE: &str = "mco.backup.entry.gameMode"; constant MCO_BACKUP_ENTRY_GAMESERVERVERSION (line 11532) | pub const MCO_BACKUP_ENTRY_GAMESERVERVERSION: &str = "mco.backup.entry.g... constant MCO_BACKUP_ENTRY_NAME (line 11534) | pub const MCO_BACKUP_ENTRY_NAME: &str = "mco.backup.entry.name"; constant MCO_BACKUP_ENTRY_SEED (line 11536) | pub const MCO_BACKUP_ENTRY_SEED: &str = "mco.backup.entry.seed"; constant MCO_BACKUP_ENTRY_TEMPLATENAME (line 11538) | pub const MCO_BACKUP_ENTRY_TEMPLATENAME: &str = "mco.backup.entry.templa... constant MCO_BACKUP_ENTRY_UNDEFINED (line 11540) | pub const MCO_BACKUP_ENTRY_UNDEFINED: &str = "mco.backup.entry.undefined"; constant MCO_BACKUP_ENTRY_UPLOADED (line 11542) | pub const MCO_BACKUP_ENTRY_UPLOADED: &str = "mco.backup.entry.uploaded"; constant MCO_BACKUP_ENTRY_WORLDTYPE (line 11544) | pub const MCO_BACKUP_ENTRY_WORLDTYPE: &str = "mco.backup.entry.worldType"; constant MCO_BACKUP_ENTRY_WORLDTYPE_ADVENTUREMAP (line 11546) | pub const MCO_BACKUP_ENTRY_WORLDTYPE_ADVENTUREMAP: &str = "mco.backup.en... constant MCO_BACKUP_ENTRY_WORLDTYPE_EXPERIENCE (line 11548) | pub const MCO_BACKUP_ENTRY_WORLDTYPE_EXPERIENCE: &str = "mco.backup.entr... constant MCO_BACKUP_ENTRY_WORLDTYPE_INSPIRATION (line 11550) | pub const MCO_BACKUP_ENTRY_WORLDTYPE_INSPIRATION: &str = "mco.backup.ent... constant MCO_BACKUP_ENTRY_WORLDTYPE_MINIGAME (line 11552) | pub const MCO_BACKUP_ENTRY_WORLDTYPE_MINIGAME: &str = "mco.backup.entry.... constant MCO_BACKUP_ENTRY_WORLDTYPE_NORMAL (line 11554) | pub const MCO_BACKUP_ENTRY_WORLDTYPE_NORMAL: &str = "mco.backup.entry.wo... constant MCO_BACKUP_ENTRY_WORLDTYPE_UNKNOWN (line 11556) | pub const MCO_BACKUP_ENTRY_WORLDTYPE_UNKNOWN: &str = "mco.backup.entry.w... constant MCO_BACKUP_GENERATE_WORLD (line 11558) | pub const MCO_BACKUP_GENERATE_WORLD: &str = "mco.backup.generate.world"; constant MCO_BACKUP_INFO_TITLE (line 11560) | pub const MCO_BACKUP_INFO_TITLE: &str = "mco.backup.info.title"; constant MCO_BACKUP_NARRATION (line 11562) | pub const MCO_BACKUP_NARRATION: &str = "mco.backup.narration"; constant MCO_BACKUP_NOBACKUPS (line 11564) | pub const MCO_BACKUP_NOBACKUPS: &str = "mco.backup.nobackups"; constant MCO_BACKUP_RESTORING (line 11566) | pub const MCO_BACKUP_RESTORING: &str = "mco.backup.restoring"; constant MCO_BACKUP_UNKNOWN (line 11568) | pub const MCO_BACKUP_UNKNOWN: &str = "mco.backup.unknown"; constant MCO_BROKENWORLD_DOWNLOAD (line 11570) | pub const MCO_BROKENWORLD_DOWNLOAD: &str = "mco.brokenworld.download"; constant MCO_BROKENWORLD_DOWNLOADED (line 11572) | pub const MCO_BROKENWORLD_DOWNLOADED: &str = "mco.brokenworld.downloaded"; constant MCO_BROKENWORLD_MESSAGE_LINE1 (line 11574) | pub const MCO_BROKENWORLD_MESSAGE_LINE1: &str = "mco.brokenworld.message... constant MCO_BROKENWORLD_MESSAGE_LINE2 (line 11576) | pub const MCO_BROKENWORLD_MESSAGE_LINE2: &str = "mco.brokenworld.message... constant MCO_BROKENWORLD_MINIGAME_TITLE (line 11578) | pub const MCO_BROKENWORLD_MINIGAME_TITLE: &str = "mco.brokenworld.miniga... constant MCO_BROKENWORLD_NONOWNER_ERROR (line 11580) | pub const MCO_BROKENWORLD_NONOWNER_ERROR: &str = "mco.brokenworld.nonown... constant MCO_BROKENWORLD_NONOWNER_TITLE (line 11582) | pub const MCO_BROKENWORLD_NONOWNER_TITLE: &str = "mco.brokenworld.nonown... constant MCO_BROKENWORLD_PLAY (line 11584) | pub const MCO_BROKENWORLD_PLAY: &str = "mco.brokenworld.play"; constant MCO_BROKENWORLD_RESET (line 11586) | pub const MCO_BROKENWORLD_RESET: &str = "mco.brokenworld.reset"; constant MCO_BROKENWORLD_TITLE (line 11588) | pub const MCO_BROKENWORLD_TITLE: &str = "mco.brokenworld.title"; constant MCO_CLIENT_INCOMPATIBLE_MSG_LINE1 (line 11590) | pub const MCO_CLIENT_INCOMPATIBLE_MSG_LINE1: &str = "mco.client.incompat... constant MCO_CLIENT_INCOMPATIBLE_MSG_LINE2 (line 11592) | pub const MCO_CLIENT_INCOMPATIBLE_MSG_LINE2: &str = "mco.client.incompat... constant MCO_CLIENT_INCOMPATIBLE_MSG_LINE3 (line 11594) | pub const MCO_CLIENT_INCOMPATIBLE_MSG_LINE3: &str = "mco.client.incompat... constant MCO_CLIENT_INCOMPATIBLE_TITLE (line 11596) | pub const MCO_CLIENT_INCOMPATIBLE_TITLE: &str = "mco.client.incompatible... constant MCO_CLIENT_OUTDATED_STABLE_VERSION (line 11598) | pub const MCO_CLIENT_OUTDATED_STABLE_VERSION: &str = "mco.client.outdate... constant MCO_CLIENT_UNSUPPORTED_SNAPSHOT_VERSION (line 11600) | pub const MCO_CLIENT_UNSUPPORTED_SNAPSHOT_VERSION: &str = "mco.client.un... constant MCO_COMPATIBILITY_DOWNGRADE (line 11602) | pub const MCO_COMPATIBILITY_DOWNGRADE: &str = "mco.compatibility.downgra... constant MCO_COMPATIBILITY_DOWNGRADE_DESCRIPTION (line 11604) | pub const MCO_COMPATIBILITY_DOWNGRADE_DESCRIPTION: &str = "mco.compatibi... constant MCO_COMPATIBILITY_INCOMPATIBLE_POPUP_TITLE (line 11606) | pub const MCO_COMPATIBILITY_INCOMPATIBLE_POPUP_TITLE: &str = constant MCO_COMPATIBILITY_INCOMPATIBLE_RELEASETYPE_POPUP_MESSAGE (line 11609) | pub const MCO_COMPATIBILITY_INCOMPATIBLE_RELEASETYPE_POPUP_MESSAGE: &str = constant MCO_COMPATIBILITY_INCOMPATIBLE_SERIES_POPUP_MESSAGE (line 11612) | pub const MCO_COMPATIBILITY_INCOMPATIBLE_SERIES_POPUP_MESSAGE: &str = constant MCO_COMPATIBILITY_UNVERIFIABLE_MESSAGE (line 11615) | pub const MCO_COMPATIBILITY_UNVERIFIABLE_MESSAGE: &str = "mco.compatibil... constant MCO_COMPATIBILITY_UNVERIFIABLE_TITLE (line 11617) | pub const MCO_COMPATIBILITY_UNVERIFIABLE_TITLE: &str = "mco.compatibilit... constant MCO_COMPATIBILITY_UPGRADE (line 11619) | pub const MCO_COMPATIBILITY_UPGRADE: &str = "mco.compatibility.upgrade"; constant MCO_COMPATIBILITY_UPGRADE_DESCRIPTION (line 11621) | pub const MCO_COMPATIBILITY_UPGRADE_DESCRIPTION: &str = "mco.compatibili... constant MCO_COMPATIBILITY_UPGRADE_FRIEND_DESCRIPTION (line 11623) | pub const MCO_COMPATIBILITY_UPGRADE_FRIEND_DESCRIPTION: &str = constant MCO_COMPATIBILITY_UPGRADE_TITLE (line 11626) | pub const MCO_COMPATIBILITY_UPGRADE_TITLE: &str = "mco.compatibility.upg... constant MCO_CONFIGURE_CURRENT_MINIGAME (line 11628) | pub const MCO_CONFIGURE_CURRENT_MINIGAME: &str = "mco.configure.current.... constant MCO_CONFIGURE_WORLD_ACTIVITYFEED_DISABLED (line 11630) | pub const MCO_CONFIGURE_WORLD_ACTIVITYFEED_DISABLED: &str = constant MCO_CONFIGURE_WORLD_BACKUP (line 11633) | pub const MCO_CONFIGURE_WORLD_BACKUP: &str = "mco.configure.world.backup"; constant MCO_CONFIGURE_WORLD_BUTTONS_ACTIVITY (line 11635) | pub const MCO_CONFIGURE_WORLD_BUTTONS_ACTIVITY: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_BUTTONS_CLOSE (line 11637) | pub const MCO_CONFIGURE_WORLD_BUTTONS_CLOSE: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_BUTTONS_DELETE (line 11639) | pub const MCO_CONFIGURE_WORLD_BUTTONS_DELETE: &str = "mco.configure.worl... constant MCO_CONFIGURE_WORLD_BUTTONS_DONE (line 11641) | pub const MCO_CONFIGURE_WORLD_BUTTONS_DONE: &str = "mco.configure.world.... constant MCO_CONFIGURE_WORLD_BUTTONS_EDIT (line 11643) | pub const MCO_CONFIGURE_WORLD_BUTTONS_EDIT: &str = "mco.configure.world.... constant MCO_CONFIGURE_WORLD_BUTTONS_INVITE (line 11645) | pub const MCO_CONFIGURE_WORLD_BUTTONS_INVITE: &str = "mco.configure.worl... constant MCO_CONFIGURE_WORLD_BUTTONS_MOREOPTIONS (line 11647) | pub const MCO_CONFIGURE_WORLD_BUTTONS_MOREOPTIONS: &str = "mco.configure... constant MCO_CONFIGURE_WORLD_BUTTONS_NEWWORLD (line 11649) | pub const MCO_CONFIGURE_WORLD_BUTTONS_NEWWORLD: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_BUTTONS_OPEN (line 11651) | pub const MCO_CONFIGURE_WORLD_BUTTONS_OPEN: &str = "mco.configure.world.... constant MCO_CONFIGURE_WORLD_BUTTONS_OPTIONS (line 11653) | pub const MCO_CONFIGURE_WORLD_BUTTONS_OPTIONS: &str = "mco.configure.wor... constant MCO_CONFIGURE_WORLD_BUTTONS_PLAYERS (line 11655) | pub const MCO_CONFIGURE_WORLD_BUTTONS_PLAYERS: &str = "mco.configure.wor... constant MCO_CONFIGURE_WORLD_BUTTONS_REGION_PREFERENCE (line 11657) | pub const MCO_CONFIGURE_WORLD_BUTTONS_REGION_PREFERENCE: &str = constant MCO_CONFIGURE_WORLD_BUTTONS_RESETWORLD (line 11660) | pub const MCO_CONFIGURE_WORLD_BUTTONS_RESETWORLD: &str = "mco.configure.... constant MCO_CONFIGURE_WORLD_BUTTONS_SAVE (line 11662) | pub const MCO_CONFIGURE_WORLD_BUTTONS_SAVE: &str = "mco.configure.world.... constant MCO_CONFIGURE_WORLD_BUTTONS_SETTINGS (line 11664) | pub const MCO_CONFIGURE_WORLD_BUTTONS_SETTINGS: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_BUTTONS_SUBSCRIPTION (line 11666) | pub const MCO_CONFIGURE_WORLD_BUTTONS_SUBSCRIPTION: &str = constant MCO_CONFIGURE_WORLD_BUTTONS_SWITCHMINIGAME (line 11669) | pub const MCO_CONFIGURE_WORLD_BUTTONS_SWITCHMINIGAME: &str = constant MCO_CONFIGURE_WORLD_CLOSE_QUESTION_LINE1 (line 11672) | pub const MCO_CONFIGURE_WORLD_CLOSE_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_CLOSE_QUESTION_LINE2 (line 11675) | pub const MCO_CONFIGURE_WORLD_CLOSE_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_CLOSE_QUESTION_TITLE (line 11678) | pub const MCO_CONFIGURE_WORLD_CLOSE_QUESTION_TITLE: &str = constant MCO_CONFIGURE_WORLD_CLOSING (line 11681) | pub const MCO_CONFIGURE_WORLD_CLOSING: &str = "mco.configure.world.closi... constant MCO_CONFIGURE_WORLD_COMMANDBLOCKS (line 11683) | pub const MCO_CONFIGURE_WORLD_COMMANDBLOCKS: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_DELETE_BUTTON (line 11685) | pub const MCO_CONFIGURE_WORLD_DELETE_BUTTON: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_DELETE_QUESTION_LINE1 (line 11687) | pub const MCO_CONFIGURE_WORLD_DELETE_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_DELETE_QUESTION_LINE2 (line 11690) | pub const MCO_CONFIGURE_WORLD_DELETE_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_DESCRIPTION (line 11693) | pub const MCO_CONFIGURE_WORLD_DESCRIPTION: &str = "mco.configure.world.d... constant MCO_CONFIGURE_WORLD_EDIT_SLOT_NAME (line 11695) | pub const MCO_CONFIGURE_WORLD_EDIT_SLOT_NAME: &str = "mco.configure.worl... constant MCO_CONFIGURE_WORLD_EDIT_SUBSCREEN_ADVENTUREMAP (line 11697) | pub const MCO_CONFIGURE_WORLD_EDIT_SUBSCREEN_ADVENTUREMAP: &str = constant MCO_CONFIGURE_WORLD_EDIT_SUBSCREEN_EXPERIENCE (line 11700) | pub const MCO_CONFIGURE_WORLD_EDIT_SUBSCREEN_EXPERIENCE: &str = constant MCO_CONFIGURE_WORLD_EDIT_SUBSCREEN_INSPIRATION (line 11703) | pub const MCO_CONFIGURE_WORLD_EDIT_SUBSCREEN_INSPIRATION: &str = constant MCO_CONFIGURE_WORLD_FORCEGAMEMODE (line 11706) | pub const MCO_CONFIGURE_WORLD_FORCEGAMEMODE: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_INVITE_NARRATION (line 11708) | pub const MCO_CONFIGURE_WORLD_INVITE_NARRATION: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_INVITE_PROFILE_NAME (line 11710) | pub const MCO_CONFIGURE_WORLD_INVITE_PROFILE_NAME: &str = "mco.configure... constant MCO_CONFIGURE_WORLD_INVITED (line 11712) | pub const MCO_CONFIGURE_WORLD_INVITED: &str = "mco.configure.world.invit... constant MCO_CONFIGURE_WORLD_INVITED_NUMBER (line 11714) | pub const MCO_CONFIGURE_WORLD_INVITED_NUMBER: &str = "mco.configure.worl... constant MCO_CONFIGURE_WORLD_INVITES_NORMAL_TOOLTIP (line 11716) | pub const MCO_CONFIGURE_WORLD_INVITES_NORMAL_TOOLTIP: &str = constant MCO_CONFIGURE_WORLD_INVITES_OPS_TOOLTIP (line 11719) | pub const MCO_CONFIGURE_WORLD_INVITES_OPS_TOOLTIP: &str = "mco.configure... constant MCO_CONFIGURE_WORLD_INVITES_REMOVE_TOOLTIP (line 11721) | pub const MCO_CONFIGURE_WORLD_INVITES_REMOVE_TOOLTIP: &str = constant MCO_CONFIGURE_WORLD_LEAVE_QUESTION_LINE1 (line 11724) | pub const MCO_CONFIGURE_WORLD_LEAVE_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_LEAVE_QUESTION_LINE2 (line 11727) | pub const MCO_CONFIGURE_WORLD_LEAVE_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_LOADING (line 11730) | pub const MCO_CONFIGURE_WORLD_LOADING: &str = "mco.configure.world.loadi... constant MCO_CONFIGURE_WORLD_LOCATION (line 11732) | pub const MCO_CONFIGURE_WORLD_LOCATION: &str = "mco.configure.world.loca... constant MCO_CONFIGURE_WORLD_MINIGAME (line 11734) | pub const MCO_CONFIGURE_WORLD_MINIGAME: &str = "mco.configure.world.mini... constant MCO_CONFIGURE_WORLD_NAME (line 11736) | pub const MCO_CONFIGURE_WORLD_NAME: &str = "mco.configure.world.name"; constant MCO_CONFIGURE_WORLD_NAME_VALIDATION_WHITESPACE (line 11738) | pub const MCO_CONFIGURE_WORLD_NAME_VALIDATION_WHITESPACE: &str = constant MCO_CONFIGURE_WORLD_OPENING (line 11741) | pub const MCO_CONFIGURE_WORLD_OPENING: &str = "mco.configure.world.openi... constant MCO_CONFIGURE_WORLD_PLAYERS_ERROR (line 11743) | pub const MCO_CONFIGURE_WORLD_PLAYERS_ERROR: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_PLAYERS_INVITE_DUPLICATE (line 11745) | pub const MCO_CONFIGURE_WORLD_PLAYERS_INVITE_DUPLICATE: &str = constant MCO_CONFIGURE_WORLD_PLAYERS_INVITING (line 11748) | pub const MCO_CONFIGURE_WORLD_PLAYERS_INVITING: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_PLAYERS_TITLE (line 11750) | pub const MCO_CONFIGURE_WORLD_PLAYERS_TITLE: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_PVP (line 11752) | pub const MCO_CONFIGURE_WORLD_PVP: &str = "mco.configure.world.pvp"; constant MCO_CONFIGURE_WORLD_REGION_PREFERENCE (line 11754) | pub const MCO_CONFIGURE_WORLD_REGION_PREFERENCE: &str = "mco.configure.w... constant MCO_CONFIGURE_WORLD_REGION_PREFERENCE_TITLE (line 11756) | pub const MCO_CONFIGURE_WORLD_REGION_PREFERENCE_TITLE: &str = constant MCO_CONFIGURE_WORLD_RESET_QUESTION_LINE1 (line 11759) | pub const MCO_CONFIGURE_WORLD_RESET_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_RESET_QUESTION_LINE2 (line 11762) | pub const MCO_CONFIGURE_WORLD_RESET_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_RESOURCEPACK_QUESTION (line 11765) | pub const MCO_CONFIGURE_WORLD_RESOURCEPACK_QUESTION: &str = constant MCO_CONFIGURE_WORLD_RESOURCEPACK_QUESTION_LINE1 (line 11768) | pub const MCO_CONFIGURE_WORLD_RESOURCEPACK_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_RESOURCEPACK_QUESTION_LINE2 (line 11771) | pub const MCO_CONFIGURE_WORLD_RESOURCEPACK_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_RESTORE_DOWNLOAD_QUESTION_LINE1 (line 11774) | pub const MCO_CONFIGURE_WORLD_RESTORE_DOWNLOAD_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_RESTORE_DOWNLOAD_QUESTION_LINE2 (line 11777) | pub const MCO_CONFIGURE_WORLD_RESTORE_DOWNLOAD_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_RESTORE_QUESTION_LINE1 (line 11780) | pub const MCO_CONFIGURE_WORLD_RESTORE_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_RESTORE_QUESTION_LINE2 (line 11783) | pub const MCO_CONFIGURE_WORLD_RESTORE_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_SETTINGS_EXPIRED (line 11786) | pub const MCO_CONFIGURE_WORLD_SETTINGS_EXPIRED: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_SETTINGS_TITLE (line 11788) | pub const MCO_CONFIGURE_WORLD_SETTINGS_TITLE: &str = "mco.configure.worl... constant MCO_CONFIGURE_WORLD_SLOT (line 11790) | pub const MCO_CONFIGURE_WORLD_SLOT: &str = "mco.configure.world.slot"; constant MCO_CONFIGURE_WORLD_SLOT_EMPTY (line 11792) | pub const MCO_CONFIGURE_WORLD_SLOT_EMPTY: &str = "mco.configure.world.sl... constant MCO_CONFIGURE_WORLD_SLOT_SWITCH_QUESTION_LINE1 (line 11794) | pub const MCO_CONFIGURE_WORLD_SLOT_SWITCH_QUESTION_LINE1: &str = constant MCO_CONFIGURE_WORLD_SLOT_SWITCH_QUESTION_LINE2 (line 11797) | pub const MCO_CONFIGURE_WORLD_SLOT_SWITCH_QUESTION_LINE2: &str = constant MCO_CONFIGURE_WORLD_SLOT_TOOLTIP (line 11800) | pub const MCO_CONFIGURE_WORLD_SLOT_TOOLTIP: &str = "mco.configure.world.... constant MCO_CONFIGURE_WORLD_SLOT_TOOLTIP_ACTIVE (line 11802) | pub const MCO_CONFIGURE_WORLD_SLOT_TOOLTIP_ACTIVE: &str = "mco.configure... constant MCO_CONFIGURE_WORLD_SLOT_TOOLTIP_MINIGAME (line 11804) | pub const MCO_CONFIGURE_WORLD_SLOT_TOOLTIP_MINIGAME: &str = constant MCO_CONFIGURE_WORLD_SPAWNANIMALS (line 11807) | pub const MCO_CONFIGURE_WORLD_SPAWNANIMALS: &str = "mco.configure.world.... constant MCO_CONFIGURE_WORLD_SPAWNMONSTERS (line 11809) | pub const MCO_CONFIGURE_WORLD_SPAWNMONSTERS: &str = "mco.configure.world... constant MCO_CONFIGURE_WORLD_SPAWNNPCS (line 11811) | pub const MCO_CONFIGURE_WORLD_SPAWNNPCS: &str = "mco.configure.world.spa... constant MCO_CONFIGURE_WORLD_SPAWNPROTECTION (line 11813) | pub const MCO_CONFIGURE_WORLD_SPAWNPROTECTION: &str = "mco.configure.wor... constant MCO_CONFIGURE_WORLD_SPAWN_TOGGLE_MESSAGE (line 11815) | pub const MCO_CONFIGURE_WORLD_SPAWN_TOGGLE_MESSAGE: &str = constant MCO_CONFIGURE_WORLD_SPAWN_TOGGLE_MESSAGE_NPC (line 11818) | pub const MCO_CONFIGURE_WORLD_SPAWN_TOGGLE_MESSAGE_NPC: &str = constant MCO_CONFIGURE_WORLD_SPAWN_TOGGLE_TITLE (line 11821) | pub const MCO_CONFIGURE_WORLD_SPAWN_TOGGLE_TITLE: &str = "mco.configure.... constant MCO_CONFIGURE_WORLD_STATUS (line 11823) | pub const MCO_CONFIGURE_WORLD_STATUS: &str = "mco.configure.world.status"; constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_DAY (line 11825) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_DAY: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_DAYS (line 11827) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_DAYS: &str = "mco.configure.w... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_EXPIRED (line 11829) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_EXPIRED: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_EXTEND (line 11832) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_EXTEND: &str = "mco.configure... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_LESS_THAN_A_DAY (line 11834) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_LESS_THAN_A_DAY: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_MONTH (line 11837) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_MONTH: &str = "mco.configure.... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_MONTHS (line 11839) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_MONTHS: &str = "mco.configure... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_RECURRING_DAYSLEFT (line 11841) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_RECURRING_DAYSLEFT: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_RECURRING_INFO (line 11844) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_RECURRING_INFO: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_REMAINING_DAYS (line 11847) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_REMAINING_DAYS: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_REMAINING_MONTHS (line 11850) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_REMAINING_MONTHS: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_REMAINING_MONTHS_DAYS (line 11853) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_REMAINING_MONTHS_DAYS: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_START (line 11856) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_START: &str = "mco.configure.... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_TAB (line 11858) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_TAB: &str = "mco.configure.wo... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_TIMELEFT (line 11860) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_TIMELEFT: &str = constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_TITLE (line 11863) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_TITLE: &str = "mco.configure.... constant MCO_CONFIGURE_WORLD_SUBSCRIPTION_UNKNOWN (line 11865) | pub const MCO_CONFIGURE_WORLD_SUBSCRIPTION_UNKNOWN: &str = constant MCO_CONFIGURE_WORLD_SWITCH_SLOT (line 11868) | pub const MCO_CONFIGURE_WORLD_SWITCH_SLOT: &str = "mco.configure.world.s... constant MCO_CONFIGURE_WORLD_SWITCH_SLOT_SUBTITLE (line 11870) | pub const MCO_CONFIGURE_WORLD_SWITCH_SLOT_SUBTITLE: &str = constant MCO_CONFIGURE_WORLD_TITLE (line 11873) | pub const MCO_CONFIGURE_WORLD_TITLE: &str = "mco.configure.world.title"; constant MCO_CONFIGURE_WORLD_UNINVITE_PLAYER (line 11875) | pub const MCO_CONFIGURE_WORLD_UNINVITE_PLAYER: &str = "mco.configure.wor... constant MCO_CONFIGURE_WORLD_UNINVITE_QUESTION (line 11877) | pub const MCO_CONFIGURE_WORLD_UNINVITE_QUESTION: &str = "mco.configure.w... constant MCO_CONFIGURE_WORLDS_TITLE (line 11879) | pub const MCO_CONFIGURE_WORLDS_TITLE: &str = "mco.configure.worlds.title"; constant MCO_CONNECT_AUTHORIZING (line 11881) | pub const MCO_CONNECT_AUTHORIZING: &str = "mco.connect.authorizing"; constant MCO_CONNECT_CONNECTING (line 11883) | pub const MCO_CONNECT_CONNECTING: &str = "mco.connect.connecting"; constant MCO_CONNECT_FAILED (line 11885) | pub const MCO_CONNECT_FAILED: &str = "mco.connect.failed"; constant MCO_CONNECT_REGION (line 11887) | pub const MCO_CONNECT_REGION: &str = "mco.connect.region"; constant MCO_CONNECT_SUCCESS (line 11889) | pub const MCO_CONNECT_SUCCESS: &str = "mco.connect.success"; constant MCO_CREATE_WORLD (line 11891) | pub const MCO_CREATE_WORLD: &str = "mco.create.world"; constant MCO_CREATE_WORLD_ERROR (line 11893) | pub const MCO_CREATE_WORLD_ERROR: &str = "mco.create.world.error"; constant MCO_CREATE_WORLD_FAILED (line 11895) | pub const MCO_CREATE_WORLD_FAILED: &str = "mco.create.world.failed"; constant MCO_CREATE_WORLD_RESET_TITLE (line 11897) | pub const MCO_CREATE_WORLD_RESET_TITLE: &str = "mco.create.world.reset.t... constant MCO_CREATE_WORLD_SKIP (line 11899) | pub const MCO_CREATE_WORLD_SKIP: &str = "mco.create.world.skip"; constant MCO_CREATE_WORLD_SUBTITLE (line 11901) | pub const MCO_CREATE_WORLD_SUBTITLE: &str = "mco.create.world.subtitle"; constant MCO_CREATE_WORLD_WAIT (line 11903) | pub const MCO_CREATE_WORLD_WAIT: &str = "mco.create.world.wait"; constant MCO_DOWNLOAD_CANCELLED (line 11905) | pub const MCO_DOWNLOAD_CANCELLED: &str = "mco.download.cancelled"; constant MCO_DOWNLOAD_CONFIRMATION_LINE1 (line 11907) | pub const MCO_DOWNLOAD_CONFIRMATION_LINE1: &str = "mco.download.confirma... constant MCO_DOWNLOAD_CONFIRMATION_LINE2 (line 11909) | pub const MCO_DOWNLOAD_CONFIRMATION_LINE2: &str = "mco.download.confirma... constant MCO_DOWNLOAD_CONFIRMATION_OVERSIZED (line 11911) | pub const MCO_DOWNLOAD_CONFIRMATION_OVERSIZED: &str = "mco.download.conf... constant MCO_DOWNLOAD_DONE (line 11913) | pub const MCO_DOWNLOAD_DONE: &str = "mco.download.done"; constant MCO_DOWNLOAD_DOWNLOADING (line 11915) | pub const MCO_DOWNLOAD_DOWNLOADING: &str = "mco.download.downloading"; constant MCO_DOWNLOAD_EXTRACTING (line 11917) | pub const MCO_DOWNLOAD_EXTRACTING: &str = "mco.download.extracting"; constant MCO_DOWNLOAD_FAILED (line 11919) | pub const MCO_DOWNLOAD_FAILED: &str = "mco.download.failed"; constant MCO_DOWNLOAD_PERCENT (line 11921) | pub const MCO_DOWNLOAD_PERCENT: &str = "mco.download.percent"; constant MCO_DOWNLOAD_PREPARING (line 11923) | pub const MCO_DOWNLOAD_PREPARING: &str = "mco.download.preparing"; constant MCO_DOWNLOAD_RESOURCEPACK_FAIL (line 11925) | pub const MCO_DOWNLOAD_RESOURCEPACK_FAIL: &str = "mco.download.resourceP... constant MCO_DOWNLOAD_SPEED (line 11927) | pub const MCO_DOWNLOAD_SPEED: &str = "mco.download.speed"; constant MCO_DOWNLOAD_SPEED_NARRATION (line 11929) | pub const MCO_DOWNLOAD_SPEED_NARRATION: &str = "mco.download.speed.narra... constant MCO_DOWNLOAD_TITLE (line 11931) | pub const MCO_DOWNLOAD_TITLE: &str = "mco.download.title"; constant MCO_ERROR_INVALID_SESSION_MESSAGE (line 11933) | pub const MCO_ERROR_INVALID_SESSION_MESSAGE: &str = "mco.error.invalid.s... constant MCO_ERROR_INVALID_SESSION_TITLE (line 11935) | pub const MCO_ERROR_INVALID_SESSION_TITLE: &str = "mco.error.invalid.ses... constant MCO_ERRORMESSAGE_6001 (line 11937) | pub const MCO_ERRORMESSAGE_6001: &str = "mco.errorMessage.6001"; constant MCO_ERRORMESSAGE_6002 (line 11939) | pub const MCO_ERRORMESSAGE_6002: &str = "mco.errorMessage.6002"; constant MCO_ERRORMESSAGE_6003 (line 11941) | pub const MCO_ERRORMESSAGE_6003: &str = "mco.errorMessage.6003"; constant MCO_ERRORMESSAGE_6004 (line 11943) | pub const MCO_ERRORMESSAGE_6004: &str = "mco.errorMessage.6004"; constant MCO_ERRORMESSAGE_6005 (line 11945) | pub const MCO_ERRORMESSAGE_6005: &str = "mco.errorMessage.6005"; constant MCO_ERRORMESSAGE_6006 (line 11947) | pub const MCO_ERRORMESSAGE_6006: &str = "mco.errorMessage.6006"; constant MCO_ERRORMESSAGE_6007 (line 11949) | pub const MCO_ERRORMESSAGE_6007: &str = "mco.errorMessage.6007"; constant MCO_ERRORMESSAGE_6008 (line 11951) | pub const MCO_ERRORMESSAGE_6008: &str = "mco.errorMessage.6008"; constant MCO_ERRORMESSAGE_6009 (line 11953) | pub const MCO_ERRORMESSAGE_6009: &str = "mco.errorMessage.6009"; constant MCO_ERRORMESSAGE_CONNECTIONFAILURE (line 11955) | pub const MCO_ERRORMESSAGE_CONNECTIONFAILURE: &str = "mco.errorMessage.c... constant MCO_ERRORMESSAGE_GENERIC (line 11957) | pub const MCO_ERRORMESSAGE_GENERIC: &str = "mco.errorMessage.generic"; constant MCO_ERRORMESSAGE_INITIALIZE_FAILED (line 11959) | pub const MCO_ERRORMESSAGE_INITIALIZE_FAILED: &str = "mco.errorMessage.i... constant MCO_ERRORMESSAGE_NODETAILS (line 11961) | pub const MCO_ERRORMESSAGE_NODETAILS: &str = "mco.errorMessage.noDetails"; constant MCO_ERRORMESSAGE_REALMSSERVICE (line 11963) | pub const MCO_ERRORMESSAGE_REALMSSERVICE: &str = "mco.errorMessage.realm... constant MCO_ERRORMESSAGE_REALMSSERVICE_CONFIGURATIONERROR (line 11965) | pub const MCO_ERRORMESSAGE_REALMSSERVICE_CONFIGURATIONERROR: &str = constant MCO_ERRORMESSAGE_REALMSSERVICE_CONNECTIVITY (line 11968) | pub const MCO_ERRORMESSAGE_REALMSSERVICE_CONNECTIVITY: &str = constant MCO_ERRORMESSAGE_REALMSSERVICE_REALMSERROR (line 11971) | pub const MCO_ERRORMESSAGE_REALMSSERVICE_REALMSERROR: &str = constant MCO_ERRORMESSAGE_REALMSSERVICE_UNKNOWNCOMPATIBILITY (line 11974) | pub const MCO_ERRORMESSAGE_REALMSSERVICE_UNKNOWNCOMPATIBILITY: &str = constant MCO_ERRORMESSAGE_RETRY (line 11977) | pub const MCO_ERRORMESSAGE_RETRY: &str = "mco.errorMessage.retry"; constant MCO_ERRORMESSAGE_SERVICEBUSY (line 11979) | pub const MCO_ERRORMESSAGE_SERVICEBUSY: &str = "mco.errorMessage.service... constant MCO_GUI_BUTTON (line 11981) | pub const MCO_GUI_BUTTON: &str = "mco.gui.button"; constant MCO_GUI_OK (line 11983) | pub const MCO_GUI_OK: &str = "mco.gui.ok"; constant MCO_INFO (line 11985) | pub const MCO_INFO: &str = "mco.info"; constant MCO_INVITED_PLAYER_NARRATION (line 11987) | pub const MCO_INVITED_PLAYER_NARRATION: &str = "mco.invited.player.narra... constant MCO_INVITES_BUTTON_ACCEPT (line 11989) | pub const MCO_INVITES_BUTTON_ACCEPT: &str = "mco.invites.button.accept"; constant MCO_INVITES_BUTTON_REJECT (line 11991) | pub const MCO_INVITES_BUTTON_REJECT: &str = "mco.invites.button.reject"; constant MCO_INVITES_NOPENDING (line 11993) | pub const MCO_INVITES_NOPENDING: &str = "mco.invites.nopending"; constant MCO_INVITES_PENDING (line 11995) | pub const MCO_INVITES_PENDING: &str = "mco.invites.pending"; constant MCO_INVITES_TITLE (line 11997) | pub const MCO_INVITES_TITLE: &str = "mco.invites.title"; constant MCO_MINIGAME_WORLD_CHANGEBUTTON (line 11999) | pub const MCO_MINIGAME_WORLD_CHANGEBUTTON: &str = "mco.minigame.world.ch... constant MCO_MINIGAME_WORLD_INFO_LINE1 (line 12001) | pub const MCO_MINIGAME_WORLD_INFO_LINE1: &str = "mco.minigame.world.info... constant MCO_MINIGAME_WORLD_INFO_LINE2 (line 12003) | pub const MCO_MINIGAME_WORLD_INFO_LINE2: &str = "mco.minigame.world.info... constant MCO_MINIGAME_WORLD_NOSELECTION (line 12005) | pub const MCO_MINIGAME_WORLD_NOSELECTION: &str = "mco.minigame.world.noS... constant MCO_MINIGAME_WORLD_RESTORE (line 12007) | pub const MCO_MINIGAME_WORLD_RESTORE: &str = "mco.minigame.world.restore"; constant MCO_MINIGAME_WORLD_RESTORE_QUESTION_LINE1 (line 12009) | pub const MCO_MINIGAME_WORLD_RESTORE_QUESTION_LINE1: &str = constant MCO_MINIGAME_WORLD_RESTORE_QUESTION_LINE2 (line 12012) | pub const MCO_MINIGAME_WORLD_RESTORE_QUESTION_LINE2: &str = constant MCO_MINIGAME_WORLD_SELECTED (line 12015) | pub const MCO_MINIGAME_WORLD_SELECTED: &str = "mco.minigame.world.select... constant MCO_MINIGAME_WORLD_SLOT_SCREEN_TITLE (line 12017) | pub const MCO_MINIGAME_WORLD_SLOT_SCREEN_TITLE: &str = "mco.minigame.wor... constant MCO_MINIGAME_WORLD_STARTBUTTON (line 12019) | pub const MCO_MINIGAME_WORLD_STARTBUTTON: &str = "mco.minigame.world.sta... constant MCO_MINIGAME_WORLD_STARTING_SCREEN_TITLE (line 12021) | pub const MCO_MINIGAME_WORLD_STARTING_SCREEN_TITLE: &str = constant MCO_MINIGAME_WORLD_STOPBUTTON (line 12024) | pub const MCO_MINIGAME_WORLD_STOPBUTTON: &str = "mco.minigame.world.stop... constant MCO_MINIGAME_WORLD_SWITCH_NEW (line 12026) | pub const MCO_MINIGAME_WORLD_SWITCH_NEW: &str = "mco.minigame.world.swit... constant MCO_MINIGAME_WORLD_SWITCH_TITLE (line 12028) | pub const MCO_MINIGAME_WORLD_SWITCH_TITLE: &str = "mco.minigame.world.sw... constant MCO_MINIGAME_WORLD_TITLE (line 12030) | pub const MCO_MINIGAME_WORLD_TITLE: &str = "mco.minigame.world.title"; constant MCO_NEWS (line 12032) | pub const MCO_NEWS: &str = "mco.news"; constant MCO_NOTIFICATION_DISMISS (line 12034) | pub const MCO_NOTIFICATION_DISMISS: &str = "mco.notification.dismiss"; constant MCO_NOTIFICATION_TRANSFERSUBSCRIPTION_BUTTONTEXT (line 12036) | pub const MCO_NOTIFICATION_TRANSFERSUBSCRIPTION_BUTTONTEXT: &str = constant MCO_NOTIFICATION_TRANSFERSUBSCRIPTION_MESSAGE (line 12039) | pub const MCO_NOTIFICATION_TRANSFERSUBSCRIPTION_MESSAGE: &str = constant MCO_NOTIFICATION_VISITURL_BUTTONTEXT_DEFAULT (line 12042) | pub const MCO_NOTIFICATION_VISITURL_BUTTONTEXT_DEFAULT: &str = constant MCO_NOTIFICATION_VISITURL_MESSAGE_DEFAULT (line 12045) | pub const MCO_NOTIFICATION_VISITURL_MESSAGE_DEFAULT: &str = constant MCO_ONLINEPLAYERS (line 12048) | pub const MCO_ONLINEPLAYERS: &str = "mco.onlinePlayers"; constant MCO_PLAY_BUTTON_REALM_CLOSED (line 12050) | pub const MCO_PLAY_BUTTON_REALM_CLOSED: &str = "mco.play.button.realm.cl... constant MCO_QUESTION (line 12052) | pub const MCO_QUESTION: &str = "mco.question"; constant MCO_RESET_WORLD_ADVENTURE (line 12054) | pub const MCO_RESET_WORLD_ADVENTURE: &str = "mco.reset.world.adventure"; constant MCO_RESET_WORLD_EXPERIENCE (line 12056) | pub const MCO_RESET_WORLD_EXPERIENCE: &str = "mco.reset.world.experience"; constant MCO_RESET_WORLD_GENERATE (line 12058) | pub const MCO_RESET_WORLD_GENERATE: &str = "mco.reset.world.generate"; constant MCO_RESET_WORLD_INSPIRATION (line 12060) | pub const MCO_RESET_WORLD_INSPIRATION: &str = "mco.reset.world.inspirati... constant MCO_RESET_WORLD_RESETTING_SCREEN_TITLE (line 12062) | pub const MCO_RESET_WORLD_RESETTING_SCREEN_TITLE: &str = "mco.reset.worl... constant MCO_RESET_WORLD_SEED (line 12064) | pub const MCO_RESET_WORLD_SEED: &str = "mco.reset.world.seed"; constant MCO_RESET_WORLD_TEMPLATE (line 12066) | pub const MCO_RESET_WORLD_TEMPLATE: &str = "mco.reset.world.template"; constant MCO_RESET_WORLD_TITLE (line 12068) | pub const MCO_RESET_WORLD_TITLE: &str = "mco.reset.world.title"; constant MCO_RESET_WORLD_UPLOAD (line 12070) | pub const MCO_RESET_WORLD_UPLOAD: &str = "mco.reset.world.upload"; constant MCO_RESET_WORLD_WARNING (line 12072) | pub const MCO_RESET_WORLD_WARNING: &str = "mco.reset.world.warning"; constant MCO_SELECTSERVER_BUY (line 12074) | pub const MCO_SELECTSERVER_BUY: &str = "mco.selectServer.buy"; constant MCO_SELECTSERVER_CLOSE (line 12076) | pub const MCO_SELECTSERVER_CLOSE: &str = "mco.selectServer.close"; constant MCO_SELECTSERVER_CLOSED (line 12078) | pub const MCO_SELECTSERVER_CLOSED: &str = "mco.selectServer.closed"; constant MCO_SELECTSERVER_CLOSESERVER (line 12080) | pub const MCO_SELECTSERVER_CLOSESERVER: &str = "mco.selectServer.closese... constant MCO_SELECTSERVER_CONFIGURE (line 12082) | pub const MCO_SELECTSERVER_CONFIGURE: &str = "mco.selectServer.configure"; constant MCO_SELECTSERVER_CONFIGUREREALM (line 12084) | pub const MCO_SELECTSERVER_CONFIGUREREALM: &str = "mco.selectServer.conf... constant MCO_SELECTSERVER_CREATE (line 12086) | pub const MCO_SELECTSERVER_CREATE: &str = "mco.selectServer.create"; constant MCO_SELECTSERVER_CREATE_SUBTITLE (line 12088) | pub const MCO_SELECTSERVER_CREATE_SUBTITLE: &str = "mco.selectServer.cre... constant MCO_SELECTSERVER_EXPIRED (line 12090) | pub const MCO_SELECTSERVER_EXPIRED: &str = "mco.selectServer.expired"; constant MCO_SELECTSERVER_EXPIREDLIST (line 12092) | pub const MCO_SELECTSERVER_EXPIREDLIST: &str = "mco.selectServer.expired... constant MCO_SELECTSERVER_EXPIREDRENEW (line 12094) | pub const MCO_SELECTSERVER_EXPIREDRENEW: &str = "mco.selectServer.expire... constant MCO_SELECTSERVER_EXPIREDSUBSCRIBE (line 12096) | pub const MCO_SELECTSERVER_EXPIREDSUBSCRIBE: &str = "mco.selectServer.ex... constant MCO_SELECTSERVER_EXPIREDTRIAL (line 12098) | pub const MCO_SELECTSERVER_EXPIREDTRIAL: &str = "mco.selectServer.expire... constant MCO_SELECTSERVER_EXPIRES_DAY (line 12100) | pub const MCO_SELECTSERVER_EXPIRES_DAY: &str = "mco.selectServer.expires... constant MCO_SELECTSERVER_EXPIRES_DAYS (line 12102) | pub const MCO_SELECTSERVER_EXPIRES_DAYS: &str = "mco.selectServer.expire... constant MCO_SELECTSERVER_EXPIRES_SOON (line 12104) | pub const MCO_SELECTSERVER_EXPIRES_SOON: &str = "mco.selectServer.expire... constant MCO_SELECTSERVER_LEAVE (line 12106) | pub const MCO_SELECTSERVER_LEAVE: &str = "mco.selectServer.leave"; constant MCO_SELECTSERVER_LOADING (line 12108) | pub const MCO_SELECTSERVER_LOADING: &str = "mco.selectServer.loading"; constant MCO_SELECTSERVER_MAPONLYSUPPORTEDFORVERSION (line 12110) | pub const MCO_SELECTSERVER_MAPONLYSUPPORTEDFORVERSION: &str = constant MCO_SELECTSERVER_MINIGAME (line 12113) | pub const MCO_SELECTSERVER_MINIGAME: &str = "mco.selectServer.minigame"; constant MCO_SELECTSERVER_MINIGAMENAME (line 12115) | pub const MCO_SELECTSERVER_MINIGAMENAME: &str = "mco.selectServer.miniga... constant MCO_SELECTSERVER_MINIGAMENOTSUPPORTEDINVERSION (line 12117) | pub const MCO_SELECTSERVER_MINIGAMENOTSUPPORTEDINVERSION: &str = constant MCO_SELECTSERVER_NOREALMS (line 12120) | pub const MCO_SELECTSERVER_NOREALMS: &str = "mco.selectServer.noRealms"; constant MCO_SELECTSERVER_NOTE (line 12122) | pub const MCO_SELECTSERVER_NOTE: &str = "mco.selectServer.note"; constant MCO_SELECTSERVER_OPEN (line 12124) | pub const MCO_SELECTSERVER_OPEN: &str = "mco.selectServer.open"; constant MCO_SELECTSERVER_OPENSERVER (line 12126) | pub const MCO_SELECTSERVER_OPENSERVER: &str = "mco.selectServer.openserv... constant MCO_SELECTSERVER_PLAY (line 12128) | pub const MCO_SELECTSERVER_PLAY: &str = "mco.selectServer.play"; constant MCO_SELECTSERVER_POPUP (line 12130) | pub const MCO_SELECTSERVER_POPUP: &str = "mco.selectServer.popup"; constant MCO_SELECTSERVER_PURCHASE (line 12132) | pub const MCO_SELECTSERVER_PURCHASE: &str = "mco.selectServer.purchase"; constant MCO_SELECTSERVER_TRIAL (line 12134) | pub const MCO_SELECTSERVER_TRIAL: &str = "mco.selectServer.trial"; constant MCO_SELECTSERVER_UNINITIALIZED (line 12136) | pub const MCO_SELECTSERVER_UNINITIALIZED: &str = "mco.selectServer.unini... constant MCO_SNAPSHOT_CREATESNAPSHOTPOPUP_TEXT (line 12138) | pub const MCO_SNAPSHOT_CREATESNAPSHOTPOPUP_TEXT: &str = "mco.snapshot.cr... constant MCO_SNAPSHOT_CREATESNAPSHOTPOPUP_TITLE (line 12140) | pub const MCO_SNAPSHOT_CREATESNAPSHOTPOPUP_TITLE: &str = "mco.snapshot.c... constant MCO_SNAPSHOT_CREATING (line 12142) | pub const MCO_SNAPSHOT_CREATING: &str = "mco.snapshot.creating"; constant MCO_SNAPSHOT_DESCRIPTION (line 12144) | pub const MCO_SNAPSHOT_DESCRIPTION: &str = "mco.snapshot.description"; constant MCO_SNAPSHOT_FRIENDSREALM_DOWNGRADE (line 12146) | pub const MCO_SNAPSHOT_FRIENDSREALM_DOWNGRADE: &str = "mco.snapshot.frie... constant MCO_SNAPSHOT_FRIENDSREALM_UPGRADE (line 12148) | pub const MCO_SNAPSHOT_FRIENDSREALM_UPGRADE: &str = "mco.snapshot.friend... constant MCO_SNAPSHOT_PAIRED (line 12150) | pub const MCO_SNAPSHOT_PAIRED: &str = "mco.snapshot.paired"; constant MCO_SNAPSHOT_PARENT_TOOLTIP (line 12152) | pub const MCO_SNAPSHOT_PARENT_TOOLTIP: &str = "mco.snapshot.parent.toolt... constant MCO_SNAPSHOT_START (line 12154) | pub const MCO_SNAPSHOT_START: &str = "mco.snapshot.start"; constant MCO_SNAPSHOT_SUBSCRIPTION_INFO (line 12156) | pub const MCO_SNAPSHOT_SUBSCRIPTION_INFO: &str = "mco.snapshot.subscript... constant MCO_SNAPSHOT_TOOLTIP (line 12158) | pub const MCO_SNAPSHOT_TOOLTIP: &str = "mco.snapshot.tooltip"; constant MCO_SNAPSHOTREALMSPOPUP_MESSAGE (line 12160) | pub const MCO_SNAPSHOTREALMSPOPUP_MESSAGE: &str = "mco.snapshotRealmsPop... constant MCO_SNAPSHOTREALMSPOPUP_TITLE (line 12162) | pub const MCO_SNAPSHOTREALMSPOPUP_TITLE: &str = "mco.snapshotRealmsPopup... constant MCO_SNAPSHOTREALMSPOPUP_URLTEXT (line 12164) | pub const MCO_SNAPSHOTREALMSPOPUP_URLTEXT: &str = "mco.snapshotRealmsPop... constant MCO_TEMPLATE_BUTTON_PUBLISHER (line 12166) | pub const MCO_TEMPLATE_BUTTON_PUBLISHER: &str = "mco.template.button.pub... constant MCO_TEMPLATE_BUTTON_SELECT (line 12168) | pub const MCO_TEMPLATE_BUTTON_SELECT: &str = "mco.template.button.select"; constant MCO_TEMPLATE_BUTTON_TRAILER (line 12170) | pub const MCO_TEMPLATE_BUTTON_TRAILER: &str = "mco.template.button.trail... constant MCO_TEMPLATE_DEFAULT_NAME (line 12172) | pub const MCO_TEMPLATE_DEFAULT_NAME: &str = "mco.template.default.name"; constant MCO_TEMPLATE_INFO_TOOLTIP (line 12174) | pub const MCO_TEMPLATE_INFO_TOOLTIP: &str = "mco.template.info.tooltip"; constant MCO_TEMPLATE_NAME (line 12176) | pub const MCO_TEMPLATE_NAME: &str = "mco.template.name"; constant MCO_TEMPLATE_SELECT_FAILURE (line 12178) | pub const MCO_TEMPLATE_SELECT_FAILURE: &str = "mco.template.select.failu... constant MCO_TEMPLATE_SELECT_NARRATE_AUTHORS (line 12180) | pub const MCO_TEMPLATE_SELECT_NARRATE_AUTHORS: &str = "mco.template.sele... constant MCO_TEMPLATE_SELECT_NARRATE_VERSION (line 12182) | pub const MCO_TEMPLATE_SELECT_NARRATE_VERSION: &str = "mco.template.sele... constant MCO_TEMPLATE_SELECT_NONE (line 12184) | pub const MCO_TEMPLATE_SELECT_NONE: &str = "mco.template.select.none"; constant MCO_TEMPLATE_SELECT_NONE_LINKTITLE (line 12186) | pub const MCO_TEMPLATE_SELECT_NONE_LINKTITLE: &str = "mco.template.selec... constant MCO_TEMPLATE_TITLE (line 12188) | pub const MCO_TEMPLATE_TITLE: &str = "mco.template.title"; constant MCO_TEMPLATE_TITLE_MINIGAME (line 12190) | pub const MCO_TEMPLATE_TITLE_MINIGAME: &str = "mco.template.title.miniga... constant MCO_TEMPLATE_TRAILER_TOOLTIP (line 12192) | pub const MCO_TEMPLATE_TRAILER_TOOLTIP: &str = "mco.template.trailer.too... constant MCO_TERMS_BUTTONS_AGREE (line 12194) | pub const MCO_TERMS_BUTTONS_AGREE: &str = "mco.terms.buttons.agree"; constant MCO_TERMS_BUTTONS_DISAGREE (line 12196) | pub const MCO_TERMS_BUTTONS_DISAGREE: &str = "mco.terms.buttons.disagree"; constant MCO_TERMS_SENTENCE_1 (line 12198) | pub const MCO_TERMS_SENTENCE_1: &str = "mco.terms.sentence.1"; constant MCO_TERMS_SENTENCE_2 (line 12200) | pub const MCO_TERMS_SENTENCE_2: &str = "mco.terms.sentence.2"; constant MCO_TERMS_TITLE (line 12202) | pub const MCO_TERMS_TITLE: &str = "mco.terms.title"; constant MCO_TIME_DAYSAGO (line 12204) | pub const MCO_TIME_DAYSAGO: &str = "mco.time.daysAgo"; constant MCO_TIME_HOURSAGO (line 12206) | pub const MCO_TIME_HOURSAGO: &str = "mco.time.hoursAgo"; constant MCO_TIME_MINUTESAGO (line 12208) | pub const MCO_TIME_MINUTESAGO: &str = "mco.time.minutesAgo"; constant MCO_TIME_NOW (line 12210) | pub const MCO_TIME_NOW: &str = "mco.time.now"; constant MCO_TIME_SECONDSAGO (line 12212) | pub const MCO_TIME_SECONDSAGO: &str = "mco.time.secondsAgo"; constant MCO_TRIAL_MESSAGE_LINE1 (line 12214) | pub const MCO_TRIAL_MESSAGE_LINE1: &str = "mco.trial.message.line1"; constant MCO_TRIAL_MESSAGE_LINE2 (line 12216) | pub const MCO_TRIAL_MESSAGE_LINE2: &str = "mco.trial.message.line2"; constant MCO_UPLOAD_BUTTON_NAME (line 12218) | pub const MCO_UPLOAD_BUTTON_NAME: &str = "mco.upload.button.name"; constant MCO_UPLOAD_CANCELLED (line 12220) | pub const MCO_UPLOAD_CANCELLED: &str = "mco.upload.cancelled"; constant MCO_UPLOAD_CLOSE_FAILURE (line 12222) | pub const MCO_UPLOAD_CLOSE_FAILURE: &str = "mco.upload.close.failure"; constant MCO_UPLOAD_DONE (line 12224) | pub const MCO_UPLOAD_DONE: &str = "mco.upload.done"; constant MCO_UPLOAD_ENTRY_CHEATS (line 12226) | pub const MCO_UPLOAD_ENTRY_CHEATS: &str = "mco.upload.entry.cheats"; constant MCO_UPLOAD_ENTRY_COMMANDS (line 12228) | pub const MCO_UPLOAD_ENTRY_COMMANDS: &str = "mco.upload.entry.commands"; constant MCO_UPLOAD_ENTRY_ID (line 12230) | pub const MCO_UPLOAD_ENTRY_ID: &str = "mco.upload.entry.id"; constant MCO_UPLOAD_FAILED (line 12232) | pub const MCO_UPLOAD_FAILED: &str = "mco.upload.failed"; constant MCO_UPLOAD_FAILED_TOO_BIG_DESCRIPTION (line 12234) | pub const MCO_UPLOAD_FAILED_TOO_BIG_DESCRIPTION: &str = "mco.upload.fail... constant MCO_UPLOAD_FAILED_TOO_BIG_TITLE (line 12236) | pub const MCO_UPLOAD_FAILED_TOO_BIG_TITLE: &str = "mco.upload.failed.too... constant MCO_UPLOAD_HARDCORE (line 12238) | pub const MCO_UPLOAD_HARDCORE: &str = "mco.upload.hardcore"; constant MCO_UPLOAD_PERCENT (line 12240) | pub const MCO_UPLOAD_PERCENT: &str = "mco.upload.percent"; constant MCO_UPLOAD_PREPARING (line 12242) | pub const MCO_UPLOAD_PREPARING: &str = "mco.upload.preparing"; constant MCO_UPLOAD_SELECT_WORLD_NONE (line 12244) | pub const MCO_UPLOAD_SELECT_WORLD_NONE: &str = "mco.upload.select.world.... constant MCO_UPLOAD_SELECT_WORLD_SUBTITLE (line 12246) | pub const MCO_UPLOAD_SELECT_WORLD_SUBTITLE: &str = "mco.upload.select.wo... constant MCO_UPLOAD_SELECT_WORLD_TITLE (line 12248) | pub const MCO_UPLOAD_SELECT_WORLD_TITLE: &str = "mco.upload.select.world... constant MCO_UPLOAD_SIZE_FAILURE_LINE1 (line 12250) | pub const MCO_UPLOAD_SIZE_FAILURE_LINE1: &str = "mco.upload.size.failure... constant MCO_UPLOAD_SIZE_FAILURE_LINE2 (line 12252) | pub const MCO_UPLOAD_SIZE_FAILURE_LINE2: &str = "mco.upload.size.failure... constant MCO_UPLOAD_UPLOADING (line 12254) | pub const MCO_UPLOAD_UPLOADING: &str = "mco.upload.uploading"; constant MCO_UPLOAD_VERIFYING (line 12256) | pub const MCO_UPLOAD_VERIFYING: &str = "mco.upload.verifying"; constant MCO_VERSION (line 12258) | pub const MCO_VERSION: &str = "mco.version"; constant MCO_WARNING (line 12260) | pub const MCO_WARNING: &str = "mco.warning"; constant MCO_WORLDSLOT_MINIGAME (line 12262) | pub const MCO_WORLDSLOT_MINIGAME: &str = "mco.worldSlot.minigame"; constant MENU_CUSTOM_OPTIONS (line 12264) | pub const MENU_CUSTOM_OPTIONS: &str = "menu.custom_options"; constant MENU_CUSTOM_OPTIONS_TITLE (line 12266) | pub const MENU_CUSTOM_OPTIONS_TITLE: &str = "menu.custom_options.title"; constant MENU_CUSTOM_OPTIONS_TOOLTIP (line 12268) | pub const MENU_CUSTOM_OPTIONS_TOOLTIP: &str = "menu.custom_options.toolt... constant MENU_CUSTOM_SCREEN_INFO_BUTTON_NARRATION (line 12270) | pub const MENU_CUSTOM_SCREEN_INFO_BUTTON_NARRATION: &str = constant MENU_CUSTOM_SCREEN_INFO_CONTENTS (line 12273) | pub const MENU_CUSTOM_SCREEN_INFO_CONTENTS: &str = "menu.custom_screen_i... constant MENU_CUSTOM_SCREEN_INFO_DISCONNECT (line 12275) | pub const MENU_CUSTOM_SCREEN_INFO_DISCONNECT: &str = "menu.custom_screen... constant MENU_CUSTOM_SCREEN_INFO_TITLE (line 12277) | pub const MENU_CUSTOM_SCREEN_INFO_TITLE: &str = "menu.custom_screen_info... constant MENU_CUSTOM_SCREEN_INFO_TOOLTIP (line 12279) | pub const MENU_CUSTOM_SCREEN_INFO_TOOLTIP: &str = "menu.custom_screen_in... constant MENU_DISCONNECT (line 12281) | pub const MENU_DISCONNECT: &str = "menu.disconnect"; constant MENU_FEEDBACK (line 12283) | pub const MENU_FEEDBACK: &str = "menu.feedback"; constant MENU_FEEDBACK_TITLE (line 12285) | pub const MENU_FEEDBACK_TITLE: &str = "menu.feedback.title"; constant MENU_GAME (line 12287) | pub const MENU_GAME: &str = "menu.game"; constant MENU_MODDED (line 12289) | pub const MENU_MODDED: &str = "menu.modded"; constant MENU_MULTIPLAYER (line 12291) | pub const MENU_MULTIPLAYER: &str = "menu.multiplayer"; constant MENU_ONLINE (line 12293) | pub const MENU_ONLINE: &str = "menu.online"; constant MENU_OPTIONS (line 12295) | pub const MENU_OPTIONS: &str = "menu.options"; constant MENU_PAUSED (line 12297) | pub const MENU_PAUSED: &str = "menu.paused"; constant MENU_PLAYDEMO (line 12299) | pub const MENU_PLAYDEMO: &str = "menu.playdemo"; constant MENU_PLAYERREPORTING (line 12301) | pub const MENU_PLAYERREPORTING: &str = "menu.playerReporting"; constant MENU_PREPARINGSPAWN (line 12303) | pub const MENU_PREPARINGSPAWN: &str = "menu.preparingSpawn"; constant MENU_QUICK_ACTIONS (line 12305) | pub const MENU_QUICK_ACTIONS: &str = "menu.quick_actions"; constant MENU_QUICK_ACTIONS_TITLE (line 12307) | pub const MENU_QUICK_ACTIONS_TITLE: &str = "menu.quick_actions.title"; constant MENU_QUIT (line 12309) | pub const MENU_QUIT: &str = "menu.quit"; constant MENU_REPORTBUGS (line 12311) | pub const MENU_REPORTBUGS: &str = "menu.reportBugs"; constant MENU_RESETDEMO (line 12313) | pub const MENU_RESETDEMO: &str = "menu.resetdemo"; constant MENU_RETURNTOGAME (line 12315) | pub const MENU_RETURNTOGAME: &str = "menu.returnToGame"; constant MENU_RETURNTOMENU (line 12317) | pub const MENU_RETURNTOMENU: &str = "menu.returnToMenu"; constant MENU_SAVINGCHUNKS (line 12319) | pub const MENU_SAVINGCHUNKS: &str = "menu.savingChunks"; constant MENU_SAVINGLEVEL (line 12321) | pub const MENU_SAVINGLEVEL: &str = "menu.savingLevel"; constant MENU_SENDFEEDBACK (line 12323) | pub const MENU_SENDFEEDBACK: &str = "menu.sendFeedback"; constant MENU_SERVER_LINKS (line 12325) | pub const MENU_SERVER_LINKS: &str = "menu.server_links"; constant MENU_SERVER_LINKS_TITLE (line 12327) | pub const MENU_SERVER_LINKS_TITLE: &str = "menu.server_links.title"; constant MENU_SHARETOLAN (line 12329) | pub const MENU_SHARETOLAN: &str = "menu.shareToLan"; constant MENU_SINGLEPLAYER (line 12331) | pub const MENU_SINGLEPLAYER: &str = "menu.singleplayer"; constant MENU_WORKING (line 12333) | pub const MENU_WORKING: &str = "menu.working"; constant MERCHANT_DEPRECATED (line 12335) | pub const MERCHANT_DEPRECATED: &str = "merchant.deprecated"; constant MERCHANT_LEVEL_1 (line 12337) | pub const MERCHANT_LEVEL_1: &str = "merchant.level.1"; constant MERCHANT_LEVEL_2 (line 12339) | pub const MERCHANT_LEVEL_2: &str = "merchant.level.2"; constant MERCHANT_LEVEL_3 (line 12341) | pub const MERCHANT_LEVEL_3: &str = "merchant.level.3"; constant MERCHANT_LEVEL_4 (line 12343) | pub const MERCHANT_LEVEL_4: &str = "merchant.level.4"; constant MERCHANT_LEVEL_5 (line 12345) | pub const MERCHANT_LEVEL_5: &str = "merchant.level.5"; constant MERCHANT_TITLE (line 12347) | pub const MERCHANT_TITLE: &str = "merchant.title"; constant MERCHANT_TRADES (line 12349) | pub const MERCHANT_TRADES: &str = "merchant.trades"; constant MIRROR_FRONT_BACK (line 12351) | pub const MIRROR_FRONT_BACK: &str = "mirror.front_back"; constant MIRROR_LEFT_RIGHT (line 12353) | pub const MIRROR_LEFT_RIGHT: &str = "mirror.left_right"; constant MIRROR_NONE (line 12355) | pub const MIRROR_NONE: &str = "mirror.none"; constant MOUNT_ONBOARD (line 12357) | pub const MOUNT_ONBOARD: &str = "mount.onboard"; constant MULTIPLAYER_APPLYINGPACK (line 12359) | pub const MULTIPLAYER_APPLYINGPACK: &str = "multiplayer.applyingPack"; constant MULTIPLAYER_CODEOFCONDUCT_CHECK (line 12361) | pub const MULTIPLAYER_CODEOFCONDUCT_CHECK: &str = "multiplayer.codeOfCon... constant MULTIPLAYER_CODEOFCONDUCT_TITLE (line 12363) | pub const MULTIPLAYER_CODEOFCONDUCT_TITLE: &str = "multiplayer.codeOfCon... constant MULTIPLAYER_CONFIRM_COMMAND_PARSE_ERRORS (line 12365) | pub const MULTIPLAYER_CONFIRM_COMMAND_PARSE_ERRORS: &str = constant MULTIPLAYER_CONFIRM_COMMAND_PERMISSIONS_REQUIRED (line 12368) | pub const MULTIPLAYER_CONFIRM_COMMAND_PERMISSIONS_REQUIRED: &str = constant MULTIPLAYER_CONFIRM_COMMAND_RUN_COMMAND (line 12371) | pub const MULTIPLAYER_CONFIRM_COMMAND_RUN_COMMAND: &str = "multiplayer.c... constant MULTIPLAYER_CONFIRM_COMMAND_SIGNATURE_REQUIRED (line 12373) | pub const MULTIPLAYER_CONFIRM_COMMAND_SIGNATURE_REQUIRED: &str = constant MULTIPLAYER_CONFIRM_COMMAND_SUGGEST_COMMAND (line 12376) | pub const MULTIPLAYER_CONFIRM_COMMAND_SUGGEST_COMMAND: &str = constant MULTIPLAYER_CONFIRM_COMMAND_TITLE (line 12379) | pub const MULTIPLAYER_CONFIRM_COMMAND_TITLE: &str = "multiplayer.confirm... constant MULTIPLAYER_DISCONNECT_AUTHSERVERS_DOWN (line 12381) | pub const MULTIPLAYER_DISCONNECT_AUTHSERVERS_DOWN: &str = "multiplayer.d... constant MULTIPLAYER_DISCONNECT_BAD_CHAT_INDEX (line 12383) | pub const MULTIPLAYER_DISCONNECT_BAD_CHAT_INDEX: &str = "multiplayer.dis... constant MULTIPLAYER_DISCONNECT_BANNED (line 12385) | pub const MULTIPLAYER_DISCONNECT_BANNED: &str = "multiplayer.disconnect.... constant MULTIPLAYER_DISCONNECT_BANNED_EXPIRATION (line 12387) | pub const MULTIPLAYER_DISCONNECT_BANNED_EXPIRATION: &str = constant MULTIPLAYER_DISCONNECT_BANNED_REASON (line 12390) | pub const MULTIPLAYER_DISCONNECT_BANNED_REASON: &str = "multiplayer.disc... constant MULTIPLAYER_DISCONNECT_BANNED_REASON_DEFAULT (line 12392) | pub const MULTIPLAYER_DISCONNECT_BANNED_REASON_DEFAULT: &str = constant MULTIPLAYER_DISCONNECT_BANNED_IP_EXPIRATION (line 12395) | pub const MULTIPLAYER_DISCONNECT_BANNED_IP_EXPIRATION: &str = constant MULTIPLAYER_DISCONNECT_BANNED_IP_REASON (line 12398) | pub const MULTIPLAYER_DISCONNECT_BANNED_IP_REASON: &str = "multiplayer.d... constant MULTIPLAYER_DISCONNECT_CHAT_VALIDATION_FAILED (line 12400) | pub const MULTIPLAYER_DISCONNECT_CHAT_VALIDATION_FAILED: &str = constant MULTIPLAYER_DISCONNECT_CODE_OF_CONDUCT (line 12403) | pub const MULTIPLAYER_DISCONNECT_CODE_OF_CONDUCT: &str = "multiplayer.di... constant MULTIPLAYER_DISCONNECT_CONFIGURATION_ERROR (line 12405) | pub const MULTIPLAYER_DISCONNECT_CONFIGURATION_ERROR: &str = constant MULTIPLAYER_DISCONNECT_DUPLICATE_LOGIN (line 12408) | pub const MULTIPLAYER_DISCONNECT_DUPLICATE_LOGIN: &str = "multiplayer.di... constant MULTIPLAYER_DISCONNECT_EXPIRED_PUBLIC_KEY (line 12410) | pub const MULTIPLAYER_DISCONNECT_EXPIRED_PUBLIC_KEY: &str = constant MULTIPLAYER_DISCONNECT_FLYING (line 12413) | pub const MULTIPLAYER_DISCONNECT_FLYING: &str = "multiplayer.disconnect.... constant MULTIPLAYER_DISCONNECT_GENERIC (line 12415) | pub const MULTIPLAYER_DISCONNECT_GENERIC: &str = "multiplayer.disconnect... constant MULTIPLAYER_DISCONNECT_IDLING (line 12417) | pub const MULTIPLAYER_DISCONNECT_IDLING: &str = "multiplayer.disconnect.... constant MULTIPLAYER_DISCONNECT_ILLEGAL_CHARACTERS (line 12419) | pub const MULTIPLAYER_DISCONNECT_ILLEGAL_CHARACTERS: &str = constant MULTIPLAYER_DISCONNECT_INCOMPATIBLE (line 12422) | pub const MULTIPLAYER_DISCONNECT_INCOMPATIBLE: &str = "multiplayer.disco... constant MULTIPLAYER_DISCONNECT_INVALID_ENTITY_ATTACKED (line 12424) | pub const MULTIPLAYER_DISCONNECT_INVALID_ENTITY_ATTACKED: &str = constant MULTIPLAYER_DISCONNECT_INVALID_PACKET (line 12427) | pub const MULTIPLAYER_DISCONNECT_INVALID_PACKET: &str = "multiplayer.dis... constant MULTIPLAYER_DISCONNECT_INVALID_PLAYER_DATA (line 12429) | pub const MULTIPLAYER_DISCONNECT_INVALID_PLAYER_DATA: &str = constant MULTIPLAYER_DISCONNECT_INVALID_PLAYER_MOVEMENT (line 12432) | pub const MULTIPLAYER_DISCONNECT_INVALID_PLAYER_MOVEMENT: &str = constant MULTIPLAYER_DISCONNECT_INVALID_PUBLIC_KEY_SIGNATURE (line 12435) | pub const MULTIPLAYER_DISCONNECT_INVALID_PUBLIC_KEY_SIGNATURE: &str = constant MULTIPLAYER_DISCONNECT_INVALID_PUBLIC_KEY_SIGNATURE_NEW (line 12438) | pub const MULTIPLAYER_DISCONNECT_INVALID_PUBLIC_KEY_SIGNATURE_NEW: &str = constant MULTIPLAYER_DISCONNECT_INVALID_VEHICLE_MOVEMENT (line 12441) | pub const MULTIPLAYER_DISCONNECT_INVALID_VEHICLE_MOVEMENT: &str = constant MULTIPLAYER_DISCONNECT_IP_BANNED (line 12444) | pub const MULTIPLAYER_DISCONNECT_IP_BANNED: &str = "multiplayer.disconne... constant MULTIPLAYER_DISCONNECT_KICKED (line 12446) | pub const MULTIPLAYER_DISCONNECT_KICKED: &str = "multiplayer.disconnect.... constant MULTIPLAYER_DISCONNECT_MISSING_TAGS (line 12448) | pub const MULTIPLAYER_DISCONNECT_MISSING_TAGS: &str = "multiplayer.disco... constant MULTIPLAYER_DISCONNECT_NAME_TAKEN (line 12450) | pub const MULTIPLAYER_DISCONNECT_NAME_TAKEN: &str = "multiplayer.disconn... constant MULTIPLAYER_DISCONNECT_NOT_WHITELISTED (line 12452) | pub const MULTIPLAYER_DISCONNECT_NOT_WHITELISTED: &str = "multiplayer.di... constant MULTIPLAYER_DISCONNECT_OUT_OF_ORDER_CHAT (line 12454) | pub const MULTIPLAYER_DISCONNECT_OUT_OF_ORDER_CHAT: &str = constant MULTIPLAYER_DISCONNECT_OUTDATED_CLIENT (line 12457) | pub const MULTIPLAYER_DISCONNECT_OUTDATED_CLIENT: &str = "multiplayer.di... constant MULTIPLAYER_DISCONNECT_OUTDATED_SERVER (line 12459) | pub const MULTIPLAYER_DISCONNECT_OUTDATED_SERVER: &str = "multiplayer.di... constant MULTIPLAYER_DISCONNECT_SERVER_FULL (line 12461) | pub const MULTIPLAYER_DISCONNECT_SERVER_FULL: &str = "multiplayer.discon... constant MULTIPLAYER_DISCONNECT_SERVER_SHUTDOWN (line 12463) | pub const MULTIPLAYER_DISCONNECT_SERVER_SHUTDOWN: &str = "multiplayer.di... constant MULTIPLAYER_DISCONNECT_SLOW_LOGIN (line 12465) | pub const MULTIPLAYER_DISCONNECT_SLOW_LOGIN: &str = "multiplayer.disconn... constant MULTIPLAYER_DISCONNECT_TOO_MANY_PENDING_CHATS (line 12467) | pub const MULTIPLAYER_DISCONNECT_TOO_MANY_PENDING_CHATS: &str = constant MULTIPLAYER_DISCONNECT_TRANSFERS_DISABLED (line 12470) | pub const MULTIPLAYER_DISCONNECT_TRANSFERS_DISABLED: &str = constant MULTIPLAYER_DISCONNECT_UNEXPECTED_QUERY_RESPONSE (line 12473) | pub const MULTIPLAYER_DISCONNECT_UNEXPECTED_QUERY_RESPONSE: &str = constant MULTIPLAYER_DISCONNECT_UNSIGNED_CHAT (line 12476) | pub const MULTIPLAYER_DISCONNECT_UNSIGNED_CHAT: &str = "multiplayer.disc... constant MULTIPLAYER_DISCONNECT_UNVERIFIED_USERNAME (line 12478) | pub const MULTIPLAYER_DISCONNECT_UNVERIFIED_USERNAME: &str = constant MULTIPLAYER_DOWNLOADINGSTATS (line 12481) | pub const MULTIPLAYER_DOWNLOADINGSTATS: &str = "multiplayer.downloadingS... constant MULTIPLAYER_DOWNLOADINGTERRAIN (line 12483) | pub const MULTIPLAYER_DOWNLOADINGTERRAIN: &str = "multiplayer.downloadin... constant MULTIPLAYER_LAN_SERVER_FOUND (line 12485) | pub const MULTIPLAYER_LAN_SERVER_FOUND: &str = "multiplayer.lan.server_f... constant MULTIPLAYER_MESSAGE_NOT_DELIVERED (line 12487) | pub const MULTIPLAYER_MESSAGE_NOT_DELIVERED: &str = "multiplayer.message... constant MULTIPLAYER_PLAYER_JOINED (line 12489) | pub const MULTIPLAYER_PLAYER_JOINED: &str = "multiplayer.player.joined"; constant MULTIPLAYER_PLAYER_JOINED_RENAMED (line 12491) | pub const MULTIPLAYER_PLAYER_JOINED_RENAMED: &str = "multiplayer.player.... constant MULTIPLAYER_PLAYER_LEFT (line 12493) | pub const MULTIPLAYER_PLAYER_LEFT: &str = "multiplayer.player.left"; constant MULTIPLAYER_PLAYER_LIST_HP (line 12495) | pub const MULTIPLAYER_PLAYER_LIST_HP: &str = "multiplayer.player.list.hp"; constant MULTIPLAYER_PLAYER_LIST_NARRATION (line 12497) | pub const MULTIPLAYER_PLAYER_LIST_NARRATION: &str = "multiplayer.player.... constant MULTIPLAYER_REQUIREDTEXTUREPROMPT_DISCONNECT (line 12499) | pub const MULTIPLAYER_REQUIREDTEXTUREPROMPT_DISCONNECT: &str = constant MULTIPLAYER_REQUIREDTEXTUREPROMPT_LINE1 (line 12502) | pub const MULTIPLAYER_REQUIREDTEXTUREPROMPT_LINE1: &str = "multiplayer.r... constant MULTIPLAYER_REQUIREDTEXTUREPROMPT_LINE2 (line 12504) | pub const MULTIPLAYER_REQUIREDTEXTUREPROMPT_LINE2: &str = "multiplayer.r... constant MULTIPLAYER_SOCIALINTERACTIONS_NOT_AVAILABLE (line 12506) | pub const MULTIPLAYER_SOCIALINTERACTIONS_NOT_AVAILABLE: &str = constant MULTIPLAYER_STATUS_AND_MORE (line 12509) | pub const MULTIPLAYER_STATUS_AND_MORE: &str = "multiplayer.status.and_mo... constant MULTIPLAYER_STATUS_ANONYMOUS_PLAYER (line 12511) | pub const MULTIPLAYER_STATUS_ANONYMOUS_PLAYER: &str = "multiplayer.statu... constant MULTIPLAYER_STATUS_CANCELLED (line 12513) | pub const MULTIPLAYER_STATUS_CANCELLED: &str = "multiplayer.status.cance... constant MULTIPLAYER_STATUS_CANNOT_CONNECT (line 12515) | pub const MULTIPLAYER_STATUS_CANNOT_CONNECT: &str = "multiplayer.status.... constant MULTIPLAYER_STATUS_CANNOT_RESOLVE (line 12517) | pub const MULTIPLAYER_STATUS_CANNOT_RESOLVE: &str = "multiplayer.status.... constant MULTIPLAYER_STATUS_FINISHED (line 12519) | pub const MULTIPLAYER_STATUS_FINISHED: &str = "multiplayer.status.finish... constant MULTIPLAYER_STATUS_INCOMPATIBLE (line 12521) | pub const MULTIPLAYER_STATUS_INCOMPATIBLE: &str = "multiplayer.status.in... constant MULTIPLAYER_STATUS_MOTD_NARRATION (line 12523) | pub const MULTIPLAYER_STATUS_MOTD_NARRATION: &str = "multiplayer.status.... constant MULTIPLAYER_STATUS_NO_CONNECTION (line 12525) | pub const MULTIPLAYER_STATUS_NO_CONNECTION: &str = "multiplayer.status.n... constant MULTIPLAYER_STATUS_OLD (line 12527) | pub const MULTIPLAYER_STATUS_OLD: &str = "multiplayer.status.old"; constant MULTIPLAYER_STATUS_ONLINE (line 12529) | pub const MULTIPLAYER_STATUS_ONLINE: &str = "multiplayer.status.online"; constant MULTIPLAYER_STATUS_PING (line 12531) | pub const MULTIPLAYER_STATUS_PING: &str = "multiplayer.status.ping"; constant MULTIPLAYER_STATUS_PING_NARRATION (line 12533) | pub const MULTIPLAYER_STATUS_PING_NARRATION: &str = "multiplayer.status.... constant MULTIPLAYER_STATUS_PINGING (line 12535) | pub const MULTIPLAYER_STATUS_PINGING: &str = "multiplayer.status.pinging"; constant MULTIPLAYER_STATUS_PLAYER_COUNT (line 12537) | pub const MULTIPLAYER_STATUS_PLAYER_COUNT: &str = "multiplayer.status.pl... constant MULTIPLAYER_STATUS_PLAYER_COUNT_NARRATION (line 12539) | pub const MULTIPLAYER_STATUS_PLAYER_COUNT_NARRATION: &str = constant MULTIPLAYER_STATUS_QUITTING (line 12542) | pub const MULTIPLAYER_STATUS_QUITTING: &str = "multiplayer.status.quitti... constant MULTIPLAYER_STATUS_REQUEST_HANDLED (line 12544) | pub const MULTIPLAYER_STATUS_REQUEST_HANDLED: &str = "multiplayer.status... constant MULTIPLAYER_STATUS_UNKNOWN (line 12546) | pub const MULTIPLAYER_STATUS_UNKNOWN: &str = "multiplayer.status.unknown"; constant MULTIPLAYER_STATUS_UNREQUESTED (line 12548) | pub const MULTIPLAYER_STATUS_UNREQUESTED: &str = "multiplayer.status.unr... constant MULTIPLAYER_STATUS_VERSION_NARRATION (line 12550) | pub const MULTIPLAYER_STATUS_VERSION_NARRATION: &str = "multiplayer.stat... constant MULTIPLAYER_STOPSLEEPING (line 12552) | pub const MULTIPLAYER_STOPSLEEPING: &str = "multiplayer.stopSleeping"; constant MULTIPLAYER_TEXTUREPROMPT_FAILURE_LINE1 (line 12554) | pub const MULTIPLAYER_TEXTUREPROMPT_FAILURE_LINE1: &str = "multiplayer.t... constant MULTIPLAYER_TEXTUREPROMPT_FAILURE_LINE2 (line 12556) | pub const MULTIPLAYER_TEXTUREPROMPT_FAILURE_LINE2: &str = "multiplayer.t... constant MULTIPLAYER_TEXTUREPROMPT_LINE1 (line 12558) | pub const MULTIPLAYER_TEXTUREPROMPT_LINE1: &str = "multiplayer.texturePr... constant MULTIPLAYER_TEXTUREPROMPT_LINE2 (line 12560) | pub const MULTIPLAYER_TEXTUREPROMPT_LINE2: &str = "multiplayer.texturePr... constant MULTIPLAYER_TEXTUREPROMPT_SERVERPROMPT (line 12562) | pub const MULTIPLAYER_TEXTUREPROMPT_SERVERPROMPT: &str = "multiplayer.te... constant MULTIPLAYER_TITLE (line 12564) | pub const MULTIPLAYER_TITLE: &str = "multiplayer.title"; constant MULTIPLAYER_UNSECURESERVER_TOAST (line 12566) | pub const MULTIPLAYER_UNSECURESERVER_TOAST: &str = "multiplayer.unsecure... constant MULTIPLAYER_UNSECURESERVER_TOAST_TITLE (line 12568) | pub const MULTIPLAYER_UNSECURESERVER_TOAST_TITLE: &str = "multiplayer.un... constant MULTIPLAYERWARNING_CHECK (line 12570) | pub const MULTIPLAYERWARNING_CHECK: &str = "multiplayerWarning.check"; constant MULTIPLAYERWARNING_HEADER (line 12572) | pub const MULTIPLAYERWARNING_HEADER: &str = "multiplayerWarning.header"; constant MULTIPLAYERWARNING_MESSAGE (line 12574) | pub const MULTIPLAYERWARNING_MESSAGE: &str = "multiplayerWarning.message"; constant MUSIC_GAME_A_FAMILIAR_ROOM (line 12576) | pub const MUSIC_GAME_A_FAMILIAR_ROOM: &str = "music.game.a_familiar_room"; constant MUSIC_GAME_AN_ORDINARY_DAY (line 12578) | pub const MUSIC_GAME_AN_ORDINARY_DAY: &str = "music.game.an_ordinary_day"; constant MUSIC_GAME_ANCESTRY (line 12580) | pub const MUSIC_GAME_ANCESTRY: &str = "music.game.ancestry"; constant MUSIC_GAME_BELOW_AND_ABOVE (line 12582) | pub const MUSIC_GAME_BELOW_AND_ABOVE: &str = "music.game.below_and_above"; constant MUSIC_GAME_BROKEN_CLOCKS (line 12584) | pub const MUSIC_GAME_BROKEN_CLOCKS: &str = "music.game.broken_clocks"; constant MUSIC_GAME_BROMELIAD (line 12586) | pub const MUSIC_GAME_BROMELIAD: &str = "music.game.bromeliad"; constant MUSIC_GAME_CLARK (line 12588) | pub const MUSIC_GAME_CLARK: &str = "music.game.clark"; constant MUSIC_GAME_COMFORTING_MEMORIES (line 12590) | pub const MUSIC_GAME_COMFORTING_MEMORIES: &str = "music.game.comforting_... constant MUSIC_GAME_CREATIVE_ARIA_MATH (line 12592) | pub const MUSIC_GAME_CREATIVE_ARIA_MATH: &str = "music.game.creative.ari... constant MUSIC_GAME_CREATIVE_BIOME_FEST (line 12594) | pub const MUSIC_GAME_CREATIVE_BIOME_FEST: &str = "music.game.creative.bi... constant MUSIC_GAME_CREATIVE_BLIND_SPOTS (line 12596) | pub const MUSIC_GAME_CREATIVE_BLIND_SPOTS: &str = "music.game.creative.b... constant MUSIC_GAME_CREATIVE_DREITON (line 12598) | pub const MUSIC_GAME_CREATIVE_DREITON: &str = "music.game.creative.dreit... constant MUSIC_GAME_CREATIVE_HAUNT_MUSKIE (line 12600) | pub const MUSIC_GAME_CREATIVE_HAUNT_MUSKIE: &str = "music.game.creative.... constant MUSIC_GAME_CREATIVE_TASWELL (line 12602) | pub const MUSIC_GAME_CREATIVE_TASWELL: &str = "music.game.creative.taswe... constant MUSIC_GAME_CRESCENT_DUNES (line 12604) | pub const MUSIC_GAME_CRESCENT_DUNES: &str = "music.game.crescent_dunes"; constant MUSIC_GAME_DANNY (line 12606) | pub const MUSIC_GAME_DANNY: &str = "music.game.danny"; constant MUSIC_GAME_DEEPER (line 12608) | pub const MUSIC_GAME_DEEPER: &str = "music.game.deeper"; constant MUSIC_GAME_DRY_HANDS (line 12610) | pub const MUSIC_GAME_DRY_HANDS: &str = "music.game.dry_hands"; constant MUSIC_GAME_ECHO_IN_THE_WIND (line 12612) | pub const MUSIC_GAME_ECHO_IN_THE_WIND: &str = "music.game.echo_in_the_wi... constant MUSIC_GAME_ELD_UNKNOWN (line 12614) | pub const MUSIC_GAME_ELD_UNKNOWN: &str = "music.game.eld_unknown"; constant MUSIC_GAME_END_ALPHA (line 12616) | pub const MUSIC_GAME_END_ALPHA: &str = "music.game.end.alpha"; constant MUSIC_GAME_END_BOSS (line 12618) | pub const MUSIC_GAME_END_BOSS: &str = "music.game.end.boss"; constant MUSIC_GAME_END_THE_END (line 12620) | pub const MUSIC_GAME_END_THE_END: &str = "music.game.end.the_end"; constant MUSIC_GAME_ENDLESS (line 12622) | pub const MUSIC_GAME_ENDLESS: &str = "music.game.endless"; constant MUSIC_GAME_FEATHERFALL (line 12624) | pub const MUSIC_GAME_FEATHERFALL: &str = "music.game.featherfall"; constant MUSIC_GAME_FIREFLIES (line 12626) | pub const MUSIC_GAME_FIREFLIES: &str = "music.game.fireflies"; constant MUSIC_GAME_FLOATING_DREAM (line 12628) | pub const MUSIC_GAME_FLOATING_DREAM: &str = "music.game.floating_dream"; constant MUSIC_GAME_HAGGSTROM (line 12630) | pub const MUSIC_GAME_HAGGSTROM: &str = "music.game.haggstrom"; constant MUSIC_GAME_INFINITE_AMETHYST (line 12632) | pub const MUSIC_GAME_INFINITE_AMETHYST: &str = "music.game.infinite_amet... constant MUSIC_GAME_KEY (line 12634) | pub const MUSIC_GAME_KEY: &str = "music.game.key"; constant MUSIC_GAME_KOMOREBI (line 12636) | pub const MUSIC_GAME_KOMOREBI: &str = "music.game.komorebi"; constant MUSIC_GAME_LEFT_TO_BLOOM (line 12638) | pub const MUSIC_GAME_LEFT_TO_BLOOM: &str = "music.game.left_to_bloom"; constant MUSIC_GAME_LILYPAD (line 12640) | pub const MUSIC_GAME_LILYPAD: &str = "music.game.lilypad"; constant MUSIC_GAME_LIVING_MICE (line 12642) | pub const MUSIC_GAME_LIVING_MICE: &str = "music.game.living_mice"; constant MUSIC_GAME_MICE_ON_VENUS (line 12644) | pub const MUSIC_GAME_MICE_ON_VENUS: &str = "music.game.mice_on_venus"; constant MUSIC_GAME_MINECRAFT (line 12646) | pub const MUSIC_GAME_MINECRAFT: &str = "music.game.minecraft"; constant MUSIC_GAME_NETHER_BALLAD_OF_THE_CATS (line 12648) | pub const MUSIC_GAME_NETHER_BALLAD_OF_THE_CATS: &str = "music.game.nethe... constant MUSIC_GAME_NETHER_CONCRETE_HALLS (line 12650) | pub const MUSIC_GAME_NETHER_CONCRETE_HALLS: &str = "music.game.nether.co... constant MUSIC_GAME_NETHER_CRIMSON_FOREST_CHRYSOPOEIA (line 12652) | pub const MUSIC_GAME_NETHER_CRIMSON_FOREST_CHRYSOPOEIA: &str = constant MUSIC_GAME_NETHER_DEAD_VOXEL (line 12655) | pub const MUSIC_GAME_NETHER_DEAD_VOXEL: &str = "music.game.nether.dead_v... constant MUSIC_GAME_NETHER_NETHER_WASTES_RUBEDO (line 12657) | pub const MUSIC_GAME_NETHER_NETHER_WASTES_RUBEDO: &str = "music.game.net... constant MUSIC_GAME_NETHER_SOULSAND_VALLEY_SO_BELOW (line 12659) | pub const MUSIC_GAME_NETHER_SOULSAND_VALLEY_SO_BELOW: &str = constant MUSIC_GAME_NETHER_WARMTH (line 12662) | pub const MUSIC_GAME_NETHER_WARMTH: &str = "music.game.nether.warmth"; constant MUSIC_GAME_ONE_MORE_DAY (line 12664) | pub const MUSIC_GAME_ONE_MORE_DAY: &str = "music.game.one_more_day"; constant MUSIC_GAME_OS_PIANO (line 12666) | pub const MUSIC_GAME_OS_PIANO: &str = "music.game.os_piano"; constant MUSIC_GAME_OXYGENE (line 12668) | pub const MUSIC_GAME_OXYGENE: &str = "music.game.oxygene"; constant MUSIC_GAME_POKOPOKO (line 12670) | pub const MUSIC_GAME_POKOPOKO: &str = "music.game.pokopoko"; constant MUSIC_GAME_PUZZLEBOX (line 12672) | pub const MUSIC_GAME_PUZZLEBOX: &str = "music.game.puzzlebox"; constant MUSIC_GAME_STAND_TALL (line 12674) | pub const MUSIC_GAME_STAND_TALL: &str = "music.game.stand_tall"; constant MUSIC_GAME_SUBWOOFER_LULLABY (line 12676) | pub const MUSIC_GAME_SUBWOOFER_LULLABY: &str = "music.game.subwoofer_lul... constant MUSIC_GAME_SWAMP_AERIE (line 12678) | pub const MUSIC_GAME_SWAMP_AERIE: &str = "music.game.swamp.aerie"; constant MUSIC_GAME_SWAMP_FIREBUGS (line 12680) | pub const MUSIC_GAME_SWAMP_FIREBUGS: &str = "music.game.swamp.firebugs"; constant MUSIC_GAME_SWAMP_LABYRINTHINE (line 12682) | pub const MUSIC_GAME_SWAMP_LABYRINTHINE: &str = "music.game.swamp.labyri... constant MUSIC_GAME_SWEDEN (line 12684) | pub const MUSIC_GAME_SWEDEN: &str = "music.game.sweden"; constant MUSIC_GAME_WATCHER (line 12686) | pub const MUSIC_GAME_WATCHER: &str = "music.game.watcher"; constant MUSIC_GAME_WATER_AXOLOTL (line 12688) | pub const MUSIC_GAME_WATER_AXOLOTL: &str = "music.game.water.axolotl"; constant MUSIC_GAME_WATER_DRAGON_FISH (line 12690) | pub const MUSIC_GAME_WATER_DRAGON_FISH: &str = "music.game.water.dragon_... constant MUSIC_GAME_WATER_SHUNIJI (line 12692) | pub const MUSIC_GAME_WATER_SHUNIJI: &str = "music.game.water.shuniji"; constant MUSIC_GAME_WENDING (line 12694) | pub const MUSIC_GAME_WENDING: &str = "music.game.wending"; constant MUSIC_GAME_WET_HANDS (line 12696) | pub const MUSIC_GAME_WET_HANDS: &str = "music.game.wet_hands"; constant MUSIC_GAME_YAKUSOKU (line 12698) | pub const MUSIC_GAME_YAKUSOKU: &str = "music.game.yakusoku"; constant MUSIC_MENU_BEGINNING_2 (line 12700) | pub const MUSIC_MENU_BEGINNING_2: &str = "music.menu.beginning_2"; constant MUSIC_MENU_FLOATING_TREES (line 12702) | pub const MUSIC_MENU_FLOATING_TREES: &str = "music.menu.floating_trees"; constant MUSIC_MENU_MOOG_CITY_2 (line 12704) | pub const MUSIC_MENU_MOOG_CITY_2: &str = "music.menu.moog_city_2"; constant MUSIC_MENU_MUTATION (line 12706) | pub const MUSIC_MENU_MUTATION: &str = "music.menu.mutation"; constant NARRATION_BUTTON (line 12708) | pub const NARRATION_BUTTON: &str = "narration.button"; constant NARRATION_BUTTON_USAGE_FOCUSED (line 12710) | pub const NARRATION_BUTTON_USAGE_FOCUSED: &str = "narration.button.usage... constant NARRATION_BUTTON_USAGE_HOVERED (line 12712) | pub const NARRATION_BUTTON_USAGE_HOVERED: &str = "narration.button.usage... constant NARRATION_CHECKBOX (line 12714) | pub const NARRATION_CHECKBOX: &str = "narration.checkbox"; constant NARRATION_CHECKBOX_USAGE_FOCUSED (line 12716) | pub const NARRATION_CHECKBOX_USAGE_FOCUSED: &str = "narration.checkbox.u... constant NARRATION_CHECKBOX_USAGE_FOCUSED_CHECK (line 12718) | pub const NARRATION_CHECKBOX_USAGE_FOCUSED_CHECK: &str = "narration.chec... constant NARRATION_CHECKBOX_USAGE_FOCUSED_UNCHECK (line 12720) | pub const NARRATION_CHECKBOX_USAGE_FOCUSED_UNCHECK: &str = constant NARRATION_CHECKBOX_USAGE_HOVERED (line 12723) | pub const NARRATION_CHECKBOX_USAGE_HOVERED: &str = "narration.checkbox.u... constant NARRATION_CHECKBOX_USAGE_HOVERED_CHECK (line 12725) | pub const NARRATION_CHECKBOX_USAGE_HOVERED_CHECK: &str = "narration.chec... constant NARRATION_CHECKBOX_USAGE_HOVERED_UNCHECK (line 12727) | pub const NARRATION_CHECKBOX_USAGE_HOVERED_UNCHECK: &str = constant NARRATION_COMPONENT_LIST_USAGE (line 12730) | pub const NARRATION_COMPONENT_LIST_USAGE: &str = "narration.component_li... constant NARRATION_CYCLE_BUTTON_USAGE_FOCUSED (line 12732) | pub const NARRATION_CYCLE_BUTTON_USAGE_FOCUSED: &str = "narration.cycle_... constant NARRATION_CYCLE_BUTTON_USAGE_HOVERED (line 12734) | pub const NARRATION_CYCLE_BUTTON_USAGE_HOVERED: &str = "narration.cycle_... constant NARRATION_EDIT_BOX (line 12736) | pub const NARRATION_EDIT_BOX: &str = "narration.edit_box"; constant NARRATION_ITEM (line 12738) | pub const NARRATION_ITEM: &str = "narration.item"; constant NARRATION_RECIPE (line 12740) | pub const NARRATION_RECIPE: &str = "narration.recipe"; constant NARRATION_RECIPE_USAGE (line 12742) | pub const NARRATION_RECIPE_USAGE: &str = "narration.recipe.usage"; constant NARRATION_RECIPE_USAGE_MORE (line 12744) | pub const NARRATION_RECIPE_USAGE_MORE: &str = "narration.recipe.usage.mo... constant NARRATION_SELECTION_USAGE (line 12746) | pub const NARRATION_SELECTION_USAGE: &str = "narration.selection.usage"; constant NARRATION_SLIDER_USAGE_FOCUSED (line 12748) | pub const NARRATION_SLIDER_USAGE_FOCUSED: &str = "narration.slider.usage... constant NARRATION_SLIDER_USAGE_FOCUSED_KEYBOARD_CANNOT_CHANGE_VALUE (line 12750) | pub const NARRATION_SLIDER_USAGE_FOCUSED_KEYBOARD_CANNOT_CHANGE_VALUE: &... constant NARRATION_SLIDER_USAGE_HOVERED (line 12753) | pub const NARRATION_SLIDER_USAGE_HOVERED: &str = "narration.slider.usage... constant NARRATION_SUGGESTION (line 12755) | pub const NARRATION_SUGGESTION: &str = "narration.suggestion"; constant NARRATION_SUGGESTION_TOOLTIP (line 12757) | pub const NARRATION_SUGGESTION_TOOLTIP: &str = "narration.suggestion.too... constant NARRATION_SUGGESTION_USAGE_CYCLE_FIXED (line 12759) | pub const NARRATION_SUGGESTION_USAGE_CYCLE_FIXED: &str = "narration.sugg... constant NARRATION_SUGGESTION_USAGE_CYCLE_HIDABLE (line 12761) | pub const NARRATION_SUGGESTION_USAGE_CYCLE_HIDABLE: &str = constant NARRATION_SUGGESTION_USAGE_FILL_FIXED (line 12764) | pub const NARRATION_SUGGESTION_USAGE_FILL_FIXED: &str = "narration.sugge... constant NARRATION_SUGGESTION_USAGE_FILL_HIDABLE (line 12766) | pub const NARRATION_SUGGESTION_USAGE_FILL_HIDABLE: &str = "narration.sug... constant NARRATION_TAB_NAVIGATION_USAGE (line 12768) | pub const NARRATION_TAB_NAVIGATION_USAGE: &str = "narration.tab_navigati... constant NARRATOR_BUTTON_ACCESSIBILITY (line 12770) | pub const NARRATOR_BUTTON_ACCESSIBILITY: &str = "narrator.button.accessi... constant NARRATOR_BUTTON_DIFFICULTY_LOCK (line 12772) | pub const NARRATOR_BUTTON_DIFFICULTY_LOCK: &str = "narrator.button.diffi... constant NARRATOR_BUTTON_DIFFICULTY_LOCK_LOCKED (line 12774) | pub const NARRATOR_BUTTON_DIFFICULTY_LOCK_LOCKED: &str = "narrator.butto... constant NARRATOR_BUTTON_DIFFICULTY_LOCK_UNLOCKED (line 12776) | pub const NARRATOR_BUTTON_DIFFICULTY_LOCK_UNLOCKED: &str = constant NARRATOR_BUTTON_LANGUAGE (line 12779) | pub const NARRATOR_BUTTON_LANGUAGE: &str = "narrator.button.language"; constant NARRATOR_CONTROLS_BOUND (line 12781) | pub const NARRATOR_CONTROLS_BOUND: &str = "narrator.controls.bound"; constant NARRATOR_CONTROLS_RESET (line 12783) | pub const NARRATOR_CONTROLS_RESET: &str = "narrator.controls.reset"; constant NARRATOR_CONTROLS_UNBOUND (line 12785) | pub const NARRATOR_CONTROLS_UNBOUND: &str = "narrator.controls.unbound"; constant NARRATOR_JOINING (line 12787) | pub const NARRATOR_JOINING: &str = "narrator.joining"; constant NARRATOR_LOADING (line 12789) | pub const NARRATOR_LOADING: &str = "narrator.loading"; constant NARRATOR_LOADING_DONE (line 12791) | pub const NARRATOR_LOADING_DONE: &str = "narrator.loading.done"; constant NARRATOR_POSITION_LIST (line 12793) | pub const NARRATOR_POSITION_LIST: &str = "narrator.position.list"; constant NARRATOR_POSITION_OBJECT_LIST (line 12795) | pub const NARRATOR_POSITION_OBJECT_LIST: &str = "narrator.position.objec... constant NARRATOR_POSITION_SCREEN (line 12797) | pub const NARRATOR_POSITION_SCREEN: &str = "narrator.position.screen"; constant NARRATOR_POSITION_TAB (line 12799) | pub const NARRATOR_POSITION_TAB: &str = "narrator.position.tab"; constant NARRATOR_READY_TO_PLAY (line 12801) | pub const NARRATOR_READY_TO_PLAY: &str = "narrator.ready_to_play"; constant NARRATOR_SCREEN_TITLE (line 12803) | pub const NARRATOR_SCREEN_TITLE: &str = "narrator.screen.title"; constant NARRATOR_SCREEN_USAGE (line 12805) | pub const NARRATOR_SCREEN_USAGE: &str = "narrator.screen.usage"; constant NARRATOR_SELECT (line 12807) | pub const NARRATOR_SELECT: &str = "narrator.select"; constant NARRATOR_SELECT_WORLD (line 12809) | pub const NARRATOR_SELECT_WORLD: &str = "narrator.select.world"; constant NARRATOR_SELECT_WORLD_INFO (line 12811) | pub const NARRATOR_SELECT_WORLD_INFO: &str = "narrator.select.world_info"; constant NARRATOR_TOAST_DISABLED (line 12813) | pub const NARRATOR_TOAST_DISABLED: &str = "narrator.toast.disabled"; constant NARRATOR_TOAST_ENABLED (line 12815) | pub const NARRATOR_TOAST_ENABLED: &str = "narrator.toast.enabled"; constant OPTIMIZEWORLD_CONFIRM_DESCRIPTION (line 12817) | pub const OPTIMIZEWORLD_CONFIRM_DESCRIPTION: &str = "optimizeWorld.confi... constant OPTIMIZEWORLD_CONFIRM_PROCEED (line 12819) | pub const OPTIMIZEWORLD_CONFIRM_PROCEED: &str = "optimizeWorld.confirm.p... constant OPTIMIZEWORLD_CONFIRM_TITLE (line 12821) | pub const OPTIMIZEWORLD_CONFIRM_TITLE: &str = "optimizeWorld.confirm.tit... constant OPTIMIZEWORLD_INFO_CONVERTED (line 12823) | pub const OPTIMIZEWORLD_INFO_CONVERTED: &str = "optimizeWorld.info.conve... constant OPTIMIZEWORLD_INFO_SKIPPED (line 12825) | pub const OPTIMIZEWORLD_INFO_SKIPPED: &str = "optimizeWorld.info.skipped"; constant OPTIMIZEWORLD_INFO_TOTAL (line 12827) | pub const OPTIMIZEWORLD_INFO_TOTAL: &str = "optimizeWorld.info.total"; constant OPTIMIZEWORLD_PROGRESS_COUNTER (line 12829) | pub const OPTIMIZEWORLD_PROGRESS_COUNTER: &str = "optimizeWorld.progress... constant OPTIMIZEWORLD_PROGRESS_PERCENTAGE (line 12831) | pub const OPTIMIZEWORLD_PROGRESS_PERCENTAGE: &str = "optimizeWorld.progr... constant OPTIMIZEWORLD_STAGE_COUNTING (line 12833) | pub const OPTIMIZEWORLD_STAGE_COUNTING: &str = "optimizeWorld.stage.coun... constant OPTIMIZEWORLD_STAGE_FAILED (line 12835) | pub const OPTIMIZEWORLD_STAGE_FAILED: &str = "optimizeWorld.stage.failed"; constant OPTIMIZEWORLD_STAGE_FINISHED (line 12837) | pub const OPTIMIZEWORLD_STAGE_FINISHED: &str = "optimizeWorld.stage.fini... constant OPTIMIZEWORLD_STAGE_FINISHED_CHUNKS (line 12839) | pub const OPTIMIZEWORLD_STAGE_FINISHED_CHUNKS: &str = "optimizeWorld.sta... constant OPTIMIZEWORLD_STAGE_FINISHED_ENTITIES (line 12841) | pub const OPTIMIZEWORLD_STAGE_FINISHED_ENTITIES: &str = "optimizeWorld.s... constant OPTIMIZEWORLD_STAGE_FINISHED_POI (line 12843) | pub const OPTIMIZEWORLD_STAGE_FINISHED_POI: &str = "optimizeWorld.stage.... constant OPTIMIZEWORLD_STAGE_UPGRADING (line 12845) | pub const OPTIMIZEWORLD_STAGE_UPGRADING: &str = "optimizeWorld.stage.upg... constant OPTIMIZEWORLD_STAGE_UPGRADING_CHUNKS (line 12847) | pub const OPTIMIZEWORLD_STAGE_UPGRADING_CHUNKS: &str = "optimizeWorld.st... constant OPTIMIZEWORLD_STAGE_UPGRADING_ENTITIES (line 12849) | pub const OPTIMIZEWORLD_STAGE_UPGRADING_ENTITIES: &str = "optimizeWorld.... constant OPTIMIZEWORLD_STAGE_UPGRADING_POI (line 12851) | pub const OPTIMIZEWORLD_STAGE_UPGRADING_POI: &str = "optimizeWorld.stage... constant OPTIMIZEWORLD_TITLE (line 12853) | pub const OPTIMIZEWORLD_TITLE: &str = "optimizeWorld.title"; constant OPTIONS_ACCESSIBILITY (line 12855) | pub const OPTIONS_ACCESSIBILITY: &str = "options.accessibility"; constant OPTIONS_ACCESSIBILITY_HIGH_CONTRAST (line 12857) | pub const OPTIONS_ACCESSIBILITY_HIGH_CONTRAST: &str = "options.accessibi... constant OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_ERROR_TOOLTIP (line 12859) | pub const OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_ERROR_TOOLTIP: &str = constant OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_TOOLTIP (line 12862) | pub const OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_TOOLTIP: &str = constant OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_BLOCK_OUTLINE (line 12865) | pub const OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_BLOCK_OUTLINE: &str = constant OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_BLOCK_OUTLINE_TOOLTIP (line 12868) | pub const OPTIONS_ACCESSIBILITY_HIGH_CONTRAST_BLOCK_OUTLINE_TOOLTIP: &str = constant OPTIONS_ACCESSIBILITY_LINK (line 12871) | pub const OPTIONS_ACCESSIBILITY_LINK: &str = "options.accessibility.link"; constant OPTIONS_ACCESSIBILITY_MENU_BACKGROUND_BLURRINESS (line 12873) | pub const OPTIONS_ACCESSIBILITY_MENU_BACKGROUND_BLURRINESS: &str = constant OPTIONS_ACCESSIBILITY_MENU_BACKGROUND_BLURRINESS_TOOLTIP (line 12876) | pub const OPTIONS_ACCESSIBILITY_MENU_BACKGROUND_BLURRINESS_TOOLTIP: &str = constant OPTIONS_ACCESSIBILITY_NARRATOR_HOTKEY (line 12879) | pub const OPTIONS_ACCESSIBILITY_NARRATOR_HOTKEY: &str = "options.accessi... constant OPTIONS_ACCESSIBILITY_NARRATOR_HOTKEY_MAC_TOOLTIP (line 12881) | pub const OPTIONS_ACCESSIBILITY_NARRATOR_HOTKEY_MAC_TOOLTIP: &str = constant OPTIONS_ACCESSIBILITY_NARRATOR_HOTKEY_TOOLTIP (line 12884) | pub const OPTIONS_ACCESSIBILITY_NARRATOR_HOTKEY_TOOLTIP: &str = constant OPTIONS_ACCESSIBILITY_PANORAMA_SPEED (line 12887) | pub const OPTIONS_ACCESSIBILITY_PANORAMA_SPEED: &str = "options.accessib... constant OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND (line 12889) | pub const OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND: &str = "options.accessi... constant OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND_CHAT (line 12891) | pub const OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND_CHAT: &str = constant OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND_EVERYWHERE (line 12894) | pub const OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND_EVERYWHERE: &str = constant OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND_OPACITY (line 12897) | pub const OPTIONS_ACCESSIBILITY_TEXT_BACKGROUND_OPACITY: &str = constant OPTIONS_ACCESSIBILITY_TITLE (line 12900) | pub const OPTIONS_ACCESSIBILITY_TITLE: &str = "options.accessibility.tit... constant OPTIONS_ALLOWCURSORCHANGES (line 12902) | pub const OPTIONS_ALLOWCURSORCHANGES: &str = "options.allowCursorChanges"; constant OPTIONS_ALLOWCURSORCHANGES_TOOLTIP (line 12904) | pub const OPTIONS_ALLOWCURSORCHANGES_TOOLTIP: &str = "options.allowCurso... constant OPTIONS_ALLOWSERVERLISTING (line 12906) | pub const OPTIONS_ALLOWSERVERLISTING: &str = "options.allowServerListing"; constant OPTIONS_ALLOWSERVERLISTING_TOOLTIP (line 12908) | pub const OPTIONS_ALLOWSERVERLISTING_TOOLTIP: &str = "options.allowServe... constant OPTIONS_AO (line 12910) | pub const OPTIONS_AO: &str = "options.ao"; constant OPTIONS_AO_MAX (line 12912) | pub const OPTIONS_AO_MAX: &str = "options.ao.max"; constant OPTIONS_AO_MIN (line 12914) | pub const OPTIONS_AO_MIN: &str = "options.ao.min"; constant OPTIONS_AO_OFF (line 12916) | pub const OPTIONS_AO_OFF: &str = "options.ao.off"; constant OPTIONS_ATTACK_CROSSHAIR (line 12918) | pub const OPTIONS_ATTACK_CROSSHAIR: &str = "options.attack.crosshair"; constant OPTIONS_ATTACK_HOTBAR (line 12920) | pub const OPTIONS_ATTACK_HOTBAR: &str = "options.attack.hotbar"; constant OPTIONS_ATTACKINDICATOR (line 12922) | pub const OPTIONS_ATTACKINDICATOR: &str = "options.attackIndicator"; constant OPTIONS_AUDIODEVICE (line 12924) | pub const OPTIONS_AUDIODEVICE: &str = "options.audioDevice"; constant OPTIONS_AUDIODEVICE_DEFAULT (line 12926) | pub const OPTIONS_AUDIODEVICE_DEFAULT: &str = "options.audioDevice.defau... constant OPTIONS_AUTOJUMP (line 12928) | pub const OPTIONS_AUTOJUMP: &str = "options.autoJump"; constant OPTIONS_AUTOSUGGESTCOMMANDS (line 12930) | pub const OPTIONS_AUTOSUGGESTCOMMANDS: &str = "options.autoSuggestComman... constant OPTIONS_AUTOSAVEINDICATOR (line 12932) | pub const OPTIONS_AUTOSAVEINDICATOR: &str = "options.autosaveIndicator"; constant OPTIONS_BIOMEBLENDRADIUS (line 12934) | pub const OPTIONS_BIOMEBLENDRADIUS: &str = "options.biomeBlendRadius"; constant OPTIONS_BIOMEBLENDRADIUS_1 (line 12936) | pub const OPTIONS_BIOMEBLENDRADIUS_1: &str = "options.biomeBlendRadius.1"; constant OPTIONS_BIOMEBLENDRADIUS_11 (line 12938) | pub const OPTIONS_BIOMEBLENDRADIUS_11: &str = "options.biomeBlendRadius.... constant OPTIONS_BIOMEBLENDRADIUS_13 (line 12940) | pub const OPTIONS_BIOMEBLENDRADIUS_13: &str = "options.biomeBlendRadius.... constant OPTIONS_BIOMEBLENDRADIUS_15 (line 12942) | pub const OPTIONS_BIOMEBLENDRADIUS_15: &str = "options.biomeBlendRadius.... constant OPTIONS_BIOMEBLENDRADIUS_3 (line 12944) | pub const OPTIONS_BIOMEBLENDRADIUS_3: &str = "options.biomeBlendRadius.3"; constant OPTIONS_BIOMEBLENDRADIUS_5 (line 12946) | pub const OPTIONS_BIOMEBLENDRADIUS_5: &str = "options.biomeBlendRadius.5"; constant OPTIONS_BIOMEBLENDRADIUS_7 (line 12948) | pub const OPTIONS_BIOMEBLENDRADIUS_7: &str = "options.biomeBlendRadius.7"; constant OPTIONS_BIOMEBLENDRADIUS_9 (line 12950) | pub const OPTIONS_BIOMEBLENDRADIUS_9: &str = "options.biomeBlendRadius.9"; constant OPTIONS_BLOCKS (line 12952) | pub const OPTIONS_BLOCKS: &str = "options.blocks"; constant OPTIONS_CHAT (line 12954) | pub const OPTIONS_CHAT: &str = "options.chat"; constant OPTIONS_CHAT_COLOR (line 12956) | pub const OPTIONS_CHAT_COLOR: &str = "options.chat.color"; constant OPTIONS_CHAT_DELAY (line 12958) | pub const OPTIONS_CHAT_DELAY: &str = "options.chat.delay"; constant OPTIONS_CHAT_DELAY_NONE (line 12960) | pub const OPTIONS_CHAT_DELAY_NONE: &str = "options.chat.delay_none"; constant OPTIONS_CHAT_DRAFTS (line 12962) | pub const OPTIONS_CHAT_DRAFTS: &str = "options.chat.drafts"; constant OPTIONS_CHAT_DRAFTS_TOOLTIP (line 12964) | pub const OPTIONS_CHAT_DRAFTS_TOOLTIP: &str = "options.chat.drafts.toolt... constant OPTIONS_CHAT_HEIGHT_FOCUSED (line 12966) | pub const OPTIONS_CHAT_HEIGHT_FOCUSED: &str = "options.chat.height.focus... constant OPTIONS_CHAT_HEIGHT_UNFOCUSED (line 12968) | pub const OPTIONS_CHAT_HEIGHT_UNFOCUSED: &str = "options.chat.height.unf... constant OPTIONS_CHAT_LINE_SPACING (line 12970) | pub const OPTIONS_CHAT_LINE_SPACING: &str = "options.chat.line_spacing"; constant OPTIONS_CHAT_LINKS (line 12972) | pub const OPTIONS_CHAT_LINKS: &str = "options.chat.links"; constant OPTIONS_CHAT_LINKS_PROMPT (line 12974) | pub const OPTIONS_CHAT_LINKS_PROMPT: &str = "options.chat.links.prompt"; constant OPTIONS_CHAT_OPACITY (line 12976) | pub const OPTIONS_CHAT_OPACITY: &str = "options.chat.opacity"; constant OPTIONS_CHAT_SCALE (line 12978) | pub const OPTIONS_CHAT_SCALE: &str = "options.chat.scale"; constant OPTIONS_CHAT_TITLE (line 12980) | pub const OPTIONS_CHAT_TITLE: &str = "options.chat.title"; constant OPTIONS_CHAT_VISIBILITY (line 12982) | pub const OPTIONS_CHAT_VISIBILITY: &str = "options.chat.visibility"; constant OPTIONS_CHAT_VISIBILITY_FULL (line 12984) | pub const OPTIONS_CHAT_VISIBILITY_FULL: &str = "options.chat.visibility.... constant OPTIONS_CHAT_VISIBILITY_HIDDEN (line 12986) | pub const OPTIONS_CHAT_VISIBILITY_HIDDEN: &str = "options.chat.visibilit... constant OPTIONS_CHAT_VISIBILITY_SYSTEM (line 12988) | pub const OPTIONS_CHAT_VISIBILITY_SYSTEM: &str = "options.chat.visibilit... constant OPTIONS_CHAT_WIDTH (line 12990) | pub const OPTIONS_CHAT_WIDTH: &str = "options.chat.width"; constant OPTIONS_CHUNKFADE (line 12992) | pub const OPTIONS_CHUNKFADE: &str = "options.chunkFade"; constant OPTIONS_CHUNKFADE_NONE (line 12994) | pub const OPTIONS_CHUNKFADE_NONE: &str = "options.chunkFade.none"; constant OPTIONS_CHUNKFADE_SECONDS (line 12996) | pub const OPTIONS_CHUNKFADE_SECONDS: &str = "options.chunkFade.seconds"; constant OPTIONS_CHUNKFADE_TOOLTIP (line 12998) | pub const OPTIONS_CHUNKFADE_TOOLTIP: &str = "options.chunkFade.tooltip"; constant OPTIONS_CHUNKS (line 13000) | pub const OPTIONS_CHUNKS: &str = "options.chunks"; constant OPTIONS_CLOUDS_FANCY (line 13002) | pub const OPTIONS_CLOUDS_FANCY: &str = "options.clouds.fancy"; constant OPTIONS_CLOUDS_FAST (line 13004) | pub const OPTIONS_CLOUDS_FAST: &str = "options.clouds.fast"; constant OPTIONS_CONTROLS (line 13006) | pub const OPTIONS_CONTROLS: &str = "options.controls"; constant OPTIONS_CREDITS_AND_ATTRIBUTION (line 13008) | pub const OPTIONS_CREDITS_AND_ATTRIBUTION: &str = "options.credits_and_a... constant OPTIONS_CUTOUTLEAVES (line 13010) | pub const OPTIONS_CUTOUTLEAVES: &str = "options.cutoutLeaves"; constant OPTIONS_CUTOUTLEAVES_TOOLTIP (line 13012) | pub const OPTIONS_CUTOUTLEAVES_TOOLTIP: &str = "options.cutoutLeaves.too... constant OPTIONS_DAMAGETILTSTRENGTH (line 13014) | pub const OPTIONS_DAMAGETILTSTRENGTH: &str = "options.damageTiltStrength"; constant OPTIONS_DAMAGETILTSTRENGTH_TOOLTIP (line 13016) | pub const OPTIONS_DAMAGETILTSTRENGTH_TOOLTIP: &str = "options.damageTilt... constant OPTIONS_DARKMOJANGSTUDIOSBACKGROUNDCOLOR (line 13018) | pub const OPTIONS_DARKMOJANGSTUDIOSBACKGROUNDCOLOR: &str = constant OPTIONS_DARKMOJANGSTUDIOSBACKGROUNDCOLOR_TOOLTIP (line 13021) | pub const OPTIONS_DARKMOJANGSTUDIOSBACKGROUNDCOLOR_TOOLTIP: &str = constant OPTIONS_DARKNESSEFFECTSCALE (line 13024) | pub const OPTIONS_DARKNESSEFFECTSCALE: &str = "options.darknessEffectSca... constant OPTIONS_DARKNESSEFFECTSCALE_TOOLTIP (line 13026) | pub const OPTIONS_DARKNESSEFFECTSCALE_TOOLTIP: &str = "options.darknessE... constant OPTIONS_DIFFICULTY (line 13028) | pub const OPTIONS_DIFFICULTY: &str = "options.difficulty"; constant OPTIONS_DIFFICULTY_EASY (line 13030) | pub const OPTIONS_DIFFICULTY_EASY: &str = "options.difficulty.easy"; constant OPTIONS_DIFFICULTY_EASY_INFO (line 13032) | pub const OPTIONS_DIFFICULTY_EASY_INFO: &str = "options.difficulty.easy.... constant OPTIONS_DIFFICULTY_HARD (line 13034) | pub const OPTIONS_DIFFICULTY_HARD: &str = "options.difficulty.hard"; constant OPTIONS_DIFFICULTY_HARD_INFO (line 13036) | pub const OPTIONS_DIFFICULTY_HARD_INFO: &str = "options.difficulty.hard.... constant OPTIONS_DIFFICULTY_HARDCORE (line 13038) | pub const OPTIONS_DIFFICULTY_HARDCORE: &str = "options.difficulty.hardco... constant OPTIONS_DIFFICULTY_NORMAL (line 13040) | pub const OPTIONS_DIFFICULTY_NORMAL: &str = "options.difficulty.normal"; constant OPTIONS_DIFFICULTY_NORMAL_INFO (line 13042) | pub const OPTIONS_DIFFICULTY_NORMAL_INFO: &str = "options.difficulty.nor... constant OPTIONS_DIFFICULTY_ONLINE (line 13044) | pub const OPTIONS_DIFFICULTY_ONLINE: &str = "options.difficulty.online"; constant OPTIONS_DIFFICULTY_PEACEFUL (line 13046) | pub const OPTIONS_DIFFICULTY_PEACEFUL: &str = "options.difficulty.peacef... constant OPTIONS_DIFFICULTY_PEACEFUL_INFO (line 13048) | pub const OPTIONS_DIFFICULTY_PEACEFUL_INFO: &str = "options.difficulty.p... constant OPTIONS_DIRECTIONALAUDIO (line 13050) | pub const OPTIONS_DIRECTIONALAUDIO: &str = "options.directionalAudio"; constant OPTIONS_DIRECTIONALAUDIO_OFF_TOOLTIP (line 13052) | pub const OPTIONS_DIRECTIONALAUDIO_OFF_TOOLTIP: &str = "options.directio... constant OPTIONS_DIRECTIONALAUDIO_ON_TOOLTIP (line 13054) | pub const OPTIONS_DIRECTIONALAUDIO_ON_TOOLTIP: &str = "options.direction... constant OPTIONS_DISCRETE_MOUSE_SCROLL (line 13056) | pub const OPTIONS_DISCRETE_MOUSE_SCROLL: &str = "options.discrete_mouse_... constant OPTIONS_ENTITYDISTANCESCALING (line 13058) | pub const OPTIONS_ENTITYDISTANCESCALING: &str = "options.entityDistanceS... constant OPTIONS_ENTITYSHADOWS (line 13060) | pub const OPTIONS_ENTITYSHADOWS: &str = "options.entityShadows"; constant OPTIONS_FONT (line 13062) | pub const OPTIONS_FONT: &str = "options.font"; constant OPTIONS_FONT_TITLE (line 13064) | pub const OPTIONS_FONT_TITLE: &str = "options.font.title"; constant OPTIONS_FORCEUNICODEFONT (line 13066) | pub const OPTIONS_FORCEUNICODEFONT: &str = "options.forceUnicodeFont"; constant OPTIONS_FOV (line 13068) | pub const OPTIONS_FOV: &str = "options.fov"; constant OPTIONS_FOV_MAX (line 13070) | pub const OPTIONS_FOV_MAX: &str = "options.fov.max"; constant OPTIONS_FOV_MIN (line 13072) | pub const OPTIONS_FOV_MIN: &str = "options.fov.min"; constant OPTIONS_FOVEFFECTSCALE (line 13074) | pub const OPTIONS_FOVEFFECTSCALE: &str = "options.fovEffectScale"; constant OPTIONS_FOVEFFECTSCALE_TOOLTIP (line 13076) | pub const OPTIONS_FOVEFFECTSCALE_TOOLTIP: &str = "options.fovEffectScale... constant OPTIONS_FRAMERATE (line 13078) | pub const OPTIONS_FRAMERATE: &str = "options.framerate"; constant OPTIONS_FRAMERATELIMIT (line 13080) | pub const OPTIONS_FRAMERATELIMIT: &str = "options.framerateLimit"; constant OPTIONS_FRAMERATELIMIT_MAX (line 13082) | pub const OPTIONS_FRAMERATELIMIT_MAX: &str = "options.framerateLimit.max"; constant OPTIONS_FULLSCREEN (line 13084) | pub const OPTIONS_FULLSCREEN: &str = "options.fullscreen"; constant OPTIONS_FULLSCREEN_CURRENT (line 13086) | pub const OPTIONS_FULLSCREEN_CURRENT: &str = "options.fullscreen.current"; constant OPTIONS_FULLSCREEN_ENTRY (line 13088) | pub const OPTIONS_FULLSCREEN_ENTRY: &str = "options.fullscreen.entry"; constant OPTIONS_FULLSCREEN_RESOLUTION (line 13090) | pub const OPTIONS_FULLSCREEN_RESOLUTION: &str = "options.fullscreen.reso... constant OPTIONS_FULLSCREEN_UNAVAILABLE (line 13092) | pub const OPTIONS_FULLSCREEN_UNAVAILABLE: &str = "options.fullscreen.una... constant OPTIONS_GAMMA (line 13094) | pub const OPTIONS_GAMMA: &str = "options.gamma"; constant OPTIONS_GAMMA_DEFAULT (line 13096) | pub const OPTIONS_GAMMA_DEFAULT: &str = "options.gamma.default"; constant OPTIONS_GAMMA_MAX (line 13098) | pub const OPTIONS_GAMMA_MAX: &str = "options.gamma.max"; constant OPTIONS_GAMMA_MIN (line 13100) | pub const OPTIONS_GAMMA_MIN: &str = "options.gamma.min"; constant OPTIONS_GENERIC_VALUE (line 13102) | pub const OPTIONS_GENERIC_VALUE: &str = "options.generic_value"; constant OPTIONS_GLINTSPEED (line 13104) | pub const OPTIONS_GLINTSPEED: &str = "options.glintSpeed"; constant OPTIONS_GLINTSPEED_TOOLTIP (line 13106) | pub const OPTIONS_GLINTSPEED_TOOLTIP: &str = "options.glintSpeed.tooltip"; constant OPTIONS_GLINTSTRENGTH (line 13108) | pub const OPTIONS_GLINTSTRENGTH: &str = "options.glintStrength"; constant OPTIONS_GLINTSTRENGTH_TOOLTIP (line 13110) | pub const OPTIONS_GLINTSTRENGTH_TOOLTIP: &str = "options.glintStrength.t... constant OPTIONS_GRAPHICS (line 13112) | pub const OPTIONS_GRAPHICS: &str = "options.graphics"; constant OPTIONS_GRAPHICS_CUSTOM (line 13114) | pub const OPTIONS_GRAPHICS_CUSTOM: &str = "options.graphics.custom"; constant OPTIONS_GRAPHICS_FABULOUS (line 13116) | pub const OPTIONS_GRAPHICS_FABULOUS: &str = "options.graphics.fabulous"; constant OPTIONS_GRAPHICS_FABULOUS_TOOLTIP (line 13118) | pub const OPTIONS_GRAPHICS_FABULOUS_TOOLTIP: &str = "options.graphics.fa... constant OPTIONS_GRAPHICS_FANCY (line 13120) | pub const OPTIONS_GRAPHICS_FANCY: &str = "options.graphics.fancy"; constant OPTIONS_GRAPHICS_FANCY_TOOLTIP (line 13122) | pub const OPTIONS_GRAPHICS_FANCY_TOOLTIP: &str = "options.graphics.fancy... constant OPTIONS_GRAPHICS_FAST (line 13124) | pub const OPTIONS_GRAPHICS_FAST: &str = "options.graphics.fast"; constant OPTIONS_GRAPHICS_FAST_TOOLTIP (line 13126) | pub const OPTIONS_GRAPHICS_FAST_TOOLTIP: &str = "options.graphics.fast.t... constant OPTIONS_GRAPHICS_PRESET (line 13128) | pub const OPTIONS_GRAPHICS_PRESET: &str = "options.graphics.preset"; constant OPTIONS_GRAPHICS_PRESET_TOOLTIP (line 13130) | pub const OPTIONS_GRAPHICS_PRESET_TOOLTIP: &str = "options.graphics.pres... constant OPTIONS_GRAPHICS_WARNING_ACCEPT (line 13132) | pub const OPTIONS_GRAPHICS_WARNING_ACCEPT: &str = "options.graphics.warn... constant OPTIONS_GRAPHICS_WARNING_CANCEL (line 13134) | pub const OPTIONS_GRAPHICS_WARNING_CANCEL: &str = "options.graphics.warn... constant OPTIONS_GRAPHICS_WARNING_MESSAGE (line 13136) | pub const OPTIONS_GRAPHICS_WARNING_MESSAGE: &str = "options.graphics.war... constant OPTIONS_GRAPHICS_WARNING_RENDERER (line 13138) | pub const OPTIONS_GRAPHICS_WARNING_RENDERER: &str = "options.graphics.wa... constant OPTIONS_GRAPHICS_WARNING_TITLE (line 13140) | pub const OPTIONS_GRAPHICS_WARNING_TITLE: &str = "options.graphics.warni... constant OPTIONS_GRAPHICS_WARNING_VENDOR (line 13142) | pub const OPTIONS_GRAPHICS_WARNING_VENDOR: &str = "options.graphics.warn... constant OPTIONS_GRAPHICS_WARNING_VERSION (line 13144) | pub const OPTIONS_GRAPHICS_WARNING_VERSION: &str = "options.graphics.war... constant OPTIONS_GUISCALE (line 13146) | pub const OPTIONS_GUISCALE: &str = "options.guiScale"; constant OPTIONS_GUISCALE_AUTO (line 13148) | pub const OPTIONS_GUISCALE_AUTO: &str = "options.guiScale.auto"; constant OPTIONS_HIDDEN (line 13150) | pub const OPTIONS_HIDDEN: &str = "options.hidden"; constant OPTIONS_HIDELIGHTNINGFLASHES (line 13152) | pub const OPTIONS_HIDELIGHTNINGFLASHES: &str = "options.hideLightningFla... constant OPTIONS_HIDELIGHTNINGFLASHES_TOOLTIP (line 13154) | pub const OPTIONS_HIDELIGHTNINGFLASHES_TOOLTIP: &str = "options.hideLigh... constant OPTIONS_HIDEMATCHEDNAMES (line 13156) | pub const OPTIONS_HIDEMATCHEDNAMES: &str = "options.hideMatchedNames"; constant OPTIONS_HIDEMATCHEDNAMES_TOOLTIP (line 13158) | pub const OPTIONS_HIDEMATCHEDNAMES_TOOLTIP: &str = "options.hideMatchedN... constant OPTIONS_HIDESPLASHTEXTS (line 13160) | pub const OPTIONS_HIDESPLASHTEXTS: &str = "options.hideSplashTexts"; constant OPTIONS_HIDESPLASHTEXTS_TOOLTIP (line 13162) | pub const OPTIONS_HIDESPLASHTEXTS_TOOLTIP: &str = "options.hideSplashTex... constant OPTIONS_IMPROVEDTRANSPARENCY (line 13164) | pub const OPTIONS_IMPROVEDTRANSPARENCY: &str = "options.improvedTranspar... constant OPTIONS_IMPROVEDTRANSPARENCY_TOOLTIP (line 13166) | pub const OPTIONS_IMPROVEDTRANSPARENCY_TOOLTIP: &str = "options.improved... constant OPTIONS_INACTIVITYFPSLIMIT (line 13168) | pub const OPTIONS_INACTIVITYFPSLIMIT: &str = "options.inactivityFpsLimit"; constant OPTIONS_INACTIVITYFPSLIMIT_AFK (line 13170) | pub const OPTIONS_INACTIVITYFPSLIMIT_AFK: &str = "options.inactivityFpsL... constant OPTIONS_INACTIVITYFPSLIMIT_AFK_TOOLTIP (line 13172) | pub const OPTIONS_INACTIVITYFPSLIMIT_AFK_TOOLTIP: &str = "options.inacti... constant OPTIONS_INACTIVITYFPSLIMIT_MINIMIZED (line 13174) | pub const OPTIONS_INACTIVITYFPSLIMIT_MINIMIZED: &str = "options.inactivi... constant OPTIONS_INACTIVITYFPSLIMIT_MINIMIZED_TOOLTIP (line 13176) | pub const OPTIONS_INACTIVITYFPSLIMIT_MINIMIZED_TOOLTIP: &str = constant OPTIONS_INVERTMOUSE (line 13179) | pub const OPTIONS_INVERTMOUSE: &str = "options.invertMouse"; constant OPTIONS_INVERTMOUSEX (line 13181) | pub const OPTIONS_INVERTMOUSEX: &str = "options.invertMouseX"; constant OPTIONS_INVERTMOUSEY (line 13183) | pub const OPTIONS_INVERTMOUSEY: &str = "options.invertMouseY"; constant OPTIONS_JAPANESEGLYPHVARIANTS (line 13185) | pub const OPTIONS_JAPANESEGLYPHVARIANTS: &str = "options.japaneseGlyphVa... constant OPTIONS_JAPANESEGLYPHVARIANTS_TOOLTIP (line 13187) | pub const OPTIONS_JAPANESEGLYPHVARIANTS_TOOLTIP: &str = "options.japanes... constant OPTIONS_KEY_HOLD (line 13189) | pub const OPTIONS_KEY_HOLD: &str = "options.key.hold"; constant OPTIONS_KEY_TOGGLE (line 13191) | pub const OPTIONS_KEY_TOGGLE: &str = "options.key.toggle"; constant OPTIONS_LANGUAGE (line 13193) | pub const OPTIONS_LANGUAGE: &str = "options.language"; constant OPTIONS_LANGUAGE_TITLE (line 13195) | pub const OPTIONS_LANGUAGE_TITLE: &str = "options.language.title"; constant OPTIONS_LANGUAGEACCURACYWARNING (line 13197) | pub const OPTIONS_LANGUAGEACCURACYWARNING: &str = "options.languageAccur... constant OPTIONS_LANGUAGEWARNING (line 13199) | pub const OPTIONS_LANGUAGEWARNING: &str = "options.languageWarning"; constant OPTIONS_MAINHAND (line 13201) | pub const OPTIONS_MAINHAND: &str = "options.mainHand"; constant OPTIONS_MAINHAND_LEFT (line 13203) | pub const OPTIONS_MAINHAND_LEFT: &str = "options.mainHand.left"; constant OPTIONS_MAINHAND_RIGHT (line 13205) | pub const OPTIONS_MAINHAND_RIGHT: &str = "options.mainHand.right"; constant OPTIONS_MAXANISOTROPY (line 13207) | pub const OPTIONS_MAXANISOTROPY: &str = "options.maxAnisotropy"; constant OPTIONS_MAXANISOTROPY_TOOLTIP (line 13209) | pub const OPTIONS_MAXANISOTROPY_TOOLTIP: &str = "options.maxAnisotropy.t... constant OPTIONS_MIPMAPLEVELS (line 13211) | pub const OPTIONS_MIPMAPLEVELS: &str = "options.mipmapLevels"; constant OPTIONS_MODELPART_CAPE (line 13213) | pub const OPTIONS_MODELPART_CAPE: &str = "options.modelPart.cape"; constant OPTIONS_MODELPART_HAT (line 13215) | pub const OPTIONS_MODELPART_HAT: &str = "options.modelPart.hat"; constant OPTIONS_MODELPART_JACKET (line 13217) | pub const OPTIONS_MODELPART_JACKET: &str = "options.modelPart.jacket"; constant OPTIONS_MODELPART_LEFT_PANTS_LEG (line 13219) | pub const OPTIONS_MODELPART_LEFT_PANTS_LEG: &str = "options.modelPart.le... constant OPTIONS_MODELPART_LEFT_SLEEVE (line 13221) | pub const OPTIONS_MODELPART_LEFT_SLEEVE: &str = "options.modelPart.left_... constant OPTIONS_MODELPART_RIGHT_PANTS_LEG (line 13223) | pub const OPTIONS_MODELPART_RIGHT_PANTS_LEG: &str = "options.modelPart.r... constant OPTIONS_MODELPART_RIGHT_SLEEVE (line 13225) | pub const OPTIONS_MODELPART_RIGHT_SLEEVE: &str = "options.modelPart.righ... constant OPTIONS_MOUSEWHEELSENSITIVITY (line 13227) | pub const OPTIONS_MOUSEWHEELSENSITIVITY: &str = "options.mouseWheelSensi... constant OPTIONS_MOUSE_SETTINGS (line 13229) | pub const OPTIONS_MOUSE_SETTINGS: &str = "options.mouse_settings"; constant OPTIONS_MOUSE_SETTINGS_TITLE (line 13231) | pub const OPTIONS_MOUSE_SETTINGS_TITLE: &str = "options.mouse_settings.t... constant OPTIONS_MULTIPLAYER_TITLE (line 13233) | pub const OPTIONS_MULTIPLAYER_TITLE: &str = "options.multiplayer.title"; constant OPTIONS_MULTIPLIER (line 13235) | pub const OPTIONS_MULTIPLIER: &str = "options.multiplier"; constant OPTIONS_MUSICTOAST (line 13237) | pub const OPTIONS_MUSICTOAST: &str = "options.musicToast"; constant OPTIONS_MUSICTOAST_NEVER (line 13239) | pub const OPTIONS_MUSICTOAST_NEVER: &str = "options.musicToast.never"; constant OPTIONS_MUSICTOAST_NEVER_TOOLTIP (line 13241) | pub const OPTIONS_MUSICTOAST_NEVER_TOOLTIP: &str = "options.musicToast.n... constant OPTIONS_MUSICTOAST_PAUSEMENU (line 13243) | pub const OPTIONS_MUSICTOAST_PAUSEMENU: &str = "options.musicToast.pause... constant OPTIONS_MUSICTOAST_PAUSEMENU_TOOLTIP (line 13245) | pub const OPTIONS_MUSICTOAST_PAUSEMENU_TOOLTIP: &str = "options.musicToa... constant OPTIONS_MUSICTOAST_PAUSEMENUANDTOAST (line 13247) | pub const OPTIONS_MUSICTOAST_PAUSEMENUANDTOAST: &str = "options.musicToa... constant OPTIONS_MUSICTOAST_PAUSEMENUANDTOAST_TOOLTIP (line 13249) | pub const OPTIONS_MUSICTOAST_PAUSEMENUANDTOAST_TOOLTIP: &str = constant OPTIONS_MUSIC_FREQUENCY (line 13252) | pub const OPTIONS_MUSIC_FREQUENCY: &str = "options.music_frequency"; constant OPTIONS_MUSIC_FREQUENCY_CONSTANT (line 13254) | pub const OPTIONS_MUSIC_FREQUENCY_CONSTANT: &str = "options.music_freque... constant OPTIONS_MUSIC_FREQUENCY_DEFAULT (line 13256) | pub const OPTIONS_MUSIC_FREQUENCY_DEFAULT: &str = "options.music_frequen... constant OPTIONS_MUSIC_FREQUENCY_FREQUENT (line 13258) | pub const OPTIONS_MUSIC_FREQUENCY_FREQUENT: &str = "options.music_freque... constant OPTIONS_MUSIC_FREQUENCY_TOOLTIP (line 13260) | pub const OPTIONS_MUSIC_FREQUENCY_TOOLTIP: &str = "options.music_frequen... constant OPTIONS_NARRATOR (line 13262) | pub const OPTIONS_NARRATOR: &str = "options.narrator"; constant OPTIONS_NARRATOR_ALL (line 13264) | pub const OPTIONS_NARRATOR_ALL: &str = "options.narrator.all"; constant OPTIONS_NARRATOR_CHAT (line 13266) | pub const OPTIONS_NARRATOR_CHAT: &str = "options.narrator.chat"; constant OPTIONS_NARRATOR_NOTAVAILABLE (line 13268) | pub const OPTIONS_NARRATOR_NOTAVAILABLE: &str = "options.narrator.notava... constant OPTIONS_NARRATOR_OFF (line 13270) | pub const OPTIONS_NARRATOR_OFF: &str = "options.narrator.off"; constant OPTIONS_NARRATOR_SYSTEM (line 13272) | pub const OPTIONS_NARRATOR_SYSTEM: &str = "options.narrator.system"; constant OPTIONS_NOTIFICATIONS_DISPLAY_TIME (line 13274) | pub const OPTIONS_NOTIFICATIONS_DISPLAY_TIME: &str = "options.notificati... constant OPTIONS_NOTIFICATIONS_DISPLAY_TIME_TOOLTIP (line 13276) | pub const OPTIONS_NOTIFICATIONS_DISPLAY_TIME_TOOLTIP: &str = constant OPTIONS_OFF (line 13279) | pub const OPTIONS_OFF: &str = "options.off"; constant OPTIONS_OFF_COMPOSED (line 13281) | pub const OPTIONS_OFF_COMPOSED: &str = "options.off.composed"; constant OPTIONS_ON (line 13283) | pub const OPTIONS_ON: &str = "options.on"; constant OPTIONS_ON_COMPOSED (line 13285) | pub const OPTIONS_ON_COMPOSED: &str = "options.on.composed"; constant OPTIONS_ONLINE (line 13287) | pub const OPTIONS_ONLINE: &str = "options.online"; constant OPTIONS_ONLINE_TITLE (line 13289) | pub const OPTIONS_ONLINE_TITLE: &str = "options.online.title"; constant OPTIONS_ONLYSHOWSECURECHAT (line 13291) | pub const OPTIONS_ONLYSHOWSECURECHAT: &str = "options.onlyShowSecureChat"; constant OPTIONS_ONLYSHOWSECURECHAT_TOOLTIP (line 13293) | pub const OPTIONS_ONLYSHOWSECURECHAT_TOOLTIP: &str = "options.onlyShowSe... constant OPTIONS_OPERATORITEMSTAB (line 13295) | pub const OPTIONS_OPERATORITEMSTAB: &str = "options.operatorItemsTab"; constant OPTIONS_PARTICLES (line 13297) | pub const OPTIONS_PARTICLES: &str = "options.particles"; constant OPTIONS_PARTICLES_ALL (line 13299) | pub const OPTIONS_PARTICLES_ALL: &str = "options.particles.all"; constant OPTIONS_PARTICLES_DECREASED (line 13301) | pub const OPTIONS_PARTICLES_DECREASED: &str = "options.particles.decreas... constant OPTIONS_PARTICLES_MINIMAL (line 13303) | pub const OPTIONS_PARTICLES_MINIMAL: &str = "options.particles.minimal"; constant OPTIONS_PERCENT_ADD_VALUE (line 13305) | pub const OPTIONS_PERCENT_ADD_VALUE: &str = "options.percent_add_value"; constant OPTIONS_PERCENT_VALUE (line 13307) | pub const OPTIONS_PERCENT_VALUE: &str = "options.percent_value"; constant OPTIONS_PIXEL_VALUE (line 13309) | pub const OPTIONS_PIXEL_VALUE: &str = "options.pixel_value"; constant OPTIONS_PRIORITIZECHUNKUPDATES (line 13311) | pub const OPTIONS_PRIORITIZECHUNKUPDATES: &str = "options.prioritizeChun... constant OPTIONS_PRIORITIZECHUNKUPDATES_BYPLAYER (line 13313) | pub const OPTIONS_PRIORITIZECHUNKUPDATES_BYPLAYER: &str = "options.prior... constant OPTIONS_PRIORITIZECHUNKUPDATES_BYPLAYER_TOOLTIP (line 13315) | pub const OPTIONS_PRIORITIZECHUNKUPDATES_BYPLAYER_TOOLTIP: &str = constant OPTIONS_PRIORITIZECHUNKUPDATES_NEARBY (line 13318) | pub const OPTIONS_PRIORITIZECHUNKUPDATES_NEARBY: &str = "options.priorit... constant OPTIONS_PRIORITIZECHUNKUPDATES_NEARBY_TOOLTIP (line 13320) | pub const OPTIONS_PRIORITIZECHUNKUPDATES_NEARBY_TOOLTIP: &str = constant OPTIONS_PRIORITIZECHUNKUPDATES_NONE (line 13323) | pub const OPTIONS_PRIORITIZECHUNKUPDATES_NONE: &str = "options.prioritiz... constant OPTIONS_PRIORITIZECHUNKUPDATES_NONE_TOOLTIP (line 13325) | pub const OPTIONS_PRIORITIZECHUNKUPDATES_NONE_TOOLTIP: &str = constant OPTIONS_RAWMOUSEINPUT (line 13328) | pub const OPTIONS_RAWMOUSEINPUT: &str = "options.rawMouseInput"; constant OPTIONS_REALMSNOTIFICATIONS (line 13330) | pub const OPTIONS_REALMSNOTIFICATIONS: &str = "options.realmsNotificatio... constant OPTIONS_REALMSNOTIFICATIONS_TOOLTIP (line 13332) | pub const OPTIONS_REALMSNOTIFICATIONS_TOOLTIP: &str = "options.realmsNot... constant OPTIONS_REDUCEDDEBUGINFO (line 13334) | pub const OPTIONS_REDUCEDDEBUGINFO: &str = "options.reducedDebugInfo"; constant OPTIONS_RENDERCLOUDS (line 13336) | pub const OPTIONS_RENDERCLOUDS: &str = "options.renderClouds"; constant OPTIONS_RENDERCLOUDSDISTANCE (line 13338) | pub const OPTIONS_RENDERCLOUDSDISTANCE: &str = "options.renderCloudsDist... constant OPTIONS_RENDERDISTANCE (line 13340) | pub const OPTIONS_RENDERDISTANCE: &str = "options.renderDistance"; constant OPTIONS_RESOURCEPACK (line 13342) | pub const OPTIONS_RESOURCEPACK: &str = "options.resourcepack"; constant OPTIONS_ROTATEWITHMINECART (line 13344) | pub const OPTIONS_ROTATEWITHMINECART: &str = "options.rotateWithMinecart"; constant OPTIONS_ROTATEWITHMINECART_TOOLTIP (line 13346) | pub const OPTIONS_ROTATEWITHMINECART_TOOLTIP: &str = "options.rotateWith... constant OPTIONS_SCREENEFFECTSCALE (line 13348) | pub const OPTIONS_SCREENEFFECTSCALE: &str = "options.screenEffectScale"; constant OPTIONS_SCREENEFFECTSCALE_TOOLTIP (line 13350) | pub const OPTIONS_SCREENEFFECTSCALE_TOOLTIP: &str = "options.screenEffec... constant OPTIONS_SENSITIVITY (line 13352) | pub const OPTIONS_SENSITIVITY: &str = "options.sensitivity"; constant OPTIONS_SENSITIVITY_MAX (line 13354) | pub const OPTIONS_SENSITIVITY_MAX: &str = "options.sensitivity.max"; constant OPTIONS_SENSITIVITY_MIN (line 13356) | pub const OPTIONS_SENSITIVITY_MIN: &str = "options.sensitivity.min"; constant OPTIONS_SHOWNOWPLAYINGTOAST (line 13358) | pub const OPTIONS_SHOWNOWPLAYINGTOAST: &str = "options.showNowPlayingToa... constant OPTIONS_SHOWNOWPLAYINGTOAST_TOOLTIP (line 13360) | pub const OPTIONS_SHOWNOWPLAYINGTOAST_TOOLTIP: &str = "options.showNowPl... constant OPTIONS_SHOWSUBTITLES (line 13362) | pub const OPTIONS_SHOWSUBTITLES: &str = "options.showSubtitles"; constant OPTIONS_SHOWSUBTITLES_TOOLTIP (line 13364) | pub const OPTIONS_SHOWSUBTITLES_TOOLTIP: &str = "options.showSubtitles.t... constant OPTIONS_SIMULATIONDISTANCE (line 13366) | pub const OPTIONS_SIMULATIONDISTANCE: &str = "options.simulationDistance"; constant OPTIONS_SKINCUSTOMISATION (line 13368) | pub const OPTIONS_SKINCUSTOMISATION: &str = "options.skinCustomisation"; constant OPTIONS_SKINCUSTOMISATION_TITLE (line 13370) | pub const OPTIONS_SKINCUSTOMISATION_TITLE: &str = "options.skinCustomisa... constant OPTIONS_SOUNDS (line 13372) | pub const OPTIONS_SOUNDS: &str = "options.sounds"; constant OPTIONS_SOUNDS_TITLE (line 13374) | pub const OPTIONS_SOUNDS_TITLE: &str = "options.sounds.title"; constant OPTIONS_SPRINTWINDOW (line 13376) | pub const OPTIONS_SPRINTWINDOW: &str = "options.sprintWindow"; constant OPTIONS_SPRINTWINDOW_TOOLTIP (line 13378) | pub const OPTIONS_SPRINTWINDOW_TOOLTIP: &str = "options.sprintWindow.too... constant OPTIONS_TELEMETRY (line 13380) | pub const OPTIONS_TELEMETRY: &str = "options.telemetry"; constant OPTIONS_TELEMETRY_BUTTON (line 13382) | pub const OPTIONS_TELEMETRY_BUTTON: &str = "options.telemetry.button"; constant OPTIONS_TELEMETRY_BUTTON_TOOLTIP (line 13384) | pub const OPTIONS_TELEMETRY_BUTTON_TOOLTIP: &str = "options.telemetry.bu... constant OPTIONS_TELEMETRY_DISABLED (line 13386) | pub const OPTIONS_TELEMETRY_DISABLED: &str = "options.telemetry.disabled"; constant OPTIONS_TELEMETRY_STATE_ALL (line 13388) | pub const OPTIONS_TELEMETRY_STATE_ALL: &str = "options.telemetry.state.a... constant OPTIONS_TELEMETRY_STATE_MINIMAL (line 13390) | pub const OPTIONS_TELEMETRY_STATE_MINIMAL: &str = "options.telemetry.sta... constant OPTIONS_TELEMETRY_STATE_NONE (line 13392) | pub const OPTIONS_TELEMETRY_STATE_NONE: &str = "options.telemetry.state.... constant OPTIONS_TEXTUREFILTERING (line 13394) | pub const OPTIONS_TEXTUREFILTERING: &str = "options.textureFiltering"; constant OPTIONS_TEXTUREFILTERING_ANISOTROPIC (line 13396) | pub const OPTIONS_TEXTUREFILTERING_ANISOTROPIC: &str = "options.textureF... constant OPTIONS_TEXTUREFILTERING_ANISOTROPIC_TOOLTIP (line 13398) | pub const OPTIONS_TEXTUREFILTERING_ANISOTROPIC_TOOLTIP: &str = constant OPTIONS_TEXTUREFILTERING_NONE (line 13401) | pub const OPTIONS_TEXTUREFILTERING_NONE: &str = "options.textureFilterin... constant OPTIONS_TEXTUREFILTERING_NONE_TOOLTIP (line 13403) | pub const OPTIONS_TEXTUREFILTERING_NONE_TOOLTIP: &str = "options.texture... constant OPTIONS_TEXTUREFILTERING_RGSS (line 13405) | pub const OPTIONS_TEXTUREFILTERING_RGSS: &str = "options.textureFilterin... constant OPTIONS_TEXTUREFILTERING_RGSS_TOOLTIP (line 13407) | pub const OPTIONS_TEXTUREFILTERING_RGSS_TOOLTIP: &str = "options.texture... constant OPTIONS_TITLE (line 13409) | pub const OPTIONS_TITLE: &str = "options.title"; constant OPTIONS_TOUCHSCREEN (line 13411) | pub const OPTIONS_TOUCHSCREEN: &str = "options.touchscreen"; constant OPTIONS_VALUE (line 13413) | pub const OPTIONS_VALUE: &str = "options.value"; constant OPTIONS_VIDEO (line 13415) | pub const OPTIONS_VIDEO: &str = "options.video"; constant OPTIONS_VIDEO_DISPLAY_HEADER (line 13417) | pub const OPTIONS_VIDEO_DISPLAY_HEADER: &str = "options.video.display.he... constant OPTIONS_VIDEO_INTERFACE_HEADER (line 13419) | pub const OPTIONS_VIDEO_INTERFACE_HEADER: &str = "options.video.interfac... constant OPTIONS_VIDEO_PREFERENCES_HEADER (line 13421) | pub const OPTIONS_VIDEO_PREFERENCES_HEADER: &str = "options.video.prefer... constant OPTIONS_VIDEO_QUALITY_HEADER (line 13423) | pub const OPTIONS_VIDEO_QUALITY_HEADER: &str = "options.video.quality.he... constant OPTIONS_VIDEOTITLE (line 13425) | pub const OPTIONS_VIDEOTITLE: &str = "options.videoTitle"; constant OPTIONS_VIEWBOBBING (line 13427) | pub const OPTIONS_VIEWBOBBING: &str = "options.viewBobbing"; constant OPTIONS_VIGNETTE (line 13429) | pub const OPTIONS_VIGNETTE: &str = "options.vignette"; constant OPTIONS_VIGNETTE_TOOLTIP (line 13431) | pub const OPTIONS_VIGNETTE_TOOLTIP: &str = "options.vignette.tooltip"; constant OPTIONS_VISIBLE (line 13433) | pub const OPTIONS_VISIBLE: &str = "options.visible"; constant OPTIONS_VSYNC (line 13435) | pub const OPTIONS_VSYNC: &str = "options.vsync"; constant OPTIONS_WEATHERRADIUS (line 13437) | pub const OPTIONS_WEATHERRADIUS: &str = "options.weatherRadius"; constant OPTIONS_WEATHERRADIUS_TOOLTIP (line 13439) | pub const OPTIONS_WEATHERRADIUS_TOOLTIP: &str = "options.weatherRadius.t... constant OUTOFMEMORY_MESSAGE (line 13441) | pub const OUTOFMEMORY_MESSAGE: &str = "outOfMemory.message"; constant OUTOFMEMORY_TITLE (line 13443) | pub const OUTOFMEMORY_TITLE: &str = "outOfMemory.title"; constant PACK_AVAILABLE_TITLE (line 13445) | pub const PACK_AVAILABLE_TITLE: &str = "pack.available.title"; constant PACK_COPYFAILURE (line 13447) | pub const PACK_COPYFAILURE: &str = "pack.copyFailure"; constant PACK_DROPCONFIRM (line 13449) | pub const PACK_DROPCONFIRM: &str = "pack.dropConfirm"; constant PACK_DROPINFO (line 13451) | pub const PACK_DROPINFO: &str = "pack.dropInfo"; constant PACK_DROPREJECTED_MESSAGE (line 13453) | pub const PACK_DROPREJECTED_MESSAGE: &str = "pack.dropRejected.message"; constant PACK_DROPREJECTED_TITLE (line 13455) | pub const PACK_DROPREJECTED_TITLE: &str = "pack.dropRejected.title"; constant PACK_FOLDERINFO (line 13457) | pub const PACK_FOLDERINFO: &str = "pack.folderInfo"; constant PACK_INCOMPATIBLE (line 13459) | pub const PACK_INCOMPATIBLE: &str = "pack.incompatible"; constant PACK_INCOMPATIBLE_CONFIRM_NEW (line 13461) | pub const PACK_INCOMPATIBLE_CONFIRM_NEW: &str = "pack.incompatible.confi... constant PACK_INCOMPATIBLE_CONFIRM_OLD (line 13463) | pub const PACK_INCOMPATIBLE_CONFIRM_OLD: &str = "pack.incompatible.confi... constant PACK_INCOMPATIBLE_CONFIRM_TITLE (line 13465) | pub const PACK_INCOMPATIBLE_CONFIRM_TITLE: &str = "pack.incompatible.con... constant PACK_INCOMPATIBLE_CONFIRM_UNKNOWN (line 13467) | pub const PACK_INCOMPATIBLE_CONFIRM_UNKNOWN: &str = "pack.incompatible.c... constant PACK_INCOMPATIBLE_NEW (line 13469) | pub const PACK_INCOMPATIBLE_NEW: &str = "pack.incompatible.new"; constant PACK_INCOMPATIBLE_OLD (line 13471) | pub const PACK_INCOMPATIBLE_OLD: &str = "pack.incompatible.old"; constant PACK_INCOMPATIBLE_UNKNOWN (line 13473) | pub const PACK_INCOMPATIBLE_UNKNOWN: &str = "pack.incompatible.unknown"; constant PACK_NAMEANDSOURCE (line 13475) | pub const PACK_NAMEANDSOURCE: &str = "pack.nameAndSource"; constant PACK_OPENFOLDER (line 13477) | pub const PACK_OPENFOLDER: &str = "pack.openFolder"; constant PACK_SELECTED_TITLE (line 13479) | pub const PACK_SELECTED_TITLE: &str = "pack.selected.title"; constant PACK_SOURCE_BUILTIN (line 13481) | pub const PACK_SOURCE_BUILTIN: &str = "pack.source.builtin"; constant PACK_SOURCE_FEATURE (line 13483) | pub const PACK_SOURCE_FEATURE: &str = "pack.source.feature"; constant PACK_SOURCE_LOCAL (line 13485) | pub const PACK_SOURCE_LOCAL: &str = "pack.source.local"; constant PACK_SOURCE_SERVER (line 13487) | pub const PACK_SOURCE_SERVER: &str = "pack.source.server"; constant PACK_SOURCE_WORLD (line 13489) | pub const PACK_SOURCE_WORLD: &str = "pack.source.world"; constant PAINTING_DIMENSIONS (line 13491) | pub const PAINTING_DIMENSIONS: &str = "painting.dimensions"; constant PAINTING_MINECRAFT_ALBAN_AUTHOR (line 13493) | pub const PAINTING_MINECRAFT_ALBAN_AUTHOR: &str = "painting.minecraft.al... constant PAINTING_MINECRAFT_ALBAN_TITLE (line 13495) | pub const PAINTING_MINECRAFT_ALBAN_TITLE: &str = "painting.minecraft.alb... constant PAINTING_MINECRAFT_AZTEC_AUTHOR (line 13497) | pub const PAINTING_MINECRAFT_AZTEC_AUTHOR: &str = "painting.minecraft.az... constant PAINTING_MINECRAFT_AZTEC_TITLE (line 13499) | pub const PAINTING_MINECRAFT_AZTEC_TITLE: &str = "painting.minecraft.azt... constant PAINTING_MINECRAFT_AZTEC2_AUTHOR (line 13501) | pub const PAINTING_MINECRAFT_AZTEC2_AUTHOR: &str = "painting.minecraft.a... constant PAINTING_MINECRAFT_AZTEC2_TITLE (line 13503) | pub const PAINTING_MINECRAFT_AZTEC2_TITLE: &str = "painting.minecraft.az... constant PAINTING_MINECRAFT_BACKYARD_AUTHOR (line 13505) | pub const PAINTING_MINECRAFT_BACKYARD_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_BACKYARD_TITLE (line 13507) | pub const PAINTING_MINECRAFT_BACKYARD_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_BAROQUE_AUTHOR (line 13509) | pub const PAINTING_MINECRAFT_BAROQUE_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_BAROQUE_TITLE (line 13511) | pub const PAINTING_MINECRAFT_BAROQUE_TITLE: &str = "painting.minecraft.b... constant PAINTING_MINECRAFT_BOMB_AUTHOR (line 13513) | pub const PAINTING_MINECRAFT_BOMB_AUTHOR: &str = "painting.minecraft.bom... constant PAINTING_MINECRAFT_BOMB_TITLE (line 13515) | pub const PAINTING_MINECRAFT_BOMB_TITLE: &str = "painting.minecraft.bomb... constant PAINTING_MINECRAFT_BOUQUET_AUTHOR (line 13517) | pub const PAINTING_MINECRAFT_BOUQUET_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_BOUQUET_TITLE (line 13519) | pub const PAINTING_MINECRAFT_BOUQUET_TITLE: &str = "painting.minecraft.b... constant PAINTING_MINECRAFT_BURNING_SKULL_AUTHOR (line 13521) | pub const PAINTING_MINECRAFT_BURNING_SKULL_AUTHOR: &str = "painting.mine... constant PAINTING_MINECRAFT_BURNING_SKULL_TITLE (line 13523) | pub const PAINTING_MINECRAFT_BURNING_SKULL_TITLE: &str = "painting.minec... constant PAINTING_MINECRAFT_BUST_AUTHOR (line 13525) | pub const PAINTING_MINECRAFT_BUST_AUTHOR: &str = "painting.minecraft.bus... constant PAINTING_MINECRAFT_BUST_TITLE (line 13527) | pub const PAINTING_MINECRAFT_BUST_TITLE: &str = "painting.minecraft.bust... constant PAINTING_MINECRAFT_CAVEBIRD_AUTHOR (line 13529) | pub const PAINTING_MINECRAFT_CAVEBIRD_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_CAVEBIRD_TITLE (line 13531) | pub const PAINTING_MINECRAFT_CAVEBIRD_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_CHANGING_AUTHOR (line 13533) | pub const PAINTING_MINECRAFT_CHANGING_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_CHANGING_TITLE (line 13535) | pub const PAINTING_MINECRAFT_CHANGING_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_COTAN_AUTHOR (line 13537) | pub const PAINTING_MINECRAFT_COTAN_AUTHOR: &str = "painting.minecraft.co... constant PAINTING_MINECRAFT_COTAN_TITLE (line 13539) | pub const PAINTING_MINECRAFT_COTAN_TITLE: &str = "painting.minecraft.cot... constant PAINTING_MINECRAFT_COURBET_AUTHOR (line 13541) | pub const PAINTING_MINECRAFT_COURBET_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_COURBET_TITLE (line 13543) | pub const PAINTING_MINECRAFT_COURBET_TITLE: &str = "painting.minecraft.c... constant PAINTING_MINECRAFT_CREEBET_AUTHOR (line 13545) | pub const PAINTING_MINECRAFT_CREEBET_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_CREEBET_TITLE (line 13547) | pub const PAINTING_MINECRAFT_CREEBET_TITLE: &str = "painting.minecraft.c... constant PAINTING_MINECRAFT_DENNIS_AUTHOR (line 13549) | pub const PAINTING_MINECRAFT_DENNIS_AUTHOR: &str = "painting.minecraft.d... constant PAINTING_MINECRAFT_DENNIS_TITLE (line 13551) | pub const PAINTING_MINECRAFT_DENNIS_TITLE: &str = "painting.minecraft.de... constant PAINTING_MINECRAFT_DONKEY_KONG_AUTHOR (line 13553) | pub const PAINTING_MINECRAFT_DONKEY_KONG_AUTHOR: &str = "painting.minecr... constant PAINTING_MINECRAFT_DONKEY_KONG_TITLE (line 13555) | pub const PAINTING_MINECRAFT_DONKEY_KONG_TITLE: &str = "painting.minecra... constant PAINTING_MINECRAFT_EARTH_AUTHOR (line 13557) | pub const PAINTING_MINECRAFT_EARTH_AUTHOR: &str = "painting.minecraft.ea... constant PAINTING_MINECRAFT_EARTH_TITLE (line 13559) | pub const PAINTING_MINECRAFT_EARTH_TITLE: &str = "painting.minecraft.ear... constant PAINTING_MINECRAFT_ENDBOSS_AUTHOR (line 13561) | pub const PAINTING_MINECRAFT_ENDBOSS_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_ENDBOSS_TITLE (line 13563) | pub const PAINTING_MINECRAFT_ENDBOSS_TITLE: &str = "painting.minecraft.e... constant PAINTING_MINECRAFT_FERN_AUTHOR (line 13565) | pub const PAINTING_MINECRAFT_FERN_AUTHOR: &str = "painting.minecraft.fer... constant PAINTING_MINECRAFT_FERN_TITLE (line 13567) | pub const PAINTING_MINECRAFT_FERN_TITLE: &str = "painting.minecraft.fern... constant PAINTING_MINECRAFT_FIGHTERS_AUTHOR (line 13569) | pub const PAINTING_MINECRAFT_FIGHTERS_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_FIGHTERS_TITLE (line 13571) | pub const PAINTING_MINECRAFT_FIGHTERS_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_FINDING_AUTHOR (line 13573) | pub const PAINTING_MINECRAFT_FINDING_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_FINDING_TITLE (line 13575) | pub const PAINTING_MINECRAFT_FINDING_TITLE: &str = "painting.minecraft.f... constant PAINTING_MINECRAFT_FIRE_AUTHOR (line 13577) | pub const PAINTING_MINECRAFT_FIRE_AUTHOR: &str = "painting.minecraft.fir... constant PAINTING_MINECRAFT_FIRE_TITLE (line 13579) | pub const PAINTING_MINECRAFT_FIRE_TITLE: &str = "painting.minecraft.fire... constant PAINTING_MINECRAFT_GRAHAM_AUTHOR (line 13581) | pub const PAINTING_MINECRAFT_GRAHAM_AUTHOR: &str = "painting.minecraft.g... constant PAINTING_MINECRAFT_GRAHAM_TITLE (line 13583) | pub const PAINTING_MINECRAFT_GRAHAM_TITLE: &str = "painting.minecraft.gr... constant PAINTING_MINECRAFT_HUMBLE_AUTHOR (line 13585) | pub const PAINTING_MINECRAFT_HUMBLE_AUTHOR: &str = "painting.minecraft.h... constant PAINTING_MINECRAFT_HUMBLE_TITLE (line 13587) | pub const PAINTING_MINECRAFT_HUMBLE_TITLE: &str = "painting.minecraft.hu... constant PAINTING_MINECRAFT_KEBAB_AUTHOR (line 13589) | pub const PAINTING_MINECRAFT_KEBAB_AUTHOR: &str = "painting.minecraft.ke... constant PAINTING_MINECRAFT_KEBAB_TITLE (line 13591) | pub const PAINTING_MINECRAFT_KEBAB_TITLE: &str = "painting.minecraft.keb... constant PAINTING_MINECRAFT_LOWMIST_AUTHOR (line 13593) | pub const PAINTING_MINECRAFT_LOWMIST_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_LOWMIST_TITLE (line 13595) | pub const PAINTING_MINECRAFT_LOWMIST_TITLE: &str = "painting.minecraft.l... constant PAINTING_MINECRAFT_MATCH_AUTHOR (line 13597) | pub const PAINTING_MINECRAFT_MATCH_AUTHOR: &str = "painting.minecraft.ma... constant PAINTING_MINECRAFT_MATCH_TITLE (line 13599) | pub const PAINTING_MINECRAFT_MATCH_TITLE: &str = "painting.minecraft.mat... constant PAINTING_MINECRAFT_MEDITATIVE_AUTHOR (line 13601) | pub const PAINTING_MINECRAFT_MEDITATIVE_AUTHOR: &str = "painting.minecra... constant PAINTING_MINECRAFT_MEDITATIVE_TITLE (line 13603) | pub const PAINTING_MINECRAFT_MEDITATIVE_TITLE: &str = "painting.minecraf... constant PAINTING_MINECRAFT_ORB_AUTHOR (line 13605) | pub const PAINTING_MINECRAFT_ORB_AUTHOR: &str = "painting.minecraft.orb.... constant PAINTING_MINECRAFT_ORB_TITLE (line 13607) | pub const PAINTING_MINECRAFT_ORB_TITLE: &str = "painting.minecraft.orb.t... constant PAINTING_MINECRAFT_OWLEMONS_AUTHOR (line 13609) | pub const PAINTING_MINECRAFT_OWLEMONS_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_OWLEMONS_TITLE (line 13611) | pub const PAINTING_MINECRAFT_OWLEMONS_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_PASSAGE_AUTHOR (line 13613) | pub const PAINTING_MINECRAFT_PASSAGE_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_PASSAGE_TITLE (line 13615) | pub const PAINTING_MINECRAFT_PASSAGE_TITLE: &str = "painting.minecraft.p... constant PAINTING_MINECRAFT_PIGSCENE_AUTHOR (line 13617) | pub const PAINTING_MINECRAFT_PIGSCENE_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_PIGSCENE_TITLE (line 13619) | pub const PAINTING_MINECRAFT_PIGSCENE_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_PLANT_AUTHOR (line 13621) | pub const PAINTING_MINECRAFT_PLANT_AUTHOR: &str = "painting.minecraft.pl... constant PAINTING_MINECRAFT_PLANT_TITLE (line 13623) | pub const PAINTING_MINECRAFT_PLANT_TITLE: &str = "painting.minecraft.pla... constant PAINTING_MINECRAFT_POINTER_AUTHOR (line 13625) | pub const PAINTING_MINECRAFT_POINTER_AUTHOR: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_POINTER_TITLE (line 13627) | pub const PAINTING_MINECRAFT_POINTER_TITLE: &str = "painting.minecraft.p... constant PAINTING_MINECRAFT_POND_AUTHOR (line 13629) | pub const PAINTING_MINECRAFT_POND_AUTHOR: &str = "painting.minecraft.pon... constant PAINTING_MINECRAFT_POND_TITLE (line 13631) | pub const PAINTING_MINECRAFT_POND_TITLE: &str = "painting.minecraft.pond... constant PAINTING_MINECRAFT_POOL_AUTHOR (line 13633) | pub const PAINTING_MINECRAFT_POOL_AUTHOR: &str = "painting.minecraft.poo... constant PAINTING_MINECRAFT_POOL_TITLE (line 13635) | pub const PAINTING_MINECRAFT_POOL_TITLE: &str = "painting.minecraft.pool... constant PAINTING_MINECRAFT_PRAIRIE_RIDE_AUTHOR (line 13637) | pub const PAINTING_MINECRAFT_PRAIRIE_RIDE_AUTHOR: &str = "painting.minec... constant PAINTING_MINECRAFT_PRAIRIE_RIDE_TITLE (line 13639) | pub const PAINTING_MINECRAFT_PRAIRIE_RIDE_TITLE: &str = "painting.minecr... constant PAINTING_MINECRAFT_SEA_AUTHOR (line 13641) | pub const PAINTING_MINECRAFT_SEA_AUTHOR: &str = "painting.minecraft.sea.... constant PAINTING_MINECRAFT_SEA_TITLE (line 13643) | pub const PAINTING_MINECRAFT_SEA_TITLE: &str = "painting.minecraft.sea.t... constant PAINTING_MINECRAFT_SKELETON_AUTHOR (line 13645) | pub const PAINTING_MINECRAFT_SKELETON_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_SKELETON_TITLE (line 13647) | pub const PAINTING_MINECRAFT_SKELETON_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_SKULL_AND_ROSES_AUTHOR (line 13649) | pub const PAINTING_MINECRAFT_SKULL_AND_ROSES_AUTHOR: &str = constant PAINTING_MINECRAFT_SKULL_AND_ROSES_TITLE (line 13652) | pub const PAINTING_MINECRAFT_SKULL_AND_ROSES_TITLE: &str = constant PAINTING_MINECRAFT_STAGE_AUTHOR (line 13655) | pub const PAINTING_MINECRAFT_STAGE_AUTHOR: &str = "painting.minecraft.st... constant PAINTING_MINECRAFT_STAGE_TITLE (line 13657) | pub const PAINTING_MINECRAFT_STAGE_TITLE: &str = "painting.minecraft.sta... constant PAINTING_MINECRAFT_SUNFLOWERS_AUTHOR (line 13659) | pub const PAINTING_MINECRAFT_SUNFLOWERS_AUTHOR: &str = "painting.minecra... constant PAINTING_MINECRAFT_SUNFLOWERS_TITLE (line 13661) | pub const PAINTING_MINECRAFT_SUNFLOWERS_TITLE: &str = "painting.minecraf... constant PAINTING_MINECRAFT_SUNSET_AUTHOR (line 13663) | pub const PAINTING_MINECRAFT_SUNSET_AUTHOR: &str = "painting.minecraft.s... constant PAINTING_MINECRAFT_SUNSET_TITLE (line 13665) | pub const PAINTING_MINECRAFT_SUNSET_TITLE: &str = "painting.minecraft.su... constant PAINTING_MINECRAFT_TIDES_AUTHOR (line 13667) | pub const PAINTING_MINECRAFT_TIDES_AUTHOR: &str = "painting.minecraft.ti... constant PAINTING_MINECRAFT_TIDES_TITLE (line 13669) | pub const PAINTING_MINECRAFT_TIDES_TITLE: &str = "painting.minecraft.tid... constant PAINTING_MINECRAFT_UNPACKED_AUTHOR (line 13671) | pub const PAINTING_MINECRAFT_UNPACKED_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_UNPACKED_TITLE (line 13673) | pub const PAINTING_MINECRAFT_UNPACKED_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_VOID_AUTHOR (line 13675) | pub const PAINTING_MINECRAFT_VOID_AUTHOR: &str = "painting.minecraft.voi... constant PAINTING_MINECRAFT_VOID_TITLE (line 13677) | pub const PAINTING_MINECRAFT_VOID_TITLE: &str = "painting.minecraft.void... constant PAINTING_MINECRAFT_WANDERER_AUTHOR (line 13679) | pub const PAINTING_MINECRAFT_WANDERER_AUTHOR: &str = "painting.minecraft... constant PAINTING_MINECRAFT_WANDERER_TITLE (line 13681) | pub const PAINTING_MINECRAFT_WANDERER_TITLE: &str = "painting.minecraft.... constant PAINTING_MINECRAFT_WASTELAND_AUTHOR (line 13683) | pub const PAINTING_MINECRAFT_WASTELAND_AUTHOR: &str = "painting.minecraf... constant PAINTING_MINECRAFT_WASTELAND_TITLE (line 13685) | pub const PAINTING_MINECRAFT_WASTELAND_TITLE: &str = "painting.minecraft... constant PAINTING_MINECRAFT_WATER_AUTHOR (line 13687) | pub const PAINTING_MINECRAFT_WATER_AUTHOR: &str = "painting.minecraft.wa... constant PAINTING_MINECRAFT_WATER_TITLE (line 13689) | pub const PAINTING_MINECRAFT_WATER_TITLE: &str = "painting.minecraft.wat... constant PAINTING_MINECRAFT_WIND_AUTHOR (line 13691) | pub const PAINTING_MINECRAFT_WIND_AUTHOR: &str = "painting.minecraft.win... constant PAINTING_MINECRAFT_WIND_TITLE (line 13693) | pub const PAINTING_MINECRAFT_WIND_TITLE: &str = "painting.minecraft.wind... constant PAINTING_MINECRAFT_WITHER_AUTHOR (line 13695) | pub const PAINTING_MINECRAFT_WITHER_AUTHOR: &str = "painting.minecraft.w... constant PAINTING_MINECRAFT_WITHER_TITLE (line 13697) | pub const PAINTING_MINECRAFT_WITHER_TITLE: &str = "painting.minecraft.wi... constant PAINTING_RANDOM (line 13699) | pub const PAINTING_RANDOM: &str = "painting.random"; constant PARSING_BOOL_EXPECTED (line 13701) | pub const PARSING_BOOL_EXPECTED: &str = "parsing.bool.expected"; constant PARSING_BOOL_INVALID (line 13703) | pub const PARSING_BOOL_INVALID: &str = "parsing.bool.invalid"; constant PARSING_DOUBLE_EXPECTED (line 13705) | pub const PARSING_DOUBLE_EXPECTED: &str = "parsing.double.expected"; constant PARSING_DOUBLE_INVALID (line 13707) | pub const PARSING_DOUBLE_INVALID: &str = "parsing.double.invalid"; constant PARSING_EXPECTED (line 13709) | pub const PARSING_EXPECTED: &str = "parsing.expected"; constant PARSING_FLOAT_EXPECTED (line 13711) | pub const PARSING_FLOAT_EXPECTED: &str = "parsing.float.expected"; constant PARSING_FLOAT_INVALID (line 13713) | pub const PARSING_FLOAT_INVALID: &str = "parsing.float.invalid"; constant PARSING_INT_EXPECTED (line 13715) | pub const PARSING_INT_EXPECTED: &str = "parsing.int.expected"; constant PARSING_INT_INVALID (line 13717) | pub const PARSING_INT_INVALID: &str = "parsing.int.invalid"; constant PARSING_LONG_EXPECTED (line 13719) | pub const PARSING_LONG_EXPECTED: &str = "parsing.long.expected"; constant PARSING_LONG_INVALID (line 13721) | pub const PARSING_LONG_INVALID: &str = "parsing.long.invalid"; constant PARSING_QUOTE_ESCAPE (line 13723) | pub const PARSING_QUOTE_ESCAPE: &str = "parsing.quote.escape"; constant PARSING_QUOTE_EXPECTED_END (line 13725) | pub const PARSING_QUOTE_EXPECTED_END: &str = "parsing.quote.expected.end"; constant PARSING_QUOTE_EXPECTED_START (line 13727) | pub const PARSING_QUOTE_EXPECTED_START: &str = "parsing.quote.expected.s... constant PARTICLE_INVALIDOPTIONS (line 13729) | pub const PARTICLE_INVALIDOPTIONS: &str = "particle.invalidOptions"; constant PARTICLE_NOTFOUND (line 13731) | pub const PARTICLE_NOTFOUND: &str = "particle.notFound"; constant PERMISSIONS_REQUIRES_ENTITY (line 13733) | pub const PERMISSIONS_REQUIRES_ENTITY: &str = "permissions.requires.enti... constant PERMISSIONS_REQUIRES_PLAYER (line 13735) | pub const PERMISSIONS_REQUIRES_PLAYER: &str = "permissions.requires.play... constant POTION_POTENCY_0 (line 13736) | pub const POTION_POTENCY_0: &str = "potion.potency.0"; constant POTION_POTENCY_1 (line 13738) | pub const POTION_POTENCY_1: &str = "potion.potency.1"; constant POTION_POTENCY_2 (line 13740) | pub const POTION_POTENCY_2: &str = "potion.potency.2"; constant POTION_POTENCY_3 (line 13742) | pub const POTION_POTENCY_3: &str = "potion.potency.3"; constant POTION_POTENCY_4 (line 13744) | pub const POTION_POTENCY_4: &str = "potion.potency.4"; constant POTION_POTENCY_5 (line 13746) | pub const POTION_POTENCY_5: &str = "potion.potency.5"; constant POTION_WHENDRANK (line 13748) | pub const POTION_WHENDRANK: &str = "potion.whenDrank"; constant POTION_WITHAMPLIFIER (line 13750) | pub const POTION_WITHAMPLIFIER: &str = "potion.withAmplifier"; constant POTION_WITHDURATION (line 13752) | pub const POTION_WITHDURATION: &str = "potion.withDuration"; constant PREDICATE_UNKNOWN (line 13754) | pub const PREDICATE_UNKNOWN: &str = "predicate.unknown"; constant QUICKPLAY_ERROR_INVALID_IDENTIFIER (line 13756) | pub const QUICKPLAY_ERROR_INVALID_IDENTIFIER: &str = "quickplay.error.in... constant QUICKPLAY_ERROR_REALM_CONNECT (line 13758) | pub const QUICKPLAY_ERROR_REALM_CONNECT: &str = "quickplay.error.realm_c... constant QUICKPLAY_ERROR_REALM_PERMISSION (line 13760) | pub const QUICKPLAY_ERROR_REALM_PERMISSION: &str = "quickplay.error.real... constant QUICKPLAY_ERROR_TITLE (line 13762) | pub const QUICKPLAY_ERROR_TITLE: &str = "quickplay.error.title"; constant REALMS_CONFIGURATION_REGION_AUSTRALIA_EAST (line 13764) | pub const REALMS_CONFIGURATION_REGION_AUSTRALIA_EAST: &str = constant REALMS_CONFIGURATION_REGION_AUSTRALIA_SOUTHEAST (line 13767) | pub const REALMS_CONFIGURATION_REGION_AUSTRALIA_SOUTHEAST: &str = constant REALMS_CONFIGURATION_REGION_BRAZIL_SOUTH (line 13770) | pub const REALMS_CONFIGURATION_REGION_BRAZIL_SOUTH: &str = constant REALMS_CONFIGURATION_REGION_CENTRAL_INDIA (line 13773) | pub const REALMS_CONFIGURATION_REGION_CENTRAL_INDIA: &str = constant REALMS_CONFIGURATION_REGION_CENTRAL_US (line 13776) | pub const REALMS_CONFIGURATION_REGION_CENTRAL_US: &str = "realms.configu... constant REALMS_CONFIGURATION_REGION_EAST_ASIA (line 13778) | pub const REALMS_CONFIGURATION_REGION_EAST_ASIA: &str = "realms.configur... constant REALMS_CONFIGURATION_REGION_EAST_US (line 13780) | pub const REALMS_CONFIGURATION_REGION_EAST_US: &str = "realms.configurat... constant REALMS_CONFIGURATION_REGION_EAST_US_2 (line 13782) | pub const REALMS_CONFIGURATION_REGION_EAST_US_2: &str = "realms.configur... constant REALMS_CONFIGURATION_REGION_FRANCE_CENTRAL (line 13784) | pub const REALMS_CONFIGURATION_REGION_FRANCE_CENTRAL: &str = constant REALMS_CONFIGURATION_REGION_JAPAN_EAST (line 13787) | pub const REALMS_CONFIGURATION_REGION_JAPAN_EAST: &str = "realms.configu... constant REALMS_CONFIGURATION_REGION_JAPAN_WEST (line 13789) | pub const REALMS_CONFIGURATION_REGION_JAPAN_WEST: &str = "realms.configu... constant REALMS_CONFIGURATION_REGION_KOREA_CENTRAL (line 13791) | pub const REALMS_CONFIGURATION_REGION_KOREA_CENTRAL: &str = constant REALMS_CONFIGURATION_REGION_NORTH_CENTRAL_US (line 13794) | pub const REALMS_CONFIGURATION_REGION_NORTH_CENTRAL_US: &str = constant REALMS_CONFIGURATION_REGION_NORTH_EUROPE (line 13797) | pub const REALMS_CONFIGURATION_REGION_NORTH_EUROPE: &str = constant REALMS_CONFIGURATION_REGION_SOUTH_CENTRAL_US (line 13800) | pub const REALMS_CONFIGURATION_REGION_SOUTH_CENTRAL_US: &str = constant REALMS_CONFIGURATION_REGION_SOUTHEAST_ASIA (line 13803) | pub const REALMS_CONFIGURATION_REGION_SOUTHEAST_ASIA: &str = constant REALMS_CONFIGURATION_REGION_SWEDEN_CENTRAL (line 13806) | pub const REALMS_CONFIGURATION_REGION_SWEDEN_CENTRAL: &str = constant REALMS_CONFIGURATION_REGION_UAE_NORTH (line 13809) | pub const REALMS_CONFIGURATION_REGION_UAE_NORTH: &str = "realms.configur... constant REALMS_CONFIGURATION_REGION_UK_SOUTH (line 13811) | pub const REALMS_CONFIGURATION_REGION_UK_SOUTH: &str = "realms.configura... constant REALMS_CONFIGURATION_REGION_WEST_CENTRAL_US (line 13813) | pub const REALMS_CONFIGURATION_REGION_WEST_CENTRAL_US: &str = constant REALMS_CONFIGURATION_REGION_WEST_EUROPE (line 13816) | pub const REALMS_CONFIGURATION_REGION_WEST_EUROPE: &str = "realms.config... constant REALMS_CONFIGURATION_REGION_WEST_US (line 13818) | pub const REALMS_CONFIGURATION_REGION_WEST_US: &str = "realms.configurat... constant REALMS_CONFIGURATION_REGION_WEST_US_2 (line 13820) | pub const REALMS_CONFIGURATION_REGION_WEST_US_2: &str = "realms.configur... constant REALMS_CONFIGURATION_REGION_PREFERENCE_AUTOMATIC_OWNER (line 13822) | pub const REALMS_CONFIGURATION_REGION_PREFERENCE_AUTOMATIC_OWNER: &str = constant REALMS_CONFIGURATION_REGION_PREFERENCE_AUTOMATIC_PLAYER (line 13825) | pub const REALMS_CONFIGURATION_REGION_PREFERENCE_AUTOMATIC_PLAYER: &str = constant REALMS_MISSING_SNAPSHOT_ERROR_TEXT (line 13828) | pub const REALMS_MISSING_SNAPSHOT_ERROR_TEXT: &str = "realms.missing.sna... constant RECIPE_NOTFOUND (line 13830) | pub const RECIPE_NOTFOUND: &str = "recipe.notFound"; constant RECIPE_TOAST_DESCRIPTION (line 13832) | pub const RECIPE_TOAST_DESCRIPTION: &str = "recipe.toast.description"; constant RECIPE_TOAST_TITLE (line 13834) | pub const RECIPE_TOAST_TITLE: &str = "recipe.toast.title"; constant RECORD_NOWPLAYING (line 13836) | pub const RECORD_NOWPLAYING: &str = "record.nowPlaying"; constant RECOVER_WORLD_BUG_TRACKER (line 13838) | pub const RECOVER_WORLD_BUG_TRACKER: &str = "recover_world.bug_tracker"; constant RECOVER_WORLD_BUTTON (line 13840) | pub const RECOVER_WORLD_BUTTON: &str = "recover_world.button"; constant RECOVER_WORLD_DONE_FAILED (line 13842) | pub const RECOVER_WORLD_DONE_FAILED: &str = "recover_world.done.failed"; constant RECOVER_WORLD_DONE_SUCCESS (line 13844) | pub const RECOVER_WORLD_DONE_SUCCESS: &str = "recover_world.done.success"; constant RECOVER_WORLD_DONE_TITLE (line 13846) | pub const RECOVER_WORLD_DONE_TITLE: &str = "recover_world.done.title"; constant RECOVER_WORLD_ISSUE_MISSING_FILE (line 13848) | pub const RECOVER_WORLD_ISSUE_MISSING_FILE: &str = "recover_world.issue.... constant RECOVER_WORLD_ISSUE_NONE (line 13850) | pub const RECOVER_WORLD_ISSUE_NONE: &str = "recover_world.issue.none"; constant RECOVER_WORLD_MESSAGE (line 13852) | pub const RECOVER_WORLD_MESSAGE: &str = "recover_world.message"; constant RECOVER_WORLD_NO_FALLBACK (line 13854) | pub const RECOVER_WORLD_NO_FALLBACK: &str = "recover_world.no_fallback"; constant RECOVER_WORLD_RESTORE (line 13856) | pub const RECOVER_WORLD_RESTORE: &str = "recover_world.restore"; constant RECOVER_WORLD_RESTORING (line 13858) | pub const RECOVER_WORLD_RESTORING: &str = "recover_world.restoring"; constant RECOVER_WORLD_STATE_ENTRY (line 13860) | pub const RECOVER_WORLD_STATE_ENTRY: &str = "recover_world.state_entry"; constant RECOVER_WORLD_STATE_ENTRY_UNKNOWN (line 13862) | pub const RECOVER_WORLD_STATE_ENTRY_UNKNOWN: &str = "recover_world.state... constant RECOVER_WORLD_TITLE (line 13864) | pub const RECOVER_WORLD_TITLE: &str = "recover_world.title"; constant RECOVER_WORLD_WARNING (line 13866) | pub const RECOVER_WORLD_WARNING: &str = "recover_world.warning"; constant RESOURCEPACK_BROKEN_ASSETS (line 13868) | pub const RESOURCEPACK_BROKEN_ASSETS: &str = "resourcePack.broken_assets"; constant RESOURCEPACK_HIGH_CONTRAST_NAME (line 13870) | pub const RESOURCEPACK_HIGH_CONTRAST_NAME: &str = "resourcePack.high_con... constant RESOURCEPACK_LOAD_FAIL (line 13872) | pub const RESOURCEPACK_LOAD_FAIL: &str = "resourcePack.load_fail"; constant RESOURCEPACK_PROGRAMMER_ART_NAME (line 13874) | pub const RESOURCEPACK_PROGRAMMER_ART_NAME: &str = "resourcePack.program... constant RESOURCEPACK_RUNTIME_FAILURE (line 13876) | pub const RESOURCEPACK_RUNTIME_FAILURE: &str = "resourcePack.runtime_fai... constant RESOURCEPACK_SERVER_NAME (line 13878) | pub const RESOURCEPACK_SERVER_NAME: &str = "resourcePack.server.name"; constant RESOURCEPACK_TITLE (line 13880) | pub const RESOURCEPACK_TITLE: &str = "resourcePack.title"; constant RESOURCEPACK_VANILLA_DESCRIPTION (line 13882) | pub const RESOURCEPACK_VANILLA_DESCRIPTION: &str = "resourcePack.vanilla... constant RESOURCEPACK_VANILLA_NAME (line 13884) | pub const RESOURCEPACK_VANILLA_NAME: &str = "resourcePack.vanilla.name"; constant RESOURCEPACK_DOWNLOADING (line 13886) | pub const RESOURCEPACK_DOWNLOADING: &str = "resourcepack.downloading"; constant RESOURCEPACK_PROGRESS (line 13888) | pub const RESOURCEPACK_PROGRESS: &str = "resourcepack.progress"; constant RESOURCEPACK_REQUESTING (line 13890) | pub const RESOURCEPACK_REQUESTING: &str = "resourcepack.requesting"; constant SCREENSHOT_FAILURE (line 13892) | pub const SCREENSHOT_FAILURE: &str = "screenshot.failure"; constant SCREENSHOT_SUCCESS (line 13894) | pub const SCREENSHOT_SUCCESS: &str = "screenshot.success"; constant SELECTSERVER_ADD (line 13896) | pub const SELECTSERVER_ADD: &str = "selectServer.add"; constant SELECTSERVER_DEFAULTNAME (line 13898) | pub const SELECTSERVER_DEFAULTNAME: &str = "selectServer.defaultName"; constant SELECTSERVER_DELETE (line 13900) | pub const SELECTSERVER_DELETE: &str = "selectServer.delete"; constant SELECTSERVER_DELETEBUTTON (line 13902) | pub const SELECTSERVER_DELETEBUTTON: &str = "selectServer.deleteButton"; constant SELECTSERVER_DELETEQUESTION (line 13904) | pub const SELECTSERVER_DELETEQUESTION: &str = "selectServer.deleteQuesti... constant SELECTSERVER_DELETEWARNING (line 13906) | pub const SELECTSERVER_DELETEWARNING: &str = "selectServer.deleteWarning"; constant SELECTSERVER_DIRECT (line 13908) | pub const SELECTSERVER_DIRECT: &str = "selectServer.direct"; constant SELECTSERVER_EDIT (line 13910) | pub const SELECTSERVER_EDIT: &str = "selectServer.edit"; constant SELECTSERVER_HIDDENADDRESS (line 13912) | pub const SELECTSERVER_HIDDENADDRESS: &str = "selectServer.hiddenAddress"; constant SELECTSERVER_REFRESH (line 13914) | pub const SELECTSERVER_REFRESH: &str = "selectServer.refresh"; constant SELECTSERVER_SELECT (line 13916) | pub const SELECTSERVER_SELECT: &str = "selectServer.select"; constant SELECTWORLD_ACCESS_FAILURE (line 13918) | pub const SELECTWORLD_ACCESS_FAILURE: &str = "selectWorld.access_failure"; constant SELECTWORLD_ALLOWCOMMANDS (line 13920) | pub const SELECTWORLD_ALLOWCOMMANDS: &str = "selectWorld.allowCommands"; constant SELECTWORLD_ALLOWCOMMANDS_INFO (line 13922) | pub const SELECTWORLD_ALLOWCOMMANDS_INFO: &str = "selectWorld.allowComma... constant SELECTWORLD_ALLOWCOMMANDS_NEW (line 13924) | pub const SELECTWORLD_ALLOWCOMMANDS_NEW: &str = "selectWorld.allowComman... constant SELECTWORLD_BACKUPERASECACHE (line 13926) | pub const SELECTWORLD_BACKUPERASECACHE: &str = "selectWorld.backupEraseC... constant SELECTWORLD_BACKUPJOINCONFIRMBUTTON (line 13928) | pub const SELECTWORLD_BACKUPJOINCONFIRMBUTTON: &str = "selectWorld.backu... constant SELECTWORLD_BACKUPJOINSKIPBUTTON (line 13930) | pub const SELECTWORLD_BACKUPJOINSKIPBUTTON: &str = "selectWorld.backupJo... constant SELECTWORLD_BACKUPQUESTION_CUSTOMIZED (line 13932) | pub const SELECTWORLD_BACKUPQUESTION_CUSTOMIZED: &str = "selectWorld.bac... constant SELECTWORLD_BACKUPQUESTION_DOWNGRADE (line 13934) | pub const SELECTWORLD_BACKUPQUESTION_DOWNGRADE: &str = "selectWorld.back... constant SELECTWORLD_BACKUPQUESTION_EXPERIMENTAL (line 13936) | pub const SELECTWORLD_BACKUPQUESTION_EXPERIMENTAL: &str = "selectWorld.b... constant SELECTWORLD_BACKUPQUESTION_SNAPSHOT (line 13938) | pub const SELECTWORLD_BACKUPQUESTION_SNAPSHOT: &str = "selectWorld.backu... constant SELECTWORLD_BACKUPWARNING_CUSTOMIZED (line 13940) | pub const SELECTWORLD_BACKUPWARNING_CUSTOMIZED: &str = "selectWorld.back... constant SELECTWORLD_BACKUPWARNING_DOWNGRADE (line 13942) | pub const SELECTWORLD_BACKUPWARNING_DOWNGRADE: &str = "selectWorld.backu... constant SELECTWORLD_BACKUPWARNING_EXPERIMENTAL (line 13944) | pub const SELECTWORLD_BACKUPWARNING_EXPERIMENTAL: &str = "selectWorld.ba... constant SELECTWORLD_BACKUPWARNING_SNAPSHOT (line 13946) | pub const SELECTWORLD_BACKUPWARNING_SNAPSHOT: &str = "selectWorld.backup... constant SELECTWORLD_BONUSITEMS (line 13948) | pub const SELECTWORLD_BONUSITEMS: &str = "selectWorld.bonusItems"; constant SELECTWORLD_CHEATS (line 13950) | pub const SELECTWORLD_CHEATS: &str = "selectWorld.cheats"; constant SELECTWORLD_COMMANDS (line 13952) | pub const SELECTWORLD_COMMANDS: &str = "selectWorld.commands"; constant SELECTWORLD_CONVERSION (line 13954) | pub const SELECTWORLD_CONVERSION: &str = "selectWorld.conversion"; constant SELECTWORLD_CONVERSION_TOOLTIP (line 13956) | pub const SELECTWORLD_CONVERSION_TOOLTIP: &str = "selectWorld.conversion... constant SELECTWORLD_CREATE (line 13958) | pub const SELECTWORLD_CREATE: &str = "selectWorld.create"; constant SELECTWORLD_CUSTOMIZETYPE (line 13960) | pub const SELECTWORLD_CUSTOMIZETYPE: &str = "selectWorld.customizeType"; constant SELECTWORLD_DATAPACKS (line 13962) | pub const SELECTWORLD_DATAPACKS: &str = "selectWorld.dataPacks"; constant SELECTWORLD_DATA_READ (line 13964) | pub const SELECTWORLD_DATA_READ: &str = "selectWorld.data_read"; constant SELECTWORLD_DELETE (line 13966) | pub const SELECTWORLD_DELETE: &str = "selectWorld.delete"; constant SELECTWORLD_DELETEBUTTON (line 13968) | pub const SELECTWORLD_DELETEBUTTON: &str = "selectWorld.deleteButton"; constant SELECTWORLD_DELETEQUESTION (line 13970) | pub const SELECTWORLD_DELETEQUESTION: &str = "selectWorld.deleteQuestion"; constant SELECTWORLD_DELETEWARNING (line 13972) | pub const SELECTWORLD_DELETEWARNING: &str = "selectWorld.deleteWarning"; constant SELECTWORLD_DELETE_FAILURE (line 13974) | pub const SELECTWORLD_DELETE_FAILURE: &str = "selectWorld.delete_failure"; constant SELECTWORLD_EDIT (line 13976) | pub const SELECTWORLD_EDIT: &str = "selectWorld.edit"; constant SELECTWORLD_EDIT_BACKUP (line 13978) | pub const SELECTWORLD_EDIT_BACKUP: &str = "selectWorld.edit.backup"; constant SELECTWORLD_EDIT_BACKUPCREATED (line 13980) | pub const SELECTWORLD_EDIT_BACKUPCREATED: &str = "selectWorld.edit.backu... constant SELECTWORLD_EDIT_BACKUPFAILED (line 13982) | pub const SELECTWORLD_EDIT_BACKUPFAILED: &str = "selectWorld.edit.backup... constant SELECTWORLD_EDIT_BACKUPFOLDER (line 13984) | pub const SELECTWORLD_EDIT_BACKUPFOLDER: &str = "selectWorld.edit.backup... constant SELECTWORLD_EDIT_BACKUPSIZE (line 13986) | pub const SELECTWORLD_EDIT_BACKUPSIZE: &str = "selectWorld.edit.backupSi... constant SELECTWORLD_EDIT_EXPORT_WORLDGEN_SETTINGS (line 13988) | pub const SELECTWORLD_EDIT_EXPORT_WORLDGEN_SETTINGS: &str = constant SELECTWORLD_EDIT_EXPORT_WORLDGEN_SETTINGS_FAILURE (line 13991) | pub const SELECTWORLD_EDIT_EXPORT_WORLDGEN_SETTINGS_FAILURE: &str = constant SELECTWORLD_EDIT_EXPORT_WORLDGEN_SETTINGS_SUCCESS (line 13994) | pub const SELECTWORLD_EDIT_EXPORT_WORLDGEN_SETTINGS_SUCCESS: &str = constant SELECTWORLD_EDIT_OPENFOLDER (line 13997) | pub const SELECTWORLD_EDIT_OPENFOLDER: &str = "selectWorld.edit.openFold... constant SELECTWORLD_EDIT_OPTIMIZE (line 13999) | pub const SELECTWORLD_EDIT_OPTIMIZE: &str = "selectWorld.edit.optimize"; constant SELECTWORLD_EDIT_RESETICON (line 14001) | pub const SELECTWORLD_EDIT_RESETICON: &str = "selectWorld.edit.resetIcon"; constant SELECTWORLD_EDIT_SAVE (line 14003) | pub const SELECTWORLD_EDIT_SAVE: &str = "selectWorld.edit.save"; constant SELECTWORLD_EDIT_TITLE (line 14005) | pub const SELECTWORLD_EDIT_TITLE: &str = "selectWorld.edit.title"; constant SELECTWORLD_ENTERNAME (line 14007) | pub const SELECTWORLD_ENTERNAME: &str = "selectWorld.enterName"; constant SELECTWORLD_ENTERSEED (line 14009) | pub const SELECTWORLD_ENTERSEED: &str = "selectWorld.enterSeed"; constant SELECTWORLD_EXPERIMENTAL (line 14011) | pub const SELECTWORLD_EXPERIMENTAL: &str = "selectWorld.experimental"; constant SELECTWORLD_EXPERIMENTAL_DETAILS (line 14013) | pub const SELECTWORLD_EXPERIMENTAL_DETAILS: &str = "selectWorld.experime... constant SELECTWORLD_EXPERIMENTAL_DETAILS_ENTRY (line 14015) | pub const SELECTWORLD_EXPERIMENTAL_DETAILS_ENTRY: &str = "selectWorld.ex... constant SELECTWORLD_EXPERIMENTAL_DETAILS_TITLE (line 14017) | pub const SELECTWORLD_EXPERIMENTAL_DETAILS_TITLE: &str = "selectWorld.ex... constant SELECTWORLD_EXPERIMENTAL_MESSAGE (line 14019) | pub const SELECTWORLD_EXPERIMENTAL_MESSAGE: &str = "selectWorld.experime... constant SELECTWORLD_EXPERIMENTAL_TITLE (line 14021) | pub const SELECTWORLD_EXPERIMENTAL_TITLE: &str = "selectWorld.experiment... constant SELECTWORLD_EXPERIMENTS (line 14023) | pub const SELECTWORLD_EXPERIMENTS: &str = "selectWorld.experiments"; constant SELECTWORLD_EXPERIMENTS_INFO (line 14025) | pub const SELECTWORLD_EXPERIMENTS_INFO: &str = "selectWorld.experiments.... constant SELECTWORLD_FUTUREWORLD_ERROR_TEXT (line 14027) | pub const SELECTWORLD_FUTUREWORLD_ERROR_TEXT: &str = "selectWorld.future... constant SELECTWORLD_FUTUREWORLD_ERROR_TITLE (line 14029) | pub const SELECTWORLD_FUTUREWORLD_ERROR_TITLE: &str = "selectWorld.futur... constant SELECTWORLD_GAMEMODE (line 14031) | pub const SELECTWORLD_GAMEMODE: &str = "selectWorld.gameMode"; constant SELECTWORLD_GAMEMODE_ADVENTURE (line 14033) | pub const SELECTWORLD_GAMEMODE_ADVENTURE: &str = "selectWorld.gameMode.a... constant SELECTWORLD_GAMEMODE_ADVENTURE_INFO (line 14035) | pub const SELECTWORLD_GAMEMODE_ADVENTURE_INFO: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_ADVENTURE_LINE1 (line 14037) | pub const SELECTWORLD_GAMEMODE_ADVENTURE_LINE1: &str = "selectWorld.game... constant SELECTWORLD_GAMEMODE_ADVENTURE_LINE2 (line 14039) | pub const SELECTWORLD_GAMEMODE_ADVENTURE_LINE2: &str = "selectWorld.game... constant SELECTWORLD_GAMEMODE_CREATIVE (line 14041) | pub const SELECTWORLD_GAMEMODE_CREATIVE: &str = "selectWorld.gameMode.cr... constant SELECTWORLD_GAMEMODE_CREATIVE_INFO (line 14043) | pub const SELECTWORLD_GAMEMODE_CREATIVE_INFO: &str = "selectWorld.gameMo... constant SELECTWORLD_GAMEMODE_CREATIVE_LINE1 (line 14045) | pub const SELECTWORLD_GAMEMODE_CREATIVE_LINE1: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_CREATIVE_LINE2 (line 14047) | pub const SELECTWORLD_GAMEMODE_CREATIVE_LINE2: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_HARDCORE (line 14049) | pub const SELECTWORLD_GAMEMODE_HARDCORE: &str = "selectWorld.gameMode.ha... constant SELECTWORLD_GAMEMODE_HARDCORE_INFO (line 14051) | pub const SELECTWORLD_GAMEMODE_HARDCORE_INFO: &str = "selectWorld.gameMo... constant SELECTWORLD_GAMEMODE_HARDCORE_LINE1 (line 14053) | pub const SELECTWORLD_GAMEMODE_HARDCORE_LINE1: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_HARDCORE_LINE2 (line 14055) | pub const SELECTWORLD_GAMEMODE_HARDCORE_LINE2: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_SPECTATOR (line 14057) | pub const SELECTWORLD_GAMEMODE_SPECTATOR: &str = "selectWorld.gameMode.s... constant SELECTWORLD_GAMEMODE_SPECTATOR_INFO (line 14059) | pub const SELECTWORLD_GAMEMODE_SPECTATOR_INFO: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_SPECTATOR_LINE1 (line 14061) | pub const SELECTWORLD_GAMEMODE_SPECTATOR_LINE1: &str = "selectWorld.game... constant SELECTWORLD_GAMEMODE_SPECTATOR_LINE2 (line 14062) | pub const SELECTWORLD_GAMEMODE_SPECTATOR_LINE2: &str = "selectWorld.game... constant SELECTWORLD_GAMEMODE_SURVIVAL (line 14064) | pub const SELECTWORLD_GAMEMODE_SURVIVAL: &str = "selectWorld.gameMode.su... constant SELECTWORLD_GAMEMODE_SURVIVAL_INFO (line 14066) | pub const SELECTWORLD_GAMEMODE_SURVIVAL_INFO: &str = "selectWorld.gameMo... constant SELECTWORLD_GAMEMODE_SURVIVAL_LINE1 (line 14068) | pub const SELECTWORLD_GAMEMODE_SURVIVAL_LINE1: &str = "selectWorld.gameM... constant SELECTWORLD_GAMEMODE_SURVIVAL_LINE2 (line 14070) | pub const SELECTWORLD_GAMEMODE_SURVIVAL_LINE2: &str = "selectWorld.gameM... constant SELECTWORLD_GAMERULES (line 14072) | pub const SELECTWORLD_GAMERULES: &str = "selectWorld.gameRules"; constant SELECTWORLD_IMPORT_WORLDGEN_SETTINGS (line 14074) | pub const SELECTWORLD_IMPORT_WORLDGEN_SETTINGS: &str = "selectWorld.impo... constant SELECTWORLD_IMPORT_WORLDGEN_SETTINGS_FAILURE (line 14076) | pub const SELECTWORLD_IMPORT_WORLDGEN_SETTINGS_FAILURE: &str = constant SELECTWORLD_IMPORT_WORLDGEN_SETTINGS_SELECT_FILE (line 14079) | pub const SELECTWORLD_IMPORT_WORLDGEN_SETTINGS_SELECT_FILE: &str = constant SELECTWORLD_INCOMPATIBLE_DESCRIPTION (line 14082) | pub const SELECTWORLD_INCOMPATIBLE_DESCRIPTION: &str = "selectWorld.inco... constant SELECTWORLD_INCOMPATIBLE_INFO (line 14084) | pub const SELECTWORLD_INCOMPATIBLE_INFO: &str = "selectWorld.incompatibl... constant SELECTWORLD_INCOMPATIBLE_TITLE (line 14086) | pub const SELECTWORLD_INCOMPATIBLE_TITLE: &str = "selectWorld.incompatib... constant SELECTWORLD_INCOMPATIBLE_TOOLTIP (line 14088) | pub const SELECTWORLD_INCOMPATIBLE_TOOLTIP: &str = "selectWorld.incompat... constant SELECTWORLD_INCOMPATIBLE_SERIES (line 14090) | pub const SELECTWORLD_INCOMPATIBLE_SERIES: &str = "selectWorld.incompati... constant SELECTWORLD_LOAD_FOLDER_ACCESS (line 14092) | pub const SELECTWORLD_LOAD_FOLDER_ACCESS: &str = "selectWorld.load_folde... constant SELECTWORLD_LOADING_LIST (line 14094) | pub const SELECTWORLD_LOADING_LIST: &str = "selectWorld.loading_list"; constant SELECTWORLD_LOCKED (line 14096) | pub const SELECTWORLD_LOCKED: &str = "selectWorld.locked"; constant SELECTWORLD_MAPFEATURES (line 14098) | pub const SELECTWORLD_MAPFEATURES: &str = "selectWorld.mapFeatures"; constant SELECTWORLD_MAPFEATURES_INFO (line 14100) | pub const SELECTWORLD_MAPFEATURES_INFO: &str = "selectWorld.mapFeatures.... constant SELECTWORLD_MAPTYPE (line 14102) | pub const SELECTWORLD_MAPTYPE: &str = "selectWorld.mapType"; constant SELECTWORLD_MAPTYPE_NORMAL (line 14104) | pub const SELECTWORLD_MAPTYPE_NORMAL: &str = "selectWorld.mapType.normal"; constant SELECTWORLD_MOREWORLDOPTIONS (line 14106) | pub const SELECTWORLD_MOREWORLDOPTIONS: &str = "selectWorld.moreWorldOpt... constant SELECTWORLD_NEWWORLD (line 14108) | pub const SELECTWORLD_NEWWORLD: &str = "selectWorld.newWorld"; constant SELECTWORLD_RECREATE (line 14110) | pub const SELECTWORLD_RECREATE: &str = "selectWorld.recreate"; constant SELECTWORLD_RECREATE_CUSTOMIZED_TEXT (line 14112) | pub const SELECTWORLD_RECREATE_CUSTOMIZED_TEXT: &str = "selectWorld.recr... constant SELECTWORLD_RECREATE_CUSTOMIZED_TITLE (line 14114) | pub const SELECTWORLD_RECREATE_CUSTOMIZED_TITLE: &str = "selectWorld.rec... constant SELECTWORLD_RECREATE_ERROR_TEXT (line 14116) | pub const SELECTWORLD_RECREATE_ERROR_TEXT: &str = "selectWorld.recreate.... constant SELECTWORLD_RECREATE_ERROR_TITLE (line 14118) | pub const SELECTWORLD_RECREATE_ERROR_TITLE: &str = "selectWorld.recreate... constant SELECTWORLD_RESOURCE_LOAD (line 14120) | pub const SELECTWORLD_RESOURCE_LOAD: &str = "selectWorld.resource_load"; constant SELECTWORLD_RESULTFOLDER (line 14122) | pub const SELECTWORLD_RESULTFOLDER: &str = "selectWorld.resultFolder"; constant SELECTWORLD_SEARCH (line 14124) | pub const SELECTWORLD_SEARCH: &str = "selectWorld.search"; constant SELECTWORLD_SEEDINFO (line 14126) | pub const SELECTWORLD_SEEDINFO: &str = "selectWorld.seedInfo"; constant SELECTWORLD_SELECT (line 14128) | pub const SELECTWORLD_SELECT: &str = "selectWorld.select"; constant SELECTWORLD_TARGETFOLDER (line 14130) | pub const SELECTWORLD_TARGETFOLDER: &str = "selectWorld.targetFolder"; constant SELECTWORLD_TITLE (line 14132) | pub const SELECTWORLD_TITLE: &str = "selectWorld.title"; constant SELECTWORLD_TOOLTIP_FROMNEWERVERSION1 (line 14134) | pub const SELECTWORLD_TOOLTIP_FROMNEWERVERSION1: &str = "selectWorld.too... constant SELECTWORLD_TOOLTIP_FROMNEWERVERSION2 (line 14136) | pub const SELECTWORLD_TOOLTIP_FROMNEWERVERSION2: &str = "selectWorld.too... constant SELECTWORLD_TOOLTIP_SNAPSHOT1 (line 14138) | pub const SELECTWORLD_TOOLTIP_SNAPSHOT1: &str = "selectWorld.tooltip.sna... constant SELECTWORLD_TOOLTIP_SNAPSHOT2 (line 14140) | pub const SELECTWORLD_TOOLTIP_SNAPSHOT2: &str = "selectWorld.tooltip.sna... constant SELECTWORLD_UNABLE_TO_LOAD (line 14142) | pub const SELECTWORLD_UNABLE_TO_LOAD: &str = "selectWorld.unable_to_load"; constant SELECTWORLD_VERSION (line 14144) | pub const SELECTWORLD_VERSION: &str = "selectWorld.version"; constant SELECTWORLD_VERSIONJOINBUTTON (line 14146) | pub const SELECTWORLD_VERSIONJOINBUTTON: &str = "selectWorld.versionJoin... constant SELECTWORLD_VERSIONQUESTION (line 14148) | pub const SELECTWORLD_VERSIONQUESTION: &str = "selectWorld.versionQuesti... constant SELECTWORLD_VERSIONUNKNOWN (line 14150) | pub const SELECTWORLD_VERSIONUNKNOWN: &str = "selectWorld.versionUnknown"; constant SELECTWORLD_VERSIONWARNING (line 14152) | pub const SELECTWORLD_VERSIONWARNING: &str = "selectWorld.versionWarning"; constant SELECTWORLD_WARNING_DEPRECATED_QUESTION (line 14154) | pub const SELECTWORLD_WARNING_DEPRECATED_QUESTION: &str = "selectWorld.w... constant SELECTWORLD_WARNING_DEPRECATED_TITLE (line 14156) | pub const SELECTWORLD_WARNING_DEPRECATED_TITLE: &str = "selectWorld.warn... constant SELECTWORLD_WARNING_EXPERIMENTAL_QUESTION (line 14158) | pub const SELECTWORLD_WARNING_EXPERIMENTAL_QUESTION: &str = constant SELECTWORLD_WARNING_EXPERIMENTAL_TITLE (line 14161) | pub const SELECTWORLD_WARNING_EXPERIMENTAL_TITLE: &str = "selectWorld.wa... constant SELECTWORLD_WARNING_LOWDISKSPACE_DESCRIPTION (line 14163) | pub const SELECTWORLD_WARNING_LOWDISKSPACE_DESCRIPTION: &str = constant SELECTWORLD_WARNING_LOWDISKSPACE_TITLE (line 14166) | pub const SELECTWORLD_WARNING_LOWDISKSPACE_TITLE: &str = "selectWorld.wa... constant SELECTWORLD_WORLD (line 14168) | pub const SELECTWORLD_WORLD: &str = "selectWorld.world"; constant SIGN_EDIT (line 14170) | pub const SIGN_EDIT: &str = "sign.edit"; constant SLEEP_NOT_POSSIBLE (line 14172) | pub const SLEEP_NOT_POSSIBLE: &str = "sleep.not_possible"; constant SLEEP_PLAYERS_SLEEPING (line 14174) | pub const SLEEP_PLAYERS_SLEEPING: &str = "sleep.players_sleeping"; constant SLEEP_SKIPPING_NIGHT (line 14176) | pub const SLEEP_SKIPPING_NIGHT: &str = "sleep.skipping_night"; constant SLOT_ONLY_SINGLE_ALLOWED (line 14178) | pub const SLOT_ONLY_SINGLE_ALLOWED: &str = "slot.only_single_allowed"; constant SLOT_UNKNOWN (line 14180) | pub const SLOT_UNKNOWN: &str = "slot.unknown"; constant SNBT_PARSER_EMPTY_KEY (line 14182) | pub const SNBT_PARSER_EMPTY_KEY: &str = "snbt.parser.empty_key"; constant SNBT_PARSER_EXPECTED_BINARY_NUMERAL (line 14184) | pub const SNBT_PARSER_EXPECTED_BINARY_NUMERAL: &str = "snbt.parser.expec... constant SNBT_PARSER_EXPECTED_DECIMAL_NUMERAL (line 14186) | pub const SNBT_PARSER_EXPECTED_DECIMAL_NUMERAL: &str = "snbt.parser.expe... constant SNBT_PARSER_EXPECTED_FLOAT_TYPE (line 14188) | pub const SNBT_PARSER_EXPECTED_FLOAT_TYPE: &str = "snbt.parser.expected_... constant SNBT_PARSER_EXPECTED_HEX_ESCAPE (line 14190) | pub const SNBT_PARSER_EXPECTED_HEX_ESCAPE: &str = "snbt.parser.expected_... constant SNBT_PARSER_EXPECTED_HEX_NUMERAL (line 14192) | pub const SNBT_PARSER_EXPECTED_HEX_NUMERAL: &str = "snbt.parser.expected... constant SNBT_PARSER_EXPECTED_INTEGER_TYPE (line 14194) | pub const SNBT_PARSER_EXPECTED_INTEGER_TYPE: &str = "snbt.parser.expecte... constant SNBT_PARSER_EXPECTED_NON_NEGATIVE_NUMBER (line 14196) | pub const SNBT_PARSER_EXPECTED_NON_NEGATIVE_NUMBER: &str = constant SNBT_PARSER_EXPECTED_NUMBER_OR_BOOLEAN (line 14199) | pub const SNBT_PARSER_EXPECTED_NUMBER_OR_BOOLEAN: &str = "snbt.parser.ex... constant SNBT_PARSER_EXPECTED_STRING_UUID (line 14201) | pub const SNBT_PARSER_EXPECTED_STRING_UUID: &str = "snbt.parser.expected... constant SNBT_PARSER_EXPECTED_UNQUOTED_STRING (line 14203) | pub const SNBT_PARSER_EXPECTED_UNQUOTED_STRING: &str = "snbt.parser.expe... constant SNBT_PARSER_INFINITY_NOT_ALLOWED (line 14205) | pub const SNBT_PARSER_INFINITY_NOT_ALLOWED: &str = "snbt.parser.infinity... constant SNBT_PARSER_INVALID_ARRAY_ELEMENT_TYPE (line 14207) | pub const SNBT_PARSER_INVALID_ARRAY_ELEMENT_TYPE: &str = "snbt.parser.in... constant SNBT_PARSER_INVALID_CHARACTER_NAME (line 14209) | pub const SNBT_PARSER_INVALID_CHARACTER_NAME: &str = "snbt.parser.invali... constant SNBT_PARSER_INVALID_CODEPOINT (line 14211) | pub const SNBT_PARSER_INVALID_CODEPOINT: &str = "snbt.parser.invalid_cod... constant SNBT_PARSER_INVALID_STRING_CONTENTS (line 14213) | pub const SNBT_PARSER_INVALID_STRING_CONTENTS: &str = "snbt.parser.inval... constant SNBT_PARSER_INVALID_UNQUOTED_START (line 14215) | pub const SNBT_PARSER_INVALID_UNQUOTED_START: &str = "snbt.parser.invali... constant SNBT_PARSER_LEADING_ZERO_NOT_ALLOWED (line 14217) | pub const SNBT_PARSER_LEADING_ZERO_NOT_ALLOWED: &str = "snbt.parser.lead... constant SNBT_PARSER_NO_SUCH_OPERATION (line 14219) | pub const SNBT_PARSER_NO_SUCH_OPERATION: &str = "snbt.parser.no_such_ope... constant SNBT_PARSER_NUMBER_PARSE_FAILURE (line 14221) | pub const SNBT_PARSER_NUMBER_PARSE_FAILURE: &str = "snbt.parser.number_p... constant SNBT_PARSER_UNDESCORE_NOT_ALLOWED (line 14223) | pub const SNBT_PARSER_UNDESCORE_NOT_ALLOWED: &str = "snbt.parser.undesco... constant SOUNDCATEGORY_AMBIENT (line 14225) | pub const SOUNDCATEGORY_AMBIENT: &str = "soundCategory.ambient"; constant SOUNDCATEGORY_BLOCK (line 14227) | pub const SOUNDCATEGORY_BLOCK: &str = "soundCategory.block"; constant SOUNDCATEGORY_HOSTILE (line 14229) | pub const SOUNDCATEGORY_HOSTILE: &str = "soundCategory.hostile"; constant SOUNDCATEGORY_MASTER (line 14231) | pub const SOUNDCATEGORY_MASTER: &str = "soundCategory.master"; constant SOUNDCATEGORY_MUSIC (line 14233) | pub const SOUNDCATEGORY_MUSIC: &str = "soundCategory.music"; constant SOUNDCATEGORY_NEUTRAL (line 14235) | pub const SOUNDCATEGORY_NEUTRAL: &str = "soundCategory.neutral"; constant SOUNDCATEGORY_PLAYER (line 14237) | pub const SOUNDCATEGORY_PLAYER: &str = "soundCategory.player"; constant SOUNDCATEGORY_RECORD (line 14239) | pub const SOUNDCATEGORY_RECORD: &str = "soundCategory.record"; constant SOUNDCATEGORY_UI (line 14241) | pub const SOUNDCATEGORY_UI: &str = "soundCategory.ui"; constant SOUNDCATEGORY_VOICE (line 14243) | pub const SOUNDCATEGORY_VOICE: &str = "soundCategory.voice"; constant SOUNDCATEGORY_WEATHER (line 14245) | pub const SOUNDCATEGORY_WEATHER: &str = "soundCategory.weather"; constant SPECTATORMENU_CLOSE (line 14247) | pub const SPECTATORMENU_CLOSE: &str = "spectatorMenu.close"; constant SPECTATORMENU_NEXT_PAGE (line 14249) | pub const SPECTATORMENU_NEXT_PAGE: &str = "spectatorMenu.next_page"; constant SPECTATORMENU_PREVIOUS_PAGE (line 14251) | pub const SPECTATORMENU_PREVIOUS_PAGE: &str = "spectatorMenu.previous_pa... constant SPECTATORMENU_ROOT_PROMPT (line 14253) | pub const SPECTATORMENU_ROOT_PROMPT: &str = "spectatorMenu.root.prompt"; constant SPECTATORMENU_TEAM_TELEPORT (line 14255) | pub const SPECTATORMENU_TEAM_TELEPORT: &str = "spectatorMenu.team_telepo... constant SPECTATORMENU_TEAM_TELEPORT_PROMPT (line 14257) | pub const SPECTATORMENU_TEAM_TELEPORT_PROMPT: &str = "spectatorMenu.team... constant SPECTATORMENU_TELEPORT (line 14259) | pub const SPECTATORMENU_TELEPORT: &str = "spectatorMenu.teleport"; constant SPECTATORMENU_TELEPORT_PROMPT (line 14261) | pub const SPECTATORMENU_TELEPORT_PROMPT: &str = "spectatorMenu.teleport.... constant STAT_GENERALBUTTON (line 14263) | pub const STAT_GENERALBUTTON: &str = "stat.generalButton"; constant STAT_ITEMSBUTTON (line 14265) | pub const STAT_ITEMSBUTTON: &str = "stat.itemsButton"; constant STAT_MINECRAFT_ANIMALS_BRED (line 14267) | pub const STAT_MINECRAFT_ANIMALS_BRED: &str = "stat.minecraft.animals_br... constant STAT_MINECRAFT_AVIATE_ONE_CM (line 14269) | pub const STAT_MINECRAFT_AVIATE_ONE_CM: &str = "stat.minecraft.aviate_on... constant STAT_MINECRAFT_BELL_RING (line 14271) | pub const STAT_MINECRAFT_BELL_RING: &str = "stat.minecraft.bell_ring"; constant STAT_MINECRAFT_BOAT_ONE_CM (line 14273) | pub const STAT_MINECRAFT_BOAT_ONE_CM: &str = "stat.minecraft.boat_one_cm"; constant STAT_MINECRAFT_CLEAN_ARMOR (line 14275) | pub const STAT_MINECRAFT_CLEAN_ARMOR: &str = "stat.minecraft.clean_armor"; constant STAT_MINECRAFT_CLEAN_BANNER (line 14277) | pub const STAT_MINECRAFT_CLEAN_BANNER: &str = "stat.minecraft.clean_bann... constant STAT_MINECRAFT_CLEAN_SHULKER_BOX (line 14279) | pub const STAT_MINECRAFT_CLEAN_SHULKER_BOX: &str = "stat.minecraft.clean... constant STAT_MINECRAFT_CLIMB_ONE_CM (line 14281) | pub const STAT_MINECRAFT_CLIMB_ONE_CM: &str = "stat.minecraft.climb_one_... constant STAT_MINECRAFT_CROUCH_ONE_CM (line 14283) | pub const STAT_MINECRAFT_CROUCH_ONE_CM: &str = "stat.minecraft.crouch_on... constant STAT_MINECRAFT_DAMAGE_ABSORBED (line 14285) | pub const STAT_MINECRAFT_DAMAGE_ABSORBED: &str = "stat.minecraft.damage_... constant STAT_MINECRAFT_DAMAGE_BLOCKED_BY_SHIELD (line 14287) | pub const STAT_MINECRAFT_DAMAGE_BLOCKED_BY_SHIELD: &str = "stat.minecraf... constant STAT_MINECRAFT_DAMAGE_DEALT (line 14289) | pub const STAT_MINECRAFT_DAMAGE_DEALT: &str = "stat.minecraft.damage_dea... constant STAT_MINECRAFT_DAMAGE_DEALT_ABSORBED (line 14291) | pub const STAT_MINECRAFT_DAMAGE_DEALT_ABSORBED: &str = "stat.minecraft.d... constant STAT_MINECRAFT_DAMAGE_DEALT_RESISTED (line 14293) | pub const STAT_MINECRAFT_DAMAGE_DEALT_RESISTED: &str = "stat.minecraft.d... constant STAT_MINECRAFT_DAMAGE_RESISTED (line 14295) | pub const STAT_MINECRAFT_DAMAGE_RESISTED: &str = "stat.minecraft.damage_... constant STAT_MINECRAFT_DAMAGE_TAKEN (line 14297) | pub const STAT_MINECRAFT_DAMAGE_TAKEN: &str = "stat.minecraft.damage_tak... constant STAT_MINECRAFT_DEATHS (line 14299) | pub const STAT_MINECRAFT_DEATHS: &str = "stat.minecraft.deaths"; constant STAT_MINECRAFT_DROP (line 14301) | pub const STAT_MINECRAFT_DROP: &str = "stat.minecraft.drop"; constant STAT_MINECRAFT_EAT_CAKE_SLICE (line 14303) | pub const STAT_MINECRAFT_EAT_CAKE_SLICE: &str = "stat.minecraft.eat_cake... constant STAT_MINECRAFT_ENCHANT_ITEM (line 14305) | pub const STAT_MINECRAFT_ENCHANT_ITEM: &str = "stat.minecraft.enchant_it... constant STAT_MINECRAFT_FALL_ONE_CM (line 14307) | pub const STAT_MINECRAFT_FALL_ONE_CM: &str = "stat.minecraft.fall_one_cm"; constant STAT_MINECRAFT_FILL_CAULDRON (line 14309) | pub const STAT_MINECRAFT_FILL_CAULDRON: &str = "stat.minecraft.fill_caul... constant STAT_MINECRAFT_FISH_CAUGHT (line 14311) | pub const STAT_MINECRAFT_FISH_CAUGHT: &str = "stat.minecraft.fish_caught"; constant STAT_MINECRAFT_FLY_ONE_CM (line 14313) | pub const STAT_MINECRAFT_FLY_ONE_CM: &str = "stat.minecraft.fly_one_cm"; constant STAT_MINECRAFT_HAPPY_GHAST_ONE_CM (line 14315) | pub const STAT_MINECRAFT_HAPPY_GHAST_ONE_CM: &str = "stat.minecraft.happ... constant STAT_MINECRAFT_HORSE_ONE_CM (line 14317) | pub const STAT_MINECRAFT_HORSE_ONE_CM: &str = "stat.minecraft.horse_one_... constant STAT_MINECRAFT_INSPECT_DISPENSER (line 14319) | pub const STAT_MINECRAFT_INSPECT_DISPENSER: &str = "stat.minecraft.inspe... constant STAT_MINECRAFT_INSPECT_DROPPER (line 14321) | pub const STAT_MINECRAFT_INSPECT_DROPPER: &str = "stat.minecraft.inspect... constant STAT_MINECRAFT_INSPECT_HOPPER (line 14323) | pub const STAT_MINECRAFT_INSPECT_HOPPER: &str = "stat.minecraft.inspect_... constant STAT_MINECRAFT_INTERACT_WITH_ANVIL (line 14325) | pub const STAT_MINECRAFT_INTERACT_WITH_ANVIL: &str = "stat.minecraft.int... constant STAT_MINECRAFT_INTERACT_WITH_BEACON (line 14327) | pub const STAT_MINECRAFT_INTERACT_WITH_BEACON: &str = "stat.minecraft.in... constant STAT_MINECRAFT_INTERACT_WITH_BLAST_FURNACE (line 14329) | pub const STAT_MINECRAFT_INTERACT_WITH_BLAST_FURNACE: &str = constant STAT_MINECRAFT_INTERACT_WITH_BREWINGSTAND (line 14332) | pub const STAT_MINECRAFT_INTERACT_WITH_BREWINGSTAND: &str = constant STAT_MINECRAFT_INTERACT_WITH_CAMPFIRE (line 14335) | pub const STAT_MINECRAFT_INTERACT_WITH_CAMPFIRE: &str = "stat.minecraft.... constant STAT_MINECRAFT_INTERACT_WITH_CARTOGRAPHY_TABLE (line 14337) | pub const STAT_MINECRAFT_INTERACT_WITH_CARTOGRAPHY_TABLE: &str = constant STAT_MINECRAFT_INTERACT_WITH_CRAFTING_TABLE (line 14340) | pub const STAT_MINECRAFT_INTERACT_WITH_CRAFTING_TABLE: &str = constant STAT_MINECRAFT_INTERACT_WITH_FURNACE (line 14343) | pub const STAT_MINECRAFT_INTERACT_WITH_FURNACE: &str = "stat.minecraft.i... constant STAT_MINECRAFT_INTERACT_WITH_GRINDSTONE (line 14345) | pub const STAT_MINECRAFT_INTERACT_WITH_GRINDSTONE: &str = "stat.minecraf... constant STAT_MINECRAFT_INTERACT_WITH_LECTERN (line 14347) | pub const STAT_MINECRAFT_INTERACT_WITH_LECTERN: &str = "stat.minecraft.i... constant STAT_MINECRAFT_INTERACT_WITH_LOOM (line 14349) | pub const STAT_MINECRAFT_INTERACT_WITH_LOOM: &str = "stat.minecraft.inte... constant STAT_MINECRAFT_INTERACT_WITH_SMITHING_TABLE (line 14351) | pub const STAT_MINECRAFT_INTERACT_WITH_SMITHING_TABLE: &str = constant STAT_MINECRAFT_INTERACT_WITH_SMOKER (line 14354) | pub const STAT_MINECRAFT_INTERACT_WITH_SMOKER: &str = "stat.minecraft.in... constant STAT_MINECRAFT_INTERACT_WITH_STONECUTTER (line 14356) | pub const STAT_MINECRAFT_INTERACT_WITH_STONECUTTER: &str = constant STAT_MINECRAFT_JUMP (line 14359) | pub const STAT_MINECRAFT_JUMP: &str = "stat.minecraft.jump"; constant STAT_MINECRAFT_LEAVE_GAME (line 14361) | pub const STAT_MINECRAFT_LEAVE_GAME: &str = "stat.minecraft.leave_game"; constant STAT_MINECRAFT_MINECART_ONE_CM (line 14363) | pub const STAT_MINECRAFT_MINECART_ONE_CM: &str = "stat.minecraft.minecar... constant STAT_MINECRAFT_MOB_KILLS (line 14365) | pub const STAT_MINECRAFT_MOB_KILLS: &str = "stat.minecraft.mob_kills"; constant STAT_MINECRAFT_NAUTILUS_ONE_CM (line 14367) | pub const STAT_MINECRAFT_NAUTILUS_ONE_CM: &str = "stat.minecraft.nautilu... constant STAT_MINECRAFT_OPEN_BARREL (line 14369) | pub const STAT_MINECRAFT_OPEN_BARREL: &str = "stat.minecraft.open_barrel"; constant STAT_MINECRAFT_OPEN_CHEST (line 14371) | pub const STAT_MINECRAFT_OPEN_CHEST: &str = "stat.minecraft.open_chest"; constant STAT_MINECRAFT_OPEN_ENDERCHEST (line 14373) | pub const STAT_MINECRAFT_OPEN_ENDERCHEST: &str = "stat.minecraft.open_en... constant STAT_MINECRAFT_OPEN_SHULKER_BOX (line 14375) | pub const STAT_MINECRAFT_OPEN_SHULKER_BOX: &str = "stat.minecraft.open_s... constant STAT_MINECRAFT_PIG_ONE_CM (line 14377) | pub const STAT_MINECRAFT_PIG_ONE_CM: &str = "stat.minecraft.pig_one_cm"; constant STAT_MINECRAFT_PLAY_NOTEBLOCK (line 14379) | pub const STAT_MINECRAFT_PLAY_NOTEBLOCK: &str = "stat.minecraft.play_not... constant STAT_MINECRAFT_PLAY_RECORD (line 14381) | pub const STAT_MINECRAFT_PLAY_RECORD: &str = "stat.minecraft.play_record"; constant STAT_MINECRAFT_PLAY_TIME (line 14383) | pub const STAT_MINECRAFT_PLAY_TIME: &str = "stat.minecraft.play_time"; constant STAT_MINECRAFT_PLAYER_KILLS (line 14385) | pub const STAT_MINECRAFT_PLAYER_KILLS: &str = "stat.minecraft.player_kil... constant STAT_MINECRAFT_POT_FLOWER (line 14387) | pub const STAT_MINECRAFT_POT_FLOWER: &str = "stat.minecraft.pot_flower"; constant STAT_MINECRAFT_RAID_TRIGGER (line 14389) | pub const STAT_MINECRAFT_RAID_TRIGGER: &str = "stat.minecraft.raid_trigg... constant STAT_MINECRAFT_RAID_WIN (line 14391) | pub const STAT_MINECRAFT_RAID_WIN: &str = "stat.minecraft.raid_win"; constant STAT_MINECRAFT_SLEEP_IN_BED (line 14393) | pub const STAT_MINECRAFT_SLEEP_IN_BED: &str = "stat.minecraft.sleep_in_b... constant STAT_MINECRAFT_SNEAK_TIME (line 14395) | pub const STAT_MINECRAFT_SNEAK_TIME: &str = "stat.minecraft.sneak_time"; constant STAT_MINECRAFT_SPRINT_ONE_CM (line 14397) | pub const STAT_MINECRAFT_SPRINT_ONE_CM: &str = "stat.minecraft.sprint_on... constant STAT_MINECRAFT_STRIDER_ONE_CM (line 14399) | pub const STAT_MINECRAFT_STRIDER_ONE_CM: &str = "stat.minecraft.strider_... constant STAT_MINECRAFT_SWIM_ONE_CM (line 14401) | pub const STAT_MINECRAFT_SWIM_ONE_CM: &str = "stat.minecraft.swim_one_cm"; constant STAT_MINECRAFT_TALKED_TO_VILLAGER (line 14403) | pub const STAT_MINECRAFT_TALKED_TO_VILLAGER: &str = "stat.minecraft.talk... constant STAT_MINECRAFT_TARGET_HIT (line 14405) | pub const STAT_MINECRAFT_TARGET_HIT: &str = "stat.minecraft.target_hit"; constant STAT_MINECRAFT_TIME_SINCE_DEATH (line 14407) | pub const STAT_MINECRAFT_TIME_SINCE_DEATH: &str = "stat.minecraft.time_s... constant STAT_MINECRAFT_TIME_SINCE_REST (line 14409) | pub const STAT_MINECRAFT_TIME_SINCE_REST: &str = "stat.minecraft.time_si... constant STAT_MINECRAFT_TOTAL_WORLD_TIME (line 14411) | pub const STAT_MINECRAFT_TOTAL_WORLD_TIME: &str = "stat.minecraft.total_... constant STAT_MINECRAFT_TRADED_WITH_VILLAGER (line 14413) | pub const STAT_MINECRAFT_TRADED_WITH_VILLAGER: &str = "stat.minecraft.tr... constant STAT_MINECRAFT_TRIGGER_TRAPPED_CHEST (line 14415) | pub const STAT_MINECRAFT_TRIGGER_TRAPPED_CHEST: &str = "stat.minecraft.t... constant STAT_MINECRAFT_TUNE_NOTEBLOCK (line 14417) | pub const STAT_MINECRAFT_TUNE_NOTEBLOCK: &str = "stat.minecraft.tune_not... constant STAT_MINECRAFT_USE_CAULDRON (line 14419) | pub const STAT_MINECRAFT_USE_CAULDRON: &str = "stat.minecraft.use_cauldr... constant STAT_MINECRAFT_WALK_ON_WATER_ONE_CM (line 14421) | pub const STAT_MINECRAFT_WALK_ON_WATER_ONE_CM: &str = "stat.minecraft.wa... constant STAT_MINECRAFT_WALK_ONE_CM (line 14423) | pub const STAT_MINECRAFT_WALK_ONE_CM: &str = "stat.minecraft.walk_one_cm"; constant STAT_MINECRAFT_WALK_UNDER_WATER_ONE_CM (line 14425) | pub const STAT_MINECRAFT_WALK_UNDER_WATER_ONE_CM: &str = "stat.minecraft... constant STAT_MOBSBUTTON (line 14427) | pub const STAT_MOBSBUTTON: &str = "stat.mobsButton"; constant STAT_TYPE_MINECRAFT_BROKEN (line 14429) | pub const STAT_TYPE_MINECRAFT_BROKEN: &str = "stat_type.minecraft.broken"; constant STAT_TYPE_MINECRAFT_CRAFTED (line 14431) | pub const STAT_TYPE_MINECRAFT_CRAFTED: &str = "stat_type.minecraft.craft... constant STAT_TYPE_MINECRAFT_DROPPED (line 14433) | pub const STAT_TYPE_MINECRAFT_DROPPED: &str = "stat_type.minecraft.dropp... constant STAT_TYPE_MINECRAFT_KILLED (line 14435) | pub const STAT_TYPE_MINECRAFT_KILLED: &str = "stat_type.minecraft.killed"; constant STAT_TYPE_MINECRAFT_KILLED_NONE (line 14437) | pub const STAT_TYPE_MINECRAFT_KILLED_NONE: &str = "stat_type.minecraft.k... constant STAT_TYPE_MINECRAFT_KILLED_BY (line 14439) | pub const STAT_TYPE_MINECRAFT_KILLED_BY: &str = "stat_type.minecraft.kil... constant STAT_TYPE_MINECRAFT_KILLED_BY_NONE (line 14441) | pub const STAT_TYPE_MINECRAFT_KILLED_BY_NONE: &str = "stat_type.minecraf... constant STAT_TYPE_MINECRAFT_MINED (line 14443) | pub const STAT_TYPE_MINECRAFT_MINED: &str = "stat_type.minecraft.mined"; constant STAT_TYPE_MINECRAFT_PICKED_UP (line 14445) | pub const STAT_TYPE_MINECRAFT_PICKED_UP: &str = "stat_type.minecraft.pic... constant STAT_TYPE_MINECRAFT_USED (line 14447) | pub const STAT_TYPE_MINECRAFT_USED: &str = "stat_type.minecraft.used"; constant STATS_NONE (line 14449) | pub const STATS_NONE: &str = "stats.none"; constant STRUCTURE_BLOCK_BUTTON_DETECT_SIZE (line 14451) | pub const STRUCTURE_BLOCK_BUTTON_DETECT_SIZE: &str = "structure_block.bu... constant STRUCTURE_BLOCK_BUTTON_LOAD (line 14453) | pub const STRUCTURE_BLOCK_BUTTON_LOAD: &str = "structure_block.button.lo... constant STRUCTURE_BLOCK_BUTTON_SAVE (line 14455) | pub const STRUCTURE_BLOCK_BUTTON_SAVE: &str = "structure_block.button.sa... constant STRUCTURE_BLOCK_CUSTOM_DATA (line 14457) | pub const STRUCTURE_BLOCK_CUSTOM_DATA: &str = "structure_block.custom_da... constant STRUCTURE_BLOCK_DETECT_SIZE (line 14459) | pub const STRUCTURE_BLOCK_DETECT_SIZE: &str = "structure_block.detect_si... constant STRUCTURE_BLOCK_HOVER_CORNER (line 14461) | pub const STRUCTURE_BLOCK_HOVER_CORNER: &str = "structure_block.hover.co... constant STRUCTURE_BLOCK_HOVER_DATA (line 14463) | pub const STRUCTURE_BLOCK_HOVER_DATA: &str = "structure_block.hover.data"; constant STRUCTURE_BLOCK_HOVER_LOAD (line 14465) | pub const STRUCTURE_BLOCK_HOVER_LOAD: &str = "structure_block.hover.load"; constant STRUCTURE_BLOCK_HOVER_SAVE (line 14467) | pub const STRUCTURE_BLOCK_HOVER_SAVE: &str = "structure_block.hover.save"; constant STRUCTURE_BLOCK_INCLUDE_ENTITIES (line 14469) | pub const STRUCTURE_BLOCK_INCLUDE_ENTITIES: &str = "structure_block.incl... constant STRUCTURE_BLOCK_INTEGRITY (line 14471) | pub const STRUCTURE_BLOCK_INTEGRITY: &str = "structure_block.integrity"; constant STRUCTURE_BLOCK_INTEGRITY_INTEGRITY (line 14473) | pub const STRUCTURE_BLOCK_INTEGRITY_INTEGRITY: &str = "structure_block.i... constant STRUCTURE_BLOCK_INTEGRITY_SEED (line 14475) | pub const STRUCTURE_BLOCK_INTEGRITY_SEED: &str = "structure_block.integr... constant STRUCTURE_BLOCK_INVALID_STRUCTURE_NAME (line 14477) | pub const STRUCTURE_BLOCK_INVALID_STRUCTURE_NAME: &str = "structure_bloc... constant STRUCTURE_BLOCK_LOAD_NOT_FOUND (line 14479) | pub const STRUCTURE_BLOCK_LOAD_NOT_FOUND: &str = "structure_block.load_n... constant STRUCTURE_BLOCK_LOAD_PREPARE (line 14481) | pub const STRUCTURE_BLOCK_LOAD_PREPARE: &str = "structure_block.load_pre... constant STRUCTURE_BLOCK_LOAD_SUCCESS (line 14483) | pub const STRUCTURE_BLOCK_LOAD_SUCCESS: &str = "structure_block.load_suc... constant STRUCTURE_BLOCK_MODE_CORNER (line 14485) | pub const STRUCTURE_BLOCK_MODE_CORNER: &str = "structure_block.mode.corn... constant STRUCTURE_BLOCK_MODE_DATA (line 14487) | pub const STRUCTURE_BLOCK_MODE_DATA: &str = "structure_block.mode.data"; constant STRUCTURE_BLOCK_MODE_LOAD (line 14489) | pub const STRUCTURE_BLOCK_MODE_LOAD: &str = "structure_block.mode.load"; constant STRUCTURE_BLOCK_MODE_SAVE (line 14491) | pub const STRUCTURE_BLOCK_MODE_SAVE: &str = "structure_block.mode.save"; constant STRUCTURE_BLOCK_MODE_INFO_CORNER (line 14493) | pub const STRUCTURE_BLOCK_MODE_INFO_CORNER: &str = "structure_block.mode... constant STRUCTURE_BLOCK_MODE_INFO_DATA (line 14495) | pub const STRUCTURE_BLOCK_MODE_INFO_DATA: &str = "structure_block.mode_i... constant STRUCTURE_BLOCK_MODE_INFO_LOAD (line 14497) | pub const STRUCTURE_BLOCK_MODE_INFO_LOAD: &str = "structure_block.mode_i... constant STRUCTURE_BLOCK_MODE_INFO_SAVE (line 14499) | pub const STRUCTURE_BLOCK_MODE_INFO_SAVE: &str = "structure_block.mode_i... constant STRUCTURE_BLOCK_POSITION (line 14501) | pub const STRUCTURE_BLOCK_POSITION: &str = "structure_block.position"; constant STRUCTURE_BLOCK_POSITION_X (line 14503) | pub const STRUCTURE_BLOCK_POSITION_X: &str = "structure_block.position.x"; constant STRUCTURE_BLOCK_POSITION_Y (line 14505) | pub const STRUCTURE_BLOCK_POSITION_Y: &str = "structure_block.position.y"; constant STRUCTURE_BLOCK_POSITION_Z (line 14507) | pub const STRUCTURE_BLOCK_POSITION_Z: &str = "structure_block.position.z"; constant STRUCTURE_BLOCK_SAVE_FAILURE (line 14509) | pub const STRUCTURE_BLOCK_SAVE_FAILURE: &str = "structure_block.save_fai... constant STRUCTURE_BLOCK_SAVE_SUCCESS (line 14511) | pub const STRUCTURE_BLOCK_SAVE_SUCCESS: &str = "structure_block.save_suc... constant STRUCTURE_BLOCK_SHOW_AIR (line 14513) | pub const STRUCTURE_BLOCK_SHOW_AIR: &str = "structure_block.show_air"; constant STRUCTURE_BLOCK_SHOW_BOUNDINGBOX (line 14515) | pub const STRUCTURE_BLOCK_SHOW_BOUNDINGBOX: &str = "structure_block.show... constant STRUCTURE_BLOCK_SIZE (line 14517) | pub const STRUCTURE_BLOCK_SIZE: &str = "structure_block.size"; constant STRUCTURE_BLOCK_SIZE_X (line 14519) | pub const STRUCTURE_BLOCK_SIZE_X: &str = "structure_block.size.x"; constant STRUCTURE_BLOCK_SIZE_Y (line 14521) | pub const STRUCTURE_BLOCK_SIZE_Y: &str = "structure_block.size.y"; constant STRUCTURE_BLOCK_SIZE_Z (line 14523) | pub const STRUCTURE_BLOCK_SIZE_Z: &str = "structure_block.size.z"; constant STRUCTURE_BLOCK_SIZE_FAILURE (line 14525) | pub const STRUCTURE_BLOCK_SIZE_FAILURE: &str = "structure_block.size_fai... constant STRUCTURE_BLOCK_SIZE_SUCCESS (line 14527) | pub const STRUCTURE_BLOCK_SIZE_SUCCESS: &str = "structure_block.size_suc... constant STRUCTURE_BLOCK_STRICT (line 14529) | pub const STRUCTURE_BLOCK_STRICT: &str = "structure_block.strict"; constant STRUCTURE_BLOCK_STRUCTURE_NAME (line 14531) | pub const STRUCTURE_BLOCK_STRUCTURE_NAME: &str = "structure_block.struct... constant SUBTITLES_AMBIENT_CAVE (line 14533) | pub const SUBTITLES_AMBIENT_CAVE: &str = "subtitles.ambient.cave"; constant SUBTITLES_AMBIENT_SOUND (line 14535) | pub const SUBTITLES_AMBIENT_SOUND: &str = "subtitles.ambient.sound"; constant SUBTITLES_BLOCK_AMETHYST_BLOCK_CHIME (line 14537) | pub const SUBTITLES_BLOCK_AMETHYST_BLOCK_CHIME: &str = "subtitles.block.... constant SUBTITLES_BLOCK_AMETHYST_BLOCK_RESONATE (line 14539) | pub const SUBTITLES_BLOCK_AMETHYST_BLOCK_RESONATE: &str = "subtitles.blo... constant SUBTITLES_BLOCK_ANVIL_DESTROY (line 14541) | pub const SUBTITLES_BLOCK_ANVIL_DESTROY: &str = "subtitles.block.anvil.d... constant SUBTITLES_BLOCK_ANVIL_LAND (line 14543) | pub const SUBTITLES_BLOCK_ANVIL_LAND: &str = "subtitles.block.anvil.land"; constant SUBTITLES_BLOCK_ANVIL_USE (line 14545) | pub const SUBTITLES_BLOCK_ANVIL_USE: &str = "subtitles.block.anvil.use"; constant SUBTITLES_BLOCK_BARREL_CLOSE (line 14547) | pub const SUBTITLES_BLOCK_BARREL_CLOSE: &str = "subtitles.block.barrel.c... constant SUBTITLES_BLOCK_BARREL_OPEN (line 14549) | pub const SUBTITLES_BLOCK_BARREL_OPEN: &str = "subtitles.block.barrel.op... constant SUBTITLES_BLOCK_BEACON_ACTIVATE (line 14551) | pub const SUBTITLES_BLOCK_BEACON_ACTIVATE: &str = "subtitles.block.beaco... constant SUBTITLES_BLOCK_BEACON_AMBIENT (line 14553) | pub const SUBTITLES_BLOCK_BEACON_AMBIENT: &str = "subtitles.block.beacon... constant SUBTITLES_BLOCK_BEACON_DEACTIVATE (line 14555) | pub const SUBTITLES_BLOCK_BEACON_DEACTIVATE: &str = "subtitles.block.bea... constant SUBTITLES_BLOCK_BEACON_POWER_SELECT (line 14557) | pub const SUBTITLES_BLOCK_BEACON_POWER_SELECT: &str = "subtitles.block.b... constant SUBTITLES_BLOCK_BEEHIVE_DRIP (line 14559) | pub const SUBTITLES_BLOCK_BEEHIVE_DRIP: &str = "subtitles.block.beehive.... constant SUBTITLES_BLOCK_BEEHIVE_ENTER (line 14561) | pub const SUBTITLES_BLOCK_BEEHIVE_ENTER: &str = "subtitles.block.beehive... constant SUBTITLES_BLOCK_BEEHIVE_EXIT (line 14563) | pub const SUBTITLES_BLOCK_BEEHIVE_EXIT: &str = "subtitles.block.beehive.... constant SUBTITLES_BLOCK_BEEHIVE_SHEAR (line 14565) | pub const SUBTITLES_BLOCK_BEEHIVE_SHEAR: &str = "subtitles.block.beehive... constant SUBTITLES_BLOCK_BEEHIVE_WORK (line 14567) | pub const SUBTITLES_BLOCK_BEEHIVE_WORK: &str = "subtitles.block.beehive.... constant SUBTITLES_BLOCK_BELL_RESONATE (line 14569) | pub const SUBTITLES_BLOCK_BELL_RESONATE: &str = "subtitles.block.bell.re... constant SUBTITLES_BLOCK_BELL_USE (line 14571) | pub const SUBTITLES_BLOCK_BELL_USE: &str = "subtitles.block.bell.use"; constant SUBTITLES_BLOCK_BIG_DRIPLEAF_TILT_DOWN (line 14573) | pub const SUBTITLES_BLOCK_BIG_DRIPLEAF_TILT_DOWN: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_BIG_DRIPLEAF_TILT_UP (line 14575) | pub const SUBTITLES_BLOCK_BIG_DRIPLEAF_TILT_UP: &str = "subtitles.block.... constant SUBTITLES_BLOCK_BLASTFURNACE_FIRE_CRACKLE (line 14577) | pub const SUBTITLES_BLOCK_BLASTFURNACE_FIRE_CRACKLE: &str = constant SUBTITLES_BLOCK_BREWING_STAND_BREW (line 14580) | pub const SUBTITLES_BLOCK_BREWING_STAND_BREW: &str = "subtitles.block.br... constant SUBTITLES_BLOCK_BUBBLE_COLUMN_BUBBLE_POP (line 14582) | pub const SUBTITLES_BLOCK_BUBBLE_COLUMN_BUBBLE_POP: &str = constant SUBTITLES_BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT (line 14585) | pub const SUBTITLES_BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT: &str = constant SUBTITLES_BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE (line 14588) | pub const SUBTITLES_BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE: &str = constant SUBTITLES_BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT (line 14591) | pub const SUBTITLES_BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT: &str = constant SUBTITLES_BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE (line 14594) | pub const SUBTITLES_BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE: &str = constant SUBTITLES_BLOCK_BUTTON_CLICK (line 14597) | pub const SUBTITLES_BLOCK_BUTTON_CLICK: &str = "subtitles.block.button.c... constant SUBTITLES_BLOCK_CAKE_ADD_CANDLE (line 14599) | pub const SUBTITLES_BLOCK_CAKE_ADD_CANDLE: &str = "subtitles.block.cake.... constant SUBTITLES_BLOCK_CAMPFIRE_CRACKLE (line 14601) | pub const SUBTITLES_BLOCK_CAMPFIRE_CRACKLE: &str = "subtitles.block.camp... constant SUBTITLES_BLOCK_CANDLE_CRACKLE (line 14603) | pub const SUBTITLES_BLOCK_CANDLE_CRACKLE: &str = "subtitles.block.candle... constant SUBTITLES_BLOCK_CANDLE_EXTINGUISH (line 14605) | pub const SUBTITLES_BLOCK_CANDLE_EXTINGUISH: &str = "subtitles.block.can... constant SUBTITLES_BLOCK_CHEST_CLOSE (line 14607) | pub const SUBTITLES_BLOCK_CHEST_CLOSE: &str = "subtitles.block.chest.clo... constant SUBTITLES_BLOCK_CHEST_LOCKED (line 14609) | pub const SUBTITLES_BLOCK_CHEST_LOCKED: &str = "subtitles.block.chest.lo... constant SUBTITLES_BLOCK_CHEST_OPEN (line 14611) | pub const SUBTITLES_BLOCK_CHEST_OPEN: &str = "subtitles.block.chest.open"; constant SUBTITLES_BLOCK_CHORUS_FLOWER_DEATH (line 14613) | pub const SUBTITLES_BLOCK_CHORUS_FLOWER_DEATH: &str = "subtitles.block.c... constant SUBTITLES_BLOCK_CHORUS_FLOWER_GROW (line 14615) | pub const SUBTITLES_BLOCK_CHORUS_FLOWER_GROW: &str = "subtitles.block.ch... constant SUBTITLES_BLOCK_COMPARATOR_CLICK (line 14617) | pub const SUBTITLES_BLOCK_COMPARATOR_CLICK: &str = "subtitles.block.comp... constant SUBTITLES_BLOCK_COMPOSTER_EMPTY (line 14619) | pub const SUBTITLES_BLOCK_COMPOSTER_EMPTY: &str = "subtitles.block.compo... constant SUBTITLES_BLOCK_COMPOSTER_FILL (line 14621) | pub const SUBTITLES_BLOCK_COMPOSTER_FILL: &str = "subtitles.block.compos... constant SUBTITLES_BLOCK_COMPOSTER_READY (line 14623) | pub const SUBTITLES_BLOCK_COMPOSTER_READY: &str = "subtitles.block.compo... constant SUBTITLES_BLOCK_CONDUIT_ACTIVATE (line 14625) | pub const SUBTITLES_BLOCK_CONDUIT_ACTIVATE: &str = "subtitles.block.cond... constant SUBTITLES_BLOCK_CONDUIT_AMBIENT (line 14627) | pub const SUBTITLES_BLOCK_CONDUIT_AMBIENT: &str = "subtitles.block.condu... constant SUBTITLES_BLOCK_CONDUIT_ATTACK_TARGET (line 14629) | pub const SUBTITLES_BLOCK_CONDUIT_ATTACK_TARGET: &str = "subtitles.block... constant SUBTITLES_BLOCK_CONDUIT_DEACTIVATE (line 14631) | pub const SUBTITLES_BLOCK_CONDUIT_DEACTIVATE: &str = "subtitles.block.co... constant SUBTITLES_BLOCK_COPPER_BULB_TURN_OFF (line 14633) | pub const SUBTITLES_BLOCK_COPPER_BULB_TURN_OFF: &str = "subtitles.block.... constant SUBTITLES_BLOCK_COPPER_BULB_TURN_ON (line 14635) | pub const SUBTITLES_BLOCK_COPPER_BULB_TURN_ON: &str = "subtitles.block.c... constant SUBTITLES_BLOCK_COPPER_CHEST_CLOSE (line 14637) | pub const SUBTITLES_BLOCK_COPPER_CHEST_CLOSE: &str = "subtitles.block.co... constant SUBTITLES_BLOCK_COPPER_CHEST_OPEN (line 14639) | pub const SUBTITLES_BLOCK_COPPER_CHEST_OPEN: &str = "subtitles.block.cop... constant SUBTITLES_BLOCK_COPPER_TRAPDOOR_CLOSE (line 14641) | pub const SUBTITLES_BLOCK_COPPER_TRAPDOOR_CLOSE: &str = "subtitles.block... constant SUBTITLES_BLOCK_COPPER_TRAPDOOR_OPEN (line 14643) | pub const SUBTITLES_BLOCK_COPPER_TRAPDOOR_OPEN: &str = "subtitles.block.... constant SUBTITLES_BLOCK_CRAFTER_CRAFT (line 14645) | pub const SUBTITLES_BLOCK_CRAFTER_CRAFT: &str = "subtitles.block.crafter... constant SUBTITLES_BLOCK_CRAFTER_FAIL (line 14647) | pub const SUBTITLES_BLOCK_CRAFTER_FAIL: &str = "subtitles.block.crafter.... constant SUBTITLES_BLOCK_CREAKING_HEART_HURT (line 14649) | pub const SUBTITLES_BLOCK_CREAKING_HEART_HURT: &str = "subtitles.block.c... constant SUBTITLES_BLOCK_CREAKING_HEART_IDLE (line 14651) | pub const SUBTITLES_BLOCK_CREAKING_HEART_IDLE: &str = "subtitles.block.c... constant SUBTITLES_BLOCK_CREAKING_HEART_SPAWN (line 14653) | pub const SUBTITLES_BLOCK_CREAKING_HEART_SPAWN: &str = "subtitles.block.... constant SUBTITLES_BLOCK_DEADBUSH_IDLE (line 14655) | pub const SUBTITLES_BLOCK_DEADBUSH_IDLE: &str = "subtitles.block.deadbus... constant SUBTITLES_BLOCK_DECORATED_POT_INSERT (line 14657) | pub const SUBTITLES_BLOCK_DECORATED_POT_INSERT: &str = "subtitles.block.... constant SUBTITLES_BLOCK_DECORATED_POT_INSERT_FAIL (line 14659) | pub const SUBTITLES_BLOCK_DECORATED_POT_INSERT_FAIL: &str = constant SUBTITLES_BLOCK_DECORATED_POT_SHATTER (line 14662) | pub const SUBTITLES_BLOCK_DECORATED_POT_SHATTER: &str = "subtitles.block... constant SUBTITLES_BLOCK_DISPENSER_DISPENSE (line 14664) | pub const SUBTITLES_BLOCK_DISPENSER_DISPENSE: &str = "subtitles.block.di... constant SUBTITLES_BLOCK_DISPENSER_FAIL (line 14666) | pub const SUBTITLES_BLOCK_DISPENSER_FAIL: &str = "subtitles.block.dispen... constant SUBTITLES_BLOCK_DOOR_TOGGLE (line 14668) | pub const SUBTITLES_BLOCK_DOOR_TOGGLE: &str = "subtitles.block.door.togg... constant SUBTITLES_BLOCK_DRIED_GHAST_AMBIENT (line 14670) | pub const SUBTITLES_BLOCK_DRIED_GHAST_AMBIENT: &str = "subtitles.block.d... constant SUBTITLES_BLOCK_DRIED_GHAST_AMBIENT_WATER (line 14672) | pub const SUBTITLES_BLOCK_DRIED_GHAST_AMBIENT_WATER: &str = constant SUBTITLES_BLOCK_DRIED_GHAST_PLACE_IN_WATER (line 14675) | pub const SUBTITLES_BLOCK_DRIED_GHAST_PLACE_IN_WATER: &str = constant SUBTITLES_BLOCK_DRIED_GHAST_TRANSITION (line 14678) | pub const SUBTITLES_BLOCK_DRIED_GHAST_TRANSITION: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_DRY_GRASS_AMBIENT (line 14680) | pub const SUBTITLES_BLOCK_DRY_GRASS_AMBIENT: &str = "subtitles.block.dry... constant SUBTITLES_BLOCK_ENCHANTMENT_TABLE_USE (line 14682) | pub const SUBTITLES_BLOCK_ENCHANTMENT_TABLE_USE: &str = "subtitles.block... constant SUBTITLES_BLOCK_END_PORTAL_SPAWN (line 14684) | pub const SUBTITLES_BLOCK_END_PORTAL_SPAWN: &str = "subtitles.block.end_... constant SUBTITLES_BLOCK_END_PORTAL_FRAME_FILL (line 14686) | pub const SUBTITLES_BLOCK_END_PORTAL_FRAME_FILL: &str = "subtitles.block... constant SUBTITLES_BLOCK_EYEBLOSSOM_CLOSE (line 14688) | pub const SUBTITLES_BLOCK_EYEBLOSSOM_CLOSE: &str = "subtitles.block.eyeb... constant SUBTITLES_BLOCK_EYEBLOSSOM_IDLE (line 14690) | pub const SUBTITLES_BLOCK_EYEBLOSSOM_IDLE: &str = "subtitles.block.eyebl... constant SUBTITLES_BLOCK_EYEBLOSSOM_OPEN (line 14692) | pub const SUBTITLES_BLOCK_EYEBLOSSOM_OPEN: &str = "subtitles.block.eyebl... constant SUBTITLES_BLOCK_FENCE_GATE_TOGGLE (line 14694) | pub const SUBTITLES_BLOCK_FENCE_GATE_TOGGLE: &str = "subtitles.block.fen... constant SUBTITLES_BLOCK_FIRE_AMBIENT (line 14696) | pub const SUBTITLES_BLOCK_FIRE_AMBIENT: &str = "subtitles.block.fire.amb... constant SUBTITLES_BLOCK_FIRE_EXTINGUISH (line 14698) | pub const SUBTITLES_BLOCK_FIRE_EXTINGUISH: &str = "subtitles.block.fire.... constant SUBTITLES_BLOCK_FIREFLY_BUSH_IDLE (line 14700) | pub const SUBTITLES_BLOCK_FIREFLY_BUSH_IDLE: &str = "subtitles.block.fir... constant SUBTITLES_BLOCK_FROGSPAWN_HATCH (line 14702) | pub const SUBTITLES_BLOCK_FROGSPAWN_HATCH: &str = "subtitles.block.frogs... constant SUBTITLES_BLOCK_FURNACE_FIRE_CRACKLE (line 14704) | pub const SUBTITLES_BLOCK_FURNACE_FIRE_CRACKLE: &str = "subtitles.block.... constant SUBTITLES_BLOCK_GENERIC_BREAK (line 14706) | pub const SUBTITLES_BLOCK_GENERIC_BREAK: &str = "subtitles.block.generic... constant SUBTITLES_BLOCK_GENERIC_FALL (line 14708) | pub const SUBTITLES_BLOCK_GENERIC_FALL: &str = "subtitles.block.generic.... constant SUBTITLES_BLOCK_GENERIC_FOOTSTEPS (line 14710) | pub const SUBTITLES_BLOCK_GENERIC_FOOTSTEPS: &str = "subtitles.block.gen... constant SUBTITLES_BLOCK_GENERIC_HIT (line 14712) | pub const SUBTITLES_BLOCK_GENERIC_HIT: &str = "subtitles.block.generic.h... constant SUBTITLES_BLOCK_GENERIC_PLACE (line 14714) | pub const SUBTITLES_BLOCK_GENERIC_PLACE: &str = "subtitles.block.generic... constant SUBTITLES_BLOCK_GRINDSTONE_USE (line 14716) | pub const SUBTITLES_BLOCK_GRINDSTONE_USE: &str = "subtitles.block.grinds... constant SUBTITLES_BLOCK_GROWING_PLANT_CROP (line 14718) | pub const SUBTITLES_BLOCK_GROWING_PLANT_CROP: &str = "subtitles.block.gr... constant SUBTITLES_BLOCK_HANGING_SIGN_WAXED_INTERACT_FAIL (line 14720) | pub const SUBTITLES_BLOCK_HANGING_SIGN_WAXED_INTERACT_FAIL: &str = constant SUBTITLES_BLOCK_HONEY_BLOCK_SLIDE (line 14723) | pub const SUBTITLES_BLOCK_HONEY_BLOCK_SLIDE: &str = "subtitles.block.hon... constant SUBTITLES_BLOCK_IRON_TRAPDOOR_CLOSE (line 14725) | pub const SUBTITLES_BLOCK_IRON_TRAPDOOR_CLOSE: &str = "subtitles.block.i... constant SUBTITLES_BLOCK_IRON_TRAPDOOR_OPEN (line 14727) | pub const SUBTITLES_BLOCK_IRON_TRAPDOOR_OPEN: &str = "subtitles.block.ir... constant SUBTITLES_BLOCK_LAVA_AMBIENT (line 14729) | pub const SUBTITLES_BLOCK_LAVA_AMBIENT: &str = "subtitles.block.lava.amb... constant SUBTITLES_BLOCK_LAVA_EXTINGUISH (line 14731) | pub const SUBTITLES_BLOCK_LAVA_EXTINGUISH: &str = "subtitles.block.lava.... constant SUBTITLES_BLOCK_LEVER_CLICK (line 14733) | pub const SUBTITLES_BLOCK_LEVER_CLICK: &str = "subtitles.block.lever.cli... constant SUBTITLES_BLOCK_NOTE_BLOCK_NOTE (line 14735) | pub const SUBTITLES_BLOCK_NOTE_BLOCK_NOTE: &str = "subtitles.block.note_... constant SUBTITLES_BLOCK_PALE_HANGING_MOSS_IDLE (line 14737) | pub const SUBTITLES_BLOCK_PALE_HANGING_MOSS_IDLE: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_PISTON_MOVE (line 14739) | pub const SUBTITLES_BLOCK_PISTON_MOVE: &str = "subtitles.block.piston.mo... constant SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_LAVA (line 14741) | pub const SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_LAVA: &str = constant SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON (line 14744) | pub const SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON: &str = constant SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_WATER (line 14747) | pub const SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_WATER: &str = constant SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON (line 14750) | pub const SUBTITLES_BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON: &s... constant SUBTITLES_BLOCK_POINTED_DRIPSTONE_LAND (line 14753) | pub const SUBTITLES_BLOCK_POINTED_DRIPSTONE_LAND: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_PORTAL_AMBIENT (line 14755) | pub const SUBTITLES_BLOCK_PORTAL_AMBIENT: &str = "subtitles.block.portal... constant SUBTITLES_BLOCK_PORTAL_TRAVEL (line 14757) | pub const SUBTITLES_BLOCK_PORTAL_TRAVEL: &str = "subtitles.block.portal.... constant SUBTITLES_BLOCK_PORTAL_TRIGGER (line 14759) | pub const SUBTITLES_BLOCK_PORTAL_TRIGGER: &str = "subtitles.block.portal... constant SUBTITLES_BLOCK_PRESSURE_PLATE_CLICK (line 14761) | pub const SUBTITLES_BLOCK_PRESSURE_PLATE_CLICK: &str = "subtitles.block.... constant SUBTITLES_BLOCK_PUMPKIN_CARVE (line 14763) | pub const SUBTITLES_BLOCK_PUMPKIN_CARVE: &str = "subtitles.block.pumpkin... constant SUBTITLES_BLOCK_REDSTONE_TORCH_BURNOUT (line 14765) | pub const SUBTITLES_BLOCK_REDSTONE_TORCH_BURNOUT: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_RESPAWN_ANCHOR_AMBIENT (line 14767) | pub const SUBTITLES_BLOCK_RESPAWN_ANCHOR_AMBIENT: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_RESPAWN_ANCHOR_CHARGE (line 14769) | pub const SUBTITLES_BLOCK_RESPAWN_ANCHOR_CHARGE: &str = "subtitles.block... constant SUBTITLES_BLOCK_RESPAWN_ANCHOR_DEPLETE (line 14771) | pub const SUBTITLES_BLOCK_RESPAWN_ANCHOR_DEPLETE: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_RESPAWN_ANCHOR_SET_SPAWN (line 14773) | pub const SUBTITLES_BLOCK_RESPAWN_ANCHOR_SET_SPAWN: &str = constant SUBTITLES_BLOCK_SAND_IDLE (line 14776) | pub const SUBTITLES_BLOCK_SAND_IDLE: &str = "subtitles.block.sand.idle"; constant SUBTITLES_BLOCK_SAND_WIND (line 14778) | pub const SUBTITLES_BLOCK_SAND_WIND: &str = "subtitles.block.sand.wind"; constant SUBTITLES_BLOCK_SCULK_CHARGE (line 14780) | pub const SUBTITLES_BLOCK_SCULK_CHARGE: &str = "subtitles.block.sculk.ch... constant SUBTITLES_BLOCK_SCULK_SPREAD (line 14782) | pub const SUBTITLES_BLOCK_SCULK_SPREAD: &str = "subtitles.block.sculk.sp... constant SUBTITLES_BLOCK_SCULK_CATALYST_BLOOM (line 14784) | pub const SUBTITLES_BLOCK_SCULK_CATALYST_BLOOM: &str = "subtitles.block.... constant SUBTITLES_BLOCK_SCULK_SENSOR_CLICKING (line 14786) | pub const SUBTITLES_BLOCK_SCULK_SENSOR_CLICKING: &str = "subtitles.block... constant SUBTITLES_BLOCK_SCULK_SENSOR_CLICKING_STOP (line 14788) | pub const SUBTITLES_BLOCK_SCULK_SENSOR_CLICKING_STOP: &str = constant SUBTITLES_BLOCK_SCULK_SHRIEKER_SHRIEK (line 14791) | pub const SUBTITLES_BLOCK_SCULK_SHRIEKER_SHRIEK: &str = "subtitles.block... constant SUBTITLES_BLOCK_SHELF_ACTIVATE (line 14793) | pub const SUBTITLES_BLOCK_SHELF_ACTIVATE: &str = "subtitles.block.shelf.... constant SUBTITLES_BLOCK_SHELF_DEACTIVATE (line 14795) | pub const SUBTITLES_BLOCK_SHELF_DEACTIVATE: &str = "subtitles.block.shel... constant SUBTITLES_BLOCK_SHELF_MULTI_SWAP (line 14797) | pub const SUBTITLES_BLOCK_SHELF_MULTI_SWAP: &str = "subtitles.block.shel... constant SUBTITLES_BLOCK_SHELF_PLACE_ITEM (line 14799) | pub const SUBTITLES_BLOCK_SHELF_PLACE_ITEM: &str = "subtitles.block.shel... constant SUBTITLES_BLOCK_SHELF_SINGLE_SWAP (line 14801) | pub const SUBTITLES_BLOCK_SHELF_SINGLE_SWAP: &str = "subtitles.block.she... constant SUBTITLES_BLOCK_SHELF_TAKE_ITEM (line 14803) | pub const SUBTITLES_BLOCK_SHELF_TAKE_ITEM: &str = "subtitles.block.shelf... constant SUBTITLES_BLOCK_SHULKER_BOX_CLOSE (line 14805) | pub const SUBTITLES_BLOCK_SHULKER_BOX_CLOSE: &str = "subtitles.block.shu... constant SUBTITLES_BLOCK_SHULKER_BOX_OPEN (line 14807) | pub const SUBTITLES_BLOCK_SHULKER_BOX_OPEN: &str = "subtitles.block.shul... constant SUBTITLES_BLOCK_SIGN_WAXED_INTERACT_FAIL (line 14809) | pub const SUBTITLES_BLOCK_SIGN_WAXED_INTERACT_FAIL: &str = constant SUBTITLES_BLOCK_SMITHING_TABLE_USE (line 14812) | pub const SUBTITLES_BLOCK_SMITHING_TABLE_USE: &str = "subtitles.block.sm... constant SUBTITLES_BLOCK_SMOKER_SMOKE (line 14814) | pub const SUBTITLES_BLOCK_SMOKER_SMOKE: &str = "subtitles.block.smoker.s... constant SUBTITLES_BLOCK_SNIFFER_EGG_CRACK (line 14816) | pub const SUBTITLES_BLOCK_SNIFFER_EGG_CRACK: &str = "subtitles.block.sni... constant SUBTITLES_BLOCK_SNIFFER_EGG_HATCH (line 14818) | pub const SUBTITLES_BLOCK_SNIFFER_EGG_HATCH: &str = "subtitles.block.sni... constant SUBTITLES_BLOCK_SNIFFER_EGG_PLOP (line 14820) | pub const SUBTITLES_BLOCK_SNIFFER_EGG_PLOP: &str = "subtitles.block.snif... constant SUBTITLES_BLOCK_SPONGE_ABSORB (line 14822) | pub const SUBTITLES_BLOCK_SPONGE_ABSORB: &str = "subtitles.block.sponge.... constant SUBTITLES_BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES (line 14824) | pub const SUBTITLES_BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES: &str = constant SUBTITLES_BLOCK_TRAPDOOR_CLOSE (line 14827) | pub const SUBTITLES_BLOCK_TRAPDOOR_CLOSE: &str = "subtitles.block.trapdo... constant SUBTITLES_BLOCK_TRAPDOOR_OPEN (line 14829) | pub const SUBTITLES_BLOCK_TRAPDOOR_OPEN: &str = "subtitles.block.trapdoo... constant SUBTITLES_BLOCK_TRAPDOOR_TOGGLE (line 14831) | pub const SUBTITLES_BLOCK_TRAPDOOR_TOGGLE: &str = "subtitles.block.trapd... constant SUBTITLES_BLOCK_TRIAL_SPAWNER_ABOUT_TO_SPAWN_ITEM (line 14833) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_ABOUT_TO_SPAWN_ITEM: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_AMBIENT (line 14836) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_AMBIENT: &str = "subtitles.block... constant SUBTITLES_BLOCK_TRIAL_SPAWNER_AMBIENT_CHARGED (line 14838) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_AMBIENT_CHARGED: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_AMBIENT_OMINOUS (line 14841) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_AMBIENT_OMINOUS: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_CHARGE_ACTIVATE (line 14844) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_CHARGE_ACTIVATE: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_CLOSE_SHUTTER (line 14847) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_CLOSE_SHUTTER: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_DETECT_PLAYER (line 14850) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_DETECT_PLAYER: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_EJECT_ITEM (line 14853) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_EJECT_ITEM: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_OMINOUS_ACTIVATE (line 14856) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_OMINOUS_ACTIVATE: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_OPEN_SHUTTER (line 14859) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_OPEN_SHUTTER: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_SPAWN_ITEM (line 14862) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_SPAWN_ITEM: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_SPAWN_ITEM_BEGIN (line 14865) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_SPAWN_ITEM_BEGIN: &str = constant SUBTITLES_BLOCK_TRIAL_SPAWNER_SPAWN_MOB (line 14868) | pub const SUBTITLES_BLOCK_TRIAL_SPAWNER_SPAWN_MOB: &str = "subtitles.blo... constant SUBTITLES_BLOCK_TRIPWIRE_ATTACH (line 14870) | pub const SUBTITLES_BLOCK_TRIPWIRE_ATTACH: &str = "subtitles.block.tripw... constant SUBTITLES_BLOCK_TRIPWIRE_CLICK (line 14872) | pub const SUBTITLES_BLOCK_TRIPWIRE_CLICK: &str = "subtitles.block.tripwi... constant SUBTITLES_BLOCK_TRIPWIRE_DETACH (line 14874) | pub const SUBTITLES_BLOCK_TRIPWIRE_DETACH: &str = "subtitles.block.tripw... constant SUBTITLES_BLOCK_VAULT_ACTIVATE (line 14876) | pub const SUBTITLES_BLOCK_VAULT_ACTIVATE: &str = "subtitles.block.vault.... constant SUBTITLES_BLOCK_VAULT_AMBIENT (line 14878) | pub const SUBTITLES_BLOCK_VAULT_AMBIENT: &str = "subtitles.block.vault.a... constant SUBTITLES_BLOCK_VAULT_CLOSE_SHUTTER (line 14880) | pub const SUBTITLES_BLOCK_VAULT_CLOSE_SHUTTER: &str = "subtitles.block.v... constant SUBTITLES_BLOCK_VAULT_DEACTIVATE (line 14882) | pub const SUBTITLES_BLOCK_VAULT_DEACTIVATE: &str = "subtitles.block.vaul... constant SUBTITLES_BLOCK_VAULT_EJECT_ITEM (line 14884) | pub const SUBTITLES_BLOCK_VAULT_EJECT_ITEM: &str = "subtitles.block.vaul... constant SUBTITLES_BLOCK_VAULT_INSERT_ITEM (line 14886) | pub const SUBTITLES_BLOCK_VAULT_INSERT_ITEM: &str = "subtitles.block.vau... constant SUBTITLES_BLOCK_VAULT_INSERT_ITEM_FAIL (line 14888) | pub const SUBTITLES_BLOCK_VAULT_INSERT_ITEM_FAIL: &str = "subtitles.bloc... constant SUBTITLES_BLOCK_VAULT_OPEN_SHUTTER (line 14890) | pub const SUBTITLES_BLOCK_VAULT_OPEN_SHUTTER: &str = "subtitles.block.va... constant SUBTITLES_BLOCK_VAULT_REJECT_REWARDED_PLAYER (line 14892) | pub const SUBTITLES_BLOCK_VAULT_REJECT_REWARDED_PLAYER: &str = constant SUBTITLES_BLOCK_WATER_AMBIENT (line 14895) | pub const SUBTITLES_BLOCK_WATER_AMBIENT: &str = "subtitles.block.water.a... constant SUBTITLES_BLOCK_WET_SPONGE_DRIES (line 14897) | pub const SUBTITLES_BLOCK_WET_SPONGE_DRIES: &str = "subtitles.block.wet_... constant SUBTITLES_CHISELED_BOOKSHELF_INSERT (line 14899) | pub const SUBTITLES_CHISELED_BOOKSHELF_INSERT: &str = "subtitles.chisele... constant SUBTITLES_CHISELED_BOOKSHELF_INSERT_ENCHANTED (line 14901) | pub const SUBTITLES_CHISELED_BOOKSHELF_INSERT_ENCHANTED: &str = constant SUBTITLES_CHISELED_BOOKSHELF_TAKE (line 14904) | pub const SUBTITLES_CHISELED_BOOKSHELF_TAKE: &str = "subtitles.chiseled_... constant SUBTITLES_CHISELED_BOOKSHELF_TAKE_ENCHANTED (line 14906) | pub const SUBTITLES_CHISELED_BOOKSHELF_TAKE_ENCHANTED: &str = constant SUBTITLES_ENCHANT_THORNS_HIT (line 14909) | pub const SUBTITLES_ENCHANT_THORNS_HIT: &str = "subtitles.enchant.thorns... constant SUBTITLES_ENTITY_ALLAY_AMBIENT_WITH_ITEM (line 14911) | pub const SUBTITLES_ENTITY_ALLAY_AMBIENT_WITH_ITEM: &str = constant SUBTITLES_ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM (line 14914) | pub const SUBTITLES_ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM: &str = constant SUBTITLES_ENTITY_ALLAY_DEATH (line 14917) | pub const SUBTITLES_ENTITY_ALLAY_DEATH: &str = "subtitles.entity.allay.d... constant SUBTITLES_ENTITY_ALLAY_HURT (line 14919) | pub const SUBTITLES_ENTITY_ALLAY_HURT: &str = "subtitles.entity.allay.hu... constant SUBTITLES_ENTITY_ALLAY_ITEM_GIVEN (line 14921) | pub const SUBTITLES_ENTITY_ALLAY_ITEM_GIVEN: &str = "subtitles.entity.al... constant SUBTITLES_ENTITY_ALLAY_ITEM_TAKEN (line 14923) | pub const SUBTITLES_ENTITY_ALLAY_ITEM_TAKEN: &str = "subtitles.entity.al... constant SUBTITLES_ENTITY_ALLAY_ITEM_THROWN (line 14925) | pub const SUBTITLES_ENTITY_ALLAY_ITEM_THROWN: &str = "subtitles.entity.a... constant SUBTITLES_ENTITY_ARMADILLO_AMBIENT (line 14927) | pub const SUBTITLES_ENTITY_ARMADILLO_AMBIENT: &str = "subtitles.entity.a... constant SUBTITLES_ENTITY_ARMADILLO_BRUSH (line 14929) | pub const SUBTITLES_ENTITY_ARMADILLO_BRUSH: &str = "subtitles.entity.arm... constant SUBTITLES_ENTITY_ARMADILLO_DEATH (line 14931) | pub const SUBTITLES_ENTITY_ARMADILLO_DEATH: &str = "subtitles.entity.arm... constant SUBTITLES_ENTITY_ARMADILLO_EAT (line 14933) | pub const SUBTITLES_ENTITY_ARMADILLO_EAT: &str = "subtitles.entity.armad... constant SUBTITLES_ENTITY_ARMADILLO_HURT (line 14935) | pub const SUBTITLES_ENTITY_ARMADILLO_HURT: &str = "subtitles.entity.arma... constant SUBTITLES_ENTITY_ARMADILLO_HURT_REDUCED (line 14937) | pub const SUBTITLES_ENTITY_ARMADILLO_HURT_REDUCED: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ARMADILLO_LAND (line 14939) | pub const SUBTITLES_ENTITY_ARMADILLO_LAND: &str = "subtitles.entity.arma... constant SUBTITLES_ENTITY_ARMADILLO_PEEK (line 14941) | pub const SUBTITLES_ENTITY_ARMADILLO_PEEK: &str = "subtitles.entity.arma... constant SUBTITLES_ENTITY_ARMADILLO_ROLL (line 14943) | pub const SUBTITLES_ENTITY_ARMADILLO_ROLL: &str = "subtitles.entity.arma... constant SUBTITLES_ENTITY_ARMADILLO_SCUTE_DROP (line 14945) | pub const SUBTITLES_ENTITY_ARMADILLO_SCUTE_DROP: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ARMADILLO_UNROLL_FINISH (line 14947) | pub const SUBTITLES_ENTITY_ARMADILLO_UNROLL_FINISH: &str = constant SUBTITLES_ENTITY_ARMADILLO_UNROLL_START (line 14950) | pub const SUBTITLES_ENTITY_ARMADILLO_UNROLL_START: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ARMOR_STAND_FALL (line 14952) | pub const SUBTITLES_ENTITY_ARMOR_STAND_FALL: &str = "subtitles.entity.ar... constant SUBTITLES_ENTITY_ARROW_HIT (line 14954) | pub const SUBTITLES_ENTITY_ARROW_HIT: &str = "subtitles.entity.arrow.hit"; constant SUBTITLES_ENTITY_ARROW_HIT_PLAYER (line 14956) | pub const SUBTITLES_ENTITY_ARROW_HIT_PLAYER: &str = "subtitles.entity.ar... constant SUBTITLES_ENTITY_ARROW_SHOOT (line 14958) | pub const SUBTITLES_ENTITY_ARROW_SHOOT: &str = "subtitles.entity.arrow.s... constant SUBTITLES_ENTITY_AXOLOTL_ATTACK (line 14960) | pub const SUBTITLES_ENTITY_AXOLOTL_ATTACK: &str = "subtitles.entity.axol... constant SUBTITLES_ENTITY_AXOLOTL_DEATH (line 14962) | pub const SUBTITLES_ENTITY_AXOLOTL_DEATH: &str = "subtitles.entity.axolo... constant SUBTITLES_ENTITY_AXOLOTL_HURT (line 14964) | pub const SUBTITLES_ENTITY_AXOLOTL_HURT: &str = "subtitles.entity.axolot... constant SUBTITLES_ENTITY_AXOLOTL_IDLE_AIR (line 14966) | pub const SUBTITLES_ENTITY_AXOLOTL_IDLE_AIR: &str = "subtitles.entity.ax... constant SUBTITLES_ENTITY_AXOLOTL_IDLE_WATER (line 14968) | pub const SUBTITLES_ENTITY_AXOLOTL_IDLE_WATER: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_AXOLOTL_SPLASH (line 14970) | pub const SUBTITLES_ENTITY_AXOLOTL_SPLASH: &str = "subtitles.entity.axol... constant SUBTITLES_ENTITY_AXOLOTL_SWIM (line 14972) | pub const SUBTITLES_ENTITY_AXOLOTL_SWIM: &str = "subtitles.entity.axolot... constant SUBTITLES_ENTITY_BABY_NAUTILUS_AMBIENT (line 14974) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_AMBIENT: &str = "subtitles.enti... constant SUBTITLES_ENTITY_BABY_NAUTILUS_AMBIENT_LAND (line 14976) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_AMBIENT_LAND: &str = constant SUBTITLES_ENTITY_BABY_NAUTILUS_DEATH (line 14979) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_DEATH: &str = "subtitles.entity... constant SUBTITLES_ENTITY_BABY_NAUTILUS_DEATH_LAND (line 14981) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_DEATH_LAND: &str = constant SUBTITLES_ENTITY_BABY_NAUTILUS_EAT (line 14984) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_EAT: &str = "subtitles.entity.b... constant SUBTITLES_ENTITY_BABY_NAUTILUS_HURT (line 14986) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_HURT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_BABY_NAUTILUS_HURT_LAND (line 14988) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_HURT_LAND: &str = constant SUBTITLES_ENTITY_BABY_NAUTILUS_SWIM (line 14991) | pub const SUBTITLES_ENTITY_BABY_NAUTILUS_SWIM: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_BAT_AMBIENT (line 14993) | pub const SUBTITLES_ENTITY_BAT_AMBIENT: &str = "subtitles.entity.bat.amb... constant SUBTITLES_ENTITY_BAT_DEATH (line 14995) | pub const SUBTITLES_ENTITY_BAT_DEATH: &str = "subtitles.entity.bat.death"; constant SUBTITLES_ENTITY_BAT_HURT (line 14997) | pub const SUBTITLES_ENTITY_BAT_HURT: &str = "subtitles.entity.bat.hurt"; constant SUBTITLES_ENTITY_BAT_TAKEOFF (line 14999) | pub const SUBTITLES_ENTITY_BAT_TAKEOFF: &str = "subtitles.entity.bat.tak... constant SUBTITLES_ENTITY_BEE_AMBIENT (line 15001) | pub const SUBTITLES_ENTITY_BEE_AMBIENT: &str = "subtitles.entity.bee.amb... constant SUBTITLES_ENTITY_BEE_DEATH (line 15003) | pub const SUBTITLES_ENTITY_BEE_DEATH: &str = "subtitles.entity.bee.death"; constant SUBTITLES_ENTITY_BEE_HURT (line 15005) | pub const SUBTITLES_ENTITY_BEE_HURT: &str = "subtitles.entity.bee.hurt"; constant SUBTITLES_ENTITY_BEE_LOOP (line 15007) | pub const SUBTITLES_ENTITY_BEE_LOOP: &str = "subtitles.entity.bee.loop"; constant SUBTITLES_ENTITY_BEE_LOOP_AGGRESSIVE (line 15009) | pub const SUBTITLES_ENTITY_BEE_LOOP_AGGRESSIVE: &str = "subtitles.entity... constant SUBTITLES_ENTITY_BEE_POLLINATE (line 15011) | pub const SUBTITLES_ENTITY_BEE_POLLINATE: &str = "subtitles.entity.bee.p... constant SUBTITLES_ENTITY_BEE_STING (line 15013) | pub const SUBTITLES_ENTITY_BEE_STING: &str = "subtitles.entity.bee.sting"; constant SUBTITLES_ENTITY_BLAZE_AMBIENT (line 15015) | pub const SUBTITLES_ENTITY_BLAZE_AMBIENT: &str = "subtitles.entity.blaze... constant SUBTITLES_ENTITY_BLAZE_BURN (line 15017) | pub const SUBTITLES_ENTITY_BLAZE_BURN: &str = "subtitles.entity.blaze.bu... constant SUBTITLES_ENTITY_BLAZE_DEATH (line 15019) | pub const SUBTITLES_ENTITY_BLAZE_DEATH: &str = "subtitles.entity.blaze.d... constant SUBTITLES_ENTITY_BLAZE_HURT (line 15021) | pub const SUBTITLES_ENTITY_BLAZE_HURT: &str = "subtitles.entity.blaze.hu... constant SUBTITLES_ENTITY_BLAZE_SHOOT (line 15023) | pub const SUBTITLES_ENTITY_BLAZE_SHOOT: &str = "subtitles.entity.blaze.s... constant SUBTITLES_ENTITY_BOAT_PADDLE_LAND (line 15025) | pub const SUBTITLES_ENTITY_BOAT_PADDLE_LAND: &str = "subtitles.entity.bo... constant SUBTITLES_ENTITY_BOAT_PADDLE_WATER (line 15027) | pub const SUBTITLES_ENTITY_BOAT_PADDLE_WATER: &str = "subtitles.entity.b... constant SUBTITLES_ENTITY_BOGGED_AMBIENT (line 15029) | pub const SUBTITLES_ENTITY_BOGGED_AMBIENT: &str = "subtitles.entity.bogg... constant SUBTITLES_ENTITY_BOGGED_DEATH (line 15031) | pub const SUBTITLES_ENTITY_BOGGED_DEATH: &str = "subtitles.entity.bogged... constant SUBTITLES_ENTITY_BOGGED_HURT (line 15033) | pub const SUBTITLES_ENTITY_BOGGED_HURT: &str = "subtitles.entity.bogged.... constant SUBTITLES_ENTITY_BREEZE_CHARGE (line 15035) | pub const SUBTITLES_ENTITY_BREEZE_CHARGE: &str = "subtitles.entity.breez... constant SUBTITLES_ENTITY_BREEZE_DEATH (line 15037) | pub const SUBTITLES_ENTITY_BREEZE_DEATH: &str = "subtitles.entity.breeze... constant SUBTITLES_ENTITY_BREEZE_DEFLECT (line 15039) | pub const SUBTITLES_ENTITY_BREEZE_DEFLECT: &str = "subtitles.entity.bree... constant SUBTITLES_ENTITY_BREEZE_HURT (line 15041) | pub const SUBTITLES_ENTITY_BREEZE_HURT: &str = "subtitles.entity.breeze.... constant SUBTITLES_ENTITY_BREEZE_IDLE_AIR (line 15043) | pub const SUBTITLES_ENTITY_BREEZE_IDLE_AIR: &str = "subtitles.entity.bre... constant SUBTITLES_ENTITY_BREEZE_IDLE_GROUND (line 15045) | pub const SUBTITLES_ENTITY_BREEZE_IDLE_GROUND: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_BREEZE_INHALE (line 15047) | pub const SUBTITLES_ENTITY_BREEZE_INHALE: &str = "subtitles.entity.breez... constant SUBTITLES_ENTITY_BREEZE_JUMP (line 15049) | pub const SUBTITLES_ENTITY_BREEZE_JUMP: &str = "subtitles.entity.breeze.... constant SUBTITLES_ENTITY_BREEZE_LAND (line 15051) | pub const SUBTITLES_ENTITY_BREEZE_LAND: &str = "subtitles.entity.breeze.... constant SUBTITLES_ENTITY_BREEZE_SHOOT (line 15053) | pub const SUBTITLES_ENTITY_BREEZE_SHOOT: &str = "subtitles.entity.breeze... constant SUBTITLES_ENTITY_BREEZE_SLIDE (line 15055) | pub const SUBTITLES_ENTITY_BREEZE_SLIDE: &str = "subtitles.entity.breeze... constant SUBTITLES_ENTITY_BREEZE_WHIRL (line 15057) | pub const SUBTITLES_ENTITY_BREEZE_WHIRL: &str = "subtitles.entity.breeze... constant SUBTITLES_ENTITY_BREEZE_WIND_BURST (line 15059) | pub const SUBTITLES_ENTITY_BREEZE_WIND_BURST: &str = "subtitles.entity.b... constant SUBTITLES_ENTITY_CAMEL_AMBIENT (line 15061) | pub const SUBTITLES_ENTITY_CAMEL_AMBIENT: &str = "subtitles.entity.camel... constant SUBTITLES_ENTITY_CAMEL_DASH (line 15063) | pub const SUBTITLES_ENTITY_CAMEL_DASH: &str = "subtitles.entity.camel.da... constant SUBTITLES_ENTITY_CAMEL_DASH_READY (line 15065) | pub const SUBTITLES_ENTITY_CAMEL_DASH_READY: &str = "subtitles.entity.ca... constant SUBTITLES_ENTITY_CAMEL_DEATH (line 15067) | pub const SUBTITLES_ENTITY_CAMEL_DEATH: &str = "subtitles.entity.camel.d... constant SUBTITLES_ENTITY_CAMEL_EAT (line 15069) | pub const SUBTITLES_ENTITY_CAMEL_EAT: &str = "subtitles.entity.camel.eat"; constant SUBTITLES_ENTITY_CAMEL_HURT (line 15071) | pub const SUBTITLES_ENTITY_CAMEL_HURT: &str = "subtitles.entity.camel.hu... constant SUBTITLES_ENTITY_CAMEL_SADDLE (line 15073) | pub const SUBTITLES_ENTITY_CAMEL_SADDLE: &str = "subtitles.entity.camel.... constant SUBTITLES_ENTITY_CAMEL_SIT (line 15075) | pub const SUBTITLES_ENTITY_CAMEL_SIT: &str = "subtitles.entity.camel.sit"; constant SUBTITLES_ENTITY_CAMEL_STAND (line 15077) | pub const SUBTITLES_ENTITY_CAMEL_STAND: &str = "subtitles.entity.camel.s... constant SUBTITLES_ENTITY_CAMEL_STEP (line 15079) | pub const SUBTITLES_ENTITY_CAMEL_STEP: &str = "subtitles.entity.camel.st... constant SUBTITLES_ENTITY_CAMEL_STEP_SAND (line 15081) | pub const SUBTITLES_ENTITY_CAMEL_STEP_SAND: &str = "subtitles.entity.cam... constant SUBTITLES_ENTITY_CAMEL_HUSK_AMBIENT (line 15083) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_AMBIENT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_CAMEL_HUSK_DASH (line 15085) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_DASH: &str = "subtitles.entity.cam... constant SUBTITLES_ENTITY_CAMEL_HUSK_DASH_READY (line 15087) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_DASH_READY: &str = "subtitles.enti... constant SUBTITLES_ENTITY_CAMEL_HUSK_DEATH (line 15089) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_DEATH: &str = "subtitles.entity.ca... constant SUBTITLES_ENTITY_CAMEL_HUSK_EAT (line 15091) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_EAT: &str = "subtitles.entity.came... constant SUBTITLES_ENTITY_CAMEL_HUSK_HURT (line 15093) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_HURT: &str = "subtitles.entity.cam... constant SUBTITLES_ENTITY_CAMEL_HUSK_SADDLE (line 15095) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_SADDLE: &str = "subtitles.entity.c... constant SUBTITLES_ENTITY_CAMEL_HUSK_SIT (line 15097) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_SIT: &str = "subtitles.entity.came... constant SUBTITLES_ENTITY_CAMEL_HUSK_STAND (line 15099) | pub const SUBTITLES_ENTITY_CAMEL_HUSK_STAND: &str = "subtitles.entity.ca... constant SUBTITLES_ENTITY_CAT_AMBIENT (line 15101) | pub const SUBTITLES_ENTITY_CAT_AMBIENT: &str = "subtitles.entity.cat.amb... constant SUBTITLES_ENTITY_CAT_BEG_FOR_FOOD (line 15103) | pub const SUBTITLES_ENTITY_CAT_BEG_FOR_FOOD: &str = "subtitles.entity.ca... constant SUBTITLES_ENTITY_CAT_DEATH (line 15105) | pub const SUBTITLES_ENTITY_CAT_DEATH: &str = "subtitles.entity.cat.death"; constant SUBTITLES_ENTITY_CAT_EAT (line 15107) | pub const SUBTITLES_ENTITY_CAT_EAT: &str = "subtitles.entity.cat.eat"; constant SUBTITLES_ENTITY_CAT_HISS (line 15109) | pub const SUBTITLES_ENTITY_CAT_HISS: &str = "subtitles.entity.cat.hiss"; constant SUBTITLES_ENTITY_CAT_HURT (line 15111) | pub const SUBTITLES_ENTITY_CAT_HURT: &str = "subtitles.entity.cat.hurt"; constant SUBTITLES_ENTITY_CAT_PURR (line 15113) | pub const SUBTITLES_ENTITY_CAT_PURR: &str = "subtitles.entity.cat.purr"; constant SUBTITLES_ENTITY_CHICKEN_AMBIENT (line 15115) | pub const SUBTITLES_ENTITY_CHICKEN_AMBIENT: &str = "subtitles.entity.chi... constant SUBTITLES_ENTITY_CHICKEN_DEATH (line 15117) | pub const SUBTITLES_ENTITY_CHICKEN_DEATH: &str = "subtitles.entity.chick... constant SUBTITLES_ENTITY_CHICKEN_EGG (line 15119) | pub const SUBTITLES_ENTITY_CHICKEN_EGG: &str = "subtitles.entity.chicken... constant SUBTITLES_ENTITY_CHICKEN_HURT (line 15121) | pub const SUBTITLES_ENTITY_CHICKEN_HURT: &str = "subtitles.entity.chicke... constant SUBTITLES_ENTITY_COD_DEATH (line 15123) | pub const SUBTITLES_ENTITY_COD_DEATH: &str = "subtitles.entity.cod.death"; constant SUBTITLES_ENTITY_COD_FLOP (line 15125) | pub const SUBTITLES_ENTITY_COD_FLOP: &str = "subtitles.entity.cod.flop"; constant SUBTITLES_ENTITY_COD_HURT (line 15127) | pub const SUBTITLES_ENTITY_COD_HURT: &str = "subtitles.entity.cod.hurt"; constant SUBTITLES_ENTITY_COPPER_GOLEM_DEATH (line 15129) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_DEATH: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_COPPER_GOLEM_HURT (line 15131) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_HURT: &str = "subtitles.entity.c... constant SUBTITLES_ENTITY_COPPER_GOLEM_ITEM_DROP (line 15133) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_ITEM_DROP: &str = "subtitles.ent... constant SUBTITLES_ENTITY_COPPER_GOLEM_ITEM_NO_DROP (line 15135) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_ITEM_NO_DROP: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_NO_ITEM_GET (line 15138) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_NO_ITEM_GET: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_NO_ITEM_NO_GET (line 15141) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_NO_ITEM_NO_GET: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_SPAWN (line 15144) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_SPAWN: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_COPPER_GOLEM_SPIN (line 15146) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_SPIN: &str = "subtitles.entity.c... constant SUBTITLES_ENTITY_COPPER_GOLEM_BECOME_STATUE (line 15148) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_BECOME_STATUE: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_OXIDIZED_DEATH (line 15151) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_OXIDIZED_DEATH: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_OXIDIZED_HURT (line 15154) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_OXIDIZED_HURT: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_OXIDIZED_SPIN (line 15157) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_OXIDIZED_SPIN: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_WEATHERED_DEATH (line 15160) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_WEATHERED_DEATH: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_WEATHERED_HURT (line 15163) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_WEATHERED_HURT: &str = constant SUBTITLES_ENTITY_COPPER_GOLEM_WEATHERED_SPIN (line 15166) | pub const SUBTITLES_ENTITY_COPPER_GOLEM_WEATHERED_SPIN: &str = constant SUBTITLES_ENTITY_COW_AMBIENT (line 15169) | pub const SUBTITLES_ENTITY_COW_AMBIENT: &str = "subtitles.entity.cow.amb... constant SUBTITLES_ENTITY_COW_DEATH (line 15171) | pub const SUBTITLES_ENTITY_COW_DEATH: &str = "subtitles.entity.cow.death"; constant SUBTITLES_ENTITY_COW_HURT (line 15173) | pub const SUBTITLES_ENTITY_COW_HURT: &str = "subtitles.entity.cow.hurt"; constant SUBTITLES_ENTITY_COW_MILK (line 15175) | pub const SUBTITLES_ENTITY_COW_MILK: &str = "subtitles.entity.cow.milk"; constant SUBTITLES_ENTITY_CREAKING_ACTIVATE (line 15177) | pub const SUBTITLES_ENTITY_CREAKING_ACTIVATE: &str = "subtitles.entity.c... constant SUBTITLES_ENTITY_CREAKING_AMBIENT (line 15179) | pub const SUBTITLES_ENTITY_CREAKING_AMBIENT: &str = "subtitles.entity.cr... constant SUBTITLES_ENTITY_CREAKING_ATTACK (line 15181) | pub const SUBTITLES_ENTITY_CREAKING_ATTACK: &str = "subtitles.entity.cre... constant SUBTITLES_ENTITY_CREAKING_DEACTIVATE (line 15183) | pub const SUBTITLES_ENTITY_CREAKING_DEACTIVATE: &str = "subtitles.entity... constant SUBTITLES_ENTITY_CREAKING_DEATH (line 15185) | pub const SUBTITLES_ENTITY_CREAKING_DEATH: &str = "subtitles.entity.crea... constant SUBTITLES_ENTITY_CREAKING_FREEZE (line 15187) | pub const SUBTITLES_ENTITY_CREAKING_FREEZE: &str = "subtitles.entity.cre... constant SUBTITLES_ENTITY_CREAKING_SPAWN (line 15189) | pub const SUBTITLES_ENTITY_CREAKING_SPAWN: &str = "subtitles.entity.crea... constant SUBTITLES_ENTITY_CREAKING_SWAY (line 15191) | pub const SUBTITLES_ENTITY_CREAKING_SWAY: &str = "subtitles.entity.creak... constant SUBTITLES_ENTITY_CREAKING_TWITCH (line 15193) | pub const SUBTITLES_ENTITY_CREAKING_TWITCH: &str = "subtitles.entity.cre... constant SUBTITLES_ENTITY_CREAKING_UNFREEZE (line 15195) | pub const SUBTITLES_ENTITY_CREAKING_UNFREEZE: &str = "subtitles.entity.c... constant SUBTITLES_ENTITY_CREEPER_DEATH (line 15197) | pub const SUBTITLES_ENTITY_CREEPER_DEATH: &str = "subtitles.entity.creep... constant SUBTITLES_ENTITY_CREEPER_HURT (line 15199) | pub const SUBTITLES_ENTITY_CREEPER_HURT: &str = "subtitles.entity.creepe... constant SUBTITLES_ENTITY_CREEPER_PRIMED (line 15201) | pub const SUBTITLES_ENTITY_CREEPER_PRIMED: &str = "subtitles.entity.cree... constant SUBTITLES_ENTITY_DOLPHIN_AMBIENT (line 15203) | pub const SUBTITLES_ENTITY_DOLPHIN_AMBIENT: &str = "subtitles.entity.dol... constant SUBTITLES_ENTITY_DOLPHIN_AMBIENT_WATER (line 15205) | pub const SUBTITLES_ENTITY_DOLPHIN_AMBIENT_WATER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_DOLPHIN_ATTACK (line 15207) | pub const SUBTITLES_ENTITY_DOLPHIN_ATTACK: &str = "subtitles.entity.dolp... constant SUBTITLES_ENTITY_DOLPHIN_DEATH (line 15209) | pub const SUBTITLES_ENTITY_DOLPHIN_DEATH: &str = "subtitles.entity.dolph... constant SUBTITLES_ENTITY_DOLPHIN_EAT (line 15211) | pub const SUBTITLES_ENTITY_DOLPHIN_EAT: &str = "subtitles.entity.dolphin... constant SUBTITLES_ENTITY_DOLPHIN_HURT (line 15213) | pub const SUBTITLES_ENTITY_DOLPHIN_HURT: &str = "subtitles.entity.dolphi... constant SUBTITLES_ENTITY_DOLPHIN_JUMP (line 15215) | pub const SUBTITLES_ENTITY_DOLPHIN_JUMP: &str = "subtitles.entity.dolphi... constant SUBTITLES_ENTITY_DOLPHIN_PLAY (line 15217) | pub const SUBTITLES_ENTITY_DOLPHIN_PLAY: &str = "subtitles.entity.dolphi... constant SUBTITLES_ENTITY_DOLPHIN_SPLASH (line 15219) | pub const SUBTITLES_ENTITY_DOLPHIN_SPLASH: &str = "subtitles.entity.dolp... constant SUBTITLES_ENTITY_DOLPHIN_SWIM (line 15221) | pub const SUBTITLES_ENTITY_DOLPHIN_SWIM: &str = "subtitles.entity.dolphi... constant SUBTITLES_ENTITY_DONKEY_AMBIENT (line 15223) | pub const SUBTITLES_ENTITY_DONKEY_AMBIENT: &str = "subtitles.entity.donk... constant SUBTITLES_ENTITY_DONKEY_ANGRY (line 15225) | pub const SUBTITLES_ENTITY_DONKEY_ANGRY: &str = "subtitles.entity.donkey... constant SUBTITLES_ENTITY_DONKEY_CHEST (line 15227) | pub const SUBTITLES_ENTITY_DONKEY_CHEST: &str = "subtitles.entity.donkey... constant SUBTITLES_ENTITY_DONKEY_DEATH (line 15229) | pub const SUBTITLES_ENTITY_DONKEY_DEATH: &str = "subtitles.entity.donkey... constant SUBTITLES_ENTITY_DONKEY_EAT (line 15231) | pub const SUBTITLES_ENTITY_DONKEY_EAT: &str = "subtitles.entity.donkey.e... constant SUBTITLES_ENTITY_DONKEY_HURT (line 15233) | pub const SUBTITLES_ENTITY_DONKEY_HURT: &str = "subtitles.entity.donkey.... constant SUBTITLES_ENTITY_DONKEY_JUMP (line 15235) | pub const SUBTITLES_ENTITY_DONKEY_JUMP: &str = "subtitles.entity.donkey.... constant SUBTITLES_ENTITY_DROWNED_AMBIENT (line 15237) | pub const SUBTITLES_ENTITY_DROWNED_AMBIENT: &str = "subtitles.entity.dro... constant SUBTITLES_ENTITY_DROWNED_AMBIENT_WATER (line 15239) | pub const SUBTITLES_ENTITY_DROWNED_AMBIENT_WATER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_DROWNED_DEATH (line 15241) | pub const SUBTITLES_ENTITY_DROWNED_DEATH: &str = "subtitles.entity.drown... constant SUBTITLES_ENTITY_DROWNED_HURT (line 15243) | pub const SUBTITLES_ENTITY_DROWNED_HURT: &str = "subtitles.entity.drowne... constant SUBTITLES_ENTITY_DROWNED_SHOOT (line 15245) | pub const SUBTITLES_ENTITY_DROWNED_SHOOT: &str = "subtitles.entity.drown... constant SUBTITLES_ENTITY_DROWNED_STEP (line 15247) | pub const SUBTITLES_ENTITY_DROWNED_STEP: &str = "subtitles.entity.drowne... constant SUBTITLES_ENTITY_DROWNED_SWIM (line 15249) | pub const SUBTITLES_ENTITY_DROWNED_SWIM: &str = "subtitles.entity.drowne... constant SUBTITLES_ENTITY_EGG_THROW (line 15251) | pub const SUBTITLES_ENTITY_EGG_THROW: &str = "subtitles.entity.egg.throw"; constant SUBTITLES_ENTITY_ELDER_GUARDIAN_AMBIENT (line 15253) | pub const SUBTITLES_ENTITY_ELDER_GUARDIAN_AMBIENT: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ELDER_GUARDIAN_AMBIENT_LAND (line 15255) | pub const SUBTITLES_ENTITY_ELDER_GUARDIAN_AMBIENT_LAND: &str = constant SUBTITLES_ENTITY_ELDER_GUARDIAN_CURSE (line 15258) | pub const SUBTITLES_ENTITY_ELDER_GUARDIAN_CURSE: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ELDER_GUARDIAN_DEATH (line 15260) | pub const SUBTITLES_ENTITY_ELDER_GUARDIAN_DEATH: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ELDER_GUARDIAN_FLOP (line 15262) | pub const SUBTITLES_ENTITY_ELDER_GUARDIAN_FLOP: &str = "subtitles.entity... constant SUBTITLES_ENTITY_ELDER_GUARDIAN_HURT (line 15264) | pub const SUBTITLES_ENTITY_ELDER_GUARDIAN_HURT: &str = "subtitles.entity... constant SUBTITLES_ENTITY_ENDER_DRAGON_AMBIENT (line 15266) | pub const SUBTITLES_ENTITY_ENDER_DRAGON_AMBIENT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ENDER_DRAGON_DEATH (line 15268) | pub const SUBTITLES_ENTITY_ENDER_DRAGON_DEATH: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ENDER_DRAGON_FLAP (line 15270) | pub const SUBTITLES_ENTITY_ENDER_DRAGON_FLAP: &str = "subtitles.entity.e... constant SUBTITLES_ENTITY_ENDER_DRAGON_GROWL (line 15272) | pub const SUBTITLES_ENTITY_ENDER_DRAGON_GROWL: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ENDER_DRAGON_HURT (line 15274) | pub const SUBTITLES_ENTITY_ENDER_DRAGON_HURT: &str = "subtitles.entity.e... constant SUBTITLES_ENTITY_ENDER_DRAGON_SHOOT (line 15276) | pub const SUBTITLES_ENTITY_ENDER_DRAGON_SHOOT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ENDER_EYE_DEATH (line 15278) | pub const SUBTITLES_ENTITY_ENDER_EYE_DEATH: &str = "subtitles.entity.end... constant SUBTITLES_ENTITY_ENDER_EYE_LAUNCH (line 15280) | pub const SUBTITLES_ENTITY_ENDER_EYE_LAUNCH: &str = "subtitles.entity.en... constant SUBTITLES_ENTITY_ENDER_PEARL_THROW (line 15282) | pub const SUBTITLES_ENTITY_ENDER_PEARL_THROW: &str = "subtitles.entity.e... constant SUBTITLES_ENTITY_ENDERMAN_AMBIENT (line 15284) | pub const SUBTITLES_ENTITY_ENDERMAN_AMBIENT: &str = "subtitles.entity.en... constant SUBTITLES_ENTITY_ENDERMAN_DEATH (line 15286) | pub const SUBTITLES_ENTITY_ENDERMAN_DEATH: &str = "subtitles.entity.ende... constant SUBTITLES_ENTITY_ENDERMAN_HURT (line 15288) | pub const SUBTITLES_ENTITY_ENDERMAN_HURT: &str = "subtitles.entity.ender... constant SUBTITLES_ENTITY_ENDERMAN_SCREAM (line 15290) | pub const SUBTITLES_ENTITY_ENDERMAN_SCREAM: &str = "subtitles.entity.end... constant SUBTITLES_ENTITY_ENDERMAN_STARE (line 15292) | pub const SUBTITLES_ENTITY_ENDERMAN_STARE: &str = "subtitles.entity.ende... constant SUBTITLES_ENTITY_ENDERMAN_TELEPORT (line 15294) | pub const SUBTITLES_ENTITY_ENDERMAN_TELEPORT: &str = "subtitles.entity.e... constant SUBTITLES_ENTITY_ENDERMITE_AMBIENT (line 15296) | pub const SUBTITLES_ENTITY_ENDERMITE_AMBIENT: &str = "subtitles.entity.e... constant SUBTITLES_ENTITY_ENDERMITE_DEATH (line 15298) | pub const SUBTITLES_ENTITY_ENDERMITE_DEATH: &str = "subtitles.entity.end... constant SUBTITLES_ENTITY_ENDERMITE_HURT (line 15300) | pub const SUBTITLES_ENTITY_ENDERMITE_HURT: &str = "subtitles.entity.ende... constant SUBTITLES_ENTITY_EVOKER_AMBIENT (line 15302) | pub const SUBTITLES_ENTITY_EVOKER_AMBIENT: &str = "subtitles.entity.evok... constant SUBTITLES_ENTITY_EVOKER_CAST_SPELL (line 15304) | pub const SUBTITLES_ENTITY_EVOKER_CAST_SPELL: &str = "subtitles.entity.e... constant SUBTITLES_ENTITY_EVOKER_CELEBRATE (line 15306) | pub const SUBTITLES_ENTITY_EVOKER_CELEBRATE: &str = "subtitles.entity.ev... constant SUBTITLES_ENTITY_EVOKER_DEATH (line 15308) | pub const SUBTITLES_ENTITY_EVOKER_DEATH: &str = "subtitles.entity.evoker... constant SUBTITLES_ENTITY_EVOKER_HURT (line 15310) | pub const SUBTITLES_ENTITY_EVOKER_HURT: &str = "subtitles.entity.evoker.... constant SUBTITLES_ENTITY_EVOKER_PREPARE_ATTACK (line 15312) | pub const SUBTITLES_ENTITY_EVOKER_PREPARE_ATTACK: &str = "subtitles.enti... constant SUBTITLES_ENTITY_EVOKER_PREPARE_SUMMON (line 15314) | pub const SUBTITLES_ENTITY_EVOKER_PREPARE_SUMMON: &str = "subtitles.enti... constant SUBTITLES_ENTITY_EVOKER_PREPARE_WOLOLO (line 15316) | pub const SUBTITLES_ENTITY_EVOKER_PREPARE_WOLOLO: &str = "subtitles.enti... constant SUBTITLES_ENTITY_EVOKER_FANGS_ATTACK (line 15318) | pub const SUBTITLES_ENTITY_EVOKER_FANGS_ATTACK: &str = "subtitles.entity... constant SUBTITLES_ENTITY_EXPERIENCE_ORB_PICKUP (line 15320) | pub const SUBTITLES_ENTITY_EXPERIENCE_ORB_PICKUP: &str = "subtitles.enti... constant SUBTITLES_ENTITY_FIREWORK_ROCKET_BLAST (line 15322) | pub const SUBTITLES_ENTITY_FIREWORK_ROCKET_BLAST: &str = "subtitles.enti... constant SUBTITLES_ENTITY_FIREWORK_ROCKET_LAUNCH (line 15324) | pub const SUBTITLES_ENTITY_FIREWORK_ROCKET_LAUNCH: &str = "subtitles.ent... constant SUBTITLES_ENTITY_FIREWORK_ROCKET_TWINKLE (line 15326) | pub const SUBTITLES_ENTITY_FIREWORK_ROCKET_TWINKLE: &str = constant SUBTITLES_ENTITY_FISH_SWIM (line 15329) | pub const SUBTITLES_ENTITY_FISH_SWIM: &str = "subtitles.entity.fish.swim"; constant SUBTITLES_ENTITY_FISHING_BOBBER_RETRIEVE (line 15331) | pub const SUBTITLES_ENTITY_FISHING_BOBBER_RETRIEVE: &str = constant SUBTITLES_ENTITY_FISHING_BOBBER_SPLASH (line 15334) | pub const SUBTITLES_ENTITY_FISHING_BOBBER_SPLASH: &str = "subtitles.enti... constant SUBTITLES_ENTITY_FISHING_BOBBER_THROW (line 15336) | pub const SUBTITLES_ENTITY_FISHING_BOBBER_THROW: &str = "subtitles.entit... constant SUBTITLES_ENTITY_FOX_AGGRO (line 15338) | pub const SUBTITLES_ENTITY_FOX_AGGRO: &str = "subtitles.entity.fox.aggro"; constant SUBTITLES_ENTITY_FOX_AMBIENT (line 15340) | pub const SUBTITLES_ENTITY_FOX_AMBIENT: &str = "subtitles.entity.fox.amb... constant SUBTITLES_ENTITY_FOX_BITE (line 15342) | pub const SUBTITLES_ENTITY_FOX_BITE: &str = "subtitles.entity.fox.bite"; constant SUBTITLES_ENTITY_FOX_DEATH (line 15344) | pub const SUBTITLES_ENTITY_FOX_DEATH: &str = "subtitles.entity.fox.death"; constant SUBTITLES_ENTITY_FOX_EAT (line 15346) | pub const SUBTITLES_ENTITY_FOX_EAT: &str = "subtitles.entity.fox.eat"; constant SUBTITLES_ENTITY_FOX_HURT (line 15348) | pub const SUBTITLES_ENTITY_FOX_HURT: &str = "subtitles.entity.fox.hurt"; constant SUBTITLES_ENTITY_FOX_SCREECH (line 15350) | pub const SUBTITLES_ENTITY_FOX_SCREECH: &str = "subtitles.entity.fox.scr... constant SUBTITLES_ENTITY_FOX_SLEEP (line 15352) | pub const SUBTITLES_ENTITY_FOX_SLEEP: &str = "subtitles.entity.fox.sleep"; constant SUBTITLES_ENTITY_FOX_SNIFF (line 15354) | pub const SUBTITLES_ENTITY_FOX_SNIFF: &str = "subtitles.entity.fox.sniff"; constant SUBTITLES_ENTITY_FOX_SPIT (line 15356) | pub const SUBTITLES_ENTITY_FOX_SPIT: &str = "subtitles.entity.fox.spit"; constant SUBTITLES_ENTITY_FOX_TELEPORT (line 15358) | pub const SUBTITLES_ENTITY_FOX_TELEPORT: &str = "subtitles.entity.fox.te... constant SUBTITLES_ENTITY_FROG_AMBIENT (line 15360) | pub const SUBTITLES_ENTITY_FROG_AMBIENT: &str = "subtitles.entity.frog.a... constant SUBTITLES_ENTITY_FROG_DEATH (line 15362) | pub const SUBTITLES_ENTITY_FROG_DEATH: &str = "subtitles.entity.frog.dea... constant SUBTITLES_ENTITY_FROG_EAT (line 15364) | pub const SUBTITLES_ENTITY_FROG_EAT: &str = "subtitles.entity.frog.eat"; constant SUBTITLES_ENTITY_FROG_HURT (line 15366) | pub const SUBTITLES_ENTITY_FROG_HURT: &str = "subtitles.entity.frog.hurt"; constant SUBTITLES_ENTITY_FROG_LAY_SPAWN (line 15368) | pub const SUBTITLES_ENTITY_FROG_LAY_SPAWN: &str = "subtitles.entity.frog... constant SUBTITLES_ENTITY_FROG_LONG_JUMP (line 15370) | pub const SUBTITLES_ENTITY_FROG_LONG_JUMP: &str = "subtitles.entity.frog... constant SUBTITLES_ENTITY_GENERIC_BIG_FALL (line 15372) | pub const SUBTITLES_ENTITY_GENERIC_BIG_FALL: &str = "subtitles.entity.ge... constant SUBTITLES_ENTITY_GENERIC_BURN (line 15374) | pub const SUBTITLES_ENTITY_GENERIC_BURN: &str = "subtitles.entity.generi... constant SUBTITLES_ENTITY_GENERIC_DEATH (line 15376) | pub const SUBTITLES_ENTITY_GENERIC_DEATH: &str = "subtitles.entity.gener... constant SUBTITLES_ENTITY_GENERIC_DRINK (line 15378) | pub const SUBTITLES_ENTITY_GENERIC_DRINK: &str = "subtitles.entity.gener... constant SUBTITLES_ENTITY_GENERIC_EAT (line 15380) | pub const SUBTITLES_ENTITY_GENERIC_EAT: &str = "subtitles.entity.generic... constant SUBTITLES_ENTITY_GENERIC_EXPLODE (line 15382) | pub const SUBTITLES_ENTITY_GENERIC_EXPLODE: &str = "subtitles.entity.gen... constant SUBTITLES_ENTITY_GENERIC_EXTINGUISH_FIRE (line 15384) | pub const SUBTITLES_ENTITY_GENERIC_EXTINGUISH_FIRE: &str = constant SUBTITLES_ENTITY_GENERIC_HURT (line 15387) | pub const SUBTITLES_ENTITY_GENERIC_HURT: &str = "subtitles.entity.generi... constant SUBTITLES_ENTITY_GENERIC_SMALL_FALL (line 15389) | pub const SUBTITLES_ENTITY_GENERIC_SMALL_FALL: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_GENERIC_SPLASH (line 15391) | pub const SUBTITLES_ENTITY_GENERIC_SPLASH: &str = "subtitles.entity.gene... constant SUBTITLES_ENTITY_GENERIC_SWIM (line 15393) | pub const SUBTITLES_ENTITY_GENERIC_SWIM: &str = "subtitles.entity.generi... constant SUBTITLES_ENTITY_GENERIC_WIND_BURST (line 15395) | pub const SUBTITLES_ENTITY_GENERIC_WIND_BURST: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_GHAST_AMBIENT (line 15397) | pub const SUBTITLES_ENTITY_GHAST_AMBIENT: &str = "subtitles.entity.ghast... constant SUBTITLES_ENTITY_GHAST_DEATH (line 15399) | pub const SUBTITLES_ENTITY_GHAST_DEATH: &str = "subtitles.entity.ghast.d... constant SUBTITLES_ENTITY_GHAST_HURT (line 15401) | pub const SUBTITLES_ENTITY_GHAST_HURT: &str = "subtitles.entity.ghast.hu... constant SUBTITLES_ENTITY_GHAST_SHOOT (line 15403) | pub const SUBTITLES_ENTITY_GHAST_SHOOT: &str = "subtitles.entity.ghast.s... constant SUBTITLES_ENTITY_GHASTLING_AMBIENT (line 15405) | pub const SUBTITLES_ENTITY_GHASTLING_AMBIENT: &str = "subtitles.entity.g... constant SUBTITLES_ENTITY_GHASTLING_DEATH (line 15407) | pub const SUBTITLES_ENTITY_GHASTLING_DEATH: &str = "subtitles.entity.gha... constant SUBTITLES_ENTITY_GHASTLING_HURT (line 15409) | pub const SUBTITLES_ENTITY_GHASTLING_HURT: &str = "subtitles.entity.ghas... constant SUBTITLES_ENTITY_GHASTLING_SPAWN (line 15411) | pub const SUBTITLES_ENTITY_GHASTLING_SPAWN: &str = "subtitles.entity.gha... constant SUBTITLES_ENTITY_GLOW_ITEM_FRAME_ADD_ITEM (line 15413) | pub const SUBTITLES_ENTITY_GLOW_ITEM_FRAME_ADD_ITEM: &str = constant SUBTITLES_ENTITY_GLOW_ITEM_FRAME_BREAK (line 15416) | pub const SUBTITLES_ENTITY_GLOW_ITEM_FRAME_BREAK: &str = "subtitles.enti... constant SUBTITLES_ENTITY_GLOW_ITEM_FRAME_PLACE (line 15418) | pub const SUBTITLES_ENTITY_GLOW_ITEM_FRAME_PLACE: &str = "subtitles.enti... constant SUBTITLES_ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM (line 15420) | pub const SUBTITLES_ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM: &str = constant SUBTITLES_ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM (line 15423) | pub const SUBTITLES_ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM: &str = constant SUBTITLES_ENTITY_GLOW_SQUID_AMBIENT (line 15426) | pub const SUBTITLES_ENTITY_GLOW_SQUID_AMBIENT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_GLOW_SQUID_DEATH (line 15428) | pub const SUBTITLES_ENTITY_GLOW_SQUID_DEATH: &str = "subtitles.entity.gl... constant SUBTITLES_ENTITY_GLOW_SQUID_HURT (line 15430) | pub const SUBTITLES_ENTITY_GLOW_SQUID_HURT: &str = "subtitles.entity.glo... constant SUBTITLES_ENTITY_GLOW_SQUID_SQUIRT (line 15432) | pub const SUBTITLES_ENTITY_GLOW_SQUID_SQUIRT: &str = "subtitles.entity.g... constant SUBTITLES_ENTITY_GOAT_AMBIENT (line 15434) | pub const SUBTITLES_ENTITY_GOAT_AMBIENT: &str = "subtitles.entity.goat.a... constant SUBTITLES_ENTITY_GOAT_DEATH (line 15436) | pub const SUBTITLES_ENTITY_GOAT_DEATH: &str = "subtitles.entity.goat.dea... constant SUBTITLES_ENTITY_GOAT_EAT (line 15438) | pub const SUBTITLES_ENTITY_GOAT_EAT: &str = "subtitles.entity.goat.eat"; constant SUBTITLES_ENTITY_GOAT_HORN_BREAK (line 15440) | pub const SUBTITLES_ENTITY_GOAT_HORN_BREAK: &str = "subtitles.entity.goa... constant SUBTITLES_ENTITY_GOAT_HURT (line 15442) | pub const SUBTITLES_ENTITY_GOAT_HURT: &str = "subtitles.entity.goat.hurt"; constant SUBTITLES_ENTITY_GOAT_LONG_JUMP (line 15444) | pub const SUBTITLES_ENTITY_GOAT_LONG_JUMP: &str = "subtitles.entity.goat... constant SUBTITLES_ENTITY_GOAT_MILK (line 15446) | pub const SUBTITLES_ENTITY_GOAT_MILK: &str = "subtitles.entity.goat.milk"; constant SUBTITLES_ENTITY_GOAT_PREPARE_RAM (line 15448) | pub const SUBTITLES_ENTITY_GOAT_PREPARE_RAM: &str = "subtitles.entity.go... constant SUBTITLES_ENTITY_GOAT_RAM_IMPACT (line 15450) | pub const SUBTITLES_ENTITY_GOAT_RAM_IMPACT: &str = "subtitles.entity.goa... constant SUBTITLES_ENTITY_GOAT_SCREAMING_AMBIENT (line 15452) | pub const SUBTITLES_ENTITY_GOAT_SCREAMING_AMBIENT: &str = "subtitles.ent... constant SUBTITLES_ENTITY_GOAT_STEP (line 15454) | pub const SUBTITLES_ENTITY_GOAT_STEP: &str = "subtitles.entity.goat.step"; constant SUBTITLES_ENTITY_GUARDIAN_AMBIENT (line 15456) | pub const SUBTITLES_ENTITY_GUARDIAN_AMBIENT: &str = "subtitles.entity.gu... constant SUBTITLES_ENTITY_GUARDIAN_AMBIENT_LAND (line 15458) | pub const SUBTITLES_ENTITY_GUARDIAN_AMBIENT_LAND: &str = "subtitles.enti... constant SUBTITLES_ENTITY_GUARDIAN_ATTACK (line 15460) | pub const SUBTITLES_ENTITY_GUARDIAN_ATTACK: &str = "subtitles.entity.gua... constant SUBTITLES_ENTITY_GUARDIAN_DEATH (line 15462) | pub const SUBTITLES_ENTITY_GUARDIAN_DEATH: &str = "subtitles.entity.guar... constant SUBTITLES_ENTITY_GUARDIAN_FLOP (line 15464) | pub const SUBTITLES_ENTITY_GUARDIAN_FLOP: &str = "subtitles.entity.guard... constant SUBTITLES_ENTITY_GUARDIAN_HURT (line 15466) | pub const SUBTITLES_ENTITY_GUARDIAN_HURT: &str = "subtitles.entity.guard... constant SUBTITLES_ENTITY_HAPPY_GHAST_AMBIENT (line 15468) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_AMBIENT: &str = "subtitles.entity... constant SUBTITLES_ENTITY_HAPPY_GHAST_DEATH (line 15470) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_DEATH: &str = "subtitles.entity.h... constant SUBTITLES_ENTITY_HAPPY_GHAST_EQUIP (line 15472) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_EQUIP: &str = "subtitles.entity.h... constant SUBTITLES_ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_DOWN (line 15474) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_DOWN: &str = constant SUBTITLES_ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_UP (line 15477) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_UP: &str = constant SUBTITLES_ENTITY_HAPPY_GHAST_HURT (line 15480) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_HURT: &str = "subtitles.entity.ha... constant SUBTITLES_ENTITY_HAPPY_GHAST_UNEQUIP (line 15482) | pub const SUBTITLES_ENTITY_HAPPY_GHAST_UNEQUIP: &str = "subtitles.entity... constant SUBTITLES_ENTITY_HOGLIN_AMBIENT (line 15484) | pub const SUBTITLES_ENTITY_HOGLIN_AMBIENT: &str = "subtitles.entity.hogl... constant SUBTITLES_ENTITY_HOGLIN_ANGRY (line 15486) | pub const SUBTITLES_ENTITY_HOGLIN_ANGRY: &str = "subtitles.entity.hoglin... constant SUBTITLES_ENTITY_HOGLIN_ATTACK (line 15488) | pub const SUBTITLES_ENTITY_HOGLIN_ATTACK: &str = "subtitles.entity.hogli... constant SUBTITLES_ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED (line 15490) | pub const SUBTITLES_ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED: &str = constant SUBTITLES_ENTITY_HOGLIN_DEATH (line 15493) | pub const SUBTITLES_ENTITY_HOGLIN_DEATH: &str = "subtitles.entity.hoglin... constant SUBTITLES_ENTITY_HOGLIN_HURT (line 15495) | pub const SUBTITLES_ENTITY_HOGLIN_HURT: &str = "subtitles.entity.hoglin.... constant SUBTITLES_ENTITY_HOGLIN_RETREAT (line 15497) | pub const SUBTITLES_ENTITY_HOGLIN_RETREAT: &str = "subtitles.entity.hogl... constant SUBTITLES_ENTITY_HOGLIN_STEP (line 15499) | pub const SUBTITLES_ENTITY_HOGLIN_STEP: &str = "subtitles.entity.hoglin.... constant SUBTITLES_ENTITY_HORSE_AMBIENT (line 15501) | pub const SUBTITLES_ENTITY_HORSE_AMBIENT: &str = "subtitles.entity.horse... constant SUBTITLES_ENTITY_HORSE_ANGRY (line 15503) | pub const SUBTITLES_ENTITY_HORSE_ANGRY: &str = "subtitles.entity.horse.a... constant SUBTITLES_ENTITY_HORSE_ARMOR (line 15505) | pub const SUBTITLES_ENTITY_HORSE_ARMOR: &str = "subtitles.entity.horse.a... constant SUBTITLES_ENTITY_HORSE_BREATHE (line 15507) | pub const SUBTITLES_ENTITY_HORSE_BREATHE: &str = "subtitles.entity.horse... constant SUBTITLES_ENTITY_HORSE_DEATH (line 15509) | pub const SUBTITLES_ENTITY_HORSE_DEATH: &str = "subtitles.entity.horse.d... constant SUBTITLES_ENTITY_HORSE_EAT (line 15511) | pub const SUBTITLES_ENTITY_HORSE_EAT: &str = "subtitles.entity.horse.eat"; constant SUBTITLES_ENTITY_HORSE_GALLOP (line 15513) | pub const SUBTITLES_ENTITY_HORSE_GALLOP: &str = "subtitles.entity.horse.... constant SUBTITLES_ENTITY_HORSE_HURT (line 15515) | pub const SUBTITLES_ENTITY_HORSE_HURT: &str = "subtitles.entity.horse.hu... constant SUBTITLES_ENTITY_HORSE_JUMP (line 15517) | pub const SUBTITLES_ENTITY_HORSE_JUMP: &str = "subtitles.entity.horse.ju... constant SUBTITLES_ENTITY_HORSE_SADDLE (line 15519) | pub const SUBTITLES_ENTITY_HORSE_SADDLE: &str = "subtitles.entity.horse.... constant SUBTITLES_ENTITY_HUSK_AMBIENT (line 15521) | pub const SUBTITLES_ENTITY_HUSK_AMBIENT: &str = "subtitles.entity.husk.a... constant SUBTITLES_ENTITY_HUSK_CONVERTED_TO_ZOMBIE (line 15523) | pub const SUBTITLES_ENTITY_HUSK_CONVERTED_TO_ZOMBIE: &str = constant SUBTITLES_ENTITY_HUSK_DEATH (line 15526) | pub const SUBTITLES_ENTITY_HUSK_DEATH: &str = "subtitles.entity.husk.dea... constant SUBTITLES_ENTITY_HUSK_HURT (line 15528) | pub const SUBTITLES_ENTITY_HUSK_HURT: &str = "subtitles.entity.husk.hurt"; constant SUBTITLES_ENTITY_ILLUSIONER_AMBIENT (line 15530) | pub const SUBTITLES_ENTITY_ILLUSIONER_AMBIENT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ILLUSIONER_CAST_SPELL (line 15532) | pub const SUBTITLES_ENTITY_ILLUSIONER_CAST_SPELL: &str = "subtitles.enti... constant SUBTITLES_ENTITY_ILLUSIONER_DEATH (line 15534) | pub const SUBTITLES_ENTITY_ILLUSIONER_DEATH: &str = "subtitles.entity.il... constant SUBTITLES_ENTITY_ILLUSIONER_HURT (line 15536) | pub const SUBTITLES_ENTITY_ILLUSIONER_HURT: &str = "subtitles.entity.ill... constant SUBTITLES_ENTITY_ILLUSIONER_MIRROR_MOVE (line 15538) | pub const SUBTITLES_ENTITY_ILLUSIONER_MIRROR_MOVE: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ILLUSIONER_PREPARE_BLINDNESS (line 15540) | pub const SUBTITLES_ENTITY_ILLUSIONER_PREPARE_BLINDNESS: &str = constant SUBTITLES_ENTITY_ILLUSIONER_PREPARE_MIRROR (line 15543) | pub const SUBTITLES_ENTITY_ILLUSIONER_PREPARE_MIRROR: &str = constant SUBTITLES_ENTITY_IRON_GOLEM_ATTACK (line 15546) | pub const SUBTITLES_ENTITY_IRON_GOLEM_ATTACK: &str = "subtitles.entity.i... constant SUBTITLES_ENTITY_IRON_GOLEM_DAMAGE (line 15548) | pub const SUBTITLES_ENTITY_IRON_GOLEM_DAMAGE: &str = "subtitles.entity.i... constant SUBTITLES_ENTITY_IRON_GOLEM_DEATH (line 15550) | pub const SUBTITLES_ENTITY_IRON_GOLEM_DEATH: &str = "subtitles.entity.ir... constant SUBTITLES_ENTITY_IRON_GOLEM_HURT (line 15552) | pub const SUBTITLES_ENTITY_IRON_GOLEM_HURT: &str = "subtitles.entity.iro... constant SUBTITLES_ENTITY_IRON_GOLEM_REPAIR (line 15554) | pub const SUBTITLES_ENTITY_IRON_GOLEM_REPAIR: &str = "subtitles.entity.i... constant SUBTITLES_ENTITY_ITEM_BREAK (line 15556) | pub const SUBTITLES_ENTITY_ITEM_BREAK: &str = "subtitles.entity.item.bre... constant SUBTITLES_ENTITY_ITEM_PICKUP (line 15558) | pub const SUBTITLES_ENTITY_ITEM_PICKUP: &str = "subtitles.entity.item.pi... constant SUBTITLES_ENTITY_ITEM_FRAME_ADD_ITEM (line 15560) | pub const SUBTITLES_ENTITY_ITEM_FRAME_ADD_ITEM: &str = "subtitles.entity... constant SUBTITLES_ENTITY_ITEM_FRAME_BREAK (line 15562) | pub const SUBTITLES_ENTITY_ITEM_FRAME_BREAK: &str = "subtitles.entity.it... constant SUBTITLES_ENTITY_ITEM_FRAME_PLACE (line 15564) | pub const SUBTITLES_ENTITY_ITEM_FRAME_PLACE: &str = "subtitles.entity.it... constant SUBTITLES_ENTITY_ITEM_FRAME_REMOVE_ITEM (line 15566) | pub const SUBTITLES_ENTITY_ITEM_FRAME_REMOVE_ITEM: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ITEM_FRAME_ROTATE_ITEM (line 15568) | pub const SUBTITLES_ENTITY_ITEM_FRAME_ROTATE_ITEM: &str = "subtitles.ent... constant SUBTITLES_ENTITY_LEASH_KNOT_BREAK (line 15570) | pub const SUBTITLES_ENTITY_LEASH_KNOT_BREAK: &str = "subtitles.entity.le... constant SUBTITLES_ENTITY_LEASH_KNOT_PLACE (line 15572) | pub const SUBTITLES_ENTITY_LEASH_KNOT_PLACE: &str = "subtitles.entity.le... constant SUBTITLES_ENTITY_LIGHTNING_BOLT_IMPACT (line 15574) | pub const SUBTITLES_ENTITY_LIGHTNING_BOLT_IMPACT: &str = "subtitles.enti... constant SUBTITLES_ENTITY_LIGHTNING_BOLT_THUNDER (line 15576) | pub const SUBTITLES_ENTITY_LIGHTNING_BOLT_THUNDER: &str = "subtitles.ent... constant SUBTITLES_ENTITY_LLAMA_AMBIENT (line 15578) | pub const SUBTITLES_ENTITY_LLAMA_AMBIENT: &str = "subtitles.entity.llama... constant SUBTITLES_ENTITY_LLAMA_ANGRY (line 15580) | pub const SUBTITLES_ENTITY_LLAMA_ANGRY: &str = "subtitles.entity.llama.a... constant SUBTITLES_ENTITY_LLAMA_CHEST (line 15582) | pub const SUBTITLES_ENTITY_LLAMA_CHEST: &str = "subtitles.entity.llama.c... constant SUBTITLES_ENTITY_LLAMA_DEATH (line 15584) | pub const SUBTITLES_ENTITY_LLAMA_DEATH: &str = "subtitles.entity.llama.d... constant SUBTITLES_ENTITY_LLAMA_EAT (line 15586) | pub const SUBTITLES_ENTITY_LLAMA_EAT: &str = "subtitles.entity.llama.eat"; constant SUBTITLES_ENTITY_LLAMA_HURT (line 15588) | pub const SUBTITLES_ENTITY_LLAMA_HURT: &str = "subtitles.entity.llama.hu... constant SUBTITLES_ENTITY_LLAMA_SPIT (line 15590) | pub const SUBTITLES_ENTITY_LLAMA_SPIT: &str = "subtitles.entity.llama.sp... constant SUBTITLES_ENTITY_LLAMA_STEP (line 15592) | pub const SUBTITLES_ENTITY_LLAMA_STEP: &str = "subtitles.entity.llama.st... constant SUBTITLES_ENTITY_LLAMA_SWAG (line 15594) | pub const SUBTITLES_ENTITY_LLAMA_SWAG: &str = "subtitles.entity.llama.sw... constant SUBTITLES_ENTITY_MAGMA_CUBE_DEATH (line 15596) | pub const SUBTITLES_ENTITY_MAGMA_CUBE_DEATH: &str = "subtitles.entity.ma... constant SUBTITLES_ENTITY_MAGMA_CUBE_HURT (line 15598) | pub const SUBTITLES_ENTITY_MAGMA_CUBE_HURT: &str = "subtitles.entity.mag... constant SUBTITLES_ENTITY_MAGMA_CUBE_SQUISH (line 15600) | pub const SUBTITLES_ENTITY_MAGMA_CUBE_SQUISH: &str = "subtitles.entity.m... constant SUBTITLES_ENTITY_MINECART_INSIDE (line 15602) | pub const SUBTITLES_ENTITY_MINECART_INSIDE: &str = "subtitles.entity.min... constant SUBTITLES_ENTITY_MINECART_INSIDE_UNDERWATER (line 15604) | pub const SUBTITLES_ENTITY_MINECART_INSIDE_UNDERWATER: &str = constant SUBTITLES_ENTITY_MINECART_RIDING (line 15607) | pub const SUBTITLES_ENTITY_MINECART_RIDING: &str = "subtitles.entity.min... constant SUBTITLES_ENTITY_MOOSHROOM_CONVERT (line 15609) | pub const SUBTITLES_ENTITY_MOOSHROOM_CONVERT: &str = "subtitles.entity.m... constant SUBTITLES_ENTITY_MOOSHROOM_EAT (line 15611) | pub const SUBTITLES_ENTITY_MOOSHROOM_EAT: &str = "subtitles.entity.moosh... constant SUBTITLES_ENTITY_MOOSHROOM_MILK (line 15613) | pub const SUBTITLES_ENTITY_MOOSHROOM_MILK: &str = "subtitles.entity.moos... constant SUBTITLES_ENTITY_MOOSHROOM_SUSPICIOUS_MILK (line 15615) | pub const SUBTITLES_ENTITY_MOOSHROOM_SUSPICIOUS_MILK: &str = constant SUBTITLES_ENTITY_MULE_AMBIENT (line 15618) | pub const SUBTITLES_ENTITY_MULE_AMBIENT: &str = "subtitles.entity.mule.a... constant SUBTITLES_ENTITY_MULE_ANGRY (line 15620) | pub const SUBTITLES_ENTITY_MULE_ANGRY: &str = "subtitles.entity.mule.ang... constant SUBTITLES_ENTITY_MULE_CHEST (line 15622) | pub const SUBTITLES_ENTITY_MULE_CHEST: &str = "subtitles.entity.mule.che... constant SUBTITLES_ENTITY_MULE_DEATH (line 15624) | pub const SUBTITLES_ENTITY_MULE_DEATH: &str = "subtitles.entity.mule.dea... constant SUBTITLES_ENTITY_MULE_EAT (line 15626) | pub const SUBTITLES_ENTITY_MULE_EAT: &str = "subtitles.entity.mule.eat"; constant SUBTITLES_ENTITY_MULE_HURT (line 15628) | pub const SUBTITLES_ENTITY_MULE_HURT: &str = "subtitles.entity.mule.hurt"; constant SUBTITLES_ENTITY_MULE_JUMP (line 15630) | pub const SUBTITLES_ENTITY_MULE_JUMP: &str = "subtitles.entity.mule.jump"; constant SUBTITLES_ENTITY_NAUTILUS_AMBIENT (line 15632) | pub const SUBTITLES_ENTITY_NAUTILUS_AMBIENT: &str = "subtitles.entity.na... constant SUBTITLES_ENTITY_NAUTILUS_AMBIENT_LAND (line 15634) | pub const SUBTITLES_ENTITY_NAUTILUS_AMBIENT_LAND: &str = "subtitles.enti... constant SUBTITLES_ENTITY_NAUTILUS_DASH (line 15636) | pub const SUBTITLES_ENTITY_NAUTILUS_DASH: &str = "subtitles.entity.nauti... constant SUBTITLES_ENTITY_NAUTILUS_DASH_LAND (line 15638) | pub const SUBTITLES_ENTITY_NAUTILUS_DASH_LAND: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_NAUTILUS_DASH_READY (line 15640) | pub const SUBTITLES_ENTITY_NAUTILUS_DASH_READY: &str = "subtitles.entity... constant SUBTITLES_ENTITY_NAUTILUS_DASH_READY_LAND (line 15642) | pub const SUBTITLES_ENTITY_NAUTILUS_DASH_READY_LAND: &str = constant SUBTITLES_ENTITY_NAUTILUS_DEATH (line 15645) | pub const SUBTITLES_ENTITY_NAUTILUS_DEATH: &str = "subtitles.entity.naut... constant SUBTITLES_ENTITY_NAUTILUS_DEATH_LAND (line 15647) | pub const SUBTITLES_ENTITY_NAUTILUS_DEATH_LAND: &str = "subtitles.entity... constant SUBTITLES_ENTITY_NAUTILUS_EAT (line 15649) | pub const SUBTITLES_ENTITY_NAUTILUS_EAT: &str = "subtitles.entity.nautil... constant SUBTITLES_ENTITY_NAUTILUS_HURT (line 15651) | pub const SUBTITLES_ENTITY_NAUTILUS_HURT: &str = "subtitles.entity.nauti... constant SUBTITLES_ENTITY_NAUTILUS_HURT_LAND (line 15653) | pub const SUBTITLES_ENTITY_NAUTILUS_HURT_LAND: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_NAUTILUS_SWIM (line 15655) | pub const SUBTITLES_ENTITY_NAUTILUS_SWIM: &str = "subtitles.entity.nauti... constant SUBTITLES_ENTITY_PAINTING_BREAK (line 15657) | pub const SUBTITLES_ENTITY_PAINTING_BREAK: &str = "subtitles.entity.pain... constant SUBTITLES_ENTITY_PAINTING_PLACE (line 15659) | pub const SUBTITLES_ENTITY_PAINTING_PLACE: &str = "subtitles.entity.pain... constant SUBTITLES_ENTITY_PANDA_AGGRESSIVE_AMBIENT (line 15661) | pub const SUBTITLES_ENTITY_PANDA_AGGRESSIVE_AMBIENT: &str = constant SUBTITLES_ENTITY_PANDA_AMBIENT (line 15664) | pub const SUBTITLES_ENTITY_PANDA_AMBIENT: &str = "subtitles.entity.panda... constant SUBTITLES_ENTITY_PANDA_BITE (line 15666) | pub const SUBTITLES_ENTITY_PANDA_BITE: &str = "subtitles.entity.panda.bi... constant SUBTITLES_ENTITY_PANDA_CANT_BREED (line 15668) | pub const SUBTITLES_ENTITY_PANDA_CANT_BREED: &str = "subtitles.entity.pa... constant SUBTITLES_ENTITY_PANDA_DEATH (line 15670) | pub const SUBTITLES_ENTITY_PANDA_DEATH: &str = "subtitles.entity.panda.d... constant SUBTITLES_ENTITY_PANDA_EAT (line 15672) | pub const SUBTITLES_ENTITY_PANDA_EAT: &str = "subtitles.entity.panda.eat"; constant SUBTITLES_ENTITY_PANDA_HURT (line 15674) | pub const SUBTITLES_ENTITY_PANDA_HURT: &str = "subtitles.entity.panda.hu... constant SUBTITLES_ENTITY_PANDA_PRE_SNEEZE (line 15676) | pub const SUBTITLES_ENTITY_PANDA_PRE_SNEEZE: &str = "subtitles.entity.pa... constant SUBTITLES_ENTITY_PANDA_SNEEZE (line 15678) | pub const SUBTITLES_ENTITY_PANDA_SNEEZE: &str = "subtitles.entity.panda.... constant SUBTITLES_ENTITY_PANDA_STEP (line 15680) | pub const SUBTITLES_ENTITY_PANDA_STEP: &str = "subtitles.entity.panda.st... constant SUBTITLES_ENTITY_PANDA_WORRIED_AMBIENT (line 15682) | pub const SUBTITLES_ENTITY_PANDA_WORRIED_AMBIENT: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARCHED_AMBIENT (line 15684) | pub const SUBTITLES_ENTITY_PARCHED_AMBIENT: &str = "subtitles.entity.par... constant SUBTITLES_ENTITY_PARCHED_DEATH (line 15686) | pub const SUBTITLES_ENTITY_PARCHED_DEATH: &str = "subtitles.entity.parch... constant SUBTITLES_ENTITY_PARCHED_HURT (line 15688) | pub const SUBTITLES_ENTITY_PARCHED_HURT: &str = "subtitles.entity.parche... constant SUBTITLES_ENTITY_PARROT_AMBIENT (line 15690) | pub const SUBTITLES_ENTITY_PARROT_AMBIENT: &str = "subtitles.entity.parr... constant SUBTITLES_ENTITY_PARROT_DEATH (line 15692) | pub const SUBTITLES_ENTITY_PARROT_DEATH: &str = "subtitles.entity.parrot... constant SUBTITLES_ENTITY_PARROT_EATS (line 15694) | pub const SUBTITLES_ENTITY_PARROT_EATS: &str = "subtitles.entity.parrot.... constant SUBTITLES_ENTITY_PARROT_FLY (line 15696) | pub const SUBTITLES_ENTITY_PARROT_FLY: &str = "subtitles.entity.parrot.f... constant SUBTITLES_ENTITY_PARROT_HURTS (line 15698) | pub const SUBTITLES_ENTITY_PARROT_HURTS: &str = "subtitles.entity.parrot... constant SUBTITLES_ENTITY_PARROT_IMITATE_BLAZE (line 15700) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_BLAZE: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PARROT_IMITATE_BOGGED (line 15702) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_BOGGED: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_BREEZE (line 15704) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_BREEZE: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_CAMEL_HUSK (line 15706) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_CAMEL_HUSK: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_CREAKING (line 15709) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_CREAKING: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_CREEPER (line 15712) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_CREEPER: &str = "subtitles.ent... constant SUBTITLES_ENTITY_PARROT_IMITATE_DROWNED (line 15714) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_DROWNED: &str = "subtitles.ent... constant SUBTITLES_ENTITY_PARROT_IMITATE_ELDER_GUARDIAN (line 15716) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ELDER_GUARDIAN: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_ENDER_DRAGON (line 15719) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ENDER_DRAGON: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_ENDERMITE (line 15722) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ENDERMITE: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_EVOKER (line 15725) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_EVOKER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_GHAST (line 15727) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_GHAST: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PARROT_IMITATE_GUARDIAN (line 15729) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_GUARDIAN: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_HOGLIN (line 15732) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_HOGLIN: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_HUSK (line 15734) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_HUSK: &str = "subtitles.entity... constant SUBTITLES_ENTITY_PARROT_IMITATE_ILLUSIONER (line 15736) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ILLUSIONER: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_MAGMA_CUBE (line 15739) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_MAGMA_CUBE: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_PARCHED (line 15742) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_PARCHED: &str = "subtitles.ent... constant SUBTITLES_ENTITY_PARROT_IMITATE_PHANTOM (line 15744) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_PHANTOM: &str = "subtitles.ent... constant SUBTITLES_ENTITY_PARROT_IMITATE_PIGLIN (line 15746) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_PIGLIN: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_PIGLIN_BRUTE (line 15748) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_PIGLIN_BRUTE: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_PILLAGER (line 15751) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_PILLAGER: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_RAVAGER (line 15754) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_RAVAGER: &str = "subtitles.ent... constant SUBTITLES_ENTITY_PARROT_IMITATE_SHULKER (line 15756) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_SHULKER: &str = "subtitles.ent... constant SUBTITLES_ENTITY_PARROT_IMITATE_SILVERFISH (line 15758) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_SILVERFISH: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_SKELETON (line 15761) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_SKELETON: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_SLIME (line 15764) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_SLIME: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PARROT_IMITATE_SPIDER (line 15766) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_SPIDER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_STRAY (line 15768) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_STRAY: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PARROT_IMITATE_VEX (line 15770) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_VEX: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PARROT_IMITATE_VINDICATOR (line 15772) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_VINDICATOR: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_WARDEN (line 15775) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_WARDEN: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_WITCH (line 15777) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_WITCH: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PARROT_IMITATE_WITHER (line 15779) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_WITHER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_WITHER_SKELETON (line 15781) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_WITHER_SKELETON: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_ZOGLIN (line 15784) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ZOGLIN: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE (line 15786) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE: &str = "subtitles.enti... constant SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE_HORSE (line 15788) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE_HORSE: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE_NAUTILUS (line 15791) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE_NAUTILUS: &str = constant SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER (line 15794) | pub const SUBTITLES_ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER: &str = constant SUBTITLES_ENTITY_PHANTOM_AMBIENT (line 15797) | pub const SUBTITLES_ENTITY_PHANTOM_AMBIENT: &str = "subtitles.entity.pha... constant SUBTITLES_ENTITY_PHANTOM_BITE (line 15799) | pub const SUBTITLES_ENTITY_PHANTOM_BITE: &str = "subtitles.entity.phanto... constant SUBTITLES_ENTITY_PHANTOM_DEATH (line 15801) | pub const SUBTITLES_ENTITY_PHANTOM_DEATH: &str = "subtitles.entity.phant... constant SUBTITLES_ENTITY_PHANTOM_FLAP (line 15803) | pub const SUBTITLES_ENTITY_PHANTOM_FLAP: &str = "subtitles.entity.phanto... constant SUBTITLES_ENTITY_PHANTOM_HURT (line 15805) | pub const SUBTITLES_ENTITY_PHANTOM_HURT: &str = "subtitles.entity.phanto... constant SUBTITLES_ENTITY_PHANTOM_SWOOP (line 15807) | pub const SUBTITLES_ENTITY_PHANTOM_SWOOP: &str = "subtitles.entity.phant... constant SUBTITLES_ENTITY_PIG_AMBIENT (line 15809) | pub const SUBTITLES_ENTITY_PIG_AMBIENT: &str = "subtitles.entity.pig.amb... constant SUBTITLES_ENTITY_PIG_DEATH (line 15811) | pub const SUBTITLES_ENTITY_PIG_DEATH: &str = "subtitles.entity.pig.death"; constant SUBTITLES_ENTITY_PIG_HURT (line 15813) | pub const SUBTITLES_ENTITY_PIG_HURT: &str = "subtitles.entity.pig.hurt"; constant SUBTITLES_ENTITY_PIG_SADDLE (line 15815) | pub const SUBTITLES_ENTITY_PIG_SADDLE: &str = "subtitles.entity.pig.sadd... constant SUBTITLES_ENTITY_PIGLIN_ADMIRING_ITEM (line 15817) | pub const SUBTITLES_ENTITY_PIGLIN_ADMIRING_ITEM: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PIGLIN_AMBIENT (line 15819) | pub const SUBTITLES_ENTITY_PIGLIN_AMBIENT: &str = "subtitles.entity.pigl... constant SUBTITLES_ENTITY_PIGLIN_ANGRY (line 15821) | pub const SUBTITLES_ENTITY_PIGLIN_ANGRY: &str = "subtitles.entity.piglin... constant SUBTITLES_ENTITY_PIGLIN_CELEBRATE (line 15823) | pub const SUBTITLES_ENTITY_PIGLIN_CELEBRATE: &str = "subtitles.entity.pi... constant SUBTITLES_ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED (line 15825) | pub const SUBTITLES_ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED: &str = constant SUBTITLES_ENTITY_PIGLIN_DEATH (line 15828) | pub const SUBTITLES_ENTITY_PIGLIN_DEATH: &str = "subtitles.entity.piglin... constant SUBTITLES_ENTITY_PIGLIN_HURT (line 15830) | pub const SUBTITLES_ENTITY_PIGLIN_HURT: &str = "subtitles.entity.piglin.... constant SUBTITLES_ENTITY_PIGLIN_JEALOUS (line 15832) | pub const SUBTITLES_ENTITY_PIGLIN_JEALOUS: &str = "subtitles.entity.pigl... constant SUBTITLES_ENTITY_PIGLIN_RETREAT (line 15834) | pub const SUBTITLES_ENTITY_PIGLIN_RETREAT: &str = "subtitles.entity.pigl... constant SUBTITLES_ENTITY_PIGLIN_STEP (line 15836) | pub const SUBTITLES_ENTITY_PIGLIN_STEP: &str = "subtitles.entity.piglin.... constant SUBTITLES_ENTITY_PIGLIN_BRUTE_AMBIENT (line 15838) | pub const SUBTITLES_ENTITY_PIGLIN_BRUTE_AMBIENT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PIGLIN_BRUTE_ANGRY (line 15840) | pub const SUBTITLES_ENTITY_PIGLIN_BRUTE_ANGRY: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED (line 15842) | pub const SUBTITLES_ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED: &str = constant SUBTITLES_ENTITY_PIGLIN_BRUTE_DEATH (line 15845) | pub const SUBTITLES_ENTITY_PIGLIN_BRUTE_DEATH: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PIGLIN_BRUTE_HURT (line 15847) | pub const SUBTITLES_ENTITY_PIGLIN_BRUTE_HURT: &str = "subtitles.entity.p... constant SUBTITLES_ENTITY_PIGLIN_BRUTE_STEP (line 15849) | pub const SUBTITLES_ENTITY_PIGLIN_BRUTE_STEP: &str = "subtitles.entity.p... constant SUBTITLES_ENTITY_PILLAGER_AMBIENT (line 15851) | pub const SUBTITLES_ENTITY_PILLAGER_AMBIENT: &str = "subtitles.entity.pi... constant SUBTITLES_ENTITY_PILLAGER_CELEBRATE (line 15853) | pub const SUBTITLES_ENTITY_PILLAGER_CELEBRATE: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PILLAGER_DEATH (line 15855) | pub const SUBTITLES_ENTITY_PILLAGER_DEATH: &str = "subtitles.entity.pill... constant SUBTITLES_ENTITY_PILLAGER_HURT (line 15857) | pub const SUBTITLES_ENTITY_PILLAGER_HURT: &str = "subtitles.entity.pilla... constant SUBTITLES_ENTITY_PLAYER_ATTACK_CRIT (line 15859) | pub const SUBTITLES_ENTITY_PLAYER_ATTACK_CRIT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PLAYER_ATTACK_KNOCKBACK (line 15861) | pub const SUBTITLES_ENTITY_PLAYER_ATTACK_KNOCKBACK: &str = constant SUBTITLES_ENTITY_PLAYER_ATTACK_STRONG (line 15864) | pub const SUBTITLES_ENTITY_PLAYER_ATTACK_STRONG: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PLAYER_ATTACK_SWEEP (line 15866) | pub const SUBTITLES_ENTITY_PLAYER_ATTACK_SWEEP: &str = "subtitles.entity... constant SUBTITLES_ENTITY_PLAYER_ATTACK_WEAK (line 15868) | pub const SUBTITLES_ENTITY_PLAYER_ATTACK_WEAK: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PLAYER_BURP (line 15870) | pub const SUBTITLES_ENTITY_PLAYER_BURP: &str = "subtitles.entity.player.... constant SUBTITLES_ENTITY_PLAYER_DEATH (line 15872) | pub const SUBTITLES_ENTITY_PLAYER_DEATH: &str = "subtitles.entity.player... constant SUBTITLES_ENTITY_PLAYER_FREEZE_HURT (line 15874) | pub const SUBTITLES_ENTITY_PLAYER_FREEZE_HURT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_PLAYER_HURT (line 15876) | pub const SUBTITLES_ENTITY_PLAYER_HURT: &str = "subtitles.entity.player.... constant SUBTITLES_ENTITY_PLAYER_HURT_DROWN (line 15878) | pub const SUBTITLES_ENTITY_PLAYER_HURT_DROWN: &str = "subtitles.entity.p... constant SUBTITLES_ENTITY_PLAYER_HURT_ON_FIRE (line 15880) | pub const SUBTITLES_ENTITY_PLAYER_HURT_ON_FIRE: &str = "subtitles.entity... constant SUBTITLES_ENTITY_PLAYER_LEVELUP (line 15882) | pub const SUBTITLES_ENTITY_PLAYER_LEVELUP: &str = "subtitles.entity.play... constant SUBTITLES_ENTITY_PLAYER_TELEPORT (line 15884) | pub const SUBTITLES_ENTITY_PLAYER_TELEPORT: &str = "subtitles.entity.pla... constant SUBTITLES_ENTITY_POLAR_BEAR_AMBIENT (line 15886) | pub const SUBTITLES_ENTITY_POLAR_BEAR_AMBIENT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_POLAR_BEAR_AMBIENT_BABY (line 15888) | pub const SUBTITLES_ENTITY_POLAR_BEAR_AMBIENT_BABY: &str = constant SUBTITLES_ENTITY_POLAR_BEAR_DEATH (line 15891) | pub const SUBTITLES_ENTITY_POLAR_BEAR_DEATH: &str = "subtitles.entity.po... constant SUBTITLES_ENTITY_POLAR_BEAR_HURT (line 15893) | pub const SUBTITLES_ENTITY_POLAR_BEAR_HURT: &str = "subtitles.entity.pol... constant SUBTITLES_ENTITY_POLAR_BEAR_WARNING (line 15895) | pub const SUBTITLES_ENTITY_POLAR_BEAR_WARNING: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_POTION_SPLASH (line 15897) | pub const SUBTITLES_ENTITY_POTION_SPLASH: &str = "subtitles.entity.potio... constant SUBTITLES_ENTITY_POTION_THROW (line 15899) | pub const SUBTITLES_ENTITY_POTION_THROW: &str = "subtitles.entity.potion... constant SUBTITLES_ENTITY_PUFFER_FISH_BLOW_OUT (line 15901) | pub const SUBTITLES_ENTITY_PUFFER_FISH_BLOW_OUT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_PUFFER_FISH_BLOW_UP (line 15903) | pub const SUBTITLES_ENTITY_PUFFER_FISH_BLOW_UP: &str = "subtitles.entity... constant SUBTITLES_ENTITY_PUFFER_FISH_DEATH (line 15905) | pub const SUBTITLES_ENTITY_PUFFER_FISH_DEATH: &str = "subtitles.entity.p... constant SUBTITLES_ENTITY_PUFFER_FISH_FLOP (line 15907) | pub const SUBTITLES_ENTITY_PUFFER_FISH_FLOP: &str = "subtitles.entity.pu... constant SUBTITLES_ENTITY_PUFFER_FISH_HURT (line 15909) | pub const SUBTITLES_ENTITY_PUFFER_FISH_HURT: &str = "subtitles.entity.pu... constant SUBTITLES_ENTITY_PUFFER_FISH_STING (line 15911) | pub const SUBTITLES_ENTITY_PUFFER_FISH_STING: &str = "subtitles.entity.p... constant SUBTITLES_ENTITY_RABBIT_AMBIENT (line 15913) | pub const SUBTITLES_ENTITY_RABBIT_AMBIENT: &str = "subtitles.entity.rabb... constant SUBTITLES_ENTITY_RABBIT_ATTACK (line 15915) | pub const SUBTITLES_ENTITY_RABBIT_ATTACK: &str = "subtitles.entity.rabbi... constant SUBTITLES_ENTITY_RABBIT_DEATH (line 15917) | pub const SUBTITLES_ENTITY_RABBIT_DEATH: &str = "subtitles.entity.rabbit... constant SUBTITLES_ENTITY_RABBIT_HURT (line 15919) | pub const SUBTITLES_ENTITY_RABBIT_HURT: &str = "subtitles.entity.rabbit.... constant SUBTITLES_ENTITY_RABBIT_JUMP (line 15921) | pub const SUBTITLES_ENTITY_RABBIT_JUMP: &str = "subtitles.entity.rabbit.... constant SUBTITLES_ENTITY_RAVAGER_AMBIENT (line 15923) | pub const SUBTITLES_ENTITY_RAVAGER_AMBIENT: &str = "subtitles.entity.rav... constant SUBTITLES_ENTITY_RAVAGER_ATTACK (line 15925) | pub const SUBTITLES_ENTITY_RAVAGER_ATTACK: &str = "subtitles.entity.rava... constant SUBTITLES_ENTITY_RAVAGER_CELEBRATE (line 15927) | pub const SUBTITLES_ENTITY_RAVAGER_CELEBRATE: &str = "subtitles.entity.r... constant SUBTITLES_ENTITY_RAVAGER_DEATH (line 15929) | pub const SUBTITLES_ENTITY_RAVAGER_DEATH: &str = "subtitles.entity.ravag... constant SUBTITLES_ENTITY_RAVAGER_HURT (line 15931) | pub const SUBTITLES_ENTITY_RAVAGER_HURT: &str = "subtitles.entity.ravage... constant SUBTITLES_ENTITY_RAVAGER_ROAR (line 15933) | pub const SUBTITLES_ENTITY_RAVAGER_ROAR: &str = "subtitles.entity.ravage... constant SUBTITLES_ENTITY_RAVAGER_STEP (line 15935) | pub const SUBTITLES_ENTITY_RAVAGER_STEP: &str = "subtitles.entity.ravage... constant SUBTITLES_ENTITY_RAVAGER_STUNNED (line 15937) | pub const SUBTITLES_ENTITY_RAVAGER_STUNNED: &str = "subtitles.entity.rav... constant SUBTITLES_ENTITY_SALMON_DEATH (line 15939) | pub const SUBTITLES_ENTITY_SALMON_DEATH: &str = "subtitles.entity.salmon... constant SUBTITLES_ENTITY_SALMON_FLOP (line 15941) | pub const SUBTITLES_ENTITY_SALMON_FLOP: &str = "subtitles.entity.salmon.... constant SUBTITLES_ENTITY_SALMON_HURT (line 15943) | pub const SUBTITLES_ENTITY_SALMON_HURT: &str = "subtitles.entity.salmon.... constant SUBTITLES_ENTITY_SHEEP_AMBIENT (line 15945) | pub const SUBTITLES_ENTITY_SHEEP_AMBIENT: &str = "subtitles.entity.sheep... constant SUBTITLES_ENTITY_SHEEP_DEATH (line 15947) | pub const SUBTITLES_ENTITY_SHEEP_DEATH: &str = "subtitles.entity.sheep.d... constant SUBTITLES_ENTITY_SHEEP_HURT (line 15949) | pub const SUBTITLES_ENTITY_SHEEP_HURT: &str = "subtitles.entity.sheep.hu... constant SUBTITLES_ENTITY_SHULKER_AMBIENT (line 15951) | pub const SUBTITLES_ENTITY_SHULKER_AMBIENT: &str = "subtitles.entity.shu... constant SUBTITLES_ENTITY_SHULKER_CLOSE (line 15953) | pub const SUBTITLES_ENTITY_SHULKER_CLOSE: &str = "subtitles.entity.shulk... constant SUBTITLES_ENTITY_SHULKER_DEATH (line 15955) | pub const SUBTITLES_ENTITY_SHULKER_DEATH: &str = "subtitles.entity.shulk... constant SUBTITLES_ENTITY_SHULKER_HURT (line 15957) | pub const SUBTITLES_ENTITY_SHULKER_HURT: &str = "subtitles.entity.shulke... constant SUBTITLES_ENTITY_SHULKER_OPEN (line 15959) | pub const SUBTITLES_ENTITY_SHULKER_OPEN: &str = "subtitles.entity.shulke... constant SUBTITLES_ENTITY_SHULKER_SHOOT (line 15961) | pub const SUBTITLES_ENTITY_SHULKER_SHOOT: &str = "subtitles.entity.shulk... constant SUBTITLES_ENTITY_SHULKER_TELEPORT (line 15963) | pub const SUBTITLES_ENTITY_SHULKER_TELEPORT: &str = "subtitles.entity.sh... constant SUBTITLES_ENTITY_SHULKER_BULLET_HIT (line 15965) | pub const SUBTITLES_ENTITY_SHULKER_BULLET_HIT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_SHULKER_BULLET_HURT (line 15967) | pub const SUBTITLES_ENTITY_SHULKER_BULLET_HURT: &str = "subtitles.entity... constant SUBTITLES_ENTITY_SILVERFISH_AMBIENT (line 15969) | pub const SUBTITLES_ENTITY_SILVERFISH_AMBIENT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_SILVERFISH_DEATH (line 15971) | pub const SUBTITLES_ENTITY_SILVERFISH_DEATH: &str = "subtitles.entity.si... constant SUBTITLES_ENTITY_SILVERFISH_HURT (line 15973) | pub const SUBTITLES_ENTITY_SILVERFISH_HURT: &str = "subtitles.entity.sil... constant SUBTITLES_ENTITY_SKELETON_AMBIENT (line 15975) | pub const SUBTITLES_ENTITY_SKELETON_AMBIENT: &str = "subtitles.entity.sk... constant SUBTITLES_ENTITY_SKELETON_CONVERTED_TO_STRAY (line 15977) | pub const SUBTITLES_ENTITY_SKELETON_CONVERTED_TO_STRAY: &str = constant SUBTITLES_ENTITY_SKELETON_DEATH (line 15980) | pub const SUBTITLES_ENTITY_SKELETON_DEATH: &str = "subtitles.entity.skel... constant SUBTITLES_ENTITY_SKELETON_HURT (line 15982) | pub const SUBTITLES_ENTITY_SKELETON_HURT: &str = "subtitles.entity.skele... constant SUBTITLES_ENTITY_SKELETON_SHOOT (line 15984) | pub const SUBTITLES_ENTITY_SKELETON_SHOOT: &str = "subtitles.entity.skel... constant SUBTITLES_ENTITY_SKELETON_HORSE_AMBIENT (line 15986) | pub const SUBTITLES_ENTITY_SKELETON_HORSE_AMBIENT: &str = "subtitles.ent... constant SUBTITLES_ENTITY_SKELETON_HORSE_DEATH (line 15988) | pub const SUBTITLES_ENTITY_SKELETON_HORSE_DEATH: &str = "subtitles.entit... constant SUBTITLES_ENTITY_SKELETON_HORSE_HURT (line 15990) | pub const SUBTITLES_ENTITY_SKELETON_HORSE_HURT: &str = "subtitles.entity... constant SUBTITLES_ENTITY_SKELETON_HORSE_JUMP_WATER (line 15992) | pub const SUBTITLES_ENTITY_SKELETON_HORSE_JUMP_WATER: &str = constant SUBTITLES_ENTITY_SKELETON_HORSE_SWIM (line 15995) | pub const SUBTITLES_ENTITY_SKELETON_HORSE_SWIM: &str = "subtitles.entity... constant SUBTITLES_ENTITY_SLIME_ATTACK (line 15997) | pub const SUBTITLES_ENTITY_SLIME_ATTACK: &str = "subtitles.entity.slime.... constant SUBTITLES_ENTITY_SLIME_DEATH (line 15999) | pub const SUBTITLES_ENTITY_SLIME_DEATH: &str = "subtitles.entity.slime.d... constant SUBTITLES_ENTITY_SLIME_HURT (line 16001) | pub const SUBTITLES_ENTITY_SLIME_HURT: &str = "subtitles.entity.slime.hu... constant SUBTITLES_ENTITY_SLIME_SQUISH (line 16003) | pub const SUBTITLES_ENTITY_SLIME_SQUISH: &str = "subtitles.entity.slime.... constant SUBTITLES_ENTITY_SNIFFER_DEATH (line 16005) | pub const SUBTITLES_ENTITY_SNIFFER_DEATH: &str = "subtitles.entity.sniff... constant SUBTITLES_ENTITY_SNIFFER_DIGGING (line 16007) | pub const SUBTITLES_ENTITY_SNIFFER_DIGGING: &str = "subtitles.entity.sni... constant SUBTITLES_ENTITY_SNIFFER_DIGGING_STOP (line 16009) | pub const SUBTITLES_ENTITY_SNIFFER_DIGGING_STOP: &str = "subtitles.entit... constant SUBTITLES_ENTITY_SNIFFER_DROP_SEED (line 16011) | pub const SUBTITLES_ENTITY_SNIFFER_DROP_SEED: &str = "subtitles.entity.s... constant SUBTITLES_ENTITY_SNIFFER_EAT (line 16013) | pub const SUBTITLES_ENTITY_SNIFFER_EAT: &str = "subtitles.entity.sniffer... constant SUBTITLES_ENTITY_SNIFFER_EGG_CRACK (line 16015) | pub const SUBTITLES_ENTITY_SNIFFER_EGG_CRACK: &str = "subtitles.entity.s... constant SUBTITLES_ENTITY_SNIFFER_EGG_HATCH (line 16017) | pub const SUBTITLES_ENTITY_SNIFFER_EGG_HATCH: &str = "subtitles.entity.s... constant SUBTITLES_ENTITY_SNIFFER_HAPPY (line 16019) | pub const SUBTITLES_ENTITY_SNIFFER_HAPPY: &str = "subtitles.entity.sniff... constant SUBTITLES_ENTITY_SNIFFER_HURT (line 16021) | pub const SUBTITLES_ENTITY_SNIFFER_HURT: &str = "subtitles.entity.sniffe... constant SUBTITLES_ENTITY_SNIFFER_IDLE (line 16023) | pub const SUBTITLES_ENTITY_SNIFFER_IDLE: &str = "subtitles.entity.sniffe... constant SUBTITLES_ENTITY_SNIFFER_SCENTING (line 16025) | pub const SUBTITLES_ENTITY_SNIFFER_SCENTING: &str = "subtitles.entity.sn... constant SUBTITLES_ENTITY_SNIFFER_SEARCHING (line 16027) | pub const SUBTITLES_ENTITY_SNIFFER_SEARCHING: &str = "subtitles.entity.s... constant SUBTITLES_ENTITY_SNIFFER_SNIFFING (line 16029) | pub const SUBTITLES_ENTITY_SNIFFER_SNIFFING: &str = "subtitles.entity.sn... constant SUBTITLES_ENTITY_SNIFFER_STEP (line 16031) | pub const SUBTITLES_ENTITY_SNIFFER_STEP: &str = "subtitles.entity.sniffe... constant SUBTITLES_ENTITY_SNOW_GOLEM_DEATH (line 16033) | pub const SUBTITLES_ENTITY_SNOW_GOLEM_DEATH: &str = "subtitles.entity.sn... constant SUBTITLES_ENTITY_SNOW_GOLEM_HURT (line 16035) | pub const SUBTITLES_ENTITY_SNOW_GOLEM_HURT: &str = "subtitles.entity.sno... constant SUBTITLES_ENTITY_SNOWBALL_THROW (line 16037) | pub const SUBTITLES_ENTITY_SNOWBALL_THROW: &str = "subtitles.entity.snow... constant SUBTITLES_ENTITY_SPIDER_AMBIENT (line 16039) | pub const SUBTITLES_ENTITY_SPIDER_AMBIENT: &str = "subtitles.entity.spid... constant SUBTITLES_ENTITY_SPIDER_DEATH (line 16041) | pub const SUBTITLES_ENTITY_SPIDER_DEATH: &str = "subtitles.entity.spider... constant SUBTITLES_ENTITY_SPIDER_HURT (line 16043) | pub const SUBTITLES_ENTITY_SPIDER_HURT: &str = "subtitles.entity.spider.... constant SUBTITLES_ENTITY_SQUID_AMBIENT (line 16045) | pub const SUBTITLES_ENTITY_SQUID_AMBIENT: &str = "subtitles.entity.squid... constant SUBTITLES_ENTITY_SQUID_DEATH (line 16047) | pub const SUBTITLES_ENTITY_SQUID_DEATH: &str = "subtitles.entity.squid.d... constant SUBTITLES_ENTITY_SQUID_HURT (line 16049) | pub const SUBTITLES_ENTITY_SQUID_HURT: &str = "subtitles.entity.squid.hu... constant SUBTITLES_ENTITY_SQUID_SQUIRT (line 16051) | pub const SUBTITLES_ENTITY_SQUID_SQUIRT: &str = "subtitles.entity.squid.... constant SUBTITLES_ENTITY_STRAY_AMBIENT (line 16053) | pub const SUBTITLES_ENTITY_STRAY_AMBIENT: &str = "subtitles.entity.stray... constant SUBTITLES_ENTITY_STRAY_DEATH (line 16055) | pub const SUBTITLES_ENTITY_STRAY_DEATH: &str = "subtitles.entity.stray.d... constant SUBTITLES_ENTITY_STRAY_HURT (line 16057) | pub const SUBTITLES_ENTITY_STRAY_HURT: &str = "subtitles.entity.stray.hu... constant SUBTITLES_ENTITY_STRIDER_DEATH (line 16059) | pub const SUBTITLES_ENTITY_STRIDER_DEATH: &str = "subtitles.entity.strid... constant SUBTITLES_ENTITY_STRIDER_EAT (line 16061) | pub const SUBTITLES_ENTITY_STRIDER_EAT: &str = "subtitles.entity.strider... constant SUBTITLES_ENTITY_STRIDER_HAPPY (line 16063) | pub const SUBTITLES_ENTITY_STRIDER_HAPPY: &str = "subtitles.entity.strid... constant SUBTITLES_ENTITY_STRIDER_HURT (line 16065) | pub const SUBTITLES_ENTITY_STRIDER_HURT: &str = "subtitles.entity.stride... constant SUBTITLES_ENTITY_STRIDER_IDLE (line 16067) | pub const SUBTITLES_ENTITY_STRIDER_IDLE: &str = "subtitles.entity.stride... constant SUBTITLES_ENTITY_STRIDER_RETREAT (line 16069) | pub const SUBTITLES_ENTITY_STRIDER_RETREAT: &str = "subtitles.entity.str... constant SUBTITLES_ENTITY_TADPOLE_DEATH (line 16071) | pub const SUBTITLES_ENTITY_TADPOLE_DEATH: &str = "subtitles.entity.tadpo... constant SUBTITLES_ENTITY_TADPOLE_FLOP (line 16073) | pub const SUBTITLES_ENTITY_TADPOLE_FLOP: &str = "subtitles.entity.tadpol... constant SUBTITLES_ENTITY_TADPOLE_GROW_UP (line 16075) | pub const SUBTITLES_ENTITY_TADPOLE_GROW_UP: &str = "subtitles.entity.tad... constant SUBTITLES_ENTITY_TADPOLE_HURT (line 16077) | pub const SUBTITLES_ENTITY_TADPOLE_HURT: &str = "subtitles.entity.tadpol... constant SUBTITLES_ENTITY_TNT_PRIMED (line 16079) | pub const SUBTITLES_ENTITY_TNT_PRIMED: &str = "subtitles.entity.tnt.prim... constant SUBTITLES_ENTITY_TROPICAL_FISH_DEATH (line 16081) | pub const SUBTITLES_ENTITY_TROPICAL_FISH_DEATH: &str = "subtitles.entity... constant SUBTITLES_ENTITY_TROPICAL_FISH_FLOP (line 16083) | pub const SUBTITLES_ENTITY_TROPICAL_FISH_FLOP: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_TROPICAL_FISH_HURT (line 16085) | pub const SUBTITLES_ENTITY_TROPICAL_FISH_HURT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_TURTLE_AMBIENT_LAND (line 16087) | pub const SUBTITLES_ENTITY_TURTLE_AMBIENT_LAND: &str = "subtitles.entity... constant SUBTITLES_ENTITY_TURTLE_DEATH (line 16089) | pub const SUBTITLES_ENTITY_TURTLE_DEATH: &str = "subtitles.entity.turtle... constant SUBTITLES_ENTITY_TURTLE_DEATH_BABY (line 16091) | pub const SUBTITLES_ENTITY_TURTLE_DEATH_BABY: &str = "subtitles.entity.t... constant SUBTITLES_ENTITY_TURTLE_EGG_BREAK (line 16093) | pub const SUBTITLES_ENTITY_TURTLE_EGG_BREAK: &str = "subtitles.entity.tu... constant SUBTITLES_ENTITY_TURTLE_EGG_CRACK (line 16095) | pub const SUBTITLES_ENTITY_TURTLE_EGG_CRACK: &str = "subtitles.entity.tu... constant SUBTITLES_ENTITY_TURTLE_EGG_HATCH (line 16097) | pub const SUBTITLES_ENTITY_TURTLE_EGG_HATCH: &str = "subtitles.entity.tu... constant SUBTITLES_ENTITY_TURTLE_HURT (line 16099) | pub const SUBTITLES_ENTITY_TURTLE_HURT: &str = "subtitles.entity.turtle.... constant SUBTITLES_ENTITY_TURTLE_HURT_BABY (line 16101) | pub const SUBTITLES_ENTITY_TURTLE_HURT_BABY: &str = "subtitles.entity.tu... constant SUBTITLES_ENTITY_TURTLE_LAY_EGG (line 16103) | pub const SUBTITLES_ENTITY_TURTLE_LAY_EGG: &str = "subtitles.entity.turt... constant SUBTITLES_ENTITY_TURTLE_SHAMBLE (line 16105) | pub const SUBTITLES_ENTITY_TURTLE_SHAMBLE: &str = "subtitles.entity.turt... constant SUBTITLES_ENTITY_TURTLE_SHAMBLE_BABY (line 16107) | pub const SUBTITLES_ENTITY_TURTLE_SHAMBLE_BABY: &str = "subtitles.entity... constant SUBTITLES_ENTITY_TURTLE_SWIM (line 16109) | pub const SUBTITLES_ENTITY_TURTLE_SWIM: &str = "subtitles.entity.turtle.... constant SUBTITLES_ENTITY_VEX_AMBIENT (line 16111) | pub const SUBTITLES_ENTITY_VEX_AMBIENT: &str = "subtitles.entity.vex.amb... constant SUBTITLES_ENTITY_VEX_CHARGE (line 16113) | pub const SUBTITLES_ENTITY_VEX_CHARGE: &str = "subtitles.entity.vex.char... constant SUBTITLES_ENTITY_VEX_DEATH (line 16115) | pub const SUBTITLES_ENTITY_VEX_DEATH: &str = "subtitles.entity.vex.death"; constant SUBTITLES_ENTITY_VEX_HURT (line 16117) | pub const SUBTITLES_ENTITY_VEX_HURT: &str = "subtitles.entity.vex.hurt"; constant SUBTITLES_ENTITY_VILLAGER_AMBIENT (line 16119) | pub const SUBTITLES_ENTITY_VILLAGER_AMBIENT: &str = "subtitles.entity.vi... constant SUBTITLES_ENTITY_VILLAGER_CELEBRATE (line 16121) | pub const SUBTITLES_ENTITY_VILLAGER_CELEBRATE: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_VILLAGER_DEATH (line 16123) | pub const SUBTITLES_ENTITY_VILLAGER_DEATH: &str = "subtitles.entity.vill... constant SUBTITLES_ENTITY_VILLAGER_HURT (line 16125) | pub const SUBTITLES_ENTITY_VILLAGER_HURT: &str = "subtitles.entity.villa... constant SUBTITLES_ENTITY_VILLAGER_NO (line 16127) | pub const SUBTITLES_ENTITY_VILLAGER_NO: &str = "subtitles.entity.village... constant SUBTITLES_ENTITY_VILLAGER_TRADE (line 16129) | pub const SUBTITLES_ENTITY_VILLAGER_TRADE: &str = "subtitles.entity.vill... constant SUBTITLES_ENTITY_VILLAGER_WORK_ARMORER (line 16131) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_ARMORER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_VILLAGER_WORK_BUTCHER (line 16133) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_BUTCHER: &str = "subtitles.enti... constant SUBTITLES_ENTITY_VILLAGER_WORK_CARTOGRAPHER (line 16135) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_CARTOGRAPHER: &str = constant SUBTITLES_ENTITY_VILLAGER_WORK_CLERIC (line 16138) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_CLERIC: &str = "subtitles.entit... constant SUBTITLES_ENTITY_VILLAGER_WORK_FARMER (line 16140) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_FARMER: &str = "subtitles.entit... constant SUBTITLES_ENTITY_VILLAGER_WORK_FISHERMAN (line 16142) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_FISHERMAN: &str = constant SUBTITLES_ENTITY_VILLAGER_WORK_FLETCHER (line 16145) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_FLETCHER: &str = "subtitles.ent... constant SUBTITLES_ENTITY_VILLAGER_WORK_LEATHERWORKER (line 16147) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_LEATHERWORKER: &str = constant SUBTITLES_ENTITY_VILLAGER_WORK_LIBRARIAN (line 16150) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_LIBRARIAN: &str = constant SUBTITLES_ENTITY_VILLAGER_WORK_MASON (line 16153) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_MASON: &str = "subtitles.entity... constant SUBTITLES_ENTITY_VILLAGER_WORK_SHEPHERD (line 16155) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_SHEPHERD: &str = "subtitles.ent... constant SUBTITLES_ENTITY_VILLAGER_WORK_TOOLSMITH (line 16157) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_TOOLSMITH: &str = constant SUBTITLES_ENTITY_VILLAGER_WORK_WEAPONSMITH (line 16160) | pub const SUBTITLES_ENTITY_VILLAGER_WORK_WEAPONSMITH: &str = constant SUBTITLES_ENTITY_VILLAGER_YES (line 16163) | pub const SUBTITLES_ENTITY_VILLAGER_YES: &str = "subtitles.entity.villag... constant SUBTITLES_ENTITY_VINDICATOR_AMBIENT (line 16165) | pub const SUBTITLES_ENTITY_VINDICATOR_AMBIENT: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_VINDICATOR_CELEBRATE (line 16167) | pub const SUBTITLES_ENTITY_VINDICATOR_CELEBRATE: &str = "subtitles.entit... constant SUBTITLES_ENTITY_VINDICATOR_DEATH (line 16169) | pub const SUBTITLES_ENTITY_VINDICATOR_DEATH: &str = "subtitles.entity.vi... constant SUBTITLES_ENTITY_VINDICATOR_HURT (line 16171) | pub const SUBTITLES_ENTITY_VINDICATOR_HURT: &str = "subtitles.entity.vin... constant SUBTITLES_ENTITY_WANDERING_TRADER_AMBIENT (line 16173) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_AMBIENT: &str = constant SUBTITLES_ENTITY_WANDERING_TRADER_DEATH (line 16176) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_DEATH: &str = "subtitles.ent... constant SUBTITLES_ENTITY_WANDERING_TRADER_DISAPPEARED (line 16178) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_DISAPPEARED: &str = constant SUBTITLES_ENTITY_WANDERING_TRADER_DRINK_MILK (line 16181) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_DRINK_MILK: &str = constant SUBTITLES_ENTITY_WANDERING_TRADER_DRINK_POTION (line 16184) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_DRINK_POTION: &str = constant SUBTITLES_ENTITY_WANDERING_TRADER_HURT (line 16187) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_HURT: &str = "subtitles.enti... constant SUBTITLES_ENTITY_WANDERING_TRADER_NO (line 16189) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_NO: &str = "subtitles.entity... constant SUBTITLES_ENTITY_WANDERING_TRADER_REAPPEARED (line 16191) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_REAPPEARED: &str = constant SUBTITLES_ENTITY_WANDERING_TRADER_TRADE (line 16194) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_TRADE: &str = "subtitles.ent... constant SUBTITLES_ENTITY_WANDERING_TRADER_YES (line 16196) | pub const SUBTITLES_ENTITY_WANDERING_TRADER_YES: &str = "subtitles.entit... constant SUBTITLES_ENTITY_WARDEN_AGITATED (line 16198) | pub const SUBTITLES_ENTITY_WARDEN_AGITATED: &str = "subtitles.entity.war... constant SUBTITLES_ENTITY_WARDEN_AMBIENT (line 16200) | pub const SUBTITLES_ENTITY_WARDEN_AMBIENT: &str = "subtitles.entity.ward... constant SUBTITLES_ENTITY_WARDEN_ANGRY (line 16202) | pub const SUBTITLES_ENTITY_WARDEN_ANGRY: &str = "subtitles.entity.warden... constant SUBTITLES_ENTITY_WARDEN_ATTACK_IMPACT (line 16204) | pub const SUBTITLES_ENTITY_WARDEN_ATTACK_IMPACT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_WARDEN_DEATH (line 16206) | pub const SUBTITLES_ENTITY_WARDEN_DEATH: &str = "subtitles.entity.warden... constant SUBTITLES_ENTITY_WARDEN_DIG (line 16208) | pub const SUBTITLES_ENTITY_WARDEN_DIG: &str = "subtitles.entity.warden.d... constant SUBTITLES_ENTITY_WARDEN_EMERGE (line 16210) | pub const SUBTITLES_ENTITY_WARDEN_EMERGE: &str = "subtitles.entity.warde... constant SUBTITLES_ENTITY_WARDEN_HEARTBEAT (line 16212) | pub const SUBTITLES_ENTITY_WARDEN_HEARTBEAT: &str = "subtitles.entity.wa... constant SUBTITLES_ENTITY_WARDEN_HURT (line 16214) | pub const SUBTITLES_ENTITY_WARDEN_HURT: &str = "subtitles.entity.warden.... constant SUBTITLES_ENTITY_WARDEN_LISTENING (line 16216) | pub const SUBTITLES_ENTITY_WARDEN_LISTENING: &str = "subtitles.entity.wa... constant SUBTITLES_ENTITY_WARDEN_LISTENING_ANGRY (line 16218) | pub const SUBTITLES_ENTITY_WARDEN_LISTENING_ANGRY: &str = "subtitles.ent... constant SUBTITLES_ENTITY_WARDEN_NEARBY_CLOSE (line 16220) | pub const SUBTITLES_ENTITY_WARDEN_NEARBY_CLOSE: &str = "subtitles.entity... constant SUBTITLES_ENTITY_WARDEN_NEARBY_CLOSER (line 16222) | pub const SUBTITLES_ENTITY_WARDEN_NEARBY_CLOSER: &str = "subtitles.entit... constant SUBTITLES_ENTITY_WARDEN_NEARBY_CLOSEST (line 16224) | pub const SUBTITLES_ENTITY_WARDEN_NEARBY_CLOSEST: &str = "subtitles.enti... constant SUBTITLES_ENTITY_WARDEN_ROAR (line 16226) | pub const SUBTITLES_ENTITY_WARDEN_ROAR: &str = "subtitles.entity.warden.... constant SUBTITLES_ENTITY_WARDEN_SNIFF (line 16228) | pub const SUBTITLES_ENTITY_WARDEN_SNIFF: &str = "subtitles.entity.warden... constant SUBTITLES_ENTITY_WARDEN_SONIC_BOOM (line 16230) | pub const SUBTITLES_ENTITY_WARDEN_SONIC_BOOM: &str = "subtitles.entity.w... constant SUBTITLES_ENTITY_WARDEN_SONIC_CHARGE (line 16232) | pub const SUBTITLES_ENTITY_WARDEN_SONIC_CHARGE: &str = "subtitles.entity... constant SUBTITLES_ENTITY_WARDEN_STEP (line 16234) | pub const SUBTITLES_ENTITY_WARDEN_STEP: &str = "subtitles.entity.warden.... constant SUBTITLES_ENTITY_WARDEN_TENDRIL_CLICKS (line 16236) | pub const SUBTITLES_ENTITY_WARDEN_TENDRIL_CLICKS: &str = "subtitles.enti... constant SUBTITLES_ENTITY_WIND_CHARGE_THROW (line 16238) | pub const SUBTITLES_ENTITY_WIND_CHARGE_THROW: &str = "subtitles.entity.w... constant SUBTITLES_ENTITY_WIND_CHARGE_WIND_BURST (line 16240) | pub const SUBTITLES_ENTITY_WIND_CHARGE_WIND_BURST: &str = "subtitles.ent... constant SUBTITLES_ENTITY_WITCH_AMBIENT (line 16242) | pub const SUBTITLES_ENTITY_WITCH_AMBIENT: &str = "subtitles.entity.witch... constant SUBTITLES_ENTITY_WITCH_CELEBRATE (line 16244) | pub const SUBTITLES_ENTITY_WITCH_CELEBRATE: &str = "subtitles.entity.wit... constant SUBTITLES_ENTITY_WITCH_DEATH (line 16246) | pub const SUBTITLES_ENTITY_WITCH_DEATH: &str = "subtitles.entity.witch.d... constant SUBTITLES_ENTITY_WITCH_DRINK (line 16248) | pub const SUBTITLES_ENTITY_WITCH_DRINK: &str = "subtitles.entity.witch.d... constant SUBTITLES_ENTITY_WITCH_HURT (line 16250) | pub const SUBTITLES_ENTITY_WITCH_HURT: &str = "subtitles.entity.witch.hu... constant SUBTITLES_ENTITY_WITCH_THROW (line 16252) | pub const SUBTITLES_ENTITY_WITCH_THROW: &str = "subtitles.entity.witch.t... constant SUBTITLES_ENTITY_WITHER_AMBIENT (line 16254) | pub const SUBTITLES_ENTITY_WITHER_AMBIENT: &str = "subtitles.entity.with... constant SUBTITLES_ENTITY_WITHER_DEATH (line 16256) | pub const SUBTITLES_ENTITY_WITHER_DEATH: &str = "subtitles.entity.wither... constant SUBTITLES_ENTITY_WITHER_HURT (line 16258) | pub const SUBTITLES_ENTITY_WITHER_HURT: &str = "subtitles.entity.wither.... constant SUBTITLES_ENTITY_WITHER_SHOOT (line 16260) | pub const SUBTITLES_ENTITY_WITHER_SHOOT: &str = "subtitles.entity.wither... constant SUBTITLES_ENTITY_WITHER_SPAWN (line 16262) | pub const SUBTITLES_ENTITY_WITHER_SPAWN: &str = "subtitles.entity.wither... constant SUBTITLES_ENTITY_WITHER_SKELETON_AMBIENT (line 16264) | pub const SUBTITLES_ENTITY_WITHER_SKELETON_AMBIENT: &str = constant SUBTITLES_ENTITY_WITHER_SKELETON_DEATH (line 16267) | pub const SUBTITLES_ENTITY_WITHER_SKELETON_DEATH: &str = "subtitles.enti... constant SUBTITLES_ENTITY_WITHER_SKELETON_HURT (line 16269) | pub const SUBTITLES_ENTITY_WITHER_SKELETON_HURT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_WOLF_AMBIENT (line 16271) | pub const SUBTITLES_ENTITY_WOLF_AMBIENT: &str = "subtitles.entity.wolf.a... constant SUBTITLES_ENTITY_WOLF_BARK (line 16273) | pub const SUBTITLES_ENTITY_WOLF_BARK: &str = "subtitles.entity.wolf.bark"; constant SUBTITLES_ENTITY_WOLF_DEATH (line 16275) | pub const SUBTITLES_ENTITY_WOLF_DEATH: &str = "subtitles.entity.wolf.dea... constant SUBTITLES_ENTITY_WOLF_GROWL (line 16277) | pub const SUBTITLES_ENTITY_WOLF_GROWL: &str = "subtitles.entity.wolf.gro... constant SUBTITLES_ENTITY_WOLF_HURT (line 16279) | pub const SUBTITLES_ENTITY_WOLF_HURT: &str = "subtitles.entity.wolf.hurt"; constant SUBTITLES_ENTITY_WOLF_PANT (line 16281) | pub const SUBTITLES_ENTITY_WOLF_PANT: &str = "subtitles.entity.wolf.pant"; constant SUBTITLES_ENTITY_WOLF_SHAKE (line 16283) | pub const SUBTITLES_ENTITY_WOLF_SHAKE: &str = "subtitles.entity.wolf.sha... constant SUBTITLES_ENTITY_WOLF_WHINE (line 16285) | pub const SUBTITLES_ENTITY_WOLF_WHINE: &str = "subtitles.entity.wolf.whi... constant SUBTITLES_ENTITY_ZOGLIN_AMBIENT (line 16287) | pub const SUBTITLES_ENTITY_ZOGLIN_AMBIENT: &str = "subtitles.entity.zogl... constant SUBTITLES_ENTITY_ZOGLIN_ANGRY (line 16289) | pub const SUBTITLES_ENTITY_ZOGLIN_ANGRY: &str = "subtitles.entity.zoglin... constant SUBTITLES_ENTITY_ZOGLIN_ATTACK (line 16291) | pub const SUBTITLES_ENTITY_ZOGLIN_ATTACK: &str = "subtitles.entity.zogli... constant SUBTITLES_ENTITY_ZOGLIN_DEATH (line 16293) | pub const SUBTITLES_ENTITY_ZOGLIN_DEATH: &str = "subtitles.entity.zoglin... constant SUBTITLES_ENTITY_ZOGLIN_HURT (line 16295) | pub const SUBTITLES_ENTITY_ZOGLIN_HURT: &str = "subtitles.entity.zoglin.... constant SUBTITLES_ENTITY_ZOGLIN_STEP (line 16297) | pub const SUBTITLES_ENTITY_ZOGLIN_STEP: &str = "subtitles.entity.zoglin.... constant SUBTITLES_ENTITY_ZOMBIE_AMBIENT (line 16299) | pub const SUBTITLES_ENTITY_ZOMBIE_AMBIENT: &str = "subtitles.entity.zomb... constant SUBTITLES_ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR (line 16301) | pub const SUBTITLES_ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR: &str = constant SUBTITLES_ENTITY_ZOMBIE_BREAK_WOODEN_DOOR (line 16304) | pub const SUBTITLES_ENTITY_ZOMBIE_BREAK_WOODEN_DOOR: &str = constant SUBTITLES_ENTITY_ZOMBIE_CONVERTED_TO_DROWNED (line 16307) | pub const SUBTITLES_ENTITY_ZOMBIE_CONVERTED_TO_DROWNED: &str = constant SUBTITLES_ENTITY_ZOMBIE_DEATH (line 16310) | pub const SUBTITLES_ENTITY_ZOMBIE_DEATH: &str = "subtitles.entity.zombie... constant SUBTITLES_ENTITY_ZOMBIE_DESTROY_EGG (line 16312) | pub const SUBTITLES_ENTITY_ZOMBIE_DESTROY_EGG: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ZOMBIE_HURT (line 16314) | pub const SUBTITLES_ENTITY_ZOMBIE_HURT: &str = "subtitles.entity.zombie.... constant SUBTITLES_ENTITY_ZOMBIE_INFECT (line 16316) | pub const SUBTITLES_ENTITY_ZOMBIE_INFECT: &str = "subtitles.entity.zombi... constant SUBTITLES_ENTITY_ZOMBIE_HORSE_AMBIENT (line 16318) | pub const SUBTITLES_ENTITY_ZOMBIE_HORSE_AMBIENT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ZOMBIE_HORSE_ANGRY (line 16320) | pub const SUBTITLES_ENTITY_ZOMBIE_HORSE_ANGRY: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ZOMBIE_HORSE_DEATH (line 16322) | pub const SUBTITLES_ENTITY_ZOMBIE_HORSE_DEATH: &str = "subtitles.entity.... constant SUBTITLES_ENTITY_ZOMBIE_HORSE_EAT (line 16324) | pub const SUBTITLES_ENTITY_ZOMBIE_HORSE_EAT: &str = "subtitles.entity.zo... constant SUBTITLES_ENTITY_ZOMBIE_HORSE_HURT (line 16326) | pub const SUBTITLES_ENTITY_ZOMBIE_HORSE_HURT: &str = "subtitles.entity.z... constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_AMBIENT (line 16328) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_AMBIENT: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_AMBIENT_LAND (line 16331) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_AMBIENT_LAND: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH (line 16334) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH_LAND (line 16336) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH_LAND: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH_READY (line 16339) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH_READY: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH_READY_LAND (line 16342) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DASH_READY_LAND: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DEATH (line 16345) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DEATH: &str = "subtitles.enti... constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DEATH_LAND (line 16347) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_DEATH_LAND: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_EAT (line 16350) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_EAT: &str = "subtitles.entity... constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_HURT (line 16352) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_HURT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_HURT_LAND (line 16354) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_HURT_LAND: &str = constant SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_SWIM (line 16357) | pub const SUBTITLES_ENTITY_ZOMBIE_NAUTILUS_SWIM: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ZOMBIE_VILLAGER_AMBIENT (line 16359) | pub const SUBTITLES_ENTITY_ZOMBIE_VILLAGER_AMBIENT: &str = constant SUBTITLES_ENTITY_ZOMBIE_VILLAGER_CONVERTED (line 16362) | pub const SUBTITLES_ENTITY_ZOMBIE_VILLAGER_CONVERTED: &str = constant SUBTITLES_ENTITY_ZOMBIE_VILLAGER_CURE (line 16365) | pub const SUBTITLES_ENTITY_ZOMBIE_VILLAGER_CURE: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ZOMBIE_VILLAGER_DEATH (line 16367) | pub const SUBTITLES_ENTITY_ZOMBIE_VILLAGER_DEATH: &str = "subtitles.enti... constant SUBTITLES_ENTITY_ZOMBIE_VILLAGER_HURT (line 16369) | pub const SUBTITLES_ENTITY_ZOMBIE_VILLAGER_HURT: &str = "subtitles.entit... constant SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_AMBIENT (line 16371) | pub const SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_AMBIENT: &str = constant SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_ANGRY (line 16374) | pub const SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_ANGRY: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_DEATH (line 16376) | pub const SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_DEATH: &str = "subtitles.ent... constant SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_HURT (line 16378) | pub const SUBTITLES_ENTITY_ZOMBIFIED_PIGLIN_HURT: &str = "subtitles.enti... constant SUBTITLES_EVENT_MOB_EFFECT_BAD_OMEN (line 16380) | pub const SUBTITLES_EVENT_MOB_EFFECT_BAD_OMEN: &str = "subtitles.event.m... constant SUBTITLES_EVENT_MOB_EFFECT_RAID_OMEN (line 16382) | pub const SUBTITLES_EVENT_MOB_EFFECT_RAID_OMEN: &str = "subtitles.event.... constant SUBTITLES_EVENT_MOB_EFFECT_TRIAL_OMEN (line 16384) | pub const SUBTITLES_EVENT_MOB_EFFECT_TRIAL_OMEN: &str = "subtitles.event... constant SUBTITLES_EVENT_RAID_HORN (line 16386) | pub const SUBTITLES_EVENT_RAID_HORN: &str = "subtitles.event.raid.horn"; constant SUBTITLES_ITEM_ARMOR_EQUIP (line 16388) | pub const SUBTITLES_ITEM_ARMOR_EQUIP: &str = "subtitles.item.armor.equip"; constant SUBTITLES_ITEM_ARMOR_EQUIP_CHAIN (line 16390) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_CHAIN: &str = "subtitles.item.armor... constant SUBTITLES_ITEM_ARMOR_EQUIP_COPPER (line 16392) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_COPPER: &str = "subtitles.item.armo... constant SUBTITLES_ITEM_ARMOR_EQUIP_DIAMOND (line 16394) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_DIAMOND: &str = "subtitles.item.arm... constant SUBTITLES_ITEM_ARMOR_EQUIP_ELYTRA (line 16396) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_ELYTRA: &str = "subtitles.item.armo... constant SUBTITLES_ITEM_ARMOR_EQUIP_GOLD (line 16398) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_GOLD: &str = "subtitles.item.armor.... constant SUBTITLES_ITEM_ARMOR_EQUIP_IRON (line 16400) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_IRON: &str = "subtitles.item.armor.... constant SUBTITLES_ITEM_ARMOR_EQUIP_LEATHER (line 16402) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_LEATHER: &str = "subtitles.item.arm... constant SUBTITLES_ITEM_ARMOR_EQUIP_NAUTILUS (line 16404) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_NAUTILUS: &str = "subtitles.item.ar... constant SUBTITLES_ITEM_ARMOR_EQUIP_NETHERITE (line 16406) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_NETHERITE: &str = "subtitles.item.a... constant SUBTITLES_ITEM_ARMOR_EQUIP_TURTLE (line 16408) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_TURTLE: &str = "subtitles.item.armo... constant SUBTITLES_ITEM_ARMOR_EQUIP_WOLF (line 16410) | pub const SUBTITLES_ITEM_ARMOR_EQUIP_WOLF: &str = "subtitles.item.armor.... constant SUBTITLES_ITEM_ARMOR_UNEQUIP_NAUTILUS (line 16412) | pub const SUBTITLES_ITEM_ARMOR_UNEQUIP_NAUTILUS: &str = "subtitles.item.... constant SUBTITLES_ITEM_ARMOR_UNEQUIP_WOLF (line 16414) | pub const SUBTITLES_ITEM_ARMOR_UNEQUIP_WOLF: &str = "subtitles.item.armo... constant SUBTITLES_ITEM_AXE_SCRAPE (line 16416) | pub const SUBTITLES_ITEM_AXE_SCRAPE: &str = "subtitles.item.axe.scrape"; constant SUBTITLES_ITEM_AXE_STRIP (line 16418) | pub const SUBTITLES_ITEM_AXE_STRIP: &str = "subtitles.item.axe.strip"; constant SUBTITLES_ITEM_AXE_WAX_OFF (line 16420) | pub const SUBTITLES_ITEM_AXE_WAX_OFF: &str = "subtitles.item.axe.wax_off"; constant SUBTITLES_ITEM_BONE_MEAL_USE (line 16422) | pub const SUBTITLES_ITEM_BONE_MEAL_USE: &str = "subtitles.item.bone_meal... constant SUBTITLES_ITEM_BOOK_PAGE_TURN (line 16424) | pub const SUBTITLES_ITEM_BOOK_PAGE_TURN: &str = "subtitles.item.book.pag... constant SUBTITLES_ITEM_BOOK_PUT (line 16426) | pub const SUBTITLES_ITEM_BOOK_PUT: &str = "subtitles.item.book.put"; constant SUBTITLES_ITEM_BOTTLE_EMPTY (line 16428) | pub const SUBTITLES_ITEM_BOTTLE_EMPTY: &str = "subtitles.item.bottle.emp... constant SUBTITLES_ITEM_BOTTLE_FILL (line 16430) | pub const SUBTITLES_ITEM_BOTTLE_FILL: &str = "subtitles.item.bottle.fill"; constant SUBTITLES_ITEM_BRUSH_BRUSHING_GENERIC (line 16432) | pub const SUBTITLES_ITEM_BRUSH_BRUSHING_GENERIC: &str = "subtitles.item.... constant SUBTITLES_ITEM_BRUSH_BRUSHING_GRAVEL (line 16434) | pub const SUBTITLES_ITEM_BRUSH_BRUSHING_GRAVEL: &str = "subtitles.item.b... constant SUBTITLES_ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE (line 16436) | pub const SUBTITLES_ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE: &str = constant SUBTITLES_ITEM_BRUSH_BRUSHING_SAND (line 16439) | pub const SUBTITLES_ITEM_BRUSH_BRUSHING_SAND: &str = "subtitles.item.bru... constant SUBTITLES_ITEM_BRUSH_BRUSHING_SAND_COMPLETE (line 16441) | pub const SUBTITLES_ITEM_BRUSH_BRUSHING_SAND_COMPLETE: &str = constant SUBTITLES_ITEM_BUCKET_EMPTY (line 16444) | pub const SUBTITLES_ITEM_BUCKET_EMPTY: &str = "subtitles.item.bucket.emp... constant SUBTITLES_ITEM_BUCKET_FILL (line 16446) | pub const SUBTITLES_ITEM_BUCKET_FILL: &str = "subtitles.item.bucket.fill"; constant SUBTITLES_ITEM_BUCKET_FILL_AXOLOTL (line 16448) | pub const SUBTITLES_ITEM_BUCKET_FILL_AXOLOTL: &str = "subtitles.item.buc... constant SUBTITLES_ITEM_BUCKET_FILL_FISH (line 16450) | pub const SUBTITLES_ITEM_BUCKET_FILL_FISH: &str = "subtitles.item.bucket... constant SUBTITLES_ITEM_BUCKET_FILL_TADPOLE (line 16452) | pub const SUBTITLES_ITEM_BUCKET_FILL_TADPOLE: &str = "subtitles.item.buc... constant SUBTITLES_ITEM_BUNDLE_DROP_CONTENTS (line 16454) | pub const SUBTITLES_ITEM_BUNDLE_DROP_CONTENTS: &str = "subtitles.item.bu... constant SUBTITLES_ITEM_BUNDLE_INSERT (line 16456) | pub const SUBTITLES_ITEM_BUNDLE_INSERT: &str = "subtitles.item.bundle.in... constant SUBTITLES_ITEM_BUNDLE_INSERT_FAIL (line 16458) | pub const SUBTITLES_ITEM_BUNDLE_INSERT_FAIL: &str = "subtitles.item.bund... constant SUBTITLES_ITEM_BUNDLE_REMOVE_ONE (line 16460) | pub const SUBTITLES_ITEM_BUNDLE_REMOVE_ONE: &str = "subtitles.item.bundl... constant SUBTITLES_ITEM_CHORUS_FRUIT_TELEPORT (line 16462) | pub const SUBTITLES_ITEM_CHORUS_FRUIT_TELEPORT: &str = "subtitles.item.c... constant SUBTITLES_ITEM_CROP_PLANT (line 16464) | pub const SUBTITLES_ITEM_CROP_PLANT: &str = "subtitles.item.crop.plant"; constant SUBTITLES_ITEM_CROSSBOW_CHARGE (line 16466) | pub const SUBTITLES_ITEM_CROSSBOW_CHARGE: &str = "subtitles.item.crossbo... constant SUBTITLES_ITEM_CROSSBOW_HIT (line 16468) | pub const SUBTITLES_ITEM_CROSSBOW_HIT: &str = "subtitles.item.crossbow.h... constant SUBTITLES_ITEM_CROSSBOW_LOAD (line 16470) | pub const SUBTITLES_ITEM_CROSSBOW_LOAD: &str = "subtitles.item.crossbow.... constant SUBTITLES_ITEM_CROSSBOW_SHOOT (line 16472) | pub const SUBTITLES_ITEM_CROSSBOW_SHOOT: &str = "subtitles.item.crossbow... constant SUBTITLES_ITEM_DYE_USE (line 16474) | pub const SUBTITLES_ITEM_DYE_USE: &str = "subtitles.item.dye.use"; constant SUBTITLES_ITEM_ELYTRA_FLYING (line 16476) | pub const SUBTITLES_ITEM_ELYTRA_FLYING: &str = "subtitles.item.elytra.fl... constant SUBTITLES_ITEM_FIRECHARGE_USE (line 16478) | pub const SUBTITLES_ITEM_FIRECHARGE_USE: &str = "subtitles.item.firechar... constant SUBTITLES_ITEM_FLINTANDSTEEL_USE (line 16480) | pub const SUBTITLES_ITEM_FLINTANDSTEEL_USE: &str = "subtitles.item.flint... constant SUBTITLES_ITEM_GLOW_INK_SAC_USE (line 16482) | pub const SUBTITLES_ITEM_GLOW_INK_SAC_USE: &str = "subtitles.item.glow_i... constant SUBTITLES_ITEM_GOAT_HORN_PLAY (line 16484) | pub const SUBTITLES_ITEM_GOAT_HORN_PLAY: &str = "subtitles.item.goat_hor... constant SUBTITLES_ITEM_HOE_TILL (line 16486) | pub const SUBTITLES_ITEM_HOE_TILL: &str = "subtitles.item.hoe.till"; constant SUBTITLES_ITEM_HONEY_BOTTLE_DRINK (line 16488) | pub const SUBTITLES_ITEM_HONEY_BOTTLE_DRINK: &str = "subtitles.item.hone... constant SUBTITLES_ITEM_HONEYCOMB_WAX_ON (line 16490) | pub const SUBTITLES_ITEM_HONEYCOMB_WAX_ON: &str = "subtitles.item.honeyc... constant SUBTITLES_ITEM_HORSE_ARMOR_UNEQUIP (line 16492) | pub const SUBTITLES_ITEM_HORSE_ARMOR_UNEQUIP: &str = "subtitles.item.hor... constant SUBTITLES_ITEM_INK_SAC_USE (line 16494) | pub const SUBTITLES_ITEM_INK_SAC_USE: &str = "subtitles.item.ink_sac.use"; constant SUBTITLES_ITEM_LEAD_BREAK (line 16496) | pub const SUBTITLES_ITEM_LEAD_BREAK: &str = "subtitles.item.lead.break"; constant SUBTITLES_ITEM_LEAD_TIED (line 16498) | pub const SUBTITLES_ITEM_LEAD_TIED: &str = "subtitles.item.lead.tied"; constant SUBTITLES_ITEM_LEAD_UNTIED (line 16500) | pub const SUBTITLES_ITEM_LEAD_UNTIED: &str = "subtitles.item.lead.untied"; constant SUBTITLES_ITEM_LLAMA_CARPET_UNEQUIP (line 16502) | pub const SUBTITLES_ITEM_LLAMA_CARPET_UNEQUIP: &str = "subtitles.item.ll... constant SUBTITLES_ITEM_LODESTONE_COMPASS_LOCK (line 16504) | pub const SUBTITLES_ITEM_LODESTONE_COMPASS_LOCK: &str = "subtitles.item.... constant SUBTITLES_ITEM_MACE_SMASH_AIR (line 16506) | pub const SUBTITLES_ITEM_MACE_SMASH_AIR: &str = "subtitles.item.mace.sma... constant SUBTITLES_ITEM_MACE_SMASH_GROUND (line 16508) | pub const SUBTITLES_ITEM_MACE_SMASH_GROUND: &str = "subtitles.item.mace.... constant SUBTITLES_ITEM_NAUTILUS_SADDLE_EQUIP (line 16510) | pub const SUBTITLES_ITEM_NAUTILUS_SADDLE_EQUIP: &str = "subtitles.item.n... constant SUBTITLES_ITEM_NAUTILUS_SADDLE_UNDERWATER_EQUIP (line 16512) | pub const SUBTITLES_ITEM_NAUTILUS_SADDLE_UNDERWATER_EQUIP: &str = constant SUBTITLES_ITEM_NETHER_WART_PLANT (line 16515) | pub const SUBTITLES_ITEM_NETHER_WART_PLANT: &str = "subtitles.item.nethe... constant SUBTITLES_ITEM_OMINOUS_BOTTLE_DISPOSE (line 16517) | pub const SUBTITLES_ITEM_OMINOUS_BOTTLE_DISPOSE: &str = "subtitles.item.... constant SUBTITLES_ITEM_SADDLE_UNEQUIP (line 16519) | pub const SUBTITLES_ITEM_SADDLE_UNEQUIP: &str = "subtitles.item.saddle.u... constant SUBTITLES_ITEM_SHEARS_SHEAR (line 16521) | pub const SUBTITLES_ITEM_SHEARS_SHEAR: &str = "subtitles.item.shears.she... constant SUBTITLES_ITEM_SHEARS_SNIP (line 16523) | pub const SUBTITLES_ITEM_SHEARS_SNIP: &str = "subtitles.item.shears.snip"; constant SUBTITLES_ITEM_SHIELD_BLOCK (line 16525) | pub const SUBTITLES_ITEM_SHIELD_BLOCK: &str = "subtitles.item.shield.blo... constant SUBTITLES_ITEM_SHOVEL_FLATTEN (line 16527) | pub const SUBTITLES_ITEM_SHOVEL_FLATTEN: &str = "subtitles.item.shovel.f... constant SUBTITLES_ITEM_SPEAR_ATTACK (line 16529) | pub const SUBTITLES_ITEM_SPEAR_ATTACK: &str = "subtitles.item.spear.atta... constant SUBTITLES_ITEM_SPEAR_HIT (line 16531) | pub const SUBTITLES_ITEM_SPEAR_HIT: &str = "subtitles.item.spear.hit"; constant SUBTITLES_ITEM_SPEAR_LUNGE (line 16533) | pub const SUBTITLES_ITEM_SPEAR_LUNGE: &str = "subtitles.item.spear.lunge"; constant SUBTITLES_ITEM_SPEAR_USE (line 16535) | pub const SUBTITLES_ITEM_SPEAR_USE: &str = "subtitles.item.spear.use"; constant SUBTITLES_ITEM_SPEAR_WOOD_ATTACK (line 16537) | pub const SUBTITLES_ITEM_SPEAR_WOOD_ATTACK: &str = "subtitles.item.spear... constant SUBTITLES_ITEM_SPEAR_WOOD_HIT (line 16539) | pub const SUBTITLES_ITEM_SPEAR_WOOD_HIT: &str = "subtitles.item.spear_wo... constant SUBTITLES_ITEM_SPEAR_WOOD_USE (line 16541) | pub const SUBTITLES_ITEM_SPEAR_WOOD_USE: &str = "subtitles.item.spear_wo... constant SUBTITLES_ITEM_SPYGLASS_STOP_USING (line 16543) | pub const SUBTITLES_ITEM_SPYGLASS_STOP_USING: &str = "subtitles.item.spy... constant SUBTITLES_ITEM_SPYGLASS_USE (line 16545) | pub const SUBTITLES_ITEM_SPYGLASS_USE: &str = "subtitles.item.spyglass.u... constant SUBTITLES_ITEM_TOTEM_USE (line 16547) | pub const SUBTITLES_ITEM_TOTEM_USE: &str = "subtitles.item.totem.use"; constant SUBTITLES_ITEM_TRIDENT_HIT (line 16549) | pub const SUBTITLES_ITEM_TRIDENT_HIT: &str = "subtitles.item.trident.hit"; constant SUBTITLES_ITEM_TRIDENT_HIT_GROUND (line 16551) | pub const SUBTITLES_ITEM_TRIDENT_HIT_GROUND: &str = "subtitles.item.trid... constant SUBTITLES_ITEM_TRIDENT_RETURN (line 16553) | pub const SUBTITLES_ITEM_TRIDENT_RETURN: &str = "subtitles.item.trident.... constant SUBTITLES_ITEM_TRIDENT_RIPTIDE (line 16555) | pub const SUBTITLES_ITEM_TRIDENT_RIPTIDE: &str = "subtitles.item.trident... constant SUBTITLES_ITEM_TRIDENT_THROW (line 16557) | pub const SUBTITLES_ITEM_TRIDENT_THROW: &str = "subtitles.item.trident.t... constant SUBTITLES_ITEM_TRIDENT_THUNDER (line 16559) | pub const SUBTITLES_ITEM_TRIDENT_THUNDER: &str = "subtitles.item.trident... constant SUBTITLES_ITEM_UNDERWATER_SADDLE_EQUIP (line 16561) | pub const SUBTITLES_ITEM_UNDERWATER_SADDLE_EQUIP: &str = "subtitles.item... constant SUBTITLES_ITEM_WOLF_ARMOR_BREAK (line 16563) | pub const SUBTITLES_ITEM_WOLF_ARMOR_BREAK: &str = "subtitles.item.wolf_a... constant SUBTITLES_ITEM_WOLF_ARMOR_CRACK (line 16565) | pub const SUBTITLES_ITEM_WOLF_ARMOR_CRACK: &str = "subtitles.item.wolf_a... constant SUBTITLES_ITEM_WOLF_ARMOR_DAMAGE (line 16567) | pub const SUBTITLES_ITEM_WOLF_ARMOR_DAMAGE: &str = "subtitles.item.wolf_... constant SUBTITLES_ITEM_WOLF_ARMOR_REPAIR (line 16569) | pub const SUBTITLES_ITEM_WOLF_ARMOR_REPAIR: &str = "subtitles.item.wolf_... constant SUBTITLES_PARTICLE_SOUL_ESCAPE (line 16571) | pub const SUBTITLES_PARTICLE_SOUL_ESCAPE: &str = "subtitles.particle.sou... constant SUBTITLES_UI_CARTOGRAPHY_TABLE_TAKE_RESULT (line 16573) | pub const SUBTITLES_UI_CARTOGRAPHY_TABLE_TAKE_RESULT: &str = constant SUBTITLES_UI_HUD_BUBBLE_POP (line 16576) | pub const SUBTITLES_UI_HUD_BUBBLE_POP: &str = "subtitles.ui.hud.bubble_p... constant SUBTITLES_UI_LOOM_TAKE_RESULT (line 16578) | pub const SUBTITLES_UI_LOOM_TAKE_RESULT: &str = "subtitles.ui.loom.take_... constant SUBTITLES_UI_STONECUTTER_TAKE_RESULT (line 16580) | pub const SUBTITLES_UI_STONECUTTER_TAKE_RESULT: &str = "subtitles.ui.sto... constant SUBTITLES_WEATHER_END_FLASH (line 16582) | pub const SUBTITLES_WEATHER_END_FLASH: &str = "subtitles.weather.end_fla... constant SUBTITLES_WEATHER_RAIN (line 16584) | pub const SUBTITLES_WEATHER_RAIN: &str = "subtitles.weather.rain"; constant SYMLINK_WARNING_MESSAGE (line 16586) | pub const SYMLINK_WARNING_MESSAGE: &str = "symlink_warning.message"; constant SYMLINK_WARNING_MESSAGE_PACK (line 16588) | pub const SYMLINK_WARNING_MESSAGE_PACK: &str = "symlink_warning.message.... constant SYMLINK_WARNING_MESSAGE_WORLD (line 16590) | pub const SYMLINK_WARNING_MESSAGE_WORLD: &str = "symlink_warning.message... constant SYMLINK_WARNING_MORE_INFO (line 16592) | pub const SYMLINK_WARNING_MORE_INFO: &str = "symlink_warning.more_info"; constant SYMLINK_WARNING_TITLE (line 16594) | pub const SYMLINK_WARNING_TITLE: &str = "symlink_warning.title"; constant SYMLINK_WARNING_TITLE_PACK (line 16596) | pub const SYMLINK_WARNING_TITLE_PACK: &str = "symlink_warning.title.pack"; constant SYMLINK_WARNING_TITLE_WORLD (line 16598) | pub const SYMLINK_WARNING_TITLE_WORLD: &str = "symlink_warning.title.wor... constant TEAM_COLLISION_ALWAYS (line 16600) | pub const TEAM_COLLISION_ALWAYS: &str = "team.collision.always"; constant TEAM_COLLISION_NEVER (line 16602) | pub const TEAM_COLLISION_NEVER: &str = "team.collision.never"; constant TEAM_COLLISION_PUSHOTHERTEAMS (line 16604) | pub const TEAM_COLLISION_PUSHOTHERTEAMS: &str = "team.collision.pushOthe... constant TEAM_COLLISION_PUSHOWNTEAM (line 16606) | pub const TEAM_COLLISION_PUSHOWNTEAM: &str = "team.collision.pushOwnTeam"; constant TEAM_NOTFOUND (line 16608) | pub const TEAM_NOTFOUND: &str = "team.notFound"; constant TEAM_VISIBILITY_ALWAYS (line 16610) | pub const TEAM_VISIBILITY_ALWAYS: &str = "team.visibility.always"; constant TEAM_VISIBILITY_HIDEFOROTHERTEAMS (line 16612) | pub const TEAM_VISIBILITY_HIDEFOROTHERTEAMS: &str = "team.visibility.hid... constant TEAM_VISIBILITY_HIDEFOROWNTEAM (line 16614) | pub const TEAM_VISIBILITY_HIDEFOROWNTEAM: &str = "team.visibility.hideFo... constant TEAM_VISIBILITY_NEVER (line 16616) | pub const TEAM_VISIBILITY_NEVER: &str = "team.visibility.never"; constant TELEMETRY_EVENT_ADVANCEMENT_MADE_DESCRIPTION (line 16618) | pub const TELEMETRY_EVENT_ADVANCEMENT_MADE_DESCRIPTION: &str = constant TELEMETRY_EVENT_ADVANCEMENT_MADE_TITLE (line 16621) | pub const TELEMETRY_EVENT_ADVANCEMENT_MADE_TITLE: &str = "telemetry.even... constant TELEMETRY_EVENT_GAME_LOAD_TIMES_DESCRIPTION (line 16623) | pub const TELEMETRY_EVENT_GAME_LOAD_TIMES_DESCRIPTION: &str = constant TELEMETRY_EVENT_GAME_LOAD_TIMES_TITLE (line 16626) | pub const TELEMETRY_EVENT_GAME_LOAD_TIMES_TITLE: &str = "telemetry.event... constant TELEMETRY_EVENT_OPTIONAL (line 16628) | pub const TELEMETRY_EVENT_OPTIONAL: &str = "telemetry.event.optional"; constant TELEMETRY_EVENT_OPTIONAL_DISABLED (line 16630) | pub const TELEMETRY_EVENT_OPTIONAL_DISABLED: &str = "telemetry.event.opt... constant TELEMETRY_EVENT_PERFORMANCE_METRICS_DESCRIPTION (line 16632) | pub const TELEMETRY_EVENT_PERFORMANCE_METRICS_DESCRIPTION: &str = constant TELEMETRY_EVENT_PERFORMANCE_METRICS_TITLE (line 16635) | pub const TELEMETRY_EVENT_PERFORMANCE_METRICS_TITLE: &str = constant TELEMETRY_EVENT_REQUIRED (line 16638) | pub const TELEMETRY_EVENT_REQUIRED: &str = "telemetry.event.required"; constant TELEMETRY_EVENT_WORLD_LOAD_TIMES_DESCRIPTION (line 16640) | pub const TELEMETRY_EVENT_WORLD_LOAD_TIMES_DESCRIPTION: &str = constant TELEMETRY_EVENT_WORLD_LOAD_TIMES_TITLE (line 16643) | pub const TELEMETRY_EVENT_WORLD_LOAD_TIMES_TITLE: &str = "telemetry.even... constant TELEMETRY_EVENT_WORLD_LOADED_DESCRIPTION (line 16645) | pub const TELEMETRY_EVENT_WORLD_LOADED_DESCRIPTION: &str = constant TELEMETRY_EVENT_WORLD_LOADED_TITLE (line 16648) | pub const TELEMETRY_EVENT_WORLD_LOADED_TITLE: &str = "telemetry.event.wo... constant TELEMETRY_EVENT_WORLD_UNLOADED_DESCRIPTION (line 16650) | pub const TELEMETRY_EVENT_WORLD_UNLOADED_DESCRIPTION: &str = constant TELEMETRY_EVENT_WORLD_UNLOADED_TITLE (line 16653) | pub const TELEMETRY_EVENT_WORLD_UNLOADED_TITLE: &str = "telemetry.event.... constant TELEMETRY_PROPERTY_ADVANCEMENT_GAME_TIME_TITLE (line 16655) | pub const TELEMETRY_PROPERTY_ADVANCEMENT_GAME_TIME_TITLE: &str = constant TELEMETRY_PROPERTY_ADVANCEMENT_ID_TITLE (line 16658) | pub const TELEMETRY_PROPERTY_ADVANCEMENT_ID_TITLE: &str = "telemetry.pro... constant TELEMETRY_PROPERTY_CLIENT_ID_TITLE (line 16660) | pub const TELEMETRY_PROPERTY_CLIENT_ID_TITLE: &str = "telemetry.property... constant TELEMETRY_PROPERTY_CLIENT_MODDED_TITLE (line 16662) | pub const TELEMETRY_PROPERTY_CLIENT_MODDED_TITLE: &str = "telemetry.prop... constant TELEMETRY_PROPERTY_DEDICATED_MEMORY_KB_TITLE (line 16664) | pub const TELEMETRY_PROPERTY_DEDICATED_MEMORY_KB_TITLE: &str = constant TELEMETRY_PROPERTY_EVENT_TIMESTAMP_UTC_TITLE (line 16667) | pub const TELEMETRY_PROPERTY_EVENT_TIMESTAMP_UTC_TITLE: &str = constant TELEMETRY_PROPERTY_FRAME_RATE_SAMPLES_TITLE (line 16670) | pub const TELEMETRY_PROPERTY_FRAME_RATE_SAMPLES_TITLE: &str = constant TELEMETRY_PROPERTY_GAME_MODE_TITLE (line 16673) | pub const TELEMETRY_PROPERTY_GAME_MODE_TITLE: &str = "telemetry.property... constant TELEMETRY_PROPERTY_GAME_VERSION_TITLE (line 16675) | pub const TELEMETRY_PROPERTY_GAME_VERSION_TITLE: &str = "telemetry.prope... constant TELEMETRY_PROPERTY_LAUNCHER_NAME_TITLE (line 16677) | pub const TELEMETRY_PROPERTY_LAUNCHER_NAME_TITLE: &str = "telemetry.prop... constant TELEMETRY_PROPERTY_LOAD_TIME_BOOTSTRAP_MS_TITLE (line 16679) | pub const TELEMETRY_PROPERTY_LOAD_TIME_BOOTSTRAP_MS_TITLE: &str = constant TELEMETRY_PROPERTY_LOAD_TIME_LOADING_OVERLAY_MS_TITLE (line 16682) | pub const TELEMETRY_PROPERTY_LOAD_TIME_LOADING_OVERLAY_MS_TITLE: &str = constant TELEMETRY_PROPERTY_LOAD_TIME_PRE_WINDOW_MS_TITLE (line 16685) | pub const TELEMETRY_PROPERTY_LOAD_TIME_PRE_WINDOW_MS_TITLE: &str = constant TELEMETRY_PROPERTY_LOAD_TIME_TOTAL_TIME_MS_TITLE (line 16688) | pub const TELEMETRY_PROPERTY_LOAD_TIME_TOTAL_TIME_MS_TITLE: &str = constant TELEMETRY_PROPERTY_MINECRAFT_SESSION_ID_TITLE (line 16691) | pub const TELEMETRY_PROPERTY_MINECRAFT_SESSION_ID_TITLE: &str = constant TELEMETRY_PROPERTY_NEW_WORLD_TITLE (line 16694) | pub const TELEMETRY_PROPERTY_NEW_WORLD_TITLE: &str = "telemetry.property... constant TELEMETRY_PROPERTY_NUMBER_OF_SAMPLES_TITLE (line 16696) | pub const TELEMETRY_PROPERTY_NUMBER_OF_SAMPLES_TITLE: &str = constant TELEMETRY_PROPERTY_OPERATING_SYSTEM_TITLE (line 16699) | pub const TELEMETRY_PROPERTY_OPERATING_SYSTEM_TITLE: &str = constant TELEMETRY_PROPERTY_OPT_IN_TITLE (line 16702) | pub const TELEMETRY_PROPERTY_OPT_IN_TITLE: &str = "telemetry.property.op... constant TELEMETRY_PROPERTY_PLATFORM_TITLE (line 16704) | pub const TELEMETRY_PROPERTY_PLATFORM_TITLE: &str = "telemetry.property.... constant TELEMETRY_PROPERTY_REALMS_MAP_CONTENT_TITLE (line 16706) | pub const TELEMETRY_PROPERTY_REALMS_MAP_CONTENT_TITLE: &str = constant TELEMETRY_PROPERTY_RENDER_DISTANCE_TITLE (line 16709) | pub const TELEMETRY_PROPERTY_RENDER_DISTANCE_TITLE: &str = constant TELEMETRY_PROPERTY_RENDER_TIME_SAMPLES_TITLE (line 16712) | pub const TELEMETRY_PROPERTY_RENDER_TIME_SAMPLES_TITLE: &str = constant TELEMETRY_PROPERTY_SECONDS_SINCE_LOAD_TITLE (line 16715) | pub const TELEMETRY_PROPERTY_SECONDS_SINCE_LOAD_TITLE: &str = constant TELEMETRY_PROPERTY_SERVER_MODDED_TITLE (line 16718) | pub const TELEMETRY_PROPERTY_SERVER_MODDED_TITLE: &str = "telemetry.prop... constant TELEMETRY_PROPERTY_SERVER_TYPE_TITLE (line 16720) | pub const TELEMETRY_PROPERTY_SERVER_TYPE_TITLE: &str = "telemetry.proper... constant TELEMETRY_PROPERTY_TICKS_SINCE_LOAD_TITLE (line 16722) | pub const TELEMETRY_PROPERTY_TICKS_SINCE_LOAD_TITLE: &str = constant TELEMETRY_PROPERTY_USED_MEMORY_SAMPLES_TITLE (line 16725) | pub const TELEMETRY_PROPERTY_USED_MEMORY_SAMPLES_TITLE: &str = constant TELEMETRY_PROPERTY_USER_ID_TITLE (line 16728) | pub const TELEMETRY_PROPERTY_USER_ID_TITLE: &str = "telemetry.property.u... constant TELEMETRY_PROPERTY_WORLD_LOAD_TIME_MS_TITLE (line 16730) | pub const TELEMETRY_PROPERTY_WORLD_LOAD_TIME_MS_TITLE: &str = constant TELEMETRY_PROPERTY_WORLD_SESSION_ID_TITLE (line 16733) | pub const TELEMETRY_PROPERTY_WORLD_SESSION_ID_TITLE: &str = constant TELEMETRY_INFO_BUTTON_GIVE_FEEDBACK (line 16736) | pub const TELEMETRY_INFO_BUTTON_GIVE_FEEDBACK: &str = "telemetry_info.bu... constant TELEMETRY_INFO_BUTTON_PRIVACY_STATEMENT (line 16738) | pub const TELEMETRY_INFO_BUTTON_PRIVACY_STATEMENT: &str = "telemetry_inf... constant TELEMETRY_INFO_BUTTON_SHOW_DATA (line 16740) | pub const TELEMETRY_INFO_BUTTON_SHOW_DATA: &str = "telemetry_info.button... constant TELEMETRY_INFO_OPT_IN_DESCRIPTION (line 16742) | pub const TELEMETRY_INFO_OPT_IN_DESCRIPTION: &str = "telemetry_info.opt_... constant TELEMETRY_INFO_PROPERTY_TITLE (line 16744) | pub const TELEMETRY_INFO_PROPERTY_TITLE: &str = "telemetry_info.property... constant TELEMETRY_INFO_SCREEN_DESCRIPTION (line 16746) | pub const TELEMETRY_INFO_SCREEN_DESCRIPTION: &str = "telemetry_info.scre... constant TELEMETRY_INFO_SCREEN_TITLE (line 16748) | pub const TELEMETRY_INFO_SCREEN_TITLE: &str = "telemetry_info.screen.tit... constant TEST_ERROR_BLOCK_PROPERTY_MISMATCH (line 16750) | pub const TEST_ERROR_BLOCK_PROPERTY_MISMATCH: &str = "test.error.block_p... constant TEST_ERROR_BLOCK_PROPERTY_MISSING (line 16752) | pub const TEST_ERROR_BLOCK_PROPERTY_MISSING: &str = "test.error.block_pr... constant TEST_ERROR_ENTITY_PROPERTY (line 16754) | pub const TEST_ERROR_ENTITY_PROPERTY: &str = "test.error.entity_property"; constant TEST_ERROR_ENTITY_PROPERTY_DETAILS (line 16756) | pub const TEST_ERROR_ENTITY_PROPERTY_DETAILS: &str = "test.error.entity_... constant TEST_ERROR_EXPECTED_BLOCK (line 16758) | pub const TEST_ERROR_EXPECTED_BLOCK: &str = "test.error.expected_block"; constant TEST_ERROR_EXPECTED_BLOCK_TAG (line 16760) | pub const TEST_ERROR_EXPECTED_BLOCK_TAG: &str = "test.error.expected_blo... constant TEST_ERROR_EXPECTED_CONTAINER_CONTENTS (line 16762) | pub const TEST_ERROR_EXPECTED_CONTAINER_CONTENTS: &str = "test.error.exp... constant TEST_ERROR_EXPECTED_CONTAINER_CONTENTS_SINGLE (line 16764) | pub const TEST_ERROR_EXPECTED_CONTAINER_CONTENTS_SINGLE: &str = constant TEST_ERROR_EXPECTED_EMPTY_CONTAINER (line 16767) | pub const TEST_ERROR_EXPECTED_EMPTY_CONTAINER: &str = "test.error.expect... constant TEST_ERROR_EXPECTED_ENTITY (line 16769) | pub const TEST_ERROR_EXPECTED_ENTITY: &str = "test.error.expected_entity"; constant TEST_ERROR_EXPECTED_ENTITY_AROUND (line 16771) | pub const TEST_ERROR_EXPECTED_ENTITY_AROUND: &str = "test.error.expected... constant TEST_ERROR_EXPECTED_ENTITY_COUNT (line 16773) | pub const TEST_ERROR_EXPECTED_ENTITY_COUNT: &str = "test.error.expected_... constant TEST_ERROR_EXPECTED_ENTITY_DATA (line 16775) | pub const TEST_ERROR_EXPECTED_ENTITY_DATA: &str = "test.error.expected_e... constant TEST_ERROR_EXPECTED_ENTITY_DATA_PREDICATE (line 16777) | pub const TEST_ERROR_EXPECTED_ENTITY_DATA_PREDICATE: &str = constant TEST_ERROR_EXPECTED_ENTITY_EFFECT (line 16780) | pub const TEST_ERROR_EXPECTED_ENTITY_EFFECT: &str = "test.error.expected... constant TEST_ERROR_EXPECTED_ENTITY_HAVING (line 16782) | pub const TEST_ERROR_EXPECTED_ENTITY_HAVING: &str = "test.error.expected... constant TEST_ERROR_EXPECTED_ENTITY_HOLDING (line 16784) | pub const TEST_ERROR_EXPECTED_ENTITY_HOLDING: &str = "test.error.expecte... constant TEST_ERROR_EXPECTED_ENTITY_IN_TEST (line 16786) | pub const TEST_ERROR_EXPECTED_ENTITY_IN_TEST: &str = "test.error.expecte... constant TEST_ERROR_EXPECTED_ENTITY_NOT_TOUCHING (line 16788) | pub const TEST_ERROR_EXPECTED_ENTITY_NOT_TOUCHING: &str = "test.error.ex... constant TEST_ERROR_EXPECTED_ENTITY_TOUCHING (line 16790) | pub const TEST_ERROR_EXPECTED_ENTITY_TOUCHING: &str = "test.error.expect... constant TEST_ERROR_EXPECTED_ITEM (line 16792) | pub const TEST_ERROR_EXPECTED_ITEM: &str = "test.error.expected_item"; constant TEST_ERROR_EXPECTED_ITEMS_COUNT (line 16794) | pub const TEST_ERROR_EXPECTED_ITEMS_COUNT: &str = "test.error.expected_i... constant TEST_ERROR_FAIL (line 16796) | pub const TEST_ERROR_FAIL: &str = "test.error.fail"; constant TEST_ERROR_INVALID_BLOCK_TYPE (line 16798) | pub const TEST_ERROR_INVALID_BLOCK_TYPE: &str = "test.error.invalid_bloc... constant TEST_ERROR_MISSING_BLOCK_ENTITY (line 16800) | pub const TEST_ERROR_MISSING_BLOCK_ENTITY: &str = "test.error.missing_bl... constant TEST_ERROR_POSITION (line 16802) | pub const TEST_ERROR_POSITION: &str = "test.error.position"; constant TEST_ERROR_SEQUENCE_CONDITION_ALREADY_TRIGGERED (line 16804) | pub const TEST_ERROR_SEQUENCE_CONDITION_ALREADY_TRIGGERED: &str = constant TEST_ERROR_SEQUENCE_CONDITION_NOT_TRIGGERED (line 16807) | pub const TEST_ERROR_SEQUENCE_CONDITION_NOT_TRIGGERED: &str = constant TEST_ERROR_SEQUENCE_INVALID_TICK (line 16810) | pub const TEST_ERROR_SEQUENCE_INVALID_TICK: &str = "test.error.sequence.... constant TEST_ERROR_SEQUENCE_NOT_COMPLETED (line 16812) | pub const TEST_ERROR_SEQUENCE_NOT_COMPLETED: &str = "test.error.sequence... constant TEST_ERROR_SET_BIOME (line 16814) | pub const TEST_ERROR_SET_BIOME: &str = "test.error.set_biome"; constant TEST_ERROR_SPAWN_FAILURE (line 16816) | pub const TEST_ERROR_SPAWN_FAILURE: &str = "test.error.spawn_failure"; constant TEST_ERROR_STATE_NOT_EQUAL (line 16818) | pub const TEST_ERROR_STATE_NOT_EQUAL: &str = "test.error.state_not_equal"; constant TEST_ERROR_STRUCTURE_FAILURE (line 16820) | pub const TEST_ERROR_STRUCTURE_FAILURE: &str = "test.error.structure.fai... constant TEST_ERROR_TICK (line 16822) | pub const TEST_ERROR_TICK: &str = "test.error.tick"; constant TEST_ERROR_TICKING_WITHOUT_STRUCTURE (line 16824) | pub const TEST_ERROR_TICKING_WITHOUT_STRUCTURE: &str = "test.error.ticki... constant TEST_ERROR_TIMEOUT_NO_RESULT (line 16826) | pub const TEST_ERROR_TIMEOUT_NO_RESULT: &str = "test.error.timeout.no_re... constant TEST_ERROR_TIMEOUT_NO_SEQUENCES_FINISHED (line 16828) | pub const TEST_ERROR_TIMEOUT_NO_SEQUENCES_FINISHED: &str = constant TEST_ERROR_TOO_MANY_ENTITIES (line 16831) | pub const TEST_ERROR_TOO_MANY_ENTITIES: &str = "test.error.too_many_enti... constant TEST_ERROR_UNEXPECTED_BLOCK (line 16833) | pub const TEST_ERROR_UNEXPECTED_BLOCK: &str = "test.error.unexpected_blo... constant TEST_ERROR_UNEXPECTED_ENTITY (line 16835) | pub const TEST_ERROR_UNEXPECTED_ENTITY: &str = "test.error.unexpected_en... constant TEST_ERROR_UNEXPECTED_ITEM (line 16837) | pub const TEST_ERROR_UNEXPECTED_ITEM: &str = "test.error.unexpected_item"; constant TEST_ERROR_UNKNOWN (line 16839) | pub const TEST_ERROR_UNKNOWN: &str = "test.error.unknown"; constant TEST_ERROR_VALUE_NOT_EQUAL (line 16841) | pub const TEST_ERROR_VALUE_NOT_EQUAL: &str = "test.error.value_not_equal"; constant TEST_ERROR_WRONG_BLOCK_ENTITY (line 16843) | pub const TEST_ERROR_WRONG_BLOCK_ENTITY: &str = "test.error.wrong_block_... constant TEST_BLOCK_ERROR_MISSING (line 16845) | pub const TEST_BLOCK_ERROR_MISSING: &str = "test_block.error.missing"; constant TEST_BLOCK_ERROR_TOO_MANY (line 16847) | pub const TEST_BLOCK_ERROR_TOO_MANY: &str = "test_block.error.too_many"; constant TEST_BLOCK_INVALID_TIMEOUT (line 16849) | pub const TEST_BLOCK_INVALID_TIMEOUT: &str = "test_block.invalid_timeout"; constant TEST_BLOCK_MESSAGE (line 16851) | pub const TEST_BLOCK_MESSAGE: &str = "test_block.message"; constant TEST_BLOCK_MODE_ACCEPT (line 16853) | pub const TEST_BLOCK_MODE_ACCEPT: &str = "test_block.mode.accept"; constant TEST_BLOCK_MODE_FAIL (line 16855) | pub const TEST_BLOCK_MODE_FAIL: &str = "test_block.mode.fail"; constant TEST_BLOCK_MODE_LOG (line 16857) | pub const TEST_BLOCK_MODE_LOG: &str = "test_block.mode.log"; constant TEST_BLOCK_MODE_START (line 16859) | pub const TEST_BLOCK_MODE_START: &str = "test_block.mode.start"; constant TEST_BLOCK_MODE_INFO_ACCEPT (line 16861) | pub const TEST_BLOCK_MODE_INFO_ACCEPT: &str = "test_block.mode_info.acce... constant TEST_BLOCK_MODE_INFO_FAIL (line 16863) | pub const TEST_BLOCK_MODE_INFO_FAIL: &str = "test_block.mode_info.fail"; constant TEST_BLOCK_MODE_INFO_LOG (line 16865) | pub const TEST_BLOCK_MODE_INFO_LOG: &str = "test_block.mode_info.log"; constant TEST_BLOCK_MODE_INFO_START (line 16867) | pub const TEST_BLOCK_MODE_INFO_START: &str = "test_block.mode_info.start"; constant TEST_INSTANCE_ACTION_RESET (line 16869) | pub const TEST_INSTANCE_ACTION_RESET: &str = "test_instance.action.reset"; constant TEST_INSTANCE_ACTION_RUN (line 16871) | pub const TEST_INSTANCE_ACTION_RUN: &str = "test_instance.action.run"; constant TEST_INSTANCE_ACTION_SAVE (line 16873) | pub const TEST_INSTANCE_ACTION_SAVE: &str = "test_instance.action.save"; constant TEST_INSTANCE_DESCRIPTION_BATCH (line 16875) | pub const TEST_INSTANCE_DESCRIPTION_BATCH: &str = "test_instance.descrip... constant TEST_INSTANCE_DESCRIPTION_FAILED (line 16877) | pub const TEST_INSTANCE_DESCRIPTION_FAILED: &str = "test_instance.descri... constant TEST_INSTANCE_DESCRIPTION_FUNCTION (line 16879) | pub const TEST_INSTANCE_DESCRIPTION_FUNCTION: &str = "test_instance.desc... constant TEST_INSTANCE_DESCRIPTION_INVALID_ID (line 16881) | pub const TEST_INSTANCE_DESCRIPTION_INVALID_ID: &str = "test_instance.de... constant TEST_INSTANCE_DESCRIPTION_NO_TEST (line 16883) | pub const TEST_INSTANCE_DESCRIPTION_NO_TEST: &str = "test_instance.descr... constant TEST_INSTANCE_DESCRIPTION_STRUCTURE (line 16885) | pub const TEST_INSTANCE_DESCRIPTION_STRUCTURE: &str = "test_instance.des... constant TEST_INSTANCE_DESCRIPTION_TYPE (line 16887) | pub const TEST_INSTANCE_DESCRIPTION_TYPE: &str = "test_instance.descript... constant TEST_INSTANCE_TYPE_BLOCK_BASED (line 16889) | pub const TEST_INSTANCE_TYPE_BLOCK_BASED: &str = "test_instance.type.blo... constant TEST_INSTANCE_TYPE_FUNCTION (line 16891) | pub const TEST_INSTANCE_TYPE_FUNCTION: &str = "test_instance.type.functi... constant TEST_INSTANCE_BLOCK_ENTITIES (line 16893) | pub const TEST_INSTANCE_BLOCK_ENTITIES: &str = "test_instance_block.enti... constant TEST_INSTANCE_BLOCK_ERROR_NO_TEST (line 16895) | pub const TEST_INSTANCE_BLOCK_ERROR_NO_TEST: &str = "test_instance_block... constant TEST_INSTANCE_BLOCK_ERROR_NO_TEST_STRUCTURE (line 16897) | pub const TEST_INSTANCE_BLOCK_ERROR_NO_TEST_STRUCTURE: &str = constant TEST_INSTANCE_BLOCK_ERROR_UNABLE_TO_SAVE (line 16900) | pub const TEST_INSTANCE_BLOCK_ERROR_UNABLE_TO_SAVE: &str = constant TEST_INSTANCE_BLOCK_INVALID (line 16903) | pub const TEST_INSTANCE_BLOCK_INVALID: &str = "test_instance_block.inval... constant TEST_INSTANCE_BLOCK_RESET_SUCCESS (line 16905) | pub const TEST_INSTANCE_BLOCK_RESET_SUCCESS: &str = "test_instance_block... constant TEST_INSTANCE_BLOCK_ROTATION (line 16907) | pub const TEST_INSTANCE_BLOCK_ROTATION: &str = "test_instance_block.rota... constant TEST_INSTANCE_BLOCK_SIZE (line 16909) | pub const TEST_INSTANCE_BLOCK_SIZE: &str = "test_instance_block.size"; constant TEST_INSTANCE_BLOCK_STARTING (line 16911) | pub const TEST_INSTANCE_BLOCK_STARTING: &str = "test_instance_block.star... constant TEST_INSTANCE_BLOCK_TEST_ID (line 16913) | pub const TEST_INSTANCE_BLOCK_TEST_ID: &str = "test_instance_block.test_... constant TITLE_32BIT_DEPRECATION (line 16915) | pub const TITLE_32BIT_DEPRECATION: &str = "title.32bit.deprecation"; constant TITLE_32BIT_DEPRECATION_REALMS (line 16917) | pub const TITLE_32BIT_DEPRECATION_REALMS: &str = "title.32bit.deprecatio... constant TITLE_32BIT_DEPRECATION_REALMS_CHECK (line 16919) | pub const TITLE_32BIT_DEPRECATION_REALMS_CHECK: &str = "title.32bit.depr... constant TITLE_32BIT_DEPRECATION_REALMS_HEADER (line 16921) | pub const TITLE_32BIT_DEPRECATION_REALMS_HEADER: &str = "title.32bit.dep... constant TITLE_CREDITS (line 16923) | pub const TITLE_CREDITS: &str = "title.credits"; constant TITLE_MULTIPLAYER_DISABLED (line 16925) | pub const TITLE_MULTIPLAYER_DISABLED: &str = "title.multiplayer.disabled"; constant TITLE_MULTIPLAYER_DISABLED_BANNED_NAME (line 16927) | pub const TITLE_MULTIPLAYER_DISABLED_BANNED_NAME: &str = "title.multipla... constant TITLE_MULTIPLAYER_DISABLED_BANNED_PERMANENT (line 16929) | pub const TITLE_MULTIPLAYER_DISABLED_BANNED_PERMANENT: &str = constant TITLE_MULTIPLAYER_DISABLED_BANNED_TEMPORARY (line 16932) | pub const TITLE_MULTIPLAYER_DISABLED_BANNED_TEMPORARY: &str = constant TITLE_MULTIPLAYER_LAN (line 16935) | pub const TITLE_MULTIPLAYER_LAN: &str = "title.multiplayer.lan"; constant TITLE_MULTIPLAYER_OTHER (line 16937) | pub const TITLE_MULTIPLAYER_OTHER: &str = "title.multiplayer.other"; constant TITLE_MULTIPLAYER_REALMS (line 16939) | pub const TITLE_MULTIPLAYER_REALMS: &str = "title.multiplayer.realms"; constant TITLE_SINGLEPLAYER (line 16941) | pub const TITLE_SINGLEPLAYER: &str = "title.singleplayer"; constant TRANSLATION_TEST_ARGS (line 16943) | pub const TRANSLATION_TEST_ARGS: &str = "translation.test.args"; constant TRANSLATION_TEST_COMPLEX (line 16945) | pub const TRANSLATION_TEST_COMPLEX: &str = "translation.test.complex"; constant TRANSLATION_TEST_ESCAPE (line 16947) | pub const TRANSLATION_TEST_ESCAPE: &str = "translation.test.escape"; constant TRANSLATION_TEST_INVALID (line 16949) | pub const TRANSLATION_TEST_INVALID: &str = "translation.test.invalid"; constant TRANSLATION_TEST_INVALID2 (line 16951) | pub const TRANSLATION_TEST_INVALID2: &str = "translation.test.invalid2"; constant TRANSLATION_TEST_NONE (line 16953) | pub const TRANSLATION_TEST_NONE: &str = "translation.test.none"; constant TRANSLATION_TEST_WORLD (line 16955) | pub const TRANSLATION_TEST_WORLD: &str = "translation.test.world"; constant TRIM_MATERIAL_MINECRAFT_AMETHYST (line 16957) | pub const TRIM_MATERIAL_MINECRAFT_AMETHYST: &str = "trim_material.minecr... constant TRIM_MATERIAL_MINECRAFT_COPPER (line 16959) | pub const TRIM_MATERIAL_MINECRAFT_COPPER: &str = "trim_material.minecraf... constant TRIM_MATERIAL_MINECRAFT_DIAMOND (line 16961) | pub const TRIM_MATERIAL_MINECRAFT_DIAMOND: &str = "trim_material.minecra... constant TRIM_MATERIAL_MINECRAFT_EMERALD (line 16963) | pub const TRIM_MATERIAL_MINECRAFT_EMERALD: &str = "trim_material.minecra... constant TRIM_MATERIAL_MINECRAFT_GOLD (line 16965) | pub const TRIM_MATERIAL_MINECRAFT_GOLD: &str = "trim_material.minecraft.... constant TRIM_MATERIAL_MINECRAFT_IRON (line 16967) | pub const TRIM_MATERIAL_MINECRAFT_IRON: &str = "trim_material.minecraft.... constant TRIM_MATERIAL_MINECRAFT_LAPIS (line 16969) | pub const TRIM_MATERIAL_MINECRAFT_LAPIS: &str = "trim_material.minecraft... constant TRIM_MATERIAL_MINECRAFT_NETHERITE (line 16971) | pub const TRIM_MATERIAL_MINECRAFT_NETHERITE: &str = "trim_material.minec... constant TRIM_MATERIAL_MINECRAFT_QUARTZ (line 16973) | pub const TRIM_MATERIAL_MINECRAFT_QUARTZ: &str = "trim_material.minecraf... constant TRIM_MATERIAL_MINECRAFT_REDSTONE (line 16975) | pub const TRIM_MATERIAL_MINECRAFT_REDSTONE: &str = "trim_material.minecr... constant TRIM_MATERIAL_MINECRAFT_RESIN (line 16977) | pub const TRIM_MATERIAL_MINECRAFT_RESIN: &str = "trim_material.minecraft... constant TRIM_PATTERN_MINECRAFT_BOLT (line 16979) | pub const TRIM_PATTERN_MINECRAFT_BOLT: &str = "trim_pattern.minecraft.bo... constant TRIM_PATTERN_MINECRAFT_COAST (line 16981) | pub const TRIM_PATTERN_MINECRAFT_COAST: &str = "trim_pattern.minecraft.c... constant TRIM_PATTERN_MINECRAFT_DUNE (line 16983) | pub const TRIM_PATTERN_MINECRAFT_DUNE: &str = "trim_pattern.minecraft.du... constant TRIM_PATTERN_MINECRAFT_EYE (line 16985) | pub const TRIM_PATTERN_MINECRAFT_EYE: &str = "trim_pattern.minecraft.eye"; constant TRIM_PATTERN_MINECRAFT_FLOW (line 16987) | pub const TRIM_PATTERN_MINECRAFT_FLOW: &str = "trim_pattern.minecraft.fl... constant TRIM_PATTERN_MINECRAFT_HOST (line 16989) | pub const TRIM_PATTERN_MINECRAFT_HOST: &str = "trim_pattern.minecraft.ho... constant TRIM_PATTERN_MINECRAFT_RAISER (line 16991) | pub const TRIM_PATTERN_MINECRAFT_RAISER: &str = "trim_pattern.minecraft.... constant TRIM_PATTERN_MINECRAFT_RIB (line 16993) | pub const TRIM_PATTERN_MINECRAFT_RIB: &str = "trim_pattern.minecraft.rib"; constant TRIM_PATTERN_MINECRAFT_SENTRY (line 16995) | pub const TRIM_PATTERN_MINECRAFT_SENTRY: &str = "trim_pattern.minecraft.... constant TRIM_PATTERN_MINECRAFT_SHAPER (line 16997) | pub const TRIM_PATTERN_MINECRAFT_SHAPER: &str = "trim_pattern.minecraft.... constant TRIM_PATTERN_MINECRAFT_SILENCE (line 16999) | pub const TRIM_PATTERN_MINECRAFT_SILENCE: &str = "trim_pattern.minecraft... constant TRIM_PATTERN_MINECRAFT_SNOUT (line 17001) | pub const TRIM_PATTERN_MINECRAFT_SNOUT: &str = "trim_pattern.minecraft.s... constant TRIM_PATTERN_MINECRAFT_SPIRE (line 17003) | pub const TRIM_PATTERN_MINECRAFT_SPIRE: &str = "trim_pattern.minecraft.s... constant TRIM_PATTERN_MINECRAFT_TIDE (line 17005) | pub const TRIM_PATTERN_MINECRAFT_TIDE: &str = "trim_pattern.minecraft.ti... constant TRIM_PATTERN_MINECRAFT_VEX (line 17007) | pub const TRIM_PATTERN_MINECRAFT_VEX: &str = "trim_pattern.minecraft.vex"; constant TRIM_PATTERN_MINECRAFT_WARD (line 17009) | pub const TRIM_PATTERN_MINECRAFT_WARD: &str = "trim_pattern.minecraft.wa... constant TRIM_PATTERN_MINECRAFT_WAYFINDER (line 17011) | pub const TRIM_PATTERN_MINECRAFT_WAYFINDER: &str = "trim_pattern.minecra... constant TRIM_PATTERN_MINECRAFT_WILD (line 17013) | pub const TRIM_PATTERN_MINECRAFT_WILD: &str = "trim_pattern.minecraft.wi... constant TUTORIAL_BUNDLEINSERT_DESCRIPTION (line 17015) | pub const TUTORIAL_BUNDLEINSERT_DESCRIPTION: &str = "tutorial.bundleInse... constant TUTORIAL_BUNDLEINSERT_TITLE (line 17017) | pub const TUTORIAL_BUNDLEINSERT_TITLE: &str = "tutorial.bundleInsert.tit... constant TUTORIAL_CRAFT_PLANKS_DESCRIPTION (line 17019) | pub const TUTORIAL_CRAFT_PLANKS_DESCRIPTION: &str = "tutorial.craft_plan... constant TUTORIAL_CRAFT_PLANKS_TITLE (line 17021) | pub const TUTORIAL_CRAFT_PLANKS_TITLE: &str = "tutorial.craft_planks.tit... constant TUTORIAL_FIND_TREE_DESCRIPTION (line 17023) | pub const TUTORIAL_FIND_TREE_DESCRIPTION: &str = "tutorial.find_tree.des... constant TUTORIAL_FIND_TREE_TITLE (line 17025) | pub const TUTORIAL_FIND_TREE_TITLE: &str = "tutorial.find_tree.title"; constant TUTORIAL_LOOK_DESCRIPTION (line 17027) | pub const TUTORIAL_LOOK_DESCRIPTION: &str = "tutorial.look.description"; constant TUTORIAL_LOOK_TITLE (line 17029) | pub const TUTORIAL_LOOK_TITLE: &str = "tutorial.look.title"; constant TUTORIAL_MOVE_DESCRIPTION (line 17031) | pub const TUTORIAL_MOVE_DESCRIPTION: &str = "tutorial.move.description"; constant TUTORIAL_MOVE_TITLE (line 17033) | pub const TUTORIAL_MOVE_TITLE: &str = "tutorial.move.title"; constant TUTORIAL_OPEN_INVENTORY_DESCRIPTION (line 17035) | pub const TUTORIAL_OPEN_INVENTORY_DESCRIPTION: &str = "tutorial.open_inv... constant TUTORIAL_OPEN_INVENTORY_TITLE (line 17037) | pub const TUTORIAL_OPEN_INVENTORY_TITLE: &str = "tutorial.open_inventory... constant TUTORIAL_PUNCH_TREE_DESCRIPTION (line 17039) | pub const TUTORIAL_PUNCH_TREE_DESCRIPTION: &str = "tutorial.punch_tree.d... constant TUTORIAL_PUNCH_TREE_TITLE (line 17041) | pub const TUTORIAL_PUNCH_TREE_TITLE: &str = "tutorial.punch_tree.title"; constant TUTORIAL_SOCIALINTERACTIONS_DESCRIPTION (line 17043) | pub const TUTORIAL_SOCIALINTERACTIONS_DESCRIPTION: &str = "tutorial.soci... constant TUTORIAL_SOCIALINTERACTIONS_TITLE (line 17045) | pub const TUTORIAL_SOCIALINTERACTIONS_TITLE: &str = "tutorial.socialInte... constant UPGRADE_MINECRAFT_NETHERITE_UPGRADE (line 17047) | pub const UPGRADE_MINECRAFT_NETHERITE_UPGRADE: &str = "upgrade.minecraft... FILE: pumpkin-data/src/generated/world_event.rs type WorldEvent (line 3) | pub enum WorldEvent { FILE: pumpkin-inventory/src/brewing/brewing_screen_handler.rs type BrewingScreenHandler (line 14) | pub struct BrewingScreenHandler { method new (line 21) | pub async fn new( method as_any (line 74) | fn as_any(&self) -> &dyn Any { method get_behaviour (line 78) | fn get_behaviour(&self) -> &ScreenHandlerBehaviour { method get_behaviour_mut (line 82) | fn get_behaviour_mut(&mut self) -> &mut ScreenHandlerBehaviour { method on_closed (line 86) | fn on_closed<'a>( method quick_move (line 93) | fn quick_move<'a>( function create_brewing (line 158) | pub async fn create_brewing( FILE: pumpkin-inventory/src/container_click.rs type Click (line 5) | pub struct Click { method new (line 20) | pub fn new(mode: &SlotActionType, button: i8, slot: i16) -> Result Result Result { method new_key_click (line 64) | fn new_key_click(button: i8, slot: i16) -> Result { method new_drop_item (line 79) | fn new_drop_item(button: i8, slot: i16) -> Result { method new_drag_item (line 93) | fn new_drag_item(button: i8, slot: i16) -> Result { constant BUTTON_CLICK_LEFT (line 10) | const BUTTON_CLICK_LEFT: i8 = 0; constant BUTTON_CLICK_RIGHT (line 11) | const BUTTON_CLICK_RIGHT: i8 = 1; constant KEY_CLICK_OFFHAND (line 13) | const KEY_CLICK_OFFHAND: i8 = 40; constant KEY_CLICK_HOTBAR_START (line 14) | const KEY_CLICK_HOTBAR_START: i8 = 0; constant KEY_CLICK_HOTBAR_END (line 15) | const KEY_CLICK_HOTBAR_END: i8 = 9; constant SLOT_INDEX_OUTSIDE (line 17) | const SLOT_INDEX_OUTSIDE: i16 = -999; type ClickType (line 115) | pub enum ClickType { type MouseClick (line 125) | pub enum MouseClick { type KeyClick (line 131) | pub enum KeyClick { type Slot (line 136) | pub enum Slot { type DropType (line 142) | pub enum DropType { method from_i8 (line 148) | const fn from_i8(value: i8) -> Result { type MouseDragType (line 158) | pub enum MouseDragType { type MouseDragState (line 164) | pub enum MouseDragState { FILE: pumpkin-inventory/src/crafting/crafting_inventory.rs type CraftingInventory (line 12) | pub struct CraftingInventory { method new (line 20) | pub fn new(width: u8, height: u8) -> Self { method size (line 36) | fn size(&self) -> usize { method is_empty (line 40) | fn is_empty(&self) -> InventoryFuture<'_, bool> { method get_stack (line 52) | fn get_stack(&self, slot: usize) -> InventoryFuture<'_, Arc InventoryFuture<'_, ItemStack> { method remove_stack_specific (line 65) | fn remove_stack_specific(&self, slot: usize, amount: u8) -> InventoryFut... method set_stack (line 69) | fn set_stack(&self, slot: usize, stack: ItemStack) -> InventoryFuture<'_... method as_any (line 75) | fn as_any(&self) -> &dyn Any { method get_width (line 81) | fn get_width(&self) -> usize { method get_height (line 85) | fn get_height(&self) -> usize { method clear (line 91) | fn clear(&self) -> Pin + Send + '_>> { FILE: pumpkin-inventory/src/crafting/crafting_screen_handler.rs type ResultSlot (line 29) | pub struct ResultSlot { method new (line 240) | pub fn new(inventory: Arc) -> Self { method match_recipe (line 252) | async fn match_recipe(&self) -> Option<(&RecipeResultStruct, &'static ... method refill_output (line 315) | async fn refill_output(&self) -> ItemStack { function is_symmetrical_horizontally (line 36) | fn is_symmetrical_horizontally(pattern: &'static [&'static str]) -> bool { function recipe_matches (line 52) | async fn recipe_matches<'a>( method get_inventory (line 326) | fn get_inventory(&self) -> Arc { method get_index (line 330) | fn get_index(&self) -> usize { method set_id (line 334) | fn set_id(&self, id: usize) { method on_quick_move_crafted (line 338) | fn on_quick_move_crafted( method on_take_item (line 349) | fn on_take_item<'a>( method can_insert (line 369) | fn can_insert(&self, _stack: &ItemStack) -> BoxFuture<'_, bool> { method get_stack (line 373) | fn get_stack(&self) -> BoxFuture<'_, Arc>> { method get_cloned_stack (line 377) | fn get_cloned_stack(&self) -> BoxFuture<'_, ItemStack> { method has_stack (line 381) | fn has_stack(&self) -> BoxFuture<'_, bool> { method set_stack (line 385) | fn set_stack(&self, _stack: ItemStack) -> BoxFuture<'_, ()> { method set_stack_prev (line 391) | fn set_stack_prev(&self, _stack: ItemStack, _previous_stack: ItemStack) ... method mark_dirty (line 397) | fn mark_dirty(&self) -> BoxFuture<'_, ()> { method get_max_item_count (line 403) | fn get_max_item_count(&self) -> BoxFuture<'_, u8> { method take_stack (line 417) | fn take_stack(&self, _amount: u8) -> BoxFuture<'_, ItemStack> { method on_slot_update (line 432) | fn on_slot_update<'a>( type CraftingScreenHandler (line 456) | pub trait CraftingScreenHandler: method add_recipe_slots (line 459) | fn add_recipe_slots<'a>( type CraftingTableScreenHandler (line 483) | pub struct CraftingTableScreenHandler { method new (line 489) | pub async fn new(sync_id: u8, player_inventory: &Arc)... method on_closed (line 513) | fn on_closed<'a>(&'a mut self, player: &'a dyn InventoryPlayer) -> Scree... method as_any (line 522) | fn as_any(&self) -> &dyn Any { method get_behaviour (line 526) | fn get_behaviour(&self) -> &ScreenHandlerBehaviour { method get_behaviour_mut (line 530) | fn get_behaviour_mut(&mut self) -> &mut ScreenHandlerBehaviour { method quick_move (line 534) | fn quick_move<'a>( FILE: pumpkin-inventory/src/crafting/recipes.rs type RecipeMatcher (line 4) | pub struct RecipeMatcher; type RecipeFinder (line 7) | pub struct RecipeFinder; type RecipeFinderScreenHandler (line 10) | pub trait RecipeFinderScreenHandler {} type RecipeInputInventory (line 12) | pub trait RecipeInputInventory: Inventory { method get_width (line 13) | fn get_width(&self) -> usize; method get_height (line 14) | fn get_height(&self) -> usize; FILE: pumpkin-inventory/src/double.rs type DoubleInventory (line 9) | pub struct DoubleInventory { method new (line 15) | pub fn new(first: Arc, second: Arc) -> A... method size (line 21) | fn size(&self) -> usize { method is_empty (line 25) | fn is_empty(&self) -> InventoryFuture<'_, bool> { method get_stack (line 29) | fn get_stack(&self, slot: usize) -> InventoryFuture<'_, Arc InventoryFuture<'_, ItemStack> { method remove_stack_specific (line 49) | fn remove_stack_specific(&self, slot: usize, amount: u8) -> InventoryFut... method get_max_count_per_stack (line 61) | fn get_max_count_per_stack(&self) -> u8 { method set_stack (line 65) | fn set_stack(&self, slot: usize, stack: ItemStack) -> InventoryFuture<'_... method mark_dirty (line 75) | fn mark_dirty(&self) { method on_open (line 80) | fn on_open(&self) -> InventoryFuture<'_, ()> { method on_close (line 87) | fn on_close(&self) -> InventoryFuture<'_, ()> { method is_valid_slot_for (line 94) | fn is_valid_slot_for(&self, slot: usize, stack: &ItemStack) -> bool { method as_any (line 103) | fn as_any(&self) -> &dyn Any { method clear (line 109) | fn clear(&self) -> Pin + Send + '_>> { FILE: pumpkin-inventory/src/entity_equipment.rs type EntityEquipment (line 9) | pub struct EntityEquipment { method new (line 21) | pub fn new() -> Self { method put (line 27) | pub async fn put(&mut self, slot: &EquipmentSlot, stack: ItemStack) ->... method get_or_insert (line 37) | pub fn get_or_insert(&mut self, slot: &EquipmentSlot) -> Arc Arc> { method is_empty (line 52) | pub async fn is_empty(&self) -> bool { method clear (line 62) | pub fn clear(&mut self) { method default (line 14) | fn default() -> Self { FILE: pumpkin-inventory/src/error.rs type InventoryError (line 4) | pub enum InventoryError { FILE: pumpkin-inventory/src/furnace_like/furnace_like_screen_handler.rs type FurnaceLikeScreenHandler (line 21) | pub struct FurnaceLikeScreenHandler { method new (line 28) | pub async fn new( method add_inventory_slots (line 77) | fn add_inventory_slots(&mut self) { method on_closed (line 95) | fn on_closed<'a>(&'a mut self, player: &'a dyn InventoryPlayer) -> Scree... method as_any (line 102) | fn as_any(&self) -> &dyn Any { method get_behaviour (line 106) | fn get_behaviour(&self) -> &ScreenHandlerBehaviour { method get_behaviour_mut (line 110) | fn get_behaviour_mut(&mut self) -> &mut ScreenHandlerBehaviour { method quick_move (line 114) | fn quick_move<'a>( FILE: pumpkin-inventory/src/furnace_like/furnace_like_slot.rs type FurnaceLikeSlotType (line 16) | pub enum FurnaceLikeSlotType { type FurnaceLikeSlot (line 22) | pub struct FurnaceLikeSlot { method new (line 30) | pub fn new(inventory: Arc, slot_type: FurnaceLikeSlotTy... method get_inventory (line 41) | fn get_inventory(&self) -> Arc { method get_index (line 45) | fn get_index(&self) -> usize { method set_id (line 49) | fn set_id(&self, id: usize) { method mark_dirty (line 54) | fn mark_dirty(&self) -> BoxFuture<'_, ()> { method can_insert (line 60) | fn can_insert<'a>(&'a self, stack: &'a pumpkin_world::item::ItemStack) -... type FurnaceOutputSlot (line 73) | pub struct FurnaceOutputSlot { method new (line 80) | pub fn new( method get_inventory (line 93) | fn get_inventory(&self) -> Arc { method get_index (line 97) | fn get_index(&self) -> usize { method set_id (line 101) | fn set_id(&self, id: usize) { method mark_dirty (line 106) | fn mark_dirty(&self) -> BoxFuture<'_, ()> { method can_insert (line 112) | fn can_insert<'a>(&'a self, _stack: &'a pumpkin_world::item::ItemStack) ... method on_take_item (line 117) | fn on_take_item<'a>( FILE: pumpkin-inventory/src/generic_container_screen_handler.rs function create_generic_9x3 (line 15) | pub async fn create_generic_9x3( function create_generic_9x6 (line 31) | pub async fn create_generic_9x6( function create_generic_3x3 (line 47) | pub async fn create_generic_3x3( function create_hopper (line 63) | pub async fn create_hopper( type GenericContainerScreenHandler (line 79) | pub struct GenericContainerScreenHandler { method new (line 87) | async fn new( method add_inventory_slots (line 112) | fn add_inventory_slots(&mut self) { method on_closed (line 125) | fn on_closed<'a>(&'a mut self, player: &'a dyn InventoryPlayer) -> Scree... method as_any (line 132) | fn as_any(&self) -> &dyn Any { method get_behaviour (line 136) | fn get_behaviour(&self) -> &ScreenHandlerBehaviour { method get_behaviour_mut (line 140) | fn get_behaviour_mut(&mut self) -> &mut ScreenHandlerBehaviour { method quick_move (line 144) | fn quick_move<'a>( FILE: pumpkin-inventory/src/lib.rs function build_equipment_slots (line 24) | pub fn build_equipment_slots() -> HashMap { FILE: pumpkin-inventory/src/player/ender_chest_inventory.rs type EnderChestInventory (line 10) | pub struct EnderChestInventory { constant INVENTORY_SIZE (line 22) | pub const INVENTORY_SIZE: usize = 27; method new (line 25) | pub fn new() -> Self { method set_tracker (line 32) | pub async fn set_tracker(&self, tracker: Arc) { method has_tracker (line 36) | pub async fn has_tracker(&self) -> bool { method is_tracker (line 40) | pub async fn is_tracker(&self, tracker: &Arc) -> b... method default (line 16) | fn default() -> Self { method size (line 49) | fn size(&self) -> usize { method is_empty (line 53) | fn is_empty(&self) -> InventoryFuture<'_, bool> { method get_stack (line 65) | fn get_stack(&self, slot: usize) -> InventoryFuture<'_, Arc InventoryFuture<'_, ItemStack> { method remove_stack_specific (line 78) | fn remove_stack_specific(&self, slot: usize, amount: u8) -> InventoryFut... method set_stack (line 82) | fn set_stack(&self, slot: usize, stack: ItemStack) -> InventoryFuture<'_... method on_open (line 88) | fn on_open(&self) -> InventoryFuture<'_, ()> { method on_close (line 96) | fn on_close(&self) -> InventoryFuture<'_, ()> { method mark_dirty (line 104) | fn mark_dirty(&self) {} method as_any (line 106) | fn as_any(&self) -> &dyn Any { method clear (line 112) | fn clear(&self) -> Pin + Send + '_>> { FILE: pumpkin-inventory/src/player/player_inventory.rs type PlayerInventory (line 19) | pub struct PlayerInventory { constant MAIN_SIZE (line 27) | pub const MAIN_SIZE: usize = 36; constant HOTBAR_SIZE (line 28) | const HOTBAR_SIZE: usize = 9; constant OFF_HAND_SLOT (line 29) | pub const OFF_HAND_SLOT: usize = 40; method new (line 32) | pub fn new( method held_item (line 46) | pub fn held_item(&self) -> Arc> { method get_stack_in_hand (line 53) | pub async fn get_stack_in_hand(&self, hand: Hand) -> Arc Arc> { method swap_item (line 66) | pub async fn swap_item(&self) -> (ItemStack, ItemStack) { method is_valid_hotbar_index (line 77) | pub const fn is_valid_hotbar_index(slot: usize) -> bool { method add_stack (line 81) | async fn add_stack(&self, stack: ItemStack) -> usize { method add_stack_to_slot (line 95) | async fn add_stack_to_slot(&self, slot: usize, stack: ItemStack) -> us... method get_empty_slot (line 115) | async fn get_empty_slot(&self) -> i16 { method can_stack_add_more (line 125) | fn can_stack_add_more(existing_stack: &ItemStack, stack: &ItemStack) -... method get_occupied_slot_with_room_for_stack (line 132) | async fn get_occupied_slot_with_room_for_stack(&self, stack: &ItemStac... method insert_stack_anywhere (line 158) | pub async fn insert_stack_anywhere(&self, stack: &mut ItemStack) -> bo... method insert_stack (line 162) | pub async fn insert_stack(&self, slot: i16, stack: &mut ItemStack) -> ... method get_slot_with_stack (line 189) | pub async fn get_slot_with_stack(&self, stack: &ItemStack) -> i16 { method get_swappable_hotbar_slot (line 204) | pub async fn get_swappable_hotbar_slot(&self) -> usize { method swap_stack_with_hotbar (line 225) | pub async fn swap_stack_with_hotbar(&self, stack: ItemStack) { method swap_slot_with_hotbar (line 250) | pub async fn swap_slot_with_hotbar(&self, slot: usize) { method offer_or_drop_stack (line 264) | pub async fn offer_or_drop_stack(&self, stack: ItemStack, player: &dyn... method offer (line 268) | pub async fn offer(&self, stack: ItemStack, notify_client: bool, playe... method set_selected_slot (line 421) | pub fn set_selected_slot(&self, slot: u8) { method get_selected_slot (line 429) | pub fn get_selected_slot(&self) -> u8 { method clear (line 311) | fn clear(&self) -> Pin + Send + '_>> { method size (line 323) | fn size(&self) -> usize { method is_empty (line 327) | fn is_empty(&self) -> InventoryFuture<'_, bool> { method get_stack (line 353) | fn get_stack(&self, slot: usize) -> InventoryFuture<'_, Arc InventoryFut... method remove_stack (line 383) | fn remove_stack(&self, slot: usize) -> InventoryFuture<'_, ItemStack> { method set_stack (line 401) | fn set_stack(&self, slot: usize, stack: ItemStack) -> InventoryFuture<'_... method mark_dirty (line 413) | fn mark_dirty(&self) {} method as_any (line 415) | fn as_any(&self) -> &dyn Any { FILE: pumpkin-inventory/src/player/player_screen_handler.rs type PlayerScreenHandler (line 16) | pub struct PlayerScreenHandler { constant EQUIPMENT_SLOT_ORDER (line 27) | const EQUIPMENT_SLOT_ORDER: [EquipmentSlot; 4] = [ method is_in_hotbar (line 35) | pub fn is_in_hotbar(slot: u8) -> bool { method get_slot (line 39) | pub fn get_slot(&self, slot: usize) -> Arc { method new (line 43) | pub async fn new( method on_closed (line 81) | fn on_closed<'a>(&'a mut self, player: &'a dyn InventoryPlayer) -> Scree... method as_any (line 90) | fn as_any(&self) -> &dyn Any { method get_behaviour (line 94) | fn get_behaviour(&self) -> &ScreenHandlerBehaviour { method get_behaviour_mut (line 98) | fn get_behaviour_mut(&mut self) -> &mut ScreenHandlerBehaviour { method quick_move (line 105) | fn quick_move<'a>( FILE: pumpkin-inventory/src/screen_handler.rs constant SLOT_INDEX_OUTSIDE (line 33) | const SLOT_INDEX_OUTSIDE: i32 = -999; type ScreenProperty (line 35) | pub struct ScreenProperty { method new (line 42) | pub fn new(value: Arc, index: u8) -> Self { method get (line 51) | pub fn get(&self) -> i32 { method set (line 55) | pub fn set(&mut self, value: i32) { method has_changed (line 59) | pub fn has_changed(&mut self) -> bool { type PlayerFuture (line 67) | pub type PlayerFuture<'a, T> = Pin + Send + '... type InventoryPlayer (line 69) | pub trait InventoryPlayer: Send + Sync { method drop_item (line 70) | fn drop_item(&self, item: ItemStack, retain_ownership: bool) -> Player... method get_inventory (line 71) | fn get_inventory(&self) -> Arc; method has_infinite_materials (line 72) | fn has_infinite_materials(&self) -> bool; method enqueue_inventory_packet (line 74) | fn enqueue_inventory_packet<'a>( method enqueue_slot_packet (line 78) | fn enqueue_slot_packet<'a>(&'a self, packet: &'a CSetContainerSlot) ->... method enqueue_cursor_packet (line 79) | fn enqueue_cursor_packet<'a>(&'a self, packet: &'a CSetCursorItem) -> ... method enqueue_property_packet (line 80) | fn enqueue_property_packet<'a>( method enqueue_slot_set_packet (line 84) | fn enqueue_slot_set_packet<'a>( method enqueue_set_held_item_packet (line 88) | fn enqueue_set_held_item_packet<'a>( method enqueue_equipment_change (line 92) | fn enqueue_equipment_change<'a>( method award_experience (line 99) | fn award_experience(&self, amount: i32) -> PlayerFuture<'_, ()>; function offer_or_drop_stack (line 102) | pub async fn offer_or_drop_stack(player: &dyn InventoryPlayer, stack: It... type ScreenHandlerFuture (line 110) | pub type ScreenHandlerFuture<'a, T> = Pin + S... type ItemStackFuture (line 113) | pub type ItemStackFuture<'a> = ScreenHandlerFuture<'a, ItemStack>; type OptionUsizeFuture (line 116) | pub type OptionUsizeFuture<'a> = ScreenHandlerFuture<'a, Option>; type ScreenHandler (line 120) | pub trait ScreenHandler: Send + Sync { method window_type (line 123) | fn window_type(&self) -> Option { method as_any (line 127) | fn as_any(&self) -> &dyn Any; method sync_id (line 129) | fn sync_id(&self) -> u8 { method can_use (line 133) | fn can_use(&self, _player: &dyn InventoryPlayer) -> bool { method get_behaviour (line 137) | fn get_behaviour(&self) -> &ScreenHandlerBehaviour; method get_behaviour_mut (line 139) | fn get_behaviour_mut(&mut self) -> &mut ScreenHandlerBehaviour; method add_slot (line 141) | fn add_slot(&mut self, slot: Arc) -> Arc { method add_player_hotbar_slots (line 151) | fn add_player_hotbar_slots(&mut self, player_inventory: &Arc) { method set_received_hash (line 173) | fn set_received_hash(&mut self, slot: usize, hash: OptionalItemStackHa... method set_received_stack (line 186) | fn set_received_stack(&mut self, slot: usize, stack: ItemStack) { method set_received_cursor_hash (line 191) | fn set_received_cursor_hash(&mut self, hash: OptionalItemStackHash) { method add_property (line 196) | fn add_property(&mut self, property: ScreenProperty) { method add_properties (line 202) | fn add_properties(&mut self, properties: Vec) { method on_closed (line 210) | fn on_closed<'a>(&'a mut self, player: &'a dyn InventoryPlayer) -> Scr... method default_on_closed (line 216) | fn default_on_closed<'a>( method drop_inventory (line 233) | fn drop_inventory<'a>( method copy_shared_slots (line 245) | fn copy_shared_slots( method sync_state (line 281) | fn sync_state(&mut self) -> ScreenHandlerFuture<'_, ()> { method add_listener (line 318) | fn add_listener( method update_sync_handler (line 328) | fn update_sync_handler( method update_to_client (line 339) | fn update_to_client(&mut self) -> ScreenHandlerFuture<'_, ()> { method update_tracked_properties (line 366) | fn update_tracked_properties(&mut self, idx: i32, value: i32) -> Scree... method check_property_updates (line 380) | fn check_property_updates(&mut self, idx: i32, value: i32) -> ScreenHa... method update_tracked_slot (line 399) | fn update_tracked_slot( method check_slot_updates (line 419) | fn check_slot_updates(&mut self, slot: usize, stack: ItemStack) -> Scr... method check_cursor_stack_updates (line 438) | fn check_cursor_stack_updates(&mut self) -> ScreenHandlerFuture<'_, ()> { method send_content_updates (line 457) | fn send_content_updates(&mut self) -> ScreenHandlerFuture<'_, ()> { method is_slot_valid (line 487) | fn is_slot_valid(&self, slot: i32) -> ScreenHandlerFuture<'_, bool> { method disable_sync (line 493) | fn disable_sync(&mut self) { method enable_sync (line 498) | fn enable_sync(&mut self) { method get_slot_index (line 503) | fn get_slot_index<'a>( method quick_move (line 516) | fn quick_move<'a>( method insert_item (line 522) | fn insert_item<'a>( method handle_slot_click (line 613) | fn handle_slot_click<'a>( method on_slot_click (line 627) | fn on_slot_click<'a>( method internal_on_slot_click (line 641) | fn internal_on_slot_click<'a>( type ScreenHandlerListener (line 1022) | pub trait ScreenHandlerListener: Send + Sync { method on_slot_update (line 1023) | fn on_slot_update<'a>( method on_property_update (line 1031) | fn on_property_update<'a>( type BoxFuture (line 1041) | pub type BoxFuture<'a, T> = Pin + Send + 'a>>; type SharedScreenHandler (line 1043) | pub type SharedScreenHandler = Arc>; type ScreenHandlerFactory (line 1045) | pub trait ScreenHandlerFactory: Send + Sync { method create_screen_handler (line 1046) | fn create_screen_handler<'a>( method get_display_name (line 1052) | fn get_display_name(&self) -> TextComponent; type ScreenHandlerBehaviour (line 1055) | pub struct ScreenHandlerBehaviour { method new (line 1075) | pub fn new(sync_id: u8, window_type: Option) -> Self { method next_revision (line 1094) | pub fn next_revision(&self) -> u32 { FILE: pumpkin-inventory/src/slot.rs type BoxFuture (line 18) | pub type BoxFuture<'a, T> = Pin + Send + 'a>>; type Slot (line 22) | pub trait Slot: Send + Sync { method get_inventory (line 23) | fn get_inventory(&self) -> Arc; method get_index (line 25) | fn get_index(&self) -> usize; method set_id (line 27) | fn set_id(&self, index: usize); method on_quick_move_crafted (line 34) | fn on_quick_move_crafted( method on_take_item (line 45) | fn on_take_item<'a>( method on_click (line 57) | fn on_click(&self, _player: &dyn InventoryPlayer) -> BoxFuture<'_, ()> { method can_insert (line 61) | fn can_insert<'a>(&'a self, _stack: &'a ItemStack) -> BoxFuture<'a, bo... method get_stack (line 66) | fn get_stack(&self) -> BoxFuture<'_, Arc>> { method get_cloned_stack (line 71) | fn get_cloned_stack(&self) -> BoxFuture<'_, ItemStack> { method has_stack (line 83) | fn has_stack(&self) -> BoxFuture<'_, bool> { method set_stack (line 96) | fn set_stack(&self, stack: ItemStack) -> BoxFuture<'_, ()> { method set_stack_prev (line 104) | fn set_stack_prev(&self, stack: ItemStack, _previous_stack: ItemStack)... method set_stack_no_callbacks (line 111) | fn set_stack_no_callbacks(&self, stack: ItemStack) -> BoxFuture<'_, ()> { method mark_dirty (line 120) | fn mark_dirty(&self) -> BoxFuture<'_, ()>; method get_max_item_count (line 122) | fn get_max_item_count(&self) -> BoxFuture<'_, u8> { method get_max_item_count_for_stack (line 127) | fn get_max_item_count_for_stack<'a>(&'a self, stack: &'a ItemStack) ->... method take_stack (line 139) | fn take_stack(&self, amount: u8) -> BoxFuture<'_, ItemStack> { method can_take_items (line 148) | fn can_take_items(&self, _player: &dyn InventoryPlayer) -> BoxFuture<'... method allow_modification (line 154) | fn allow_modification<'a>(&'a self, player: &'a dyn InventoryPlayer) -... method try_take_stack_range (line 163) | fn try_take_stack_range<'a>( method safe_take (line 200) | fn safe_take<'a>( method insert_stack (line 217) | fn insert_stack(&self, stack: ItemStack) -> BoxFuture<'_, ItemStack> { method insert_stack_count (line 225) | fn insert_stack_count(&self, mut stack: ItemStack, count: u8) -> BoxFu... method get_inventory (line 274) | fn get_inventory(&self) -> Arc { method get_index (line 278) | fn get_index(&self) -> usize { method set_id (line 282) | fn set_id(&self, id: usize) { method mark_dirty (line 286) | fn mark_dirty(&self) -> BoxFuture<'_, ()> { method get_inventory (line 313) | fn get_inventory(&self) -> Arc { method get_index (line 317) | fn get_index(&self) -> usize { method set_id (line 321) | fn set_id(&self, id: usize) { method get_max_item_count (line 325) | fn get_max_item_count(&self) -> BoxFuture<'_, u8> { method set_stack_prev (line 329) | fn set_stack_prev(&self, stack: ItemStack, _previous_stack: ItemStack)... method can_insert (line 336) | fn can_insert<'a>(&'a self, stack: &'a ItemStack) -> BoxFuture<'a, boo... method can_take_items (line 350) | fn can_take_items(&self, _player: &dyn InventoryPlayer) -> BoxFuture<'... method mark_dirty (line 357) | fn mark_dirty(&self) -> BoxFuture<'_, ()> { type NormalSlot (line 258) | pub struct NormalSlot { method new (line 265) | pub fn new(inventory: Arc, index: usize) -> Self { type ArmorSlot (line 294) | pub struct ArmorSlot { method new (line 302) | pub fn new(inventory: Arc, index: usize, equipment_slot... FILE: pumpkin-inventory/src/sync_handler.rs type SyncHandler (line 17) | pub struct SyncHandler { method new (line 29) | pub fn new() -> Self { method store_player (line 35) | pub async fn store_player(&self, player: Arc) { method update_state (line 39) | pub async fn update_state( method update_slot (line 73) | pub async fn update_slot( method update_cursor_stack (line 92) | pub async fn update_cursor_stack( method update_property (line 106) | pub async fn update_property( method default (line 22) | fn default() -> Self { type TrackedStack (line 126) | pub struct TrackedStack { constant EMPTY (line 132) | pub const EMPTY: Self = Self { method set_received_stack (line 137) | pub fn set_received_stack(&mut self, stack: ItemStack) { method set_received_hash (line 142) | pub fn set_received_hash(&mut self, hash: OptionalItemStackHash) { method is_in_sync (line 147) | pub fn is_in_sync(&mut self, actual_stack: &ItemStack) -> bool { FILE: pumpkin-inventory/src/window_property.rs type WindowPropertyTrait (line 1) | pub trait WindowPropertyTrait { method to_id (line 2) | fn to_id(self) -> i16; method to_id (line 38) | fn to_id(self) -> i16 { type WindowProperty (line 5) | pub struct WindowProperty { function new (line 11) | pub const fn new(window_property: T, value: i16) -> Self { function into_tuple (line 18) | pub fn into_tuple(self) -> (i16, i16) { type Furnace (line 22) | pub enum Furnace { type EnchantmentTable (line 29) | pub enum EnchantmentTable { type Beacon (line 51) | pub enum Beacon { type Anvil (line 57) | pub enum Anvil { type BrewingStand (line 61) | pub enum BrewingStand { type Stonecutter (line 66) | pub enum Stonecutter { type Loom (line 70) | pub enum Loom { type Lectern (line 74) | pub enum Lectern { FILE: pumpkin-macros/src/lib.rs function event (line 15) | pub fn event(item: TokenStream) -> TokenStream { function cancellable (line 49) | pub fn cancellable(_args: TokenStream, input: TokenStream) -> TokenStream { function send_cancellable (line 97) | pub fn send_cancellable(input: TokenStream) -> TokenStream { function packet (line 180) | pub fn packet(args: TokenStream, item: TokenStream) -> TokenStream { function java_packet (line 202) | pub fn java_packet(args: TokenStream, item: TokenStream) -> TokenStream { function pumpkin_block (line 228) | pub fn pumpkin_block(args: TokenStream, item: TokenStream) -> TokenStream { function pumpkin_block_from_tag (line 266) | pub fn pumpkin_block_from_tag(args: TokenStream, item: TokenStream) -> T... function derive_serialize (line 450) | pub fn derive_serialize(input: TokenStream) -> TokenStream { function derive_deserialize (line 508) | pub fn derive_deserialize(input: TokenStream) -> TokenStream { function check_serial_attributes (line 566) | fn check_serial_attributes(attrs: &[Attribute]) -> (bool, bool) { function is_vec (line 593) | fn is_vec(ty: &Type) -> bool { FILE: pumpkin-nbt/src/compound.rs type NbtCompound (line 18) | pub struct NbtCompound { method new (line 24) | pub const fn new() -> Self { method skip_content (line 30) | pub fn skip_content(reader: &mut NbtReadHelper) -> ... method deserialize_content (line 52) | pub fn deserialize_content( method serialize_content (line 77) | pub fn serialize_content(self, w: &mut WriteAdaptor) -> R... method is_empty (line 88) | pub const fn is_empty(&self) -> bool { method put (line 92) | pub fn put(&mut self, name: &str, value: impl Into) { method put_string (line 98) | pub fn put_string(&mut self, name: &str, value: String) { method put_list (line 102) | pub fn put_list(&mut self, name: &str, value: Vec) { method put_byte (line 106) | pub fn put_byte(&mut self, name: &str, value: i8) { method put_bool (line 110) | pub fn put_bool(&mut self, name: &str, value: bool) { method put_short (line 114) | pub fn put_short(&mut self, name: &str, value: i16) { method put_int (line 118) | pub fn put_int(&mut self, name: &str, value: i32) { method put_long (line 121) | pub fn put_long(&mut self, name: &str, value: i64) { method put_float (line 125) | pub fn put_float(&mut self, name: &str, value: f32) { method put_double (line 129) | pub fn put_double(&mut self, name: &str, value: f64) { method put_compound (line 133) | pub fn put_compound(&mut self, name: &str, value: Self) { method get_byte (line 138) | pub fn get_byte(&self, name: &str) -> Option { method get (line 144) | pub fn get(&self, name: &str) -> Option<&NbtTag> { method get_short (line 152) | pub fn get_short(&self, name: &str) -> Option { method get_int (line 157) | pub fn get_int(&self, name: &str) -> Option { method get_long (line 162) | pub fn get_long(&self, name: &str) -> Option { method get_float (line 167) | pub fn get_float(&self, name: &str) -> Option { method get_double (line 172) | pub fn get_double(&self, name: &str) -> Option { method get_bool (line 177) | pub fn get_bool(&self, name: &str) -> Option { method get_string (line 182) | pub fn get_string(&self, name: &str) -> Option<&str> { method get_list (line 187) | pub fn get_list(&self, name: &str) -> Option<&[NbtTag]> { method get_compound (line 192) | pub fn get_compound(&self, name: &str) -> Option<&Self> { method get_int_array (line 197) | pub fn get_int_array(&self, name: &str) -> Option<&[i32]> { method get_long_array (line 202) | pub fn get_long_array(&self, name: &str) -> Option<&[i64]> { method from (line 208) | fn from(value: Nbt) -> Self { method from_iter (line 214) | fn from_iter>(iter: T) -> Self { method extend (line 233) | fn extend>(&mut self, iter: T) { method as_ref (line 240) | fn as_ref(&self) -> &Self { method deserialize (line 257) | fn deserialize>(deserializer: D) -> Result... type Item (line 224) | type Item = (String, NbtTag); type IntoIter (line 225) | type IntoIter = IntoIter<(String, NbtTag)>; method into_iter (line 227) | fn into_iter(self) -> Self::IntoIter { method serialize (line 246) | fn serialize(&self, serializer: S) -> Result Self { method fmt (line 291) | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { method fmt (line 304) | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { FILE: pumpkin-nbt/src/deserializer.rs type Result (line 12) | pub type Result = std::result::Result; function take_curr_visitor_seq_list_id (line 18) | pub(super) fn take_curr_visitor_seq_list_id() -> Option { function set_curr_visitor_seq_list_id (line 22) | pub(super) fn set_curr_visitor_seq_list_id(tag: Option) { type NbtReadHelper (line 28) | pub struct NbtReadHelper { function new (line 33) | pub const fn new(r: R) -> Self { function skip_bytes (line 52) | pub fn skip_bytes(&mut self, count: i64) -> Result<()> { function read_boxed_slice (line 70) | pub fn read_boxed_slice(&mut self, count: usize) -> Result> { type Deserializer (line 80) | pub struct Deserializer { function new (line 89) | pub const fn new(input: R, is_named: bool) -> Self { function from_bytes (line 100) | pub fn from_bytes<'a, T: Deserialize<'a>>(r: impl Read + Seek) -> Result... function from_bytes_unnamed (line 106) | pub fn from_bytes_unnamed<'a, T: Deserialize<'a>>(r: impl Read + Seek) -... type Error (line 112) | type Error = Error; function deserialize_ignored_any (line 119) | fn deserialize_ignored_any>(self, visitor: V) -> Result<... function deserialize_any (line 128) | fn deserialize_any>(self, visitor: V) -> Result { function deserialize_u8 (line 180) | fn deserialize_u8>(self, visitor: V) -> Result { function deserialize_u16 (line 191) | fn deserialize_u16>(self, visitor: V) -> Result { function deserialize_u32 (line 196) | fn deserialize_u32>(self, visitor: V) -> Result { function deserialize_u64 (line 201) | fn deserialize_u64>(self, visitor: V) -> Result { function deserialize_bool (line 206) | fn deserialize_bool>(self, visitor: V) -> Result>( function deserialize_option (line 226) | fn deserialize_option>(self, visitor: V) -> Result>(self, visitor: V) -> Result { function deserialize_struct (line 255) | fn deserialize_struct>( function deserialize_identifier (line 264) | fn deserialize_identifier>(self, visitor: V) -> Result bool { type CompoundAccess (line 274) | struct CompoundAccess<'a, R: Read + Seek> { type Error (line 279) | type Error = Error; function next_key_seed (line 281) | fn next_key_seed>(&mut self, seed: K) -> Result<... function next_value_seed (line 292) | fn next_value_seed>(&mut self, seed: V) -> Resul... type MapKey (line 297) | struct MapKey<'a, R: Read + Seek> { type Error (line 302) | type Error = Error; function deserialize_any (line 304) | fn deserialize_any>(self, visitor: V) -> Result { type ListAccess (line 315) | struct ListAccess<'a, R: Read + Seek> { type Error (line 322) | type Error = Error; function size_hint (line 324) | fn size_hint(&self) -> Option { function next_element_seed (line 328) | fn next_element_seed>(&mut self, seed: E) -> Res... FILE: pumpkin-nbt/src/lib.rs constant END_ID (line 26) | pub const END_ID: u8 = 0x00; constant BYTE_ID (line 27) | pub const BYTE_ID: u8 = 0x01; constant SHORT_ID (line 28) | pub const SHORT_ID: u8 = 0x02; constant INT_ID (line 29) | pub const INT_ID: u8 = 0x03; constant LONG_ID (line 30) | pub const LONG_ID: u8 = 0x04; constant FLOAT_ID (line 31) | pub const FLOAT_ID: u8 = 0x05; constant DOUBLE_ID (line 32) | pub const DOUBLE_ID: u8 = 0x06; constant BYTE_ARRAY_ID (line 33) | pub const BYTE_ARRAY_ID: u8 = 0x07; constant STRING_ID (line 34) | pub const STRING_ID: u8 = 0x08; constant LIST_ID (line 35) | pub const LIST_ID: u8 = 0x09; constant COMPOUND_ID (line 36) | pub const COMPOUND_ID: u8 = 0x0A; constant INT_ARRAY_ID (line 37) | pub const INT_ARRAY_ID: u8 = 0x0B; constant LONG_ARRAY_ID (line 38) | pub const LONG_ARRAY_ID: u8 = 0x0C; type Error (line 41) | pub enum Error { method custom (line 61) | fn custom(msg: T) -> Self { method custom (line 67) | fn custom(msg: T) -> Self { type Nbt (line 73) | pub struct Nbt { method new (line 80) | pub const fn new(name: String, tag: NbtCompound) -> Self { method read (line 87) | pub fn read(reader: &mut NbtReadHelper) -> Result(reader: &mut NbtReadHelper) -> ... method write (line 115) | pub fn write(self) -> Bytes { method write_to_writer (line 127) | pub fn write_to_writer(self, mut writer: W) -> Result<(), io... method write_unnamed (line 134) | pub fn write_unnamed(self) -> Bytes { method write_unnamed_to_writer (line 144) | pub fn write_unnamed_to_writer(self, mut writer: W) -> Resul... method from (line 159) | fn from(value: NbtCompound) -> Self { method as_ref (line 169) | fn as_ref(&self) -> &T { method as_mut (line 175) | fn as_mut(&mut self) -> &mut NbtCompound { type Target (line 151) | type Target = NbtCompound; method deref (line 153) | fn deref(&self) -> &Self::Target { function get_nbt_string (line 180) | pub fn get_nbt_string(bytes: &mut NbtReadHelper) -> R... constant NBT_ARRAY_TAG (line 188) | pub(crate) const NBT_ARRAY_TAG: &str = "__nbt_array"; constant NBT_INT_ARRAY_TAG (line 189) | pub(crate) const NBT_INT_ARRAY_TAG: &str = "__nbt_int_array"; constant NBT_LONG_ARRAY_TAG (line 190) | pub(crate) const NBT_LONG_ARRAY_TAG: &str = "__nbt_long_array"; constant NBT_BYTE_ARRAY_TAG (line 191) | pub(crate) const NBT_BYTE_ARRAY_TAG: &str = "__nbt_byte_array"; type Test (line 226) | struct Test { function simple_ser_de_unnamed (line 236) | fn simple_ser_de_unnamed() { type TestArray (line 255) | struct TestArray { function simple_ser_de_array (line 265) | fn simple_ser_de_array() { function simple_ser_de_named (line 280) | fn simple_ser_de_named() { function simple_ser_de_array_named (line 299) | fn simple_ser_de_array_named() { type Egg (line 315) | struct Egg { type Breakfast (line 320) | struct Breakfast { type TestList (line 325) | struct TestList { function list (line 334) | fn list() { function list_named (line 374) | fn list_named() { function wrapper_compound_lists (line 412) | fn wrapper_compound_lists() { function nbt_arrays (line 494) | fn nbt_arrays() { function tuple_fail (line 576) | fn tuple_fail() { function tuple_ok (line 593) | fn tuple_ok() { FILE: pumpkin-nbt/src/nbt_compress.rs function read_gzip_compound_tag (line 15) | pub fn read_gzip_compound_tag(input: impl Read + Seek) -> Result Result... function from_gzip_bytes (line 70) | pub fn from_gzip_bytes<'a, T: serde::Deserialize<'a>, R: Read>(input: R)... function to_gzip_bytes (line 88) | pub fn to_gzip_bytes(value: &T, output: W... function to_gzip_bytes_vec (line 97) | pub fn to_gzip_bytes_vec(value: &T) -> Result = std::result::Result; type WriteAdaptor (line 14) | pub struct WriteAdaptor { function new (line 19) | pub const fn new(w: W) -> Self { function write_slice (line 46) | pub fn write_slice(&mut self, value: &[u8]) -> Result<()> { type Serializer (line 52) | pub struct Serializer { function new (line 60) | pub const fn new(output: W, name: Option) -> Self { type State (line 73) | enum State { function parse_state (line 91) | fn parse_state(&mut self, tag: u8) -> Result<()> { function to_bytes_unnamed (line 143) | pub fn to_bytes_unnamed(value: &T, w: impl Write) -> Resul... function to_bytes_named (line 150) | pub fn to_bytes_named(value: &T, name: String, w: impl Wri... function to_bytes (line 156) | pub fn to_bytes(value: &T, w: impl Write) -> Result<()> { type Ok (line 161) | type Ok = (); type Error (line 162) | type Error = Error; type SerializeSeq (line 164) | type SerializeSeq = Self; type SerializeTuple (line 165) | type SerializeTuple = Self; type SerializeTupleStruct (line 166) | type SerializeTupleStruct = Impossible<(), Error>; type SerializeTupleVariant (line 167) | type SerializeTupleVariant = Impossible<(), Error>; type SerializeMap (line 168) | type SerializeMap = Self; type SerializeStruct (line 169) | type SerializeStruct = Self; type SerializeStructVariant (line 170) | type SerializeStructVariant = Impossible<(), Error>; function serialize_bool (line 172) | fn serialize_bool(self, v: bool) -> Result<()> { function serialize_i8 (line 177) | fn serialize_i8(self, v: i8) -> Result<()> { function serialize_i16 (line 183) | fn serialize_i16(self, v: i16) -> Result<()> { function serialize_i32 (line 189) | fn serialize_i32(self, v: i32) -> Result<()> { function serialize_i64 (line 195) | fn serialize_i64(self, v: i64) -> Result<()> { function serialize_u8 (line 201) | fn serialize_u8(self, v: u8) -> Result<()> { function serialize_u16 (line 213) | fn serialize_u16(self, v: u16) -> Result<()> { function serialize_u32 (line 217) | fn serialize_u32(self, v: u32) -> Result<()> { function serialize_u64 (line 221) | fn serialize_u64(self, v: u64) -> Result<()> { function serialize_f32 (line 225) | fn serialize_f32(self, v: f32) -> Result<()> { function serialize_f64 (line 231) | fn serialize_f64(self, v: f64) -> Result<()> { function serialize_char (line 237) | fn serialize_char(self, _v: char) -> Result<()> { function serialize_str (line 241) | fn serialize_str(self, v: &str) -> Result<()> { function serialize_bytes (line 253) | fn serialize_bytes(self, v: &[u8]) -> Result<()> { function serialize_none (line 268) | fn serialize_none(self) -> Result<()> { function serialize_some (line 272) | fn serialize_some(self, value: &T) -> Result<()> { function serialize_unit (line 276) | fn serialize_unit(self) -> Result<()> { function serialize_unit_struct (line 280) | fn serialize_unit_struct(self, _name: &'static str) -> Result<()> { function serialize_unit_variant (line 284) | fn serialize_unit_variant( function serialize_newtype_struct (line 294) | fn serialize_newtype_struct( function serialize_newtype_variant (line 302) | fn serialize_newtype_variant( function serialize_seq (line 327) | fn serialize_seq(self, len: Option) -> Result { function serialize_tuple (line 369) | fn serialize_tuple(self, len: usize) -> Result { function serialize_tuple_struct (line 373) | fn serialize_tuple_struct( function serialize_tuple_variant (line 381) | fn serialize_tuple_variant( function serialize_map (line 391) | fn serialize_map(self, _len: Option) -> Result { function serialize_struct (line 396) | fn serialize_struct(self, _name: &'static str, _len: usize) -> Result bool { type Ok (line 417) | type Ok = (); type Error (line 418) | type Error = Error; function serialize_element (line 420) | fn serialize_element( function end (line 429) | fn end(self) -> Result<()> { type Ok (line 435) | type Ok = (); type Error (line 436) | type Error = Error; function serialize_element (line 438) | fn serialize_element(&mut self, value: &T) -> Res... function end (line 444) | fn end(self) -> Result<()> { type Ok (line 450) | type Ok = (); type Error (line 451) | type Error = Error; function serialize_field (line 453) | fn serialize_field( function end (line 462) | fn end(self) -> Result<()> { type Ok (line 469) | type Ok = (); type Error (line 470) | type Error = Error; function serialize_key (line 472) | fn serialize_key( function serialize_value (line 480) | fn serialize_value( function end (line 487) | fn end(self) -> Result<()> { FILE: pumpkin-nbt/src/tag.rs type NbtTag (line 15) | pub enum NbtTag { method get_type_id (line 34) | pub const fn get_type_id(&self) -> u8 { method serialize (line 40) | pub fn serialize(self, w: &mut WriteAdaptor) -> serialize... method write_string (line 46) | pub fn write_string(string: &str, w: &mut WriteAdaptor) -... method get_list_element_type_id (line 62) | fn get_list_element_type_id(vec: &Vec) -> u8 { method flatten (line 79) | fn flatten(tag: Self) -> Self { method is_wrapper_compound (line 96) | fn is_wrapper_compound(compound: &NbtCompound) -> bool { method wrap_tag_if_needed (line 102) | fn wrap_tag_if_needed(element_type: u8, tag: Self) -> Self { method wrap_tag (line 116) | fn wrap_tag(tag: Self) -> Self { method serialize_data (line 122) | pub fn serialize_data(self, w: &mut WriteAdaptor) -> seri... method deserialize (line 190) | pub fn deserialize(reader: &mut NbtReadHelper) -> R... method skip_data (line 195) | pub fn skip_data( method deserialize_data (line 250) | pub fn deserialize_data( method extract_byte (line 340) | pub const fn extract_byte(&self) -> Option { method extract_short (line 348) | pub const fn extract_short(&self) -> Option { method extract_int (line 356) | pub const fn extract_int(&self) -> Option { method extract_long (line 364) | pub const fn extract_long(&self) -> Option { method extract_float (line 372) | pub const fn extract_float(&self) -> Option { method extract_double (line 380) | pub const fn extract_double(&self) -> Option { method extract_bool (line 388) | pub fn extract_bool(&self) -> Option { method extract_byte_array (line 396) | pub fn extract_byte_array(&self) -> Option<&[u8]> { method extract_string (line 404) | pub fn extract_string(&self) -> Option<&str> { method extract_list (line 412) | pub fn extract_list(&self) -> Option<&[Self]> { method extract_compound (line 420) | pub const fn extract_compound(&self) -> Option<&NbtCompound> { method extract_int_array (line 428) | pub fn extract_int_array(&self) -> Option<&[i32]> { method extract_long_array (line 436) | pub fn extract_long_array(&self) -> Option<&[i64]> { method from (line 445) | fn from(value: &str) -> Self { method from (line 451) | fn from(value: &[u8]) -> Self { method from (line 459) | fn from(value: f32) -> Self { method from (line 465) | fn from(value: f64) -> Self { method from (line 471) | fn from(value: bool) -> Self { method deserialize (line 504) | fn deserialize>(deserializer: D) -> Result... method serialize (line 477) | fn serialize(&self, serializer: S) -> Result(self, handler:... method execute (line 47) | pub fn execute(self, handler:... FILE: pumpkin-plugin-api/src/events.rs type FromIntoEvent (line 21) | pub trait FromIntoEvent: Sized { constant EVENT_TYPE (line 22) | const EVENT_TYPE: EventType; method data_from_event (line 25) | fn data_from_event(event: Event) -> Self::Data; method data_into_event (line 26) | fn data_into_event(data: Self::Data) -> Event; constant EVENT_TYPE (line 33) | const EVENT_TYPE: EventType = EventType::PlayerJoinEvent; type Data (line 34) | type Data = PlayerJoinEventData; method data_from_event (line 36) | fn data_from_event(event: Event) -> Self::Data { method data_into_event (line 43) | fn data_into_event(data: Self::Data) -> Event { constant EVENT_TYPE (line 50) | const EVENT_TYPE: EventType = EventType::PlayerLeaveEvent; type Data (line 51) | type Data = PlayerLeaveEventData; method data_from_event (line 53) | fn data_from_event(event: Event) -> Self::Data { method data_into_event (line 60) | fn data_into_event(data: Self::Data) -> Event { type EventData (line 29) | pub type EventData = ::Data; type PlayerJoinEvent (line 31) | pub struct PlayerJoinEvent; type PlayerLeaveEvent (line 48) | pub struct PlayerLeaveEvent; type BoxFuture (line 65) | pub type BoxFuture<'a, T> = Pin + Send + 'a>>; type EventHandler (line 66) | pub trait EventHandler { method handle (line 67) | fn handle(&self, server: Server, event: E::Data) -> E::Data; type ErasedEventHandler (line 70) | pub(crate) trait ErasedEventHandler: Send + Sync { method handle_erased (line 71) | fn handle_erased(&self, server: Server, event: Event) -> Event; method handle_erased (line 82) | fn handle_erased(&self, server: Server, event: Event) -> Event { type HandlerWrapper (line 74) | struct HandlerWrapper { method register_event_handler (line 94) | pub fn register_event_handler< FILE: pumpkin-plugin-api/src/lib.rs type Component (line 38) | struct Component; method get_metadata (line 47) | fn get_metadata() -> wit::exports::pumpkin::plugin::metadata::PluginMe... method on_load (line 59) | fn on_load(context: Context) -> Result<(), String> { method on_unload (line 63) | fn on_unload(context: Context) -> Result<(), String> { method handle_event (line 67) | fn handle_event(event_id: u32, server: Server, event: events::Event) -... method handle_command (line 76) | fn handle_command( type PluginMetadata (line 39) | pub struct PluginMetadata { type Result (line 93) | pub type Result = core::result::Result; type Plugin (line 96) | pub trait Plugin: Send + Sync { method new (line 98) | fn new() -> Self method metadata (line 103) | fn metadata(&self) -> PluginMetadata; method on_load (line 106) | fn on_load(&mut self, _context: Context) -> Result<()> { method on_unload (line 111) | fn on_unload(&mut self, _context: Context) -> Result<()> { function register_plugin (line 117) | pub fn register_plugin(build_plugin: fn() -> Box) { function plugin (line 122) | fn plugin() -> &'static mut dyn Plugin { FILE: pumpkin-plugin-api/src/logging.rs type WitSubscriber (line 7) | pub(crate) struct WitSubscriber { method new (line 12) | pub fn new() -> Self { method enabled (line 20) | fn enabled(&self, _metadata: &tracing::Metadata<'_>) -> bool { method new_span (line 24) | fn new_span(&self, _attrs: &tracing::span::Attributes<'_>) -> tracing:... method record (line 29) | fn record(&self, _span: &tracing::span::Id, _values: &tracing::span::R... method record_follows_from (line 31) | fn record_follows_from(&self, _span: &tracing::span::Id, _follows: &tr... method event (line 33) | fn event(&self, event: &tracing::Event<'_>) { method enter (line 39) | fn enter(&self, _span: &tracing::span::Id) {} method exit (line 41) | fn exit(&self, _span: &tracing::span::Id) {} type LogLevel (line 46) | pub enum LogLevel { method to_wit (line 55) | fn to_wit(self) -> wit::pumpkin::plugin::logging::Level { function log (line 66) | pub fn log(level: LogLevel, message: &str) { FILE: pumpkin-protocol/fuzz/fuzz_targets/decoder_java.rs function fuzz_all_deserializers (line 35) | fn fuzz_all_deserializers(payload: &[u8]) { FILE: pumpkin-protocol/src/bedrock/ack.rs constant MAX_ACK_RECORDS (line 5) | const MAX_ACK_RECORDS: u16 = 4096; type Ack (line 13) | pub struct Ack { method new (line 19) | pub const fn new(sequences: Vec) -> Self { method write_range (line 23) | fn write_range(start: u32, end: u32, writer: &mut W) -> Resu... method read (line 34) | pub fn read(reader: &mut R) -> Result { method write (line 60) | pub fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/client/chunk_radius_update.rs type CChunkRadiusUpdate (line 7) | pub struct CChunkRadiusUpdate { FILE: pumpkin-protocol/src/bedrock/client/container_open.rs type CContainerOpen (line 10) | pub struct CContainerOpen { FILE: pumpkin-protocol/src/bedrock/client/correct_player_move.rs type CCorrectPlayerMove (line 8) | pub struct CCorrectPlayerMove { FILE: pumpkin-protocol/src/bedrock/client/creative_content.rs type CreativeContent (line 10) | pub struct CreativeContent<'a> { method write (line 17) | fn write(&self, writer: &mut W) -> Result<(), Error> { type CreativeCategory (line 33) | enum CreativeCategory { type Group (line 43) | pub struct Group { type Entry (line 50) | pub struct Entry { FILE: pumpkin-protocol/src/bedrock/client/disconnect_player.rs type CDisconnectPlayer (line 7) | pub struct CDisconnectPlayer { method new (line 17) | pub const fn new(reason: i32, message: String) -> Self { method write (line 28) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/client/gamerules_changed.rs type CGamerulesChanged (line 7) | pub struct CGamerulesChanged { type GameRules (line 12) | pub struct GameRules { FILE: pumpkin-protocol/src/bedrock/client/handshake.rs type CHandshake (line 6) | pub struct CHandshake { method new (line 12) | pub const fn new(jwt_data: String) -> Self { FILE: pumpkin-protocol/src/bedrock/client/inventory_content.rs type CInventoryContent (line 10) | pub struct CInventoryContent { FILE: pumpkin-protocol/src/bedrock/client/level_chunk.rs constant VERSION (line 10) | const VERSION: u8 = 9; type CLevelChunk (line 13) | pub struct CLevelChunk<'a> { method write (line 24) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/client/move_player.rs type CMovePlayer (line 8) | pub struct CMovePlayer { constant MODE_NORMAL (line 22) | pub const MODE_NORMAL: u8 = 0; constant MODE_RESET (line 23) | pub const MODE_RESET: u8 = 1; constant MODE_TELEPORT (line 24) | pub const MODE_TELEPORT: u8 = 2; constant MODE_PITCH (line 25) | pub const MODE_PITCH: u8 = 3; FILE: pumpkin-protocol/src/bedrock/client/network_chunk_publisher_update.rs type CNetworkChunkPublisherUpdate (line 12) | pub struct CNetworkChunkPublisherUpdate { method new (line 23) | pub const fn new(pos_for_view: BlockPos, new_radius: u32) -> Self { method write (line 33) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/client/network_settings.rs type CNetworkSettings (line 7) | pub struct CNetworkSettings { method new (line 17) | pub const fn new( FILE: pumpkin-protocol/src/bedrock/client/play_status.rs type CPlayStatus (line 9) | pub enum CPlayStatus { method write (line 23) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/client/player_hotbar.rs type CPlayerHotbar (line 7) | pub struct CPlayerHotbar { FILE: pumpkin-protocol/src/bedrock/client/raknet/connection.rs type CConnectedPong (line 8) | pub struct CConnectedPong { method new (line 16) | pub const fn new(ping: u64, pong: u64) -> Self { type CConnectionRequestAccepted (line 23) | pub struct CConnectionRequestAccepted { method new (line 33) | pub const fn new( FILE: pumpkin-protocol/src/bedrock/client/raknet/open_connection.rs type COpenConnectionReply1 (line 9) | pub struct COpenConnectionReply1 { method new (line 20) | pub const fn new(server_guid: u64, has_server_security: bool, mtu: u16... type COpenConnectionReply2 (line 33) | pub struct COpenConnectionReply2 { method new (line 43) | pub const fn new( FILE: pumpkin-protocol/src/bedrock/client/raknet/unconnected_pong.rs type CUnconnectedPong (line 9) | pub struct CUnconnectedPong { method new (line 65) | pub const fn new(time: u64, server_guid: u64, magic: [u8; 16], server_... method write (line 17) | fn write(&self, writer: &mut W) -> Result<(), Error> { type ServerInfo (line 26) | pub struct ServerInfo { method fmt (line 43) | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { FILE: pumpkin-protocol/src/bedrock/client/resource_pack_stack.rs type CResourcePackStackPacket (line 9) | pub struct CResourcePackStackPacket { method new (line 21) | pub const fn new( FILE: pumpkin-protocol/src/bedrock/client/resource_packs_info.rs type CResourcePacksInfo (line 7) | pub struct CResourcePacksInfo { method new (line 20) | pub const fn new( FILE: pumpkin-protocol/src/bedrock/client/set_actor_data.rs type CSetActorData (line 12) | pub struct CSetActorData { type EntityMetadata (line 24) | pub struct EntityMetadata(pub HashMap); method set (line 27) | pub fn set(&mut self, key: u32, value: MetadataValue) { method set_flag (line 31) | pub fn set_flag(&mut self, flag_index: u32) { method write (line 49) | fn write(&self, writer: &mut W) -> Result<(), Error> { type MetadataValue (line 61) | pub enum MetadataValue { method type_id (line 75) | pub const fn type_id(&self) -> u32 { method write (line 89) | pub fn write(&self, writer: &mut W) -> Result<(), Error> { type PropertySyncData (line 107) | pub struct PropertySyncData { method write (line 113) | fn write(&self, writer: &mut W) -> Result<(), Error> { constant FLAGS (line 131) | pub const FLAGS: u32 = 0; constant STRUCTURAL_INTEGRITY (line 132) | pub const STRUCTURAL_INTEGRITY: u32 = 1; constant VARIANT (line 133) | pub const VARIANT: u32 = 2; constant COLOR_INDEX (line 134) | pub const COLOR_INDEX: u32 = 3; constant NAME (line 135) | pub const NAME: u32 = 4; constant OWNER (line 136) | pub const OWNER: u32 = 5; constant TARGET (line 137) | pub const TARGET: u32 = 6; constant AIR_SUPPLY (line 138) | pub const AIR_SUPPLY: u32 = 7; constant EFFECT_COLOR (line 139) | pub const EFFECT_COLOR: u32 = 8; constant EFFECT_AMBIENCE (line 140) | pub const EFFECT_AMBIENCE: u32 = 9; constant JUMP_DURATION (line 141) | pub const JUMP_DURATION: u32 = 10; constant HURT (line 142) | pub const HURT: u32 = 11; constant HURT_DIRECTION (line 143) | pub const HURT_DIRECTION: u32 = 12; constant ROW_TIME_LEFT (line 144) | pub const ROW_TIME_LEFT: u32 = 13; constant ROW_TIME_RIGHT (line 145) | pub const ROW_TIME_RIGHT: u32 = 14; constant VALUE (line 146) | pub const VALUE: u32 = 15; constant DISPLAY_TILE_RUNTIME_ID (line 147) | pub const DISPLAY_TILE_RUNTIME_ID: u32 = 16; constant DISPLAY_OFFSET (line 148) | pub const DISPLAY_OFFSET: u32 = 17; constant CUSTOM_DISPLAY (line 149) | pub const CUSTOM_DISPLAY: u32 = 18; constant SWELL (line 150) | pub const SWELL: u32 = 19; constant OLD_SWELL (line 151) | pub const OLD_SWELL: u32 = 20; constant SWELL_DIRECTION (line 152) | pub const SWELL_DIRECTION: u32 = 21; constant CHARGE_AMOUNT (line 153) | pub const CHARGE_AMOUNT: u32 = 22; constant CARRY_BLOCK_RUNTIME_ID (line 154) | pub const CARRY_BLOCK_RUNTIME_ID: u32 = 23; constant CLIENT_EVENT (line 155) | pub const CLIENT_EVENT: u32 = 24; constant USING_ITEM (line 156) | pub const USING_ITEM: u32 = 25; constant PLAYER_FLAGS (line 157) | pub const PLAYER_FLAGS: u32 = 26; constant PLAYER_INDEX (line 158) | pub const PLAYER_INDEX: u32 = 27; constant BED_POSITION (line 159) | pub const BED_POSITION: u32 = 28; constant POWER_X (line 160) | pub const POWER_X: u32 = 29; constant POWER_Y (line 161) | pub const POWER_Y: u32 = 30; constant POWER_Z (line 162) | pub const POWER_Z: u32 = 31; constant AUX_POWER (line 163) | pub const AUX_POWER: u32 = 32; constant FISH_X (line 164) | pub const FISH_X: u32 = 33; constant FISH_Z (line 165) | pub const FISH_Z: u32 = 34; constant FISH_ANGLE (line 166) | pub const FISH_ANGLE: u32 = 35; constant AUX_VALUE_DATA (line 167) | pub const AUX_VALUE_DATA: u32 = 36; constant LEASH_HOLDER (line 168) | pub const LEASH_HOLDER: u32 = 37; constant SCALE (line 169) | pub const SCALE: u32 = 38; constant HAS_NPC (line 170) | pub const HAS_NPC: u32 = 39; constant NPC_DATA (line 171) | pub const NPC_DATA: u32 = 40; constant ACTIONS (line 172) | pub const ACTIONS: u32 = 41; constant AIR_SUPPLY_MAX (line 173) | pub const AIR_SUPPLY_MAX: u32 = 42; constant MARK_VARIANT (line 174) | pub const MARK_VARIANT: u32 = 43; constant CONTAINER_TYPE (line 175) | pub const CONTAINER_TYPE: u32 = 44; constant CONTAINER_SIZE (line 176) | pub const CONTAINER_SIZE: u32 = 45; constant CONTAINER_STRENGTH_MODIFIER (line 177) | pub const CONTAINER_STRENGTH_MODIFIER: u32 = 46; constant BLOCK_TARGET (line 178) | pub const BLOCK_TARGET: u32 = 47; constant INVULNERABLE_TICKS (line 179) | pub const INVULNERABLE_TICKS: u32 = 48; constant TARGET_A (line 180) | pub const TARGET_A: u32 = 49; constant TARGET_B (line 181) | pub const TARGET_B: u32 = 50; constant TARGET_C (line 182) | pub const TARGET_C: u32 = 51; constant AERIAL_ATTACK (line 183) | pub const AERIAL_ATTACK: u32 = 52; constant WIDTH (line 184) | pub const WIDTH: u32 = 53; constant HEIGHT (line 185) | pub const HEIGHT: u32 = 54; constant FUSE_TIME (line 186) | pub const FUSE_TIME: u32 = 55; constant SEAT_OFFSET (line 187) | pub const SEAT_OFFSET: u32 = 56; constant SEAT_LOCK_PASSENGER_ROTATION (line 188) | pub const SEAT_LOCK_PASSENGER_ROTATION: u32 = 57; constant SEAT_LOCK_PASSENGER_ROTATION_DEGREES (line 189) | pub const SEAT_LOCK_PASSENGER_ROTATION_DEGREES: u32 = 58; constant SEAT_ROTATION_OFFSET (line 190) | pub const SEAT_ROTATION_OFFSET: u32 = 59; constant SEAT_ROTATION_OFFSET_DEGREES (line 191) | pub const SEAT_ROTATION_OFFSET_DEGREES: u32 = 60; constant DATA_RADIUS (line 192) | pub const DATA_RADIUS: u32 = 61; constant DATA_WAITING (line 193) | pub const DATA_WAITING: u32 = 62; constant DATA_PARTICLE (line 194) | pub const DATA_PARTICLE: u32 = 63; constant PEEK_ID (line 195) | pub const PEEK_ID: u32 = 64; constant ATTACH_FACE (line 196) | pub const ATTACH_FACE: u32 = 65; constant ATTACHED (line 197) | pub const ATTACHED: u32 = 66; constant ATTACHED_POSITION (line 198) | pub const ATTACHED_POSITION: u32 = 67; constant TRADE_TARGET (line 199) | pub const TRADE_TARGET: u32 = 68; constant CAREER (line 200) | pub const CAREER: u32 = 69; constant HAS_COMMAND_BLOCK (line 201) | pub const HAS_COMMAND_BLOCK: u32 = 70; constant COMMAND_NAME (line 202) | pub const COMMAND_NAME: u32 = 71; constant LAST_COMMAND_OUTPUT (line 203) | pub const LAST_COMMAND_OUTPUT: u32 = 72; constant TRACK_COMMAND_OUTPUT (line 204) | pub const TRACK_COMMAND_OUTPUT: u32 = 73; constant CONTROLLING_SEAT_INDEX (line 205) | pub const CONTROLLING_SEAT_INDEX: u32 = 74; constant STRENGTH (line 206) | pub const STRENGTH: u32 = 75; constant STRENGTH_MAX (line 207) | pub const STRENGTH_MAX: u32 = 76; constant DATA_SPELL_CASTING_COLOR (line 208) | pub const DATA_SPELL_CASTING_COLOR: u32 = 77; constant DATA_LIFETIME_TICKS (line 209) | pub const DATA_LIFETIME_TICKS: u32 = 78; constant POSE_INDEX (line 210) | pub const POSE_INDEX: u32 = 79; constant DATA_TICK_OFFSET (line 211) | pub const DATA_TICK_OFFSET: u32 = 80; constant ALWAYS_SHOW_NAME_TAG (line 212) | pub const ALWAYS_SHOW_NAME_TAG: u32 = 81; constant COLOR_TWO_INDEX (line 213) | pub const COLOR_TWO_INDEX: u32 = 82; constant NAME_AUTHOR (line 214) | pub const NAME_AUTHOR: u32 = 83; constant SCORE (line 215) | pub const SCORE: u32 = 84; constant BALLOON_ANCHOR (line 216) | pub const BALLOON_ANCHOR: u32 = 85; constant PUFFED_STATE (line 217) | pub const PUFFED_STATE: u32 = 86; constant BUBBLE_TIME (line 218) | pub const BUBBLE_TIME: u32 = 87; constant AGENT (line 219) | pub const AGENT: u32 = 88; constant SITTING_AMOUNT (line 220) | pub const SITTING_AMOUNT: u32 = 89; constant SITTING_AMOUNT_PREVIOUS (line 221) | pub const SITTING_AMOUNT_PREVIOUS: u32 = 90; constant EATING_COUNTER (line 222) | pub const EATING_COUNTER: u32 = 91; constant FLAGS_TWO (line 223) | pub const FLAGS_TWO: u32 = 92; constant LAYING_AMOUNT (line 224) | pub const LAYING_AMOUNT: u32 = 93; constant LAYING_AMOUNT_PREVIOUS (line 225) | pub const LAYING_AMOUNT_PREVIOUS: u32 = 94; constant DATA_DURATION (line 226) | pub const DATA_DURATION: u32 = 95; constant DATA_SPAWN_TIME (line 227) | pub const DATA_SPAWN_TIME: u32 = 96; constant DATA_CHANGE_RATE (line 228) | pub const DATA_CHANGE_RATE: u32 = 97; constant DATA_CHANGE_ON_PICKUP (line 229) | pub const DATA_CHANGE_ON_PICKUP: u32 = 98; constant DATA_PICKUP_COUNT (line 230) | pub const DATA_PICKUP_COUNT: u32 = 99; constant INTERACT_TEXT (line 231) | pub const INTERACT_TEXT: u32 = 100; constant TRADE_TIER (line 232) | pub const TRADE_TIER: u32 = 101; constant MAX_TRADE_TIER (line 233) | pub const MAX_TRADE_TIER: u32 = 102; constant TRADE_EXPERIENCE (line 234) | pub const TRADE_EXPERIENCE: u32 = 103; constant SKIN_ID (line 235) | pub const SKIN_ID: u32 = 104; constant SPAWNING_FRAMES (line 236) | pub const SPAWNING_FRAMES: u32 = 105; constant COMMAND_BLOCK_TICK_DELAY (line 237) | pub const COMMAND_BLOCK_TICK_DELAY: u32 = 106; constant COMMAND_BLOCK_EXECUTE_ON_FIRST_TICK (line 238) | pub const COMMAND_BLOCK_EXECUTE_ON_FIRST_TICK: u32 = 107; constant AMBIENT_SOUND_INTERVAL (line 239) | pub const AMBIENT_SOUND_INTERVAL: u32 = 108; constant AMBIENT_SOUND_INTERVAL_RANGE (line 240) | pub const AMBIENT_SOUND_INTERVAL_RANGE: u32 = 109; constant AMBIENT_SOUND_EVENT_NAME (line 241) | pub const AMBIENT_SOUND_EVENT_NAME: u32 = 110; constant FALL_DAMAGE_MULTIPLIER (line 242) | pub const FALL_DAMAGE_MULTIPLIER: u32 = 111; constant NAME_RAW_TEXT (line 243) | pub const NAME_RAW_TEXT: u32 = 112; constant CAN_RIDE_TARGET (line 244) | pub const CAN_RIDE_TARGET: u32 = 113; constant LOW_TIER_CURED_TRADE_DISCOUNT (line 245) | pub const LOW_TIER_CURED_TRADE_DISCOUNT: u32 = 114; constant HIGH_TIER_CURED_TRADE_DISCOUNT (line 246) | pub const HIGH_TIER_CURED_TRADE_DISCOUNT: u32 = 115; constant NEARBY_CURED_TRADE_DISCOUNT (line 247) | pub const NEARBY_CURED_TRADE_DISCOUNT: u32 = 116; constant NEARBY_CURED_DISCOUNT_TIME_STAMP (line 248) | pub const NEARBY_CURED_DISCOUNT_TIME_STAMP: u32 = 117; constant HIT_BOX (line 249) | pub const HIT_BOX: u32 = 118; constant IS_BUOYANT (line 250) | pub const IS_BUOYANT: u32 = 119; constant FREEZING_EFFECT_STRENGTH (line 251) | pub const FREEZING_EFFECT_STRENGTH: u32 = 120; constant BUOYANCY_DATA (line 252) | pub const BUOYANCY_DATA: u32 = 121; constant GOAT_HORN_COUNT (line 253) | pub const GOAT_HORN_COUNT: u32 = 122; constant BASE_RUNTIME_ID (line 254) | pub const BASE_RUNTIME_ID: u32 = 123; constant MOVEMENT_SOUND_DISTANCE_OFFSET (line 255) | pub const MOVEMENT_SOUND_DISTANCE_OFFSET: u32 = 124; constant HEARTBEAT_INTERVAL_TICKS (line 256) | pub const HEARTBEAT_INTERVAL_TICKS: u32 = 125; constant HEARTBEAT_SOUND_EVENT (line 257) | pub const HEARTBEAT_SOUND_EVENT: u32 = 126; constant PLAYER_LAST_DEATH_POSITION (line 258) | pub const PLAYER_LAST_DEATH_POSITION: u32 = 127; constant PLAYER_LAST_DEATH_DIMENSION (line 259) | pub const PLAYER_LAST_DEATH_DIMENSION: u32 = 128; constant PLAYER_HAS_DIED (line 260) | pub const PLAYER_HAS_DIED: u32 = 129; constant COLLISION_BOX (line 261) | pub const COLLISION_BOX: u32 = 130; constant VISIBLE_MOB_EFFECTS (line 262) | pub const VISIBLE_MOB_EFFECTS: u32 = 131; constant FILTERED_NAME (line 263) | pub const FILTERED_NAME: u32 = 132; constant ENTER_BED_POSITION (line 264) | pub const ENTER_BED_POSITION: u32 = 133; constant SEAT_THIRD_PERSON_CAMERA_RADIUS (line 265) | pub const SEAT_THIRD_PERSON_CAMERA_RADIUS: u32 = 134; constant SEAT_CAMERA_RELAX_DISTANCE_SMOOTHING (line 266) | pub const SEAT_CAMERA_RELAX_DISTANCE_SMOOTHING: u32 = 135; constant ON_FIRE (line 270) | pub const ON_FIRE: u32 = 0; constant SNEAKING (line 271) | pub const SNEAKING: u32 = 1; constant RIDING (line 272) | pub const RIDING: u32 = 2; constant SPRINTING (line 273) | pub const SPRINTING: u32 = 3; constant USING_ITEM (line 274) | pub const USING_ITEM: u32 = 4; constant INVISIBLE (line 275) | pub const INVISIBLE: u32 = 5; constant TEMPTED (line 276) | pub const TEMPTED: u32 = 6; constant IN_LOVE (line 277) | pub const IN_LOVE: u32 = 7; constant SADDLED (line 278) | pub const SADDLED: u32 = 8; constant POWERED (line 279) | pub const POWERED: u32 = 9; constant IGNITED (line 280) | pub const IGNITED: u32 = 10; constant BABY (line 281) | pub const BABY: u32 = 11; constant CONVERTING (line 282) | pub const CONVERTING: u32 = 12; constant CRITICAL (line 283) | pub const CRITICAL: u32 = 13; constant SHOW_NAME (line 284) | pub const SHOW_NAME: u32 = 14; constant ALWAYS_SHOW_NAME (line 285) | pub const ALWAYS_SHOW_NAME: u32 = 15; constant NO_AI (line 286) | pub const NO_AI: u32 = 16; constant SILENT (line 287) | pub const SILENT: u32 = 17; constant WALL_CLIMBING (line 288) | pub const WALL_CLIMBING: u32 = 18; constant CLIMB (line 289) | pub const CLIMB: u32 = 19; constant SWIM (line 290) | pub const SWIM: u32 = 20; constant FLY (line 291) | pub const FLY: u32 = 21; constant WALK (line 292) | pub const WALK: u32 = 22; constant RESTING (line 293) | pub const RESTING: u32 = 23; constant SITTING (line 294) | pub const SITTING: u32 = 24; constant ANGRY (line 295) | pub const ANGRY: u32 = 25; constant INTERESTED (line 296) | pub const INTERESTED: u32 = 26; constant CHARGED (line 297) | pub const CHARGED: u32 = 27; constant TAMED (line 298) | pub const TAMED: u32 = 28; constant ORPHANED (line 299) | pub const ORPHANED: u32 = 29; constant LEASHED (line 300) | pub const LEASHED: u32 = 30; constant SHEARED (line 301) | pub const SHEARED: u32 = 31; constant GLIDING (line 302) | pub const GLIDING: u32 = 32; constant ELDER (line 303) | pub const ELDER: u32 = 33; constant MOVING (line 304) | pub const MOVING: u32 = 34; constant BREATHING (line 305) | pub const BREATHING: u32 = 35; constant CHESTED (line 306) | pub const CHESTED: u32 = 36; constant STACKABLE (line 307) | pub const STACKABLE: u32 = 37; constant SHOW_BOTTOM (line 308) | pub const SHOW_BOTTOM: u32 = 38; constant STANDING (line 309) | pub const STANDING: u32 = 39; constant SHAKING (line 310) | pub const SHAKING: u32 = 40; constant IDLING (line 311) | pub const IDLING: u32 = 41; constant CASTING (line 312) | pub const CASTING: u32 = 42; constant CHARGING (line 313) | pub const CHARGING: u32 = 43; constant KEYBOARD_CONTROLLED (line 314) | pub const KEYBOARD_CONTROLLED: u32 = 44; constant POWER_JUMP (line 315) | pub const POWER_JUMP: u32 = 45; constant DASH (line 316) | pub const DASH: u32 = 46; constant LINGERING (line 317) | pub const LINGERING: u32 = 47; constant HAS_COLLISION (line 318) | pub const HAS_COLLISION: u32 = 48; constant HAS_GRAVITY (line 319) | pub const HAS_GRAVITY: u32 = 49; constant FIRE_IMMUNE (line 320) | pub const FIRE_IMMUNE: u32 = 50; constant DANCING (line 321) | pub const DANCING: u32 = 51; constant ENCHANTED (line 322) | pub const ENCHANTED: u32 = 52; constant RETURN_TRIDENT (line 323) | pub const RETURN_TRIDENT: u32 = 53; constant CONTAINER_PRIVATE (line 324) | pub const CONTAINER_PRIVATE: u32 = 54; constant TRANSFORMING (line 325) | pub const TRANSFORMING: u32 = 55; constant DAMAGE_NEARBY_MOBS (line 326) | pub const DAMAGE_NEARBY_MOBS: u32 = 56; constant SWIMMING (line 327) | pub const SWIMMING: u32 = 57; constant BRIBED (line 328) | pub const BRIBED: u32 = 58; constant PREGNANT (line 329) | pub const PREGNANT: u32 = 59; constant LAYING_EGG (line 330) | pub const LAYING_EGG: u32 = 60; constant PASSENGER_CAN_PICK (line 331) | pub const PASSENGER_CAN_PICK: u32 = 61; constant TRANSITION_SITTING (line 332) | pub const TRANSITION_SITTING: u32 = 62; constant EATING (line 333) | pub const EATING: u32 = 63; constant LAYING_DOWN (line 334) | pub const LAYING_DOWN: u32 = 64; constant SNEEZING (line 335) | pub const SNEEZING: u32 = 65; constant TRUSTING (line 336) | pub const TRUSTING: u32 = 66; constant ROLLING (line 337) | pub const ROLLING: u32 = 67; constant SCARED (line 338) | pub const SCARED: u32 = 68; constant IN_SCAFFOLDING (line 339) | pub const IN_SCAFFOLDING: u32 = 69; constant OVER_SCAFFOLDING (line 340) | pub const OVER_SCAFFOLDING: u32 = 70; constant DESCEND_THROUGH_BLOCK (line 341) | pub const DESCEND_THROUGH_BLOCK: u32 = 71; constant BLOCKING (line 342) | pub const BLOCKING: u32 = 72; constant TRANSITION_BLOCKING (line 343) | pub const TRANSITION_BLOCKING: u32 = 73; constant BLOCKED_USING_SHIELD (line 344) | pub const BLOCKED_USING_SHIELD: u32 = 74; constant BLOCKED_USING_DAMAGED_SHIELD (line 345) | pub const BLOCKED_USING_DAMAGED_SHIELD: u32 = 75; constant SLEEPING (line 346) | pub const SLEEPING: u32 = 76; constant WANTS_TO_WAKE (line 347) | pub const WANTS_TO_WAKE: u32 = 77; constant TRADE_INTEREST (line 348) | pub const TRADE_INTEREST: u32 = 78; constant DOOR_BREAKER (line 349) | pub const DOOR_BREAKER: u32 = 79; constant BREAKING_OBSTRUCTION (line 350) | pub const BREAKING_OBSTRUCTION: u32 = 80; constant DOOR_OPENER (line 351) | pub const DOOR_OPENER: u32 = 81; constant CAPTAIN (line 352) | pub const CAPTAIN: u32 = 82; constant STUNNED (line 353) | pub const STUNNED: u32 = 83; constant ROARING (line 354) | pub const ROARING: u32 = 84; constant DELAYED_ATTACK (line 355) | pub const DELAYED_ATTACK: u32 = 85; constant AVOIDING_MOBS (line 356) | pub const AVOIDING_MOBS: u32 = 86; constant AVOIDING_BLOCK (line 357) | pub const AVOIDING_BLOCK: u32 = 87; constant FACING_TARGET_TO_RANGE_ATTACK (line 358) | pub const FACING_TARGET_TO_RANGE_ATTACK: u32 = 88; constant HIDDEN_WHEN_INVISIBLE (line 359) | pub const HIDDEN_WHEN_INVISIBLE: u32 = 89; constant IN_UI (line 360) | pub const IN_UI: u32 = 90; constant STALKING (line 361) | pub const STALKING: u32 = 91; constant EMOTING (line 362) | pub const EMOTING: u32 = 92; constant CELEBRATING (line 363) | pub const CELEBRATING: u32 = 93; constant ADMIRING (line 364) | pub const ADMIRING: u32 = 94; constant CELEBRATING_SPECIAL (line 365) | pub const CELEBRATING_SPECIAL: u32 = 95; constant OUT_OF_CONTROL (line 366) | pub const OUT_OF_CONTROL: u32 = 96; constant RAM_ATTACK (line 367) | pub const RAM_ATTACK: u32 = 97; constant PLAYING_DEAD (line 368) | pub const PLAYING_DEAD: u32 = 98; constant IN_ASCENDING_BLOCK (line 369) | pub const IN_ASCENDING_BLOCK: u32 = 99; constant OVER_DESCENDING_BLOCK (line 370) | pub const OVER_DESCENDING_BLOCK: u32 = 100; constant CROAKING (line 371) | pub const CROAKING: u32 = 101; constant DIGEST_MOB (line 372) | pub const DIGEST_MOB: u32 = 102; constant JUMP_GOAL (line 373) | pub const JUMP_GOAL: u32 = 103; constant EMERGING (line 374) | pub const EMERGING: u32 = 104; constant SNIFFING (line 375) | pub const SNIFFING: u32 = 105; constant DIGGING (line 376) | pub const DIGGING: u32 = 106; constant SONIC_BOOM (line 377) | pub const SONIC_BOOM: u32 = 107; constant HAS_DASH_TIMEOUT (line 378) | pub const HAS_DASH_TIMEOUT: u32 = 108; constant PUSH_TOWARDS_CLOSEST_SPACE (line 379) | pub const PUSH_TOWARDS_CLOSEST_SPACE: u32 = 109; constant SCENTING (line 380) | pub const SCENTING: u32 = 110; constant RISING (line 381) | pub const RISING: u32 = 111; constant FEELING_HAPPY (line 382) | pub const FEELING_HAPPY: u32 = 112; constant SEARCHING (line 383) | pub const SEARCHING: u32 = 113; constant CRAWLING (line 384) | pub const CRAWLING: u32 = 114; constant TIMER_FLAG_1 (line 385) | pub const TIMER_FLAG_1: u32 = 115; constant TIMER_FLAG_2 (line 386) | pub const TIMER_FLAG_2: u32 = 116; constant TIMER_FLAG_3 (line 387) | pub const TIMER_FLAG_3: u32 = 117; constant BODY_ROTATION_BLOCKED (line 388) | pub const BODY_ROTATION_BLOCKED: u32 = 118; constant RENDER_WHEN_INVISIBLE (line 389) | pub const RENDER_WHEN_INVISIBLE: u32 = 119; constant BODY_ROTATION_AXIS_ALIGNED (line 390) | pub const BODY_ROTATION_AXIS_ALIGNED: u32 = 120; constant COLLIDABLE (line 391) | pub const COLLIDABLE: u32 = 121; constant WASD_AIR_CONTROLLED (line 392) | pub const WASD_AIR_CONTROLLED: u32 = 122; constant DOES_SERVER_AUTH_ONLY_DISMOUNT (line 393) | pub const DOES_SERVER_AUTH_ONLY_DISMOUNT: u32 = 123; constant BODY_ROTATION_ALWAYS_FOLLOWS_HEAD (line 394) | pub const BODY_ROTATION_ALWAYS_FOLLOWS_HEAD: u32 = 124; constant CAN_USE_VERTICAL_MOVEMENT_ACTION (line 395) | pub const CAN_USE_VERTICAL_MOVEMENT_ACTION: u32 = 125; constant ROTATION_LOCKED_TO_VEHICLE (line 396) | pub const ROTATION_LOCKED_TO_VEHICLE: u32 = 126; constant COUNT (line 397) | pub const COUNT: u32 = 127; FILE: pumpkin-protocol/src/bedrock/client/set_actor_motion.rs type CSetActorMotion (line 8) | pub struct CSetActorMotion { FILE: pumpkin-protocol/src/bedrock/client/set_player_gamemode.rs type CSetPlayerGamemode (line 6) | pub struct CSetPlayerGamemode { FILE: pumpkin-protocol/src/bedrock/client/set_time.rs type CSetTime (line 7) | pub struct CSetTime { method new (line 13) | pub const fn new(time: i32) -> Self { FILE: pumpkin-protocol/src/bedrock/client/start_game.rs type CStartGame (line 17) | pub struct CStartGame { type ServerJoinInformation (line 65) | pub struct ServerJoinInformation { type GatheringJoinInfo (line 70) | pub struct GatheringJoinInfo { type ServerTelemetryData (line 80) | pub struct ServerTelemetryData { type LevelSettings (line 88) | pub struct LevelSettings { type Experiments (line 153) | pub struct Experiments { type GamePublishSetting (line 160) | pub enum GamePublishSetting { method write (line 169) | fn write(&self, writer: &mut W) -> Result<(), Error> { type GG (line 175) | pub struct GG { FILE: pumpkin-protocol/src/bedrock/client/update_abilities.rs type CUpdateAbilities (line 7) | pub struct CUpdateAbilities { type AbilityLayer (line 17) | pub struct AbilityLayer { type Ability (line 28) | pub enum Ability { FILE: pumpkin-protocol/src/bedrock/client/update_artributes.rs type CUpdateAttributes (line 10) | pub struct CUpdateAttributes { type Attribute (line 17) | pub struct Attribute { FILE: pumpkin-protocol/src/bedrock/frame_set.rs type FrameSet (line 7) | pub struct FrameSet { method read (line 13) | pub fn read(reader: &mut R) -> Result { method write_packet_data (line 20) | pub fn write_packet_data(&self, writer: &mut W, id: u8) -> R... method default (line 31) | fn default() -> Self { type Frame (line 40) | pub struct Frame { method new_unreliable (line 55) | pub const fn new_unreliable(payload: Vec) -> Self { method read (line 69) | pub fn read(reader: &mut R) -> Result, Error> { method write (line 109) | pub fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/mod.rs constant UDP_HEADER_SIZE (line 9) | pub const UDP_HEADER_SIZE: u16 = 28; constant MTU (line 10) | pub const MTU: usize = 1400; constant RAKNET_MAGIC (line 12) | pub const RAKNET_MAGIC: [u8; 16] = [ constant RAKNET_VALID (line 16) | pub const RAKNET_VALID: u8 = 0x80; constant RAKNET_ACK (line 17) | pub const RAKNET_ACK: u8 = 0xC0; constant RAKNET_NACK (line 18) | pub const RAKNET_NACK: u8 = 0xA0; constant RAKNET_GAME_PACKET (line 20) | pub const RAKNET_GAME_PACKET: i32 = 0xfe; constant RAKNET_SPLIT (line 22) | pub const RAKNET_SPLIT: u8 = 0x10; type RakReliability (line 25) | pub enum RakReliability { method is_reliable (line 39) | pub const fn is_reliable(&self) -> bool { method is_sequenced (line 51) | pub const fn is_sequenced(&self) -> bool { method is_ordered (line 56) | pub const fn is_ordered(&self) -> bool { method is_order_exclusive (line 67) | pub const fn is_order_exclusive(&self) -> bool { method from_id (line 75) | pub const fn from_id(id: u8) -> Option { method to_id (line 90) | pub const fn to_id(&self) -> u8 { type SubClient (line 105) | pub enum SubClient { FILE: pumpkin-protocol/src/bedrock/network_item.rs type NetworkItemDescriptor (line 9) | pub struct NetworkItemDescriptor { method write (line 20) | fn write(&self, writer: &mut W) -> Result<(), Error> { type ItemInstanceUserData (line 33) | pub struct ItemInstanceUserData { method write (line 41) | fn write(&self, writer: &mut W) -> Result<(), Error> { type NetworkItemStackDescriptor (line 59) | pub struct NetworkItemStackDescriptor { method write (line 71) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/bedrock/packet_decoder.rs type DecompressionReader (line 18) | pub enum DecompressionReader { method poll_read (line 25) | fn poll_read( type DecryptionReader (line 43) | pub enum DecryptionReader { function upgrade (line 50) | pub fn upgrade(self, cipher: Aes128Cfb8Dec) -> Self { method poll_read (line 60) | fn poll_read( type UDPNetworkDecoder (line 81) | pub struct UDPNetworkDecoder { method new (line 93) | pub const fn new() -> Self { method set_compression (line 97) | pub const fn set_compression(&mut self, threshold: CompressionThreshol... method set_encryption (line 102) | pub const fn set_encryption(&mut self, _key: &[u8; 16]) { method get_packet_payload (line 111) | pub async fn get_packet_payload( method get_game_packet (line 124) | pub fn get_game_packet( method default (line 86) | fn default() -> Self { FILE: pumpkin-protocol/src/bedrock/packet_encoder.rs type EncryptionWriter (line 18) | pub enum EncryptionWriter { function upgrade (line 25) | pub fn upgrade(self, cipher: Aes128Cfb8Enc) -> Self { method poll_write (line 34) | fn poll_write( method poll_flush (line 51) | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll, cx: &mut Context<'_>) -> Poll Self { method set_compression (line 98) | pub const fn set_compression( method set_encryption (line 106) | pub const fn set_encryption(&mut self, _key: &[u8; 16]) { method write_game_packet (line 114) | pub fn write_game_packet( method write_packet (line 168) | pub async fn write_packet( method default (line 87) | fn default() -> Self { type CompressionLevelError (line 180) | pub struct CompressionLevelError; FILE: pumpkin-protocol/src/bedrock/server/client_cache_status.rs type SClientCacheStatus (line 6) | pub struct SClientCacheStatus { FILE: pumpkin-protocol/src/bedrock/server/command_request.rs type SCommandRequest (line 11) | pub struct SCommandRequest { FILE: pumpkin-protocol/src/bedrock/server/container_close.rs type SContainerClose (line 7) | pub struct SContainerClose { FILE: pumpkin-protocol/src/bedrock/server/interaction.rs type SInteraction (line 10) | pub struct SInteraction { type Action (line 19) | pub enum Action { method read (line 28) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/bedrock/server/loading_screen.rs type SLoadingScreen (line 7) | pub struct SLoadingScreen { method is_loading_done (line 17) | pub const fn is_loading_done(&self) -> bool { FILE: pumpkin-protocol/src/bedrock/server/login.rs type SLogin (line 7) | pub struct SLogin { method read (line 17) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/bedrock/server/player_auth_input.rs type SPlayerAuthInput (line 11) | pub struct SPlayerAuthInput { type InputData (line 31) | pub enum InputData { function from (line 101) | fn from(value: InputData) -> Self { type InputMode (line 106) | pub enum InputMode { FILE: pumpkin-protocol/src/bedrock/server/raknet/connection.rs type SConnectedPing (line 9) | pub struct SConnectedPing { type SConnectionRequest (line 17) | pub struct SConnectionRequest { type SNewIncomingConnection (line 27) | pub struct SNewIncomingConnection { type SDisconnect (line 37) | pub struct SDisconnect; FILE: pumpkin-protocol/src/bedrock/server/raknet/open_connection.rs type SOpenConnectionRequest1 (line 10) | pub struct SOpenConnectionRequest1 { type SOpenConnectionRequest2 (line 19) | pub struct SOpenConnectionRequest2 { FILE: pumpkin-protocol/src/bedrock/server/raknet/unconnected_ping.rs type SUnconnectedPing (line 8) | pub struct SUnconnectedPing { FILE: pumpkin-protocol/src/bedrock/server/request_chunk_radius.rs type SRequestChunkRadius (line 7) | pub struct SRequestChunkRadius { FILE: pumpkin-protocol/src/bedrock/server/request_network_settings.rs type SRequestNetworkSettings (line 7) | pub struct SRequestNetworkSettings { FILE: pumpkin-protocol/src/bedrock/server/resource_pack_response.rs type SResourcePackResponse (line 6) | pub struct SResourcePackResponse { constant STATUS_REFUSED (line 12) | pub const STATUS_REFUSED: u8 = 1; constant STATUS_SEND_PACKS (line 13) | pub const STATUS_SEND_PACKS: u8 = 2; constant STATUS_HAVE_ALL_PACKS (line 14) | pub const STATUS_HAVE_ALL_PACKS: u8 = 3; constant STATUS_COMPLETED (line 15) | pub const STATUS_COMPLETED: u8 = 4; FILE: pumpkin-protocol/src/bedrock/server/text.rs type SText (line 10) | pub struct SText { method new (line 23) | pub fn new(message: String, source_name: String) -> Self { method system_message (line 41) | pub fn system_message(message: String) -> Self { method get_category (line 58) | const fn get_category(&self) -> u8 { method read (line 75) | fn read(reader: &mut R) -> Result { method write (line 130) | fn write(&self, writer: &mut W) -> Result<(), Error> { type TextPacketType (line 176) | pub enum TextPacketType { method write (line 192) | fn write(&self, writer: &mut W) -> Result<(), Error> { method read (line 198) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/codec/bedrock_block_pos.rs type NetworkPos (line 14) | pub struct NetworkPos(pub BlockPos); method write_signed (line 18) | pub fn write_signed(&self, writer: &mut W) -> Result<(), Err... method write (line 30) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/codec/bit_set.rs type BitSet (line 11) | pub struct BitSet(pub Box<[i64]>); method encode (line 14) | pub fn encode(&self, write: &mut impl Write) -> Result<(), WritingErro... method decode (line 26) | pub fn decode(read: &mut impl Read) -> Result { method serialize (line 39) | fn serialize(&self, _serializer: S) -> Result { function get (line 11) | pub fn get>(&self, index: T) -> bool { function set (line 17) | pub fn set>(&mut self, index: T, value: bool) { method default (line 29) | fn default() -> Self { method read (line 36) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/codec/data_component.rs type DataComponentCodec (line 14) | trait DataComponentCodec { method serialize (line 15) | fn serialize(&self, seq: &mut T) -> Result<(), T::... method deserialize (line 16) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result(&self, seq: &mut T) -> Result<(), T::Er... method deserialize (line 23) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result(&self, seq: &mut T) -> Result<(), T::Er... method deserialize (line 38) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result(&self, seq: &mut T) -> Result<(), T::Er... method deserialize (line 56) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result(&self, _seq: &mut T) -> Result<(), T::E... method deserialize (line 93) | fn deserialize<'a, A: SeqAccess<'a>>(_seq: &mut A) -> Result(&self, seq: &mut T) -> Result<(), T::Er... method deserialize (line 141) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result>(seq: &mut A) -> Result<(... method serialize (line 268) | fn serialize(&self, seq: &mut T) -> Result<(), T::Er... method deserialize (line 288) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result(&self, seq: &mut T) -> Result<(), T::Er... method deserialize (line 376) | fn deserialize<'a, A: SeqAccess<'a>>(seq: &mut A) -> Result>( function serialize (line 432) | pub fn serialize( FILE: pumpkin-protocol/src/codec/item_stack_seralizer.rs type ItemStackSerializer (line 16) | pub struct ItemStackSerializer<'a>(pub Cow<'a, ItemStack>); function item_component_counts (line 18) | fn item_component_counts(stack: &ItemStack) -> (u8, u8) { function serialize_item_stack_with_id (line 33) | fn serialize_item_stack_with_id( function deserialize (line 66) | fn deserialize>(deserializer: D) -> Result(&self, serializer: S) -> Result ItemStack { function to_stack_for_version (line 177) | pub fn to_stack_for_version(self, version: &MinecraftVersion) -> ItemSta... function from (line 190) | fn from(item: ItemStack) -> Self { function from (line 196) | fn from(item: Option) -> Self { type ItemComponentHash (line 205) | pub struct ItemComponentHash { method deserialize (line 314) | fn deserialize>(deserializer: D) -> Result); method hash_equals (line 219) | pub fn hash_equals(&self, other: &ItemStack) -> bool { method deserialize (line 272) | fn deserialize>(deserializer: D) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result); method serialize (line 9) | fn serialize(&self, serializer: S) -> Result(&self, writer: &mut W) -> Result<(), Error> { method read (line 17) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/codec/uuid.rs method write (line 8) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/codec/var_int.rs type VarIntType (line 19) | pub type VarIntType = i32; type VarInt (line 25) | pub struct VarInt(pub VarIntType); constant MAX_SIZE (line 29) | const MAX_SIZE: NonZeroUsize = NonZeroUsize::new(5).unwrap(); method written_size (line 34) | pub const fn written_size(&self) -> usize { method encode (line 41) | pub fn encode(&self, write: &mut impl Write) -> Result<(), WritingErro... method decode (line 55) | pub fn decode(read: &mut impl Read) -> Result { method decode_async (line 69) | pub async fn decode_async(read: &mut (impl AsyncRead + Unpin)) -> Resu... method encode_async (line 87) | pub async fn encode_async( method as_ref (line 143) | fn as_ref(&self) -> &i32 { method deserialize (line 173) | fn deserialize>(deserializer: D) -> Result &Self::Target { method serialize (line 157) | fn serialize(&self, serializer: S) -> Result(&self, writer: &mut W) -> Result<(), Error> { method read (line 218) | fn read(read: &mut W) -> Result { FILE: pumpkin-protocol/src/codec/var_long.rs type VarLongType (line 18) | pub type VarLongType = i64; type VarLong (line 24) | pub struct VarLong(pub VarLongType); constant MAX_SIZE (line 28) | const MAX_SIZE: NonZeroUsize = NonZeroUsize::new(10).unwrap(); method encode (line 30) | pub fn encode(&self, write: &mut impl Write) -> Result<(), WritingErro... method decode (line 43) | pub fn decode(read: &mut impl Read) -> Result { method from (line 57) | fn from(value: i64) -> Self { method from (line 63) | fn from(value: u32) -> Self { method from (line 69) | fn from(value: u8) -> Self { method from (line 75) | fn from(value: usize) -> Self { method as_ref (line 87) | fn as_ref(&self) -> &i64 { method deserialize (line 117) | fn deserialize>(deserializer: D) -> Result Self { type Target (line 93) | type Target = i64; method deref (line 95) | fn deref(&self) -> &Self::Target { method serialize (line 101) | fn serialize(&self, serializer: S) -> Result(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-protocol/src/codec/var_uint.rs type VarUIntType (line 18) | pub type VarUIntType = u32; type VarUInt (line 24) | pub struct VarUInt(pub VarUIntType); constant MAX_SIZE (line 28) | const MAX_SIZE: NonZeroUsize = NonZeroUsize::new(5).unwrap(); method written_size (line 33) | pub fn written_size(&self) -> usize { method encode (line 37) | pub fn encode(&self, write: &mut impl Write) -> Result<(), WritingErro... method decode (line 54) | pub fn decode(read: &mut impl Read) -> Result { method decode_async (line 68) | pub async fn decode_async(read: &mut (impl AsyncRead + Unpin)) -> Resu... method encode_async (line 86) | pub async fn encode_async( method deserialize (line 156) | fn deserialize>(deserializer: D) -> Result(&self, serializer: S) -> Result(&self, writer: &mut W) -> Result<(), Error> { method read (line 205) | fn read(reader: &mut W) -> Result { FILE: pumpkin-protocol/src/codec/var_ulong.rs type VarULongType (line 18) | pub type VarULongType = u64; type VarULong (line 24) | pub struct VarULong(pub VarULongType); constant MAX_SIZE (line 28) | const MAX_SIZE: NonZeroUsize = NonZeroUsize::new(10).unwrap(); method written_size (line 33) | pub const fn written_size(&self) -> usize { method encode (line 40) | pub fn encode(&self, write: &mut impl Write) -> Result<(), WritingErro... method decode (line 56) | pub fn decode(read: &mut impl Read) -> Result { method from (line 70) | fn from(value: u64) -> Self { method from (line 76) | fn from(value: u32) -> Self { method from (line 82) | fn from(value: u8) -> Self { method from (line 88) | fn from(value: usize) -> Self { method as_ref (line 100) | fn as_ref(&self) -> &u64 { method deserialize (line 130) | fn deserialize>(deserializer: D) -> Result Self { type Target (line 106) | type Target = u64; method deref (line 108) | fn deref(&self) -> &Self::Target { method serialize (line 114) | fn serialize(&self, serializer: S) -> Result(&self, writer: &mut W) -> Result<(), Error> { method read (line 178) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/codec/velocity.rs type Velocity (line 16) | pub struct Velocity(pub Vector3); method write (line 19) | pub fn write(&self, writer: &mut W) -> Result<(), W... method read (line 68) | pub fn read(reader: &mut R) -> Result(&self, writer: &mut W) -> Resul... method deserialize (line 165) | fn deserialize(deserializer: D) -> Result constant MAX_VELOCITY_CLAMP (line 122) | const MAX_VELOCITY_CLAMP: f64 = 1.717_986_918_3E10; constant LEGACY_COMPONENT_CLAMP (line 123) | const LEGACY_COMPONENT_CLAMP: f64 = 3.9; constant LEGACY_COMPONENT_SCALE (line 124) | const LEGACY_COMPONENT_SCALE: f64 = 8000.0; constant MIN_VELOCITY_MAGNITUDE (line 125) | const MIN_VELOCITY_MAGNITUDE: f64 = 3.051_944_088_384_301E-5; constant MAX_15_BIT_VALUE (line 126) | const MAX_15_BIT_VALUE: f64 = 32766.0; function encode_legacy_velocity_component (line 129) | pub fn encode_legacy_velocity_component(component: f64) -> i16 { function clamp_value (line 135) | fn clamp_value(value: f64) -> f64 { function abs_max (line 142) | const fn abs_max(a: f64, b: f64) -> f64 { function to_long (line 146) | fn to_long(value: f64) -> i64 { function from_long (line 150) | fn from_long(quantized: i64, scale: f64) -> f64 { method serialize (line 157) | fn serialize(&self, serializer: S) -> Result { function new (line 19) | pub const fn new(key: &'a ResourceLocation) -> Self { FILE: pumpkin-protocol/src/java/client/login/encryption_request.rs type CEncryptionRequest (line 12) | pub struct CEncryptionRequest<'a> { function new (line 28) | pub const fn new( FILE: pumpkin-protocol/src/java/client/login/login_disconnect.rs type CLoginDisconnect (line 11) | pub struct CLoginDisconnect { method new (line 18) | pub const fn new(json_reason: String) -> Self { FILE: pumpkin-protocol/src/java/client/login/login_success.rs type CLoginSuccess (line 11) | pub struct CLoginSuccess<'a> { function new (line 25) | pub const fn new( method to_id (line 41) | fn to_id(version: MinecraftVersion) -> i32 { method write_packet_data (line 51) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/login/plugin_request.rs type CLoginPluginRequest (line 17) | pub struct CLoginPluginRequest<'a> { function new (line 30) | pub const fn new(message_id: VarInt, channel: &'a str, data: &'a [u8]) -... method write_packet_data (line 40) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/login/set_compression.rs type CSetCompression (line 13) | pub struct CSetCompression { method new (line 23) | pub const fn new(threshold: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/acknowledge_block.rs type CAcknowledgeBlockChange (line 13) | pub struct CAcknowledgeBlockChange { method new (line 24) | pub const fn new(sequence_id: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/actionbar.rs type CActionBar (line 14) | pub struct CActionBar<'a> { function new (line 21) | pub const fn new(action_bar: &'a TextComponent) -> Self { FILE: pumpkin-protocol/src/java/client/play/block_destroy_stage.rs type CSetBlockDestroyStage (line 15) | pub struct CSetBlockDestroyStage { method new (line 28) | pub const fn new(entity_id: VarInt, location: BlockPos, destroy_stage:... FILE: pumpkin-protocol/src/java/client/play/block_entity_data.rs type CBlockEntityData (line 17) | pub struct CBlockEntityData { method new (line 28) | pub const fn new(location: BlockPos, r#type: VarInt, nbt_data: Box<[u8... method write_packet_data (line 38) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/block_event.rs type CBlockEvent (line 15) | pub struct CBlockEvent { method new (line 29) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/block_update.rs type CBlockUpdate (line 19) | pub struct CBlockUpdate { method new (line 28) | pub const fn new(location: BlockPos, state_id: VarInt) -> Self { method write_packet_data (line 34) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/boss_event.rs type CBossEvent (line 15) | pub struct CBossEvent<'a> { function new (line 24) | pub const fn new(uuid: &'a uuid::Uuid, action: BosseventAction) -> Self { method write_packet_data (line 30) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/bossevent_action.rs type BosseventAction (line 4) | pub enum BosseventAction { FILE: pumpkin-protocol/src/java/client/play/center_chunk.rs type CCenterChunk (line 14) | pub struct CCenterChunk { FILE: pumpkin-protocol/src/java/client/play/change_difficulty.rs type CChangeDifficulty (line 12) | pub struct CChangeDifficulty { method new (line 27) | pub const fn new(difficulty: u8, locked: bool) -> Self { FILE: pumpkin-protocol/src/java/client/play/chunk_batch_end.rs type CChunkBatchEnd (line 14) | pub struct CChunkBatchEnd { method new (line 21) | pub fn new(count: u16) -> Self { FILE: pumpkin-protocol/src/java/client/play/chunk_batch_start.rs type CChunkBatchStart (line 13) | pub struct CChunkBatchStart; FILE: pumpkin-protocol/src/java/client/play/chunk_data.rs type CChunkData (line 20) | pub struct CChunkData<'a>(pub &'a ChunkData); method write_packet_data (line 24) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/clear_title.rs type CClearTitle (line 11) | pub struct CClearTitle { method new (line 22) | pub const fn new(reset: bool) -> Self { FILE: pumpkin-protocol/src/java/client/play/close_container.rs type CCloseContainer (line 14) | pub struct CCloseContainer { method new (line 23) | pub const fn new(window_id: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/combat_death.rs type CCombatDeath (line 14) | pub struct CCombatDeath<'a> { function new (line 23) | pub const fn new(player_id: VarInt, message: &'a TextComponent) -> Self { FILE: pumpkin-protocol/src/java/client/play/command_suggestions.rs type CCommandSuggestions (line 15) | pub struct CCommandSuggestions { method new (line 32) | pub const fn new( type CommandSuggestion (line 48) | pub struct CommandSuggestion { method new (line 55) | pub const fn new(suggestion: String, tooltip: Option) -... FILE: pumpkin-protocol/src/java/client/play/commands.rs type CCommands (line 15) | pub struct CCommands<'a> { function new (line 26) | pub const fn new(nodes: Box<[ProtoNode<'a>]>, root_node_index: VarInt) -... method write_packet_data (line 35) | fn write_packet_data( type ProtoNode (line 48) | pub struct ProtoNode<'a> { type ProtoNodeType (line 54) | pub enum ProtoNodeType<'a> { constant FLAG_IS_EXECUTABLE (line 73) | const FLAG_IS_EXECUTABLE: u8 = 4; constant FLAG_HAS_REDIRECT (line 74) | const FLAG_HAS_REDIRECT: u8 = 8; constant FLAG_HAS_SUGGESTION_TYPE (line 75) | const FLAG_HAS_SUGGESTION_TYPE: u8 = 16; constant FLAG_IS_RESTRICTED (line 76) | const FLAG_IS_RESTRICTED: u8 = 32; function write_to (line 78) | pub fn write_to( type ArgumentType (line 179) | pub enum ArgumentType<'a> { constant ENTITY_FLAG_ONLY_SINGLE (line 239) | pub const ENTITY_FLAG_ONLY_SINGLE: u8 = 1; constant ENTITY_FLAG_PLAYERS_ONLY (line 240) | pub const ENTITY_FLAG_PLAYERS_ONLY: u8 = 2; constant SCORE_HOLDER_FLAG_ALLOW_MULTIPLE (line 242) | pub const SCORE_HOLDER_FLAG_ALLOW_MULTIPLE: u8 = 1; function to_id (line 245) | pub fn to_id(&self, version: &MinecraftVersion) -> i32 { function write_to_buffer (line 265) | pub fn write_to_buffer( function write_number_arg (line 296) | fn write_number_arg( function write_with_flags (line 320) | fn write_with_flags(flags: u8, write: &mut impl Write) -> Result<(), Wri... function write_with_identifier (line 324) | fn write_with_identifier( type StringProtoArgBehavior (line 333) | pub enum StringProtoArgBehavior { type NumberCmdArg (line 340) | trait NumberCmdArg { method write (line 341) | fn write(self, write: &mut impl Write) -> std::result::Result<(), Writ... method write (line 345) | fn write(self, write: &mut impl Write) -> std::result::Result<(), Writ... method write (line 351) | fn write(self, write: &mut impl Write) -> std::result::Result<(), Writ... method write (line 357) | fn write(self, write: &mut impl Write) -> std::result::Result<(), Writ... method write (line 363) | fn write(self, write: &mut impl Write) -> std::result::Result<(), Writ... type SuggestionProviders (line 369) | pub enum SuggestionProviders { method resource_location (line 377) | const fn resource_location(self) -> &'static str { FILE: pumpkin-protocol/src/java/client/play/cookie_request.rs type CPlayCookieRequest (line 13) | pub struct CPlayCookieRequest<'a> { function new (line 20) | pub const fn new(key: &'a ResourceLocation) -> Self { FILE: pumpkin-protocol/src/java/client/play/custom_payload.rs type CCustomPayload (line 14) | pub struct CCustomPayload<'a> { function new (line 21) | pub const fn new(channel: &'a str, data: &'a [u8]) -> Self { method write_packet_data (line 27) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/damage_event.rs type CDamageEvent (line 16) | pub struct CDamageEvent { method new (line 35) | pub fn new( FILE: pumpkin-protocol/src/java/client/play/disconnect.rs type CPlayDisconnect (line 14) | pub struct CPlayDisconnect<'a> { function new (line 22) | pub const fn new(reason: &'a TextComponent) -> Self { FILE: pumpkin-protocol/src/java/client/play/disguised_chat_message.rs type CDisguisedChatMessage (line 16) | pub struct CDisguisedChatMessage<'a> { function new (line 30) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/display_objective.rs type CDisplayObjective (line 16) | pub struct CDisplayObjective { method new (line 26) | pub const fn new(position: ScoreboardDisplaySlot, score_name: String) ... FILE: pumpkin-protocol/src/java/client/play/entity_animation.rs type CEntityAnimation (line 13) | pub struct CEntityAnimation { method new (line 23) | pub const fn new(entity_id: VarInt, animation: Animation) -> Self { type Animation (line 32) | pub enum Animation { FILE: pumpkin-protocol/src/java/client/play/entity_metadata.rs type CSetEntityMetadata (line 22) | pub struct CSetEntityMetadata { method new (line 32) | pub const fn new(entity_id: VarInt, metadata: Box<[u8]>) -> Self { method write_packet_data (line 41) | fn write_packet_data( type Metadata (line 57) | pub struct Metadata { function new (line 64) | pub const fn new(index: TrackedId, r#type: MetaDataType, value: T) -> Se... function write (line 72) | pub fn write( FILE: pumpkin-protocol/src/java/client/play/entity_position_sync.rs type CEntityPositionSync (line 18) | pub struct CEntityPositionSync { method new (line 36) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/entity_sound_effect.rs type CEntitySoundEffect (line 14) | pub struct CEntitySoundEffect { method new (line 34) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/entity_status.rs type CEntityStatus (line 13) | pub struct CEntityStatus { method new (line 23) | pub const fn new(entity_id: i32, entity_status: i8) -> Self { FILE: pumpkin-protocol/src/java/client/play/entity_velocity.rs type CEntityVelocity (line 14) | pub struct CEntityVelocity { method new (line 23) | pub const fn new(entity_id: VarInt, velocity: Vector3) -> Self { method write_packet_data (line 32) | fn write_packet_data( function encode_packet (line 62) | fn encode_packet(version: MinecraftVersion) -> Vec { function legacy_bytes (line 72) | fn legacy_bytes(x: f64, y: f64, z: f64) -> Vec { function entity_velocity_uses_legacy_format_for_1_21_8 (line 81) | fn entity_velocity_uses_legacy_format_for_1_21_8() { function entity_velocity_uses_packed_format_for_1_21_9 (line 90) | fn entity_velocity_uses_packed_format_for_1_21_9() { FILE: pumpkin-protocol/src/java/client/play/explode.rs type CExplosion (line 15) | pub struct CExplosion { method new (line 38) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/game_event.rs type CGameEvent (line 12) | pub struct CGameEvent { method new (line 22) | pub const fn new(event: GameEvent, value: f32) -> Self { type GameEvent (line 30) | pub enum GameEvent { FILE: pumpkin-protocol/src/java/client/play/head_rot.rs type CHeadRot (line 15) | pub struct CHeadRot { method new (line 24) | pub const fn new(entity_id: VarInt, head_yaw: u8) -> Self { FILE: pumpkin-protocol/src/java/client/play/hurt_animation.rs type CHurtAnimation (line 14) | pub struct CHurtAnimation { method new (line 24) | pub const fn new(entity_id: VarInt, yaw: f32) -> Self { FILE: pumpkin-protocol/src/java/client/play/initialize_world_border.rs type CInitializeWorldBorder (line 14) | pub struct CInitializeWorldBorder { method new (line 38) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/keep_alive.rs type CKeepAlive (line 13) | pub struct CKeepAlive { method new (line 21) | pub const fn new(keep_alive_id: i64) -> Self { FILE: pumpkin-protocol/src/java/client/play/level_event.rs type CLevelEvent (line 20) | pub struct CLevelEvent { method new (line 37) | pub const fn new( method write_packet_data (line 53) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/light_update.rs type CLightUpdate (line 16) | pub struct CLightUpdate<'a>(pub &'a ChunkData); method write_packet_data (line 19) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/login.rs type CLogin (line 20) | pub struct CLogin { method new (line 60) | pub const fn new( method write_packet_data (line 106) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/multi_block_update.rs type CMultiBlockUpdate (line 24) | pub struct CMultiBlockUpdate { method new (line 33) | pub fn new(updates: &[(BlockPos, u16)]) -> Self { method write_packet_data (line 55) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/open_screen.rs type COpenScreen (line 17) | pub struct COpenScreen<'a> { function new (line 31) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/open_sign_editor.rs type COpenSignEditor (line 13) | pub struct COpenSignEditor { method new (line 23) | pub const fn new(location: BlockPos, is_front_text: bool) -> Self { FILE: pumpkin-protocol/src/java/client/play/particle.rs type CParticle (line 19) | pub struct CParticle<'a> { function new (line 44) | pub const fn new( method write_packet_data (line 68) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/ping_response.rs type CPingResponse (line 8) | pub struct CPingResponse { method new (line 16) | pub const fn new(payload: i64) -> Self { FILE: pumpkin-protocol/src/java/client/play/player_abilities.rs type CPlayerAbilities (line 12) | pub struct CPlayerAbilities { method new (line 29) | pub const fn new(flags: i8, flying_speed: f32, field_of_view: f32) -> ... FILE: pumpkin-protocol/src/java/client/play/player_action.rs type PlayerAction (line 3) | pub enum PlayerAction<'a> { type InitChat (line 16) | pub struct InitChat { FILE: pumpkin-protocol/src/java/client/play/player_chat_message.rs type CPlayerChatMessage (line 18) | pub struct CPlayerChatMessage { method new (line 56) | pub const fn new( method write_packet_data (line 91) | fn write_packet_data( type PreviousMessage (line 126) | pub struct PreviousMessage { type FilterType (line 131) | pub enum FilterType { FILE: pumpkin-protocol/src/java/client/play/player_info_update.rs type CPlayerInfoUpdate (line 44) | pub struct CPlayerInfoUpdate<'a> { type Player (line 52) | pub struct Player<'a> { function new (line 59) | pub const fn new(actions: u8, players: &'a [Player<'a>]) -> Self { method write_packet_data (line 66) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/player_position.rs type CPlayerPosition (line 18) | pub struct CPlayerPosition { method new (line 36) | pub const fn new( method write_packet_data (line 57) | fn write_packet_data( method read (line 88) | fn read( FILE: pumpkin-protocol/src/java/client/play/player_remove.rs type CRemovePlayerInfo (line 11) | pub struct CRemovePlayerInfo<'a> { function new (line 22) | pub const fn new(players: &'a [uuid::Uuid]) -> Self { function serialize_slice_uuids (line 27) | fn serialize_slice_uuids( FILE: pumpkin-protocol/src/java/client/play/player_spawn_position.rs type CPlayerSpawnPosition (line 17) | pub struct CPlayerSpawnPosition { method new (line 31) | pub const fn new(location: BlockPos, yaw: f32, pitch: f32, dimension_n... method write_packet_data (line 42) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/remove_entities.rs type CRemoveEntities (line 13) | pub struct CRemoveEntities<'a> { function new (line 20) | pub const fn new(entity_ids: &'a [VarInt]) -> Self { FILE: pumpkin-protocol/src/java/client/play/remove_mob_effect.rs type CRemoveMobEffect (line 8) | pub struct CRemoveMobEffect { method new (line 15) | pub const fn new(entity_id: VarInt, effect_id: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/reset_score.rs type CResetScore (line 7) | pub struct CResetScore { method new (line 14) | pub const fn new(entity_name: String, objective_name: Option) ... FILE: pumpkin-protocol/src/java/client/play/respawn.rs type CRespawn (line 10) | pub struct CRespawn { method new (line 27) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/server_links.rs type CPlayServerLinks (line 8) | pub struct CPlayServerLinks<'a> { function new (line 14) | pub const fn new(links: &'a [Link<'a>]) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_border_center.rs type CSetBorderCenter (line 7) | pub struct CSetBorderCenter { method new (line 14) | pub const fn new(x: f64, z: f64) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_border_lerp_size.rs type CSetBorderLerpSize (line 9) | pub struct CSetBorderLerpSize { method new (line 17) | pub const fn new(old_diameter: f64, new_diameter: f64, speed: VarLong)... FILE: pumpkin-protocol/src/java/client/play/set_border_size.rs type CSetBorderSize (line 7) | pub struct CSetBorderSize { method new (line 13) | pub const fn new(diameter: f64) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_border_warning_delay.rs type CSetBorderWarningDelay (line 9) | pub struct CSetBorderWarningDelay { method new (line 15) | pub const fn new(warning_time: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_border_warning_distance.rs type CSetBorderWarningDistance (line 9) | pub struct CSetBorderWarningDistance { method new (line 15) | pub const fn new(warning_blocks: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_container_content.rs type CSetContainerContent (line 12) | pub struct CSetContainerContent<'a> { function new (line 21) | pub const fn new( method write_packet_data (line 37) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/set_container_property.rs type CSetContainerProperty (line 9) | pub struct CSetContainerProperty { method new (line 17) | pub const fn new(window_id: VarInt, property: i16, value: i16) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_container_slot.rs type CSetContainerSlot (line 12) | pub struct CSetContainerSlot<'a> { function new (line 21) | pub fn new( method write_packet_data (line 37) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/set_cursor_slot.rs type CSetCursorItem (line 11) | pub struct CSetCursorItem<'a> { function new (line 17) | pub const fn new(stack: &'a ItemStackSerializer<'a>) -> Self { method write_packet_data (line 23) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/set_equipment.rs type CSetEquipment (line 14) | pub struct CSetEquipment { method new (line 21) | pub const fn new( method write_packet_data (line 33) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/set_experience.rs type CSetExperience (line 9) | pub struct CSetExperience { method new (line 17) | pub const fn new(progress: f32, level: VarInt, total_experience: VarIn... FILE: pumpkin-protocol/src/java/client/play/set_health.rs type CSetHealth (line 9) | pub struct CSetHealth { method new (line 17) | pub const fn new(health: f32, food: VarInt, food_saturation: f32) -> S... FILE: pumpkin-protocol/src/java/client/play/set_held_item.rs type CSetSelectedSlot (line 8) | pub struct CSetSelectedSlot { method new (line 14) | pub const fn new(slot: i8) -> Self { method to_id (line 20) | fn to_id(version: MinecraftVersion) -> i32 { FILE: pumpkin-protocol/src/java/client/play/set_passengers.rs type CSetPassengers (line 9) | pub struct CSetPassengers<'a> { function new (line 16) | pub const fn new(entity_id: VarInt, passengers: &'a [VarInt]) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_player_inventory.rs type CSetPlayerInventory (line 12) | pub struct CSetPlayerInventory<'a> { function new (line 19) | pub const fn new(slot: VarInt, item: &'a ItemStackSerializer<'a>) -> Self { method write_packet_data (line 25) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/set_time.rs type CUpdateTime (line 11) | pub struct CUpdateTime { method new (line 19) | pub const fn new(world_age: i64, time_of_day: i64, time_of_day_increas... method write_packet_data (line 29) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/set_title.rs type CTitleText (line 9) | pub struct CTitleText<'a> { function new (line 15) | pub const fn new(title: &'a TextComponent) -> Self { FILE: pumpkin-protocol/src/java/client/play/set_title_animation.rs type CTitleAnimation (line 8) | pub struct CTitleAnimation { method new (line 16) | pub const fn new(fade_in_ticks: i32, stay_ticks: i32, fade_out_ticks: ... FILE: pumpkin-protocol/src/java/client/play/sound_effect.rs type CSoundEffect (line 10) | pub struct CSoundEffect { method new (line 21) | pub fn new( FILE: pumpkin-protocol/src/java/client/play/spawn_entity.rs type CSpawnEntity (line 17) | pub struct CSpawnEntity { method new (line 32) | pub fn new( method write_packet_data (line 58) | fn write_packet_data( function legacy_tail (line 106) | fn legacy_tail(velocity: pumpkin_util::math::vector3::Vector3) -> [... function encode_spawn (line 116) | fn encode_spawn(version: MinecraftVersion) -> Vec { function spawn_entity_uses_legacy_velocity_tail_for_1_21_8 (line 135) | fn spawn_entity_uses_legacy_velocity_tail_for_1_21_8() { function spawn_entity_does_not_use_legacy_velocity_tail_for_1_21_9 (line 145) | fn spawn_entity_does_not_use_legacy_velocity_tail_for_1_21_9() { FILE: pumpkin-protocol/src/java/client/play/stop_sound.rs type CStopSound (line 12) | pub struct CStopSound { method new (line 19) | pub const fn new(sound_id: Option, category: Option<... method write_packet_data (line 25) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/store_cookie.rs type CStoreCookie (line 10) | pub struct CStoreCookie<'a> { function new (line 17) | pub const fn new(key: &'a ResourceLocation, payload: &'a [u8]) -> Self { FILE: pumpkin-protocol/src/java/client/play/subtitle.rs type CSubtitle (line 9) | pub struct CSubtitle<'a> { function new (line 15) | pub const fn new(subtitle: &'a TextComponent) -> Self { FILE: pumpkin-protocol/src/java/client/play/system_chat_message.rs type CSystemChatMessage (line 9) | pub struct CSystemChatMessage<'a> { function new (line 16) | pub const fn new(content: &'a TextComponent, overlay: bool) -> Self { FILE: pumpkin-protocol/src/java/client/play/take_item.rs type CTakeItemEntity (line 8) | pub struct CTakeItemEntity { method new (line 19) | pub const fn new(entity_id: VarInt, collector_entity_id: VarInt, stack... FILE: pumpkin-protocol/src/java/client/play/teleport_entity.rs type CTeleportEntity (line 11) | pub struct CTeleportEntity<'a> { function new (line 23) | pub const fn new( method write_packet_data (line 46) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/play/ticking_state.rs type CTickingState (line 7) | pub struct CTickingState { method new (line 14) | pub const fn new(tick_rate: f32, is_frozen: bool) -> Self { FILE: pumpkin-protocol/src/java/client/play/ticking_step.rs type CTickingStep (line 9) | pub struct CTickingStep { method new (line 15) | pub const fn new(tick_steps: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/transfer.rs type CTransfer (line 8) | pub struct CTransfer<'a> { function new (line 15) | pub const fn new(host: &'a str, port: VarInt) -> Self { FILE: pumpkin-protocol/src/java/client/play/unload_chunk.rs type CUnloadChunk (line 7) | pub struct CUnloadChunk { method new (line 14) | pub const fn new(x: i32, z: i32) -> Self { FILE: pumpkin-protocol/src/java/client/play/update_attributes.rs type CUpdateAttributes (line 9) | pub struct CUpdateAttributes { method new (line 30) | pub const fn new(entity_id: VarInt, properties: Vec) -> Self { type Property (line 15) | pub struct Property { method new (line 40) | pub const fn new(id: VarInt, value: f64, modifiers: Vec Self { FILE: pumpkin-protocol/src/java/client/play/update_entity_pos.rs type CUpdateEntityPos (line 10) | pub struct CUpdateEntityPos { method new (line 18) | pub const fn new(entity_id: VarInt, delta: Vector3, on_ground: bo... FILE: pumpkin-protocol/src/java/client/play/update_entity_pos_rot.rs type CUpdateEntityPosRot (line 10) | pub struct CUpdateEntityPosRot { method new (line 20) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/update_entity_rot.rs type CUpdateEntityRot (line 9) | pub struct CUpdateEntityRot { method new (line 18) | pub const fn new(entity_id: VarInt, yaw: u8, pitch: u8, on_ground: boo... FILE: pumpkin-protocol/src/java/client/play/update_mob_effect.rs type CUpdateMobEffect (line 9) | pub struct CUpdateMobEffect { method new (line 19) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/update_objectives.rs type CUpdateObjectives (line 10) | pub struct CUpdateObjectives { method new (line 20) | pub const fn new( method write_packet_data (line 38) | fn write_packet_data( type Mode (line 71) | pub enum Mode { type RenderType (line 77) | pub enum RenderType { FILE: pumpkin-protocol/src/java/client/play/update_score.rs type CUpdateScore (line 15) | pub struct CUpdateScore { method new (line 33) | pub const fn new( FILE: pumpkin-protocol/src/java/client/play/worldevent.rs type CWorldEvent (line 20) | pub struct CWorldEvent { method new (line 38) | pub const fn new( method write_packet_data (line 54) | fn write_packet_data( FILE: pumpkin-protocol/src/java/client/status/ping_response.rs type CPingResponse (line 11) | pub struct CPingResponse { method new (line 21) | pub const fn new(payload: i64) -> Self { FILE: pumpkin-protocol/src/java/client/status/status_response.rs type CStatusResponse (line 11) | pub struct CStatusResponse { method new (line 20) | pub const fn new(json_response: String) -> Self { FILE: pumpkin-protocol/src/java/packet_decoder.rs type DecompressionReader (line 13) | pub enum DecompressionReader { method poll_read (line 20) | fn poll_read( type DecryptionReader (line 38) | pub enum DecryptionReader { function upgrade (line 45) | pub fn upgrade(self, cipher: Aes128Cfb8Dec) -> Self { method poll_read (line 55) | fn poll_read( type TCPNetworkDecoder (line 76) | pub struct TCPNetworkDecoder { function new (line 83) | pub fn new(reader: R) -> Self { function set_compression (line 91) | pub const fn set_compression(&mut self, threshold: CompressionThreshold) { function set_encryption (line 96) | pub fn set_encryption(&mut self, key: &[u8; 16]) { function get_raw_packet (line 104) | pub async fn get_raw_packet(&mut self) -> Result Vec { function encrypt_aes128 (line 212) | fn encrypt_aes128(data: &mut [u8], key: &[u8; 16], iv: &[u8; 16]) { function build_packet (line 218) | fn build_packet( function decode_without_compression_and_encryption (line 269) | async fn decode_without_compression_and_encryption() { function decode_with_compression (line 289) | async fn decode_with_compression() { function decode_with_encryption (line 311) | async fn decode_with_encryption() { function decode_with_compression_and_encryption (line 335) | async fn decode_with_compression_and_encryption() { function decode_with_invalid_compressed_data (line 361) | async fn decode_with_invalid_compressed_data() { function decode_with_zero_length_packet (line 395) | async fn decode_with_zero_length_packet() { function decode_with_maximum_length_packet (line 415) | async fn decode_with_maximum_length_packet() { FILE: pumpkin-protocol/src/java/packet_encoder.rs type EncryptionWriter (line 14) | pub enum EncryptionWriter { function upgrade (line 21) | pub fn upgrade(self, cipher: Aes128Cfb8Enc) -> Self { method poll_write (line 30) | fn poll_write( method poll_flush (line 47) | fn poll_flush( method poll_shutdown (line 63) | fn poll_shutdown( type TCPNetworkEncoder (line 83) | pub struct TCPNetworkEncoder { function new (line 94) | pub const fn new(writer: W) -> Self { function set_compression (line 103) | pub const fn set_compression( function set_encryption (line 111) | pub fn set_encryption(&mut self, key: &[u8; 16]) { function compress_packet_data (line 119) | fn compress_packet_data( function write_packet (line 200) | pub async fn write_packet(&mut self, packet_data: Bytes) -> Result<(), P... function flush (line 311) | pub async fn flush(&mut self) -> Result<(), PacketEncodeError> { type CompressionLevelError (line 321) | pub struct CompressionLevelError; type MaxSizePacket (line 344) | pub struct MaxSizePacket { method new (line 349) | pub fn new(size: usize) -> Self { function decode_varint (line 357) | fn decode_varint(buffer: &mut &[u8]) -> Result { function decompress_zlib (line 362) | fn decompress_zlib(data: &[u8], expected_size: usize) -> Result,... function decrypt_aes128 (line 370) | fn decrypt_aes128(encrypted_data: &mut [u8], key: &[u8; 16], iv: &[u8; 1... function build_packet_with_encoder (line 376) | async fn build_packet_with_encoder( function encode_without_compression_and_encryption (line 407) | async fn encode_without_compression_and_encryption() { function encode_with_compression (line 445) | async fn encode_with_compression() { function encode_with_encryption (line 498) | async fn encode_with_encryption() { function encode_with_compression_and_encryption (line 539) | async fn encode_with_compression_and_encryption() { function encode_with_zero_length_payload (line 599) | async fn encode_with_zero_length_payload() { function encode_with_maximum_string_length (line 640) | async fn encode_with_maximum_string_length() { function encode_packet_exceeding_maximum_size (line 686) | async fn encode_packet_exceeding_maximum_size() { function encode_small_payload_no_compression (line 698) | async fn encode_small_payload_no_compression() { FILE: pumpkin-protocol/src/java/server/handshake/mod.rs type SHandShake (line 16) | pub struct SHandShake { method read (line 28) | fn read(mut read: impl Read, _version: &MinecraftVersion) -> Result Result Result Result Result Result>(deserializer: D) -> Result Result { type InvalidSlotActionType (line 108) | pub struct InvalidSlotActionType; FILE: pumpkin-protocol/src/java/server/play/client_command.rs type SClientCommand (line 9) | pub struct SClientCommand { FILE: pumpkin-protocol/src/java/server/play/client_information.rs type SClientInformationPlay (line 9) | pub struct SClientInformationPlay { FILE: pumpkin-protocol/src/java/server/play/client_tick_end.rs type SClientTickEnd (line 5) | pub struct SClientTickEnd; FILE: pumpkin-protocol/src/java/server/play/close_container.rs type SCloseContainer (line 9) | pub struct SCloseContainer { FILE: pumpkin-protocol/src/java/server/play/command_suggestion.rs type SCommandSuggestion (line 9) | pub struct SCommandSuggestion { FILE: pumpkin-protocol/src/java/server/play/confirm_teleport.rs type SConfirmTeleport (line 9) | pub struct SConfirmTeleport { FILE: pumpkin-protocol/src/java/server/play/cookie_response.rs type SCookieResponse (line 15) | pub struct SCookieResponse { constant MAX_COOKIE_LENGTH (line 20) | const MAX_COOKIE_LENGTH: usize = 5120; method read (line 23) | fn read(mut read: impl Read, _version: &MinecraftVersion) -> Result Result Result Result { type InvalidActionType (line 59) | pub struct InvalidActionType; FILE: pumpkin-protocol/src/java/server/play/keep_alive.rs type SKeepAlive (line 7) | pub struct SKeepAlive { FILE: pumpkin-protocol/src/java/server/play/move_vehicle.rs type SMoveVehicle (line 7) | pub struct SMoveVehicle { FILE: pumpkin-protocol/src/java/server/play/paddle_boat.rs type SPaddleBoat (line 7) | pub struct SPaddleBoat { FILE: pumpkin-protocol/src/java/server/play/pick_item.rs type SPickItemFromBlock (line 8) | pub struct SPickItemFromBlock { type SPickItemFromEntity (line 15) | pub struct SPickItemFromEntity { FILE: pumpkin-protocol/src/java/server/play/ping_request.rs type SPlayPingRequest (line 7) | pub struct SPlayPingRequest { FILE: pumpkin-protocol/src/java/server/play/player_abilities.rs type SPlayerAbilities (line 9) | pub struct SPlayerAbilities { FILE: pumpkin-protocol/src/java/server/play/player_action.rs type SPlayerAction (line 9) | pub struct SPlayerAction { type Status (line 17) | pub enum Status { type Error (line 40) | type Error = InvalidStatus; method try_from (line 42) | fn try_from(value: i32) -> Result { type InvalidStatus (line 37) | pub struct InvalidStatus; FILE: pumpkin-protocol/src/java/server/play/player_command.rs type SPlayerCommand (line 14) | pub struct SPlayerCommand { type Action (line 20) | pub enum Action { type InvalidAction (line 34) | pub struct InvalidAction; method read (line 37) | fn read(mut read: impl Read, version: &MinecraftVersion) -> Result Result Result { FILE: pumpkin-protocol/src/java/server/play/set_creative_slot.rs type SSetCreativeSlot (line 8) | pub struct SSetCreativeSlot { FILE: pumpkin-protocol/src/java/server/play/set_held_item.rs type SSetHeldItem (line 7) | pub struct SSetHeldItem { FILE: pumpkin-protocol/src/java/server/play/swing_arm.rs type SSwingArm (line 9) | pub struct SSwingArm { FILE: pumpkin-protocol/src/java/server/play/update_sign.rs type SUpdateSign (line 13) | pub struct SUpdateSign { constant MAX_LINE_LENGTH (line 22) | const MAX_LINE_LENGTH: usize = 386; method read (line 25) | fn read(mut read: impl Read, _version: &MinecraftVersion) -> Result; type CompressionThreshold (line 44) | pub type CompressionThreshold = usize; type CompressionLevel (line 51) | pub type CompressionLevel = u32; type ConnectionState (line 54) | pub enum ConnectionState { type Error (line 65) | type Error = InvalidConnectionState; method try_from (line 67) | fn try_from(value: VarInt) -> Result { type InvalidConnectionState (line 62) | pub struct InvalidConnectionState; type IdOrVisitor (line 78) | struct IdOrVisitor(PhantomData); type Value (line 80) | type Value = IdOr; function expecting (line 82) | fn expecting(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Re... function visit_seq (line 86) | fn visit_seq>(self, mut seq: A) -> Result { function deserialize (line 153) | fn deserialize>(deserializer: D) -> Result(&self, serializer: S) -> Result; type StreamDecryptor (line 187) | pub struct StreamDecryptor { function new (line 193) | pub const fn new(cipher: Aes128Cfb8Dec, stream: R) -> Self { method poll_read (line 202) | fn poll_read( type Aes128Cfb8Enc (line 227) | type Aes128Cfb8Enc = cfb8::Encryptor; type StreamEncryptor (line 230) | pub struct StreamEncryptor { function new (line 237) | pub fn new(cipher: Aes128Cfb8Enc, stream: W) -> Self { method poll_write (line 248) | fn poll_write( method poll_flush (line 296) | fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll, cx: &mut Context<'_>) -> Poll Result Result<(), Error>; type BServerPacket (line 330) | pub trait BServerPacket: Packet + Sized { method read (line 331) | fn read(read: impl Read) -> Result; type PacketEncodeError (line 336) | pub enum PacketEncodeError { type PacketDecodeError (line 346) | pub enum PacketDecodeError { method from (line 364) | fn from(value: ReadingError) -> Self { type StatusResponse (line 370) | pub struct StatusResponse { type Version (line 383) | pub struct Version { type Players (line 391) | pub struct Players { type Sample (line 402) | pub struct Sample { type Property (line 411) | pub struct Property { type KnownPack (line 420) | pub struct KnownPack<'a> { type NumberFormat (line 427) | pub enum NumberFormat { type PositionFlag (line 438) | pub enum PositionFlag { method get_mask (line 451) | const fn get_mask(&self) -> i32 { method get_bitfield (line 466) | pub fn get_bitfield(flags: &[Self]) -> i32 { type Label (line 471) | pub enum Label { method serialize (line 477) | fn serialize(&self, serializer: S) -> Result { function new (line 494) | pub const fn new(label: Label, url: &'a String) -> Self { type LinkType (line 508) | pub enum LinkType { method serialize (line 522) | fn serialize(&self, serializer: S) -> Result i32; method write_packet_data (line 23) | fn write_packet_data( method read (line 34) | fn read(read: impl Read, _version: &MinecraftVersion) -> Result Result<(), Error> { method read (line 47) | fn read(mut read: impl Read) -> Result { FILE: pumpkin-protocol/src/query.rs constant PADDING_START (line 5) | const PADDING_START: [u8; 11] = [ constant PADDING_END (line 9) | const PADDING_END: [u8; 11] = [ type PacketType (line 13) | pub enum PacketType { type Error (line 23) | type Error = InvalidPacketType; method try_from (line 25) | fn try_from(value: u8) -> Result { type InvalidPacketType (line 20) | pub struct InvalidPacketType; type RawQueryPacket (line 34) | pub struct RawQueryPacket { method decode (line 40) | pub async fn decode(bytes: Vec) -> Result { type SHandshake (line 57) | pub struct SHandshake { method decode (line 62) | pub async fn decode(packet: &mut RawQueryPacket) -> Result { type SStatusRequest (line 70) | pub struct SStatusRequest { method decode (line 79) | pub async fn decode(packet: &mut RawQueryPacket) -> Result { type CHandshake (line 103) | pub struct CHandshake { method encode (line 112) | pub async fn encode(&self) -> Vec { type CBasicStatus (line 129) | pub struct CBasicStatus { method encode (line 142) | pub async fn encode(&self) -> Vec { type CFullStatus (line 172) | pub struct CFullStatus { method encode (line 188) | pub async fn encode(&self) -> Vec { function handshake_request (line 245) | async fn handshake_request() { function handshake_response (line 257) | async fn handshake_response() { function basic_stat_request (line 271) | async fn basic_stat_request() { function basic_stat_response (line 288) | async fn basic_stat_response() { function full_stat_request (line 310) | async fn full_stat_request() { function full_stat_response (line 326) | async fn full_stat_response() { FILE: pumpkin-protocol/src/ser/deserializer.rs type Deserializer (line 9) | pub struct Deserializer { method custom (line 14) | fn custom(msg: T) -> Self { function new (line 20) | pub const fn new(read: R) -> Self { type Error (line 26) | type Error = ReadingError; function deserialize_any (line 28) | fn deserialize_any>(self, _visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>(self, _visitor: V) -> Result>(self, _visitor: V) -> Result>(self, visitor: V) -> Result>(self, visitor: V) -> Result>( function deserialize_newtype_struct (line 134) | fn deserialize_newtype_struct>( function deserialize_seq (line 142) | fn deserialize_seq>(self, visitor: V) -> Result>( function deserialize_tuple_struct (line 195) | fn deserialize_tuple_struct>( function deserialize_map (line 204) | fn deserialize_map>(self, visitor: V) -> Result>( function deserialize_enum (line 247) | fn deserialize_enum>( function deserialize_identifier (line 256) | fn deserialize_identifier>(self, _visitor: V) -> Result<... function deserialize_ignored_any (line 260) | fn deserialize_ignored_any>( type Error (line 269) | type Error = ReadingError; type Variant (line 270) | type Variant = Self; function variant_seed (line 272) | fn variant_seed>( type Error (line 288) | type Error = ReadingError; function unit_variant (line 290) | fn unit_variant(self) -> Result<(), Self::Error> { function newtype_variant_seed (line 294) | fn newtype_variant_seed>( function tuple_variant (line 301) | fn tuple_variant>( function struct_variant (line 309) | fn struct_variant>( FILE: pumpkin-protocol/src/ser/mod.rs type ReadingError (line 18) | pub enum ReadingError { type WritingError (line 30) | pub enum WritingError { type NetworkReadExt (line 39) | pub trait NetworkReadExt { method get_i8 (line 40) | fn get_i8(&mut self) -> Result; method get_u8 (line 41) | fn get_u8(&mut self) -> Result; method get_i16_be (line 43) | fn get_i16_be(&mut self) -> Result; method get_u16_be (line 44) | fn get_u16_be(&mut self) -> Result; method get_i32_be (line 45) | fn get_i32_be(&mut self) -> Result; method get_u32_be (line 46) | fn get_u32_be(&mut self) -> Result; method get_i64_be (line 47) | fn get_i64_be(&mut self) -> Result; method get_u64_be (line 48) | fn get_u64_be(&mut self) -> Result; method get_f32_be (line 49) | fn get_f32_be(&mut self) -> Result; method get_f64_be (line 50) | fn get_f64_be(&mut self) -> Result; method get_i128_be (line 51) | fn get_i128_be(&mut self) -> Result; method get_u128_be (line 52) | fn get_u128_be(&mut self) -> Result; method read_boxed_slice (line 53) | fn read_boxed_slice(&mut self, count: usize) -> Result, Read... method read_remaining_to_boxed_slice (line 55) | fn read_remaining_to_boxed_slice(&mut self, bound: usize) -> Result Result; method get_var_int (line 58) | fn get_var_int(&mut self) -> Result; method get_var_uint (line 59) | fn get_var_uint(&mut self) -> Result; method get_var_long (line 60) | fn get_var_long(&mut self) -> Result; method get_var_ulong (line 61) | fn get_var_ulong(&mut self) -> Result; method get_string_bounded (line 62) | fn get_string_bounded(&mut self, bound: usize) -> Result Result; method get_uuid (line 64) | fn get_uuid(&mut self) -> Result; method get_fixed_bitset (line 65) | fn get_fixed_bitset(&mut self, bits: usize) -> Result( method get_list (line 72) | fn get_list( method read_boxed_slice (line 104) | fn read_boxed_slice(&mut self, length: usize) -> Result, Rea... method read_remaining_to_boxed_slice (line 119) | fn read_remaining_to_boxed_slice(&mut self, bound: usize) -> Result Result { method get_var_int (line 141) | fn get_var_int(&mut self) -> Result { method get_var_uint (line 144) | fn get_var_uint(&mut self) -> Result { method get_var_long (line 148) | fn get_var_long(&mut self) -> Result { method get_var_ulong (line 152) | fn get_var_ulong(&mut self) -> Result { method get_string_bounded (line 156) | fn get_string_bounded(&mut self, bound: usize) -> Result Result { method get_uuid (line 170) | fn get_uuid(&mut self) -> Result { method get_fixed_bitset (line 177) | fn get_fixed_bitset(&mut self, bits: usize) -> Result( method get_list (line 193) | fn get_list( type NetworkWriteExt (line 213) | pub trait NetworkWriteExt { method write_i8 (line 214) | fn write_i8(&mut self, data: i8) -> Result<(), WritingError>; method write_u8 (line 215) | fn write_u8(&mut self, data: u8) -> Result<(), WritingError>; method write_i16_be (line 216) | fn write_i16_be(&mut self, data: i16) -> Result<(), WritingError>; method write_u16_be (line 217) | fn write_u16_be(&mut self, data: u16) -> Result<(), WritingError>; method write_i32_be (line 218) | fn write_i32_be(&mut self, data: i32) -> Result<(), WritingError>; method write_u32_be (line 219) | fn write_u32_be(&mut self, data: u32) -> Result<(), WritingError>; method write_i64_be (line 220) | fn write_i64_be(&mut self, data: i64) -> Result<(), WritingError>; method write_u64_be (line 221) | fn write_u64_be(&mut self, data: u64) -> Result<(), WritingError>; method write_f32_be (line 222) | fn write_f32_be(&mut self, data: f32) -> Result<(), WritingError>; method write_f64_be (line 223) | fn write_f64_be(&mut self, data: f64) -> Result<(), WritingError>; method write_slice (line 224) | fn write_slice(&mut self, data: &[u8]) -> Result<(), WritingError>; method write_bool (line 226) | fn write_bool(&mut self, data: bool) -> Result<(), WritingError> { method write_fixed_bitset (line 233) | fn write_fixed_bitset(&mut self, bits: usize, bit_set: FixedBitSet) method write_var_int (line 235) | fn write_var_int(&mut self, data: &VarInt) -> Result<(), WritingError>; method write_var_uint (line 236) | fn write_var_uint(&mut self, data: &VarUInt) -> Result<(), WritingError>; method write_var_long (line 237) | fn write_var_long(&mut self, data: &VarLong) -> Result<(), WritingError>; method write_string_bounded (line 238) | fn write_string_bounded(&mut self, data: &str, bound: usize) -> Result... method write_string (line 239) | fn write_string(&mut self, data: &str) -> Result<(), WritingError>; method write_block_pos (line 240) | fn write_block_pos(&mut self, pos: &BlockPos) -> Result<(), WritingErr... method write_uuid (line 242) | fn write_uuid(&mut self, data: &uuid::Uuid) -> Result<(), WritingError> { method write_bitset (line 248) | fn write_bitset(&mut self, bitset: &BitSet) -> Result<(), WritingError>; method write_option (line 250) | fn write_option( method write_list (line 263) | fn write_list( method write_nbt (line 279) | fn write_nbt(&mut self, data: NbtTag) -> Result<(), WritingError>; method write_i8 (line 292) | fn write_i8(&mut self, data: i8) -> Result<(), WritingError> { method write_u8 (line 297) | fn write_u8(&mut self, data: u8) -> Result<(), WritingError> { method write_slice (line 311) | fn write_slice(&mut self, data: &[u8]) -> Result<(), WritingError> { method write_fixed_bitset (line 315) | fn write_fixed_bitset( method write_var_int (line 330) | fn write_var_int(&mut self, data: &VarInt) -> Result<(), WritingError> { method write_var_uint (line 334) | fn write_var_uint(&mut self, data: &VarUInt) -> Result<(), WritingErro... method write_var_long (line 338) | fn write_var_long(&mut self, data: &VarLong) -> Result<(), WritingErro... method write_string_bounded (line 342) | fn write_string_bounded(&mut self, data: &str, bound: usize) -> Result... method write_string (line 352) | fn write_string(&mut self, data: &str) -> Result<(), WritingError> { method write_block_pos (line 356) | fn write_block_pos(&mut self, pos: &BlockPos) -> Result<(), WritingErr... method write_bitset (line 360) | fn write_bitset(&mut self, data: &BitSet) -> Result<(), WritingError> { method write_option (line 364) | fn write_option( method write_list (line 377) | fn write_list( method write_nbt (line 390) | fn write_nbt(&mut self, data: NbtTag) -> Result<(), WritingError> { function i32_reserialize (line 411) | fn i32_reserialize() { function varint_reserialize (line 429) | fn varint_reserialize() { function char_reserialize (line 447) | fn char_reserialize() { function i128_reserialize (line 492) | fn i128_reserialize() { function u128_reserialize (line 526) | fn u128_reserialize() { function unit_reserialize (line 547) | fn unit_reserialize() { function enum_reserialize (line 590) | fn enum_reserialize() { function tuple_struct_reserialize (line 642) | fn tuple_struct_reserialize() { function map_reserialize (line 664) | fn map_reserialize() { FILE: pumpkin-protocol/src/ser/serializer.rs type Serializer (line 10) | pub struct Serializer { function new (line 15) | pub const fn new(w: W) -> Self { method custom (line 21) | fn custom(msg: T) -> Self { type Ok (line 35) | type Ok = (); type Error (line 36) | type Error = WritingError; type SerializeSeq (line 38) | type SerializeSeq = Self; type SerializeTuple (line 39) | type SerializeTuple = Self; type SerializeTupleStruct (line 40) | type SerializeTupleStruct = Self; type SerializeTupleVariant (line 41) | type SerializeTupleVariant = Self; type SerializeMap (line 42) | type SerializeMap = Self; type SerializeStruct (line 43) | type SerializeStruct = Self; type SerializeStructVariant (line 44) | type SerializeStructVariant = Self; function serialize_bool (line 46) | fn serialize_bool(self, v: bool) -> Result { function serialize_bytes (line 49) | fn serialize_bytes(self, v: &[u8]) -> Result { function serialize_char (line 52) | fn serialize_char(self, v: char) -> Result { function serialize_f32 (line 55) | fn serialize_f32(self, v: f32) -> Result { function serialize_f64 (line 58) | fn serialize_f64(self, v: f64) -> Result { function serialize_i128 (line 61) | fn serialize_i128(self, v: i128) -> Result { function serialize_i16 (line 66) | fn serialize_i16(self, v: i16) -> Result { function serialize_i32 (line 69) | fn serialize_i32(self, v: i32) -> Result { function serialize_i64 (line 72) | fn serialize_i64(self, v: i64) -> Result { function serialize_i8 (line 75) | fn serialize_i8(self, v: i8) -> Result { function serialize_map (line 78) | fn serialize_map(self, len: Option) -> Result( function serialize_newtype_variant (line 106) | fn serialize_newtype_variant( function serialize_none (line 119) | fn serialize_none(self) -> Result { function serialize_seq (line 122) | fn serialize_seq(self, len: Option) -> Result(self, value: &T) -> Result Result { function serialize_struct (line 142) | fn serialize_struct( function serialize_struct_variant (line 149) | fn serialize_struct_variant( function serialize_tuple (line 163) | fn serialize_tuple(self, _len: usize) -> Result Result { function serialize_u16 (line 192) | fn serialize_u16(self, v: u16) -> Result { function serialize_u32 (line 195) | fn serialize_u32(self, v: u32) -> Result { function serialize_u64 (line 198) | fn serialize_u64(self, v: u64) -> Result { function serialize_u8 (line 201) | fn serialize_u8(self, v: u8) -> Result { function serialize_unit (line 204) | fn serialize_unit(self) -> Result { function serialize_unit_struct (line 207) | fn serialize_unit_struct(self, _name: &'static str) -> Result bool { type Ok (line 229) | type Ok = (); type Error (line 231) | type Error = WritingError; function serialize_element (line 234) | fn serialize_element(&mut self, value: &T) -> Res... function end (line 239) | fn end(self) -> Result<(), Self::Error> { type Ok (line 245) | type Ok = (); type Error (line 246) | type Error = WritingError; function serialize_element (line 248) | fn serialize_element(&mut self, value: &T) -> Res... function end (line 252) | fn end(self) -> Result<(), Self::Error> { type Ok (line 259) | type Ok = (); type Error (line 260) | type Error = WritingError; function serialize_field (line 262) | fn serialize_field(&mut self, value: &T) -> Resul... function end (line 266) | fn end(self) -> Result<(), Self::Error> { type Ok (line 281) | type Ok = (); type Error (line 282) | type Error = WritingError; function serialize_field (line 284) | fn serialize_field(&mut self, value: &T) -> Resul... function end (line 288) | fn end(self) -> Result<(), Self::Error> { type Ok (line 302) | type Ok = (); type Error (line 303) | type Error = WritingError; function serialize_key (line 305) | fn serialize_key(&mut self, key: &T) -> Result<()... function serialize_value (line 309) | fn serialize_value(&mut self, value: &T) -> Resul... function end (line 313) | fn end(self) -> Result<(), Self::Error> { type Ok (line 321) | type Ok = (); type Error (line 322) | type Error = WritingError; function serialize_field (line 324) | fn serialize_field( function end (line 332) | fn end(self) -> Result<(), Self::Error> { function skip_field (line 336) | fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error> { type Ok (line 345) | type Ok = (); type Error (line 346) | type Error = WritingError; function serialize_field (line 348) | fn serialize_field( function end (line 356) | fn end(self) -> Result<(), Self::Error> { FILE: pumpkin-protocol/src/serial/deserializer.rs method read (line 12) | fn read(reader: &mut R) -> Result { method read (line 20) | fn read(reader: &mut R) -> Result { method read (line 28) | fn read(reader: &mut R) -> Result { method read (line 36) | fn read(reader: &mut R) -> Result { method read_be (line 42) | fn read_be(reader: &mut R) -> Result { method read (line 50) | fn read(reader: &mut R) -> Result { method read (line 58) | fn read(reader: &mut R) -> Result { method read (line 66) | fn read(reader: &mut R) -> Result { method read_be (line 72) | fn read_be(reader: &mut R) -> Result { method read (line 80) | fn read(reader: &mut R) -> Result { method read_be (line 86) | fn read_be(reader: &mut R) -> Result { method read (line 94) | fn read(reader: &mut R) -> Result { method read_be (line 100) | fn read_be(reader: &mut R) -> Result { method read (line 108) | fn read(reader: &mut R) -> Result { method read (line 116) | fn read(reader: &mut R) -> Result { method read (line 124) | fn read(reader: &mut R) -> Result { method read (line 135) | fn read(reader: &mut R) -> Result { method read (line 143) | fn read(reader: &mut R) -> Result { method read (line 158) | fn read(reader: &mut R) -> Result { method read (line 168) | fn read(reader: &mut R) -> Result { method read (line 177) | fn read(reader: &mut R) -> Result { method read (line 204) | fn read(reader: &mut R) -> Result { method read (line 212) | fn read(reader: &mut R) -> Result { FILE: pumpkin-protocol/src/serial/mod.rs type PacketWrite (line 6) | pub trait PacketWrite { method write (line 7) | fn write(&self, writer: &mut W) -> Result<(), Error>; method write_be (line 8) | fn write_be(&self, _writer: &mut W) -> Result<(), Error> { type PacketRead (line 13) | pub trait PacketRead: Sized { method read (line 14) | fn read(reader: &mut R) -> Result; method read_be (line 15) | fn read_be(_reader: &mut R) -> Result { FILE: pumpkin-protocol/src/serial/serializer.rs method write (line 17) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 23) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 29) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 35) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write_be (line 39) | fn write_be(&self, writer: &mut W) -> Result<(), Error> { method write (line 45) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write_be (line 49) | fn write_be(&self, writer: &mut W) -> Result<(), Error> { method write (line 55) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 61) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write_be (line 65) | fn write_be(&self, writer: &mut W) -> Result<(), Error> { method write (line 71) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write_be (line 75) | fn write_be(&self, writer: &mut W) -> Result<(), Error> { method write (line 81) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write_be (line 85) | fn write_be(&self, writer: &mut W) -> Result<(), Error> { method write (line 91) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 97) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 103) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 112) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 121) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 128) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 136) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 144) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 156) | fn write(&self, writer: &mut W) -> Result<(), Error> { method write (line 178) | fn write(&self, writer: &mut W) -> Result<(), Error> { FILE: pumpkin-util/src/biome.rs type TemperatureModifier (line 28) | pub enum TemperatureModifier { method convert_temperature (line 45) | pub fn convert_temperature(&self, x: f64, z: f64, temperature: f32) ->... type Weather (line 69) | pub struct Weather { method new (line 90) | pub const fn new( method compute_temperature (line 117) | pub fn compute_temperature(&self, x: f64, y: i32, z: f64, sea_level: i... FILE: pumpkin-util/src/difficulty.rs type ParseDifficultyError (line 7) | pub struct ParseDifficultyError; type Difficulty (line 17) | pub enum Difficulty { type Err (line 29) | type Err = ParseDifficultyError; method from_str (line 31) | fn from_str(s: &str) -> Result { FILE: pumpkin-util/src/gamemode.rs type ParseGameModeError (line 6) | pub struct ParseGameModeError; type GameMode (line 10) | pub enum GameMode { method to_str (line 24) | pub const fn to_str(&self) -> &'static str { type Error (line 35) | type Error = (); method try_from (line 49) | fn try_from(value: i8) -> Result { type Err (line 61) | type Err = ParseGameModeError; method from_str (line 63) | fn from_str(s: &str) -> Result { FILE: pumpkin-util/src/jwt/mod.rs type PlayerClaims (line 20) | pub struct PlayerClaims { type AuthError (line 34) | pub enum AuthError { function decode_b64_url_nopad (line 70) | pub fn decode_b64_url_nopad(s: &str) -> Result, base64::DecodeEr... function decode_b64_standard (line 83) | pub fn decode_b64_standard(s: &str) -> Result, base64::DecodeErr... function build_public_key_from_b64 (line 98) | pub fn build_public_key_from_b64(b64: &str) -> Result Result Result<... FILE: pumpkin-util/src/lib.rs type HeightMap (line 34) | pub enum HeightMap { function encompassing_bits (line 89) | pub fn encompassing_bits(count: usize) -> u8 { type ProfileAction (line 100) | pub enum ProfileAction { type BlockDirection (line 109) | pub enum BlockDirection { method get_axis (line 127) | pub const fn get_axis(&self) -> Axis { method get_random_horizontal_direction (line 135) | pub fn get_random_horizontal_direction(random: &mut impl RandomImpl) -... type MutableSplitSlice (line 148) | pub struct MutableSplitSlice<'a, T> { function extract_ith (line 160) | pub const fn extract_ith(base: &'a mut [T], index: usize) -> (&'a mut T,... function len (line 171) | pub const fn len(&self) -> usize { function is_empty (line 177) | pub const fn is_empty(&self) -> bool { type Output (line 183) | type Output = T; function index (line 186) | fn index(&self, index: usize) -> &Self::Output { type DoublePerlinNoiseParametersCodec (line 199) | pub struct DoublePerlinNoiseParametersCodec { function index_mut (line 209) | fn index_mut(&mut self, index: usize) -> &mut Self::Output { type Hand (line 222) | pub enum Hand { method all (line 231) | pub const fn all() -> [Self; 2] { type Error (line 240) | type Error = InvalidHand; method try_from (line 250) | fn try_from(value: i32) -> Result { type InvalidHand (line 237) | pub struct InvalidHand; FILE: pumpkin-util/src/loot_table.rs type LootTable (line 9) | pub struct LootTable { type LootPool (line 20) | pub struct LootPool { type ItemEntry (line 35) | pub struct ItemEntry { type AlternativeEntry (line 42) | pub struct AlternativeEntry { type LootPoolEntryTypes (line 49) | pub enum LootPoolEntryTypes { type LootCondition (line 70) | pub enum LootCondition { type LootFunction (line 118) | pub struct LootFunction { type LootFunctionTypes (line 127) | pub enum LootFunctionTypes { type LootFunctionNumberProvider (line 165) | pub enum LootFunctionNumberProvider { type LootFunctionBonusParameter (line 176) | pub enum LootFunctionBonusParameter { type LootPoolEntry (line 185) | pub struct LootPoolEntry { type LootTableType (line 196) | pub enum LootTableType { type LootNumberProviderTypesProvider (line 210) | pub enum LootNumberProviderTypesProvider { method to_tokens (line 217) | fn to_tokens(&self, tokens: &mut TokenStream) { type UniformLootNumberProvider (line 230) | pub struct UniformLootNumberProvider { method get (line 256) | pub fn get(&self, random: &mut impl RandomImpl) -> f32 { method to_tokens (line 238) | fn to_tokens(&self, tokens: &mut TokenStream) { type LootNumberProviderTypes (line 264) | pub enum LootNumberProviderTypes { method get (line 294) | pub fn get(&self, random: &mut impl RandomImpl) -> f32 { method to_tokens (line 272) | fn to_tokens(&self, tokens: &mut TokenStream) { FILE: pumpkin-util/src/math/atomic_f32.rs type AtomicF32 (line 4) | pub struct AtomicF32 { method new (line 18) | pub const fn new(value: f32) -> Self { method store (line 30) | pub fn store(&self, value: f32, ordering: Ordering) { method load (line 42) | pub fn load(&self, ordering: Ordering) -> f32 { method compare_exchange (line 58) | pub fn compare_exchange( FILE: pumpkin-util/src/math/block_box.rs type BlockBox (line 11) | pub struct BlockBox { method new (line 29) | pub const fn new( method create_box (line 58) | pub fn create_box( method rotated (line 83) | pub const fn rotated( method from_pos (line 137) | pub const fn from_pos(pos: BlockPos) -> Self { method expand (line 149) | pub const fn expand(&self, x: i32, y: i32, z: i32) -> Self { method move_pos (line 160) | pub const fn move_pos(&mut self, dx: i32, dy: i32, dz: i32) { method contains_pos (line 174) | pub const fn contains_pos(&self, pos: &Vector3) -> bool { method contains (line 183) | pub const fn contains(&self, x: i32, y: i32, z: i32) -> bool { method intersects (line 197) | pub const fn intersects(&self, other: &Self) -> bool { method intersects_xz (line 211) | pub const fn intersects_xz(&self, other: &Self) -> bool { method intersects_raw_xz (line 223) | pub const fn intersects_raw_xz(&self, min_x: i32, min_z: i32, max_x: i... method get_block_count_y (line 229) | pub const fn get_block_count_y(&self) -> i32 { method encompass (line 237) | pub fn encompass(&mut self, other: &Self) { method encompass_all (line 252) | pub fn encompass_all(boxes: I) -> Option FILE: pumpkin-util/src/math/boundingbox.rs type BoundingBox (line 7) | pub struct BoundingBox { method new_default (line 63) | pub fn new_default(size: &EntityDimensions) -> Self { method new_from_pos (line 75) | pub fn new_from_pos(x: f64, y: f64, z: f64, size: &EntityDimensions) -... method expand (line 90) | pub fn expand(&self, x: f64, y: f64, z: f64) -> Self { method expand_all (line 102) | pub fn expand_all(&self, value: f64) -> Self { method contract_all (line 111) | pub fn contract_all(&self, value: f64) -> Self { method at_pos (line 120) | pub fn at_pos(&self, pos: BlockPos) -> Self { method offset (line 137) | pub fn offset(&self, other: Self) -> Self { method new (line 150) | pub const fn new(min: Vector3, max: Vector3) -> Self { method new_array (line 160) | pub const fn new_array(min: [f64; 3], max: [f64; 3]) -> Self { method full_block (line 169) | pub const fn full_block() -> Self { method from_block (line 181) | pub fn from_block(position: &BlockPos) -> Self { method get_side (line 202) | pub const fn get_side(&self, max: bool) -> Vector3 { method calculate_collision_time (line 217) | pub fn calculate_collision_time( method get_average_side_length (line 252) | pub fn get_average_side_length(&self) -> f64 { method min_block_pos (line 262) | pub const fn min_block_pos(&self) -> BlockPos { method max_block_pos (line 268) | pub const fn max_block_pos(&self) -> BlockPos { method shift (line 286) | pub fn shift(&self, delta: Vector3) -> Self { method stretch (line 298) | pub const fn stretch(&self, other: Vector3) -> Self { method from_block_raw (line 327) | pub fn from_block_raw(position: &BlockPos) -> Self { method intersects (line 348) | pub fn intersects(&self, other: &Self) -> bool { method squared_magnitude (line 362) | pub fn squared_magnitude(&self, pos: Vector3) -> f64 { type BoundingPlane (line 16) | struct BoundingPlane { method intersects (line 28) | pub fn intersects(&self, other: &Self) -> bool { method from_box (line 40) | pub const fn from_box(bounding_box: &BoundingBox, excluded: Axis) -> S... type EntityDimensions (line 373) | pub struct EntityDimensions { method new (line 390) | pub const fn new(width: f32, height: f32, eye_height: f32) -> Self { FILE: pumpkin-util/src/math/euler_angle.rs type EulerAngle (line 6) | pub struct EulerAngle { method new (line 25) | pub fn new(pitch: f32, yaw: f32, roll: f32) -> Self { constant ZERO (line 34) | pub const ZERO: Self = Self { method from (line 58) | fn from(tag: NbtTag) -> Self { method default (line 42) | fn default() -> Self { method from (line 48) | fn from(val: EulerAngle) -> Self { FILE: pumpkin-util/src/math/experience.rs type Experience (line 8) | pub struct Experience { method to_tokens (line 14) | fn to_tokens(&self, tokens: &mut TokenStream) { function points_in_level (line 28) | pub const fn points_in_level(level: i32) -> i32 { function points_to_level (line 41) | pub fn points_to_level(level: i32) -> i32 { function total_to_level_and_points (line 62) | pub fn total_to_level_and_points(total_points: i32) -> (i32, i32) { function progress_in_level (line 83) | pub fn progress_in_level(points: i32, level: i32) -> f32 { FILE: pumpkin-util/src/math/float_provider.rs type NormalFloatProvider (line 10) | pub enum NormalFloatProvider { method to_tokens (line 26) | fn to_tokens(&self, tokens: &mut TokenStream) { type FloatProvider (line 55) | pub enum FloatProvider { method get_min (line 83) | pub const fn get_min(&self) -> f32 { method get (line 102) | pub fn get(&self, random: &mut impl RandomImpl) -> f32 { method get_max (line 119) | pub const fn get_max(&self) -> f32 { method to_tokens (line 63) | fn to_tokens(&self, tokens: &mut TokenStream) { type ConstantFloatProvider (line 134) | pub struct ConstantFloatProvider { method new (line 157) | pub const fn new(value: f32) -> Self { method get_min (line 166) | pub const fn get_min(&self) -> f32 { method get (line 177) | pub const fn get(&self, _random: &mut impl RandomImpl) -> f32 { method get_max (line 186) | pub const fn get_max(&self) -> f32 { method to_tokens (line 140) | fn to_tokens(&self, tokens: &mut TokenStream) { type UniformFloatProvider (line 193) | pub struct UniformFloatProvider { method new (line 220) | pub const fn new(min_inclusive: f32, max_exclusive: f32) -> Self { method get_min (line 232) | pub const fn get_min(&self) -> f32 { method get (line 243) | pub fn get(&self, random: &mut impl RandomImpl) -> f32 { method get_max (line 254) | pub const fn get_max(&self) -> f32 { method to_tokens (line 201) | fn to_tokens(&self, tokens: &mut TokenStream) { type ClampedNormalFloatProvider (line 261) | pub struct ClampedNormalFloatProvider { method new (line 301) | pub const fn new(mean: f32, deviation: f32, min: f32, max: f32) -> Self { method get_min (line 315) | pub const fn get_min(&self) -> f32 { method get (line 326) | pub fn get(&self, random: &mut impl RandomImpl) -> f32 { method get_max (line 340) | pub const fn get_max(&self) -> f32 { method to_tokens (line 273) | fn to_tokens(&self, tokens: &mut TokenStream) { type TrapezoidFloatProvider (line 347) | pub struct TrapezoidFloatProvider { method new (line 382) | pub const fn new(min: f32, max: f32, plateau: f32) -> Self { method get_min (line 391) | pub const fn get_min(&self) -> f32 { method get (line 402) | pub fn get(&self, random: &mut impl RandomImpl) -> f32 { method get_max (line 433) | pub const fn get_max(&self) -> f32 { method to_tokens (line 357) | fn to_tokens(&self, tokens: &mut TokenStream) { function constant_float_provider (line 445) | fn constant_float_provider() { function uniform_float_provider (line 458) | fn uniform_float_provider() { function clamped_normal_float_provider (line 478) | fn clamped_normal_float_provider() { function trapezoid_float_provider (line 498) | fn trapezoid_float_provider() { function float_provider_enum_constant (line 518) | fn float_provider_enum_constant() { function float_provider_enum_object (line 530) | fn float_provider_enum_object() { FILE: pumpkin-util/src/math/int_provider.rs type NormalIntProvider (line 10) | pub enum NormalIntProvider { method to_tokens (line 32) | fn to_tokens(&self, tokens: &mut TokenStream) { type IntProvider (line 71) | pub enum IntProvider { method get_min (line 99) | pub fn get_min(&self) -> i32 { method get (line 120) | pub fn get(&self, random: &mut impl RandomImpl) -> i32 { method get_max (line 139) | pub fn get_max(&self) -> i32 { method to_tokens (line 79) | fn to_tokens(&self, tokens: &mut TokenStream) { type ConstantIntProvider (line 156) | pub struct ConstantIntProvider { method new (line 179) | pub const fn new(value: i32) -> Self { method get_min (line 188) | pub const fn get_min(&self) -> i32 { method get (line 199) | pub const fn get(&self, _random: &mut impl RandomImpl) -> i32 { method get_max (line 208) | pub const fn get_max(&self) -> i32 { method to_tokens (line 162) | fn to_tokens(&self, tokens: &mut TokenStream) { type BiasedToBottomIntProvider (line 215) | pub struct BiasedToBottomIntProvider { method new (line 242) | pub const fn new(min_inclusive: i32, max_inclusive: i32) -> Self { method get_min (line 254) | pub const fn get_min(&self) -> i32 { method get (line 265) | pub fn get(&self, random: &mut impl RandomImpl) -> i32 { method get_max (line 278) | pub const fn get_max(&self) -> i32 { method to_tokens (line 223) | fn to_tokens(&self, tokens: &mut TokenStream) { type ClampedIntProvider (line 285) | pub struct ClampedIntProvider { method new (line 320) | pub fn new(source: IntProvider, min_inclusive: i32, max_inclusive: i32... method get_min (line 333) | pub fn get_min(&self) -> i32 { method get (line 344) | pub fn get(&self, random: &mut impl RandomImpl) -> i32 { method get_max (line 355) | pub fn get_max(&self) -> i32 { method to_tokens (line 295) | fn to_tokens(&self, tokens: &mut TokenStream) { type ClampedNormalIntProvider (line 362) | pub struct ClampedNormalIntProvider { method new (line 402) | pub const fn new(mean: f32, deviation: f32, min_inclusive: i32, max_in... method get_min (line 416) | pub const fn get_min(&self) -> i32 { method get (line 427) | pub fn get(&self, random: &mut impl RandomImpl) -> i32 { method get_max (line 439) | pub const fn get_max(&self) -> i32 { method to_tokens (line 374) | fn to_tokens(&self, tokens: &mut TokenStream) { type WeightedEntry (line 446) | pub struct WeightedEntry { method to_tokens (line 454) | fn to_tokens(&self, tokens: &mut TokenStream) { type WeightedListIntProvider (line 465) | pub struct WeightedListIntProvider { method new (line 488) | pub const fn new(distribution: Vec) -> Self { method get_min (line 497) | pub fn get_min(&self) -> i32 { method get (line 512) | pub fn get(&self, random: &mut impl RandomImpl) -> i32 { method get_max (line 545) | pub fn get_max(&self) -> i32 { method to_tokens (line 471) | fn to_tokens(&self, tokens: &mut TokenStream) { type UniformIntProvider (line 556) | pub struct UniformIntProvider { method new (line 584) | pub const fn new(min_inclusive: i32, max_inclusive: i32) -> Self { method get_min (line 596) | pub const fn get_min(&self) -> i32 { method get (line 607) | pub fn get(&self, random: &mut impl RandomImpl) -> i32 { method get_max (line 616) | pub const fn get_max(&self) -> i32 { method to_tokens (line 564) | fn to_tokens(&self, tokens: &mut TokenStream) { function constant_int_provider (line 628) | fn constant_int_provider() { function uniform_int_provider (line 641) | fn uniform_int_provider() { function biased_to_bottom_int_provider (line 661) | fn biased_to_bottom_int_provider() { function clamped_normal_int_provider (line 681) | fn clamped_normal_int_provider() { function clamped_int_provider (line 701) | fn clamped_int_provider() { function weighted_list_int_provider (line 723) | fn weighted_list_int_provider() { function int_provider_enum_constant (line 759) | fn int_provider_enum_constant() { function int_provider_enum_object (line 771) | fn int_provider_enum_object() { FILE: pumpkin-util/src/math/mod.rs function wrap_degrees (line 24) | pub fn wrap_degrees(degrees: f32) -> f32 { function clamp_angle (line 47) | pub fn clamp_angle(value: f32, mean: f32, delta: f32) -> f32 { function subtract_angles (line 62) | pub fn subtract_angles(start: f32, end: f32) -> f32 { function squared_magnitude (line 76) | pub const fn squared_magnitude(a: f64, b: f64, c: f64) -> f64 { function magnitude (line 90) | pub fn magnitude(a: f64, b: f64, c: f64) -> f64 { function get_section_cord (line 103) | pub const fn get_section_cord(coord: i32) -> i32 { constant MULTIPLY_DE_BRUIJN_BIT_POSITION (line 107) | const MULTIPLY_DE_BRUIJN_BIT_POSITION: [u8; 32] = [ function ceil_log2 (line 120) | pub const fn ceil_log2(value: u32) -> u8 { function floor_log2 (line 138) | pub const fn floor_log2(value: u32) -> u8 { function smallest_encompassing_power_of_two (line 150) | pub const fn smallest_encompassing_power_of_two(value: u32) -> u32 { function floor_div (line 163) | pub fn floor_div(x: T, y: T) -> T { function square_f64 (line 183) | pub const fn square_f64(n: f64) -> f64 { function square_f32 (line 189) | pub const fn square_f32(n: f32) -> f32 { function floor_mod (line 202) | pub fn floor_mod(x: T, y: T) -> T { function map (line 223) | pub fn map(value: T, old_start: T, old_end: T, new_start: T, n... function lerp (line 237) | pub fn lerp(delta: T, start: T, end: T) -> T { function lerp_progress (line 251) | pub fn lerp_progress(value: T, start: T, end: T) -> T { function clamped_lerp (line 265) | pub fn clamped_lerp(start: f64, end: f64, delta: f64) -> f64 { function clamped_map (line 288) | pub fn clamped_map(value: f64, old_start: f64, old_end: f64, new_start: ... function lerp2 (line 305) | pub fn lerp2(delta_x: f64, delta_y: f64, x0y0: f64, x1y0: f64, x0y1: f64... function lerp3 (line 332) | pub fn lerp3( function polynomial_rolling_hash (line 360) | pub fn polynomial_rolling_hash(signatures: &[Box<[u8]>]) -> u8 { function java_array_hash (line 378) | fn java_array_hash(data: &[u8]) -> i32 { function java_string_hash (line 395) | pub fn java_string_hash(string: &str) -> i32 { function java_hash (line 414) | fn java_hash() { FILE: pumpkin-util/src/math/pool.rs type Pool (line 7) | pub struct Pool; method get (line 18) | pub fn get(distribution: &[Weighted], random: &mut Random... type Weighted (line 41) | pub struct Weighted { type FlattenedContent (line 49) | struct FlattenedContent; method get (line 61) | pub fn get(index: i32, entries: &[Weighted], total_weight... FILE: pumpkin-util/src/math/position.rs type BlockPosIterator (line 13) | pub struct BlockPosIterator { method new (line 44) | pub const fn new( type Item (line 69) | type Item = BlockPos; method next (line 71) | fn next(&mut self) -> Option { type OutwardIterator (line 93) | pub struct OutwardIterator { method new (line 136) | pub const fn new(center: BlockPos, range_x: i32, range_y: i32, range_z... type Item (line 158) | type Item = BlockPos; method next (line 160) | fn next(&mut self) -> Option { type BlockPos (line 200) | pub struct BlockPos(pub Vector3); constant ZERO (line 204) | pub const ZERO: Self = Self::new(0, 0, 0); method new (line 216) | pub const fn new(x: i32, y: i32, z: i32) -> Self { method iterate (line 229) | pub fn iterate(start: Self, end: Self) -> BlockPosIterator { method iterate_outwards (line 251) | pub const fn iterate_outwards( method iterate_block_pos (line 273) | pub const fn iterate_block_pos( method chunk_and_chunk_relative_position (line 291) | pub const fn chunk_and_chunk_relative_position(&self) -> (Vector2... method chunk_position (line 300) | pub const fn chunk_position(&self) -> Vector2 { method chunk_relative_position (line 315) | pub const fn chunk_relative_position(&self) -> Vector3 { method section_relative_position (line 330) | pub fn section_relative_position(&self) -> Vector3 { method from_i64 (line 356) | pub const fn from_i64(encoded_position: i64) -> Self { method floored (line 374) | pub const fn floored(x: f64, y: f64, z: f64) -> Self { method floored_v (line 390) | pub const fn floored_v(pos: Vector3) -> Self { method ceiled_v (line 406) | pub const fn ceiled_v(pos: Vector3) -> Self { method to_f64 (line 422) | pub fn to_f64(&self) -> Vector3 { method to_centered_f64 (line 435) | pub fn to_centered_f64(&self) -> Vector3 { method offset (line 451) | pub fn offset(&self, offset: Vector3) -> Self { method add (line 465) | pub const fn add(&self, x: i32, y: i32, z: i32) -> Self { method offset_dir (line 478) | pub const fn offset_dir(&self, offset: Vector3, direction: i32) -... method up (line 491) | pub fn up(&self) -> Self { method up_height (line 503) | pub fn up_height(&self, height: i32) -> Self { method down (line 512) | pub fn down(&self) -> Self { method down_height (line 524) | pub fn down_height(&self, height: i32) -> Self { method west (line 533) | pub fn west(&self) -> Self { method north (line 542) | pub fn north(&self) -> Self { method east (line 551) | pub fn east(&self) -> Self { method south (line 560) | pub fn south(&self) -> Self { method manhattan_distance (line 572) | pub const fn manhattan_distance(&self, other: Self) -> i32 { method squared_distance (line 587) | pub fn squared_distance(&self, other: &Self) -> i32 { method as_long (line 601) | pub fn as_long(&self) -> i64 { method deserialize (line 615) | fn deserialize>(deserializer: D) -> Result) -> fmt::Result { method serialize (line 609) | fn serialize(&self, serializer: S) -> Result Vector3 { function get_local_cord (line 665) | pub const fn get_local_cord(cord: i32) -> i32 { function pack_local_chunk_section (line 682) | pub const fn pack_local_chunk_section(block_pos: &BlockPos) -> i16 { FILE: pumpkin-util/src/math/vector2.rs type Vector2 (line 10) | pub struct Vector2 { function new (line 23) | pub const fn new(x: T, y: T) -> Self { function length_squared (line 28) | pub fn length_squared(&self) -> T { function add (line 37) | pub fn add(&self, other: &Self) -> Self { function add_raw (line 50) | pub fn add_raw(&self, x: T, y: T) -> Self { function sub (line 62) | pub fn sub(&self, other: &Self) -> Self { function multiply (line 75) | pub fn multiply(self, x: T, y: T) -> Self { function length (line 85) | pub fn length(&self) -> T { function normalize (line 91) | pub fn normalize(&self) -> Self { type Output (line 101) | type Output = Self; function mul (line 103) | fn mul(self, scalar: T) -> Self { type Output (line 112) | type Output = Self; method add (line 114) | fn add(self, rhs: Self) -> Self::Output { type Output (line 123) | type Output = Self; method neg (line 125) | fn neg(self) -> Self { function from (line 134) | fn from((x, z): (T, T)) -> Self { function from (line 140) | fn from(value: Vector3) -> Self { type Math (line 149) | pub trait Math: function to_chunk_pos (line 173) | pub const fn to_chunk_pos(vec: &Vector2) -> Vector2 { function serialize (line 178) | fn serialize(&self, serializer: S) -> Result { type Axis (line 22) | pub enum Axis { method all (line 34) | pub const fn all() -> [Self; 3] { method horizontal (line 40) | pub const fn horizontal() -> [Self; 2] { method excluding (line 52) | pub const fn excluding(axis: Self) -> [Self; 2] { function get_axis (line 71) | pub const fn get_axis(&self, a: Axis) -> T { function set_axis (line 84) | pub const fn set_axis(&mut self, a: Axis, value: T) { function new (line 104) | pub const fn new(x: T, y: T, z: T) -> Self { function length_squared (line 113) | pub fn length_squared(&self) -> T { function horizontal_length_squared (line 122) | pub fn horizontal_length_squared(&self) -> T { function add (line 134) | pub fn add(&self, other: &Self) -> Self { function add_raw (line 152) | pub fn add_raw(&self, x: T, y: T, z: T) -> Self { function sub (line 168) | pub fn sub(&self, other: &Self) -> Self { function sub_raw (line 186) | pub fn sub_raw(&self, x: T, y: T, z: T) -> Self { function multiply (line 204) | pub fn multiply(self, x: T, y: T, z: T) -> Self { function lerp (line 221) | pub fn lerp(&self, other: &Self, t: T) -> Self { function sign (line 237) | pub fn sign(&self) -> Vector3 function squared_distance_to_vec (line 274) | pub fn squared_distance_to_vec(&self, other: &Self) -> T { function squared_distance_to (line 288) | pub fn squared_distance_to(&self, x: T, y: T, z: T) -> T { function squared_distance_to_vec_xz (line 302) | pub fn squared_distance_to_vec_xz(&self, other: Self) -> T { function squared_distance_to_xz (line 314) | pub fn squared_distance_to_xz(&self, x: T, z: T) -> T { function is_within_bounds (line 331) | pub fn is_within_bounds(&self, block_pos: Self, x: T, y: T, z: T) -> bool { function length (line 353) | pub fn length(&self) -> T { function horizontal_length (line 361) | pub fn horizontal_length(&self) -> T { function normalize (line 372) | pub fn normalize(&self) -> Self { function rotation_vector (line 389) | pub fn rotation_vector(pitch: T, yaw: T) -> Self { type Output (line 403) | type Output = Self; function mul (line 405) | fn mul(self, scalar: T) -> Self { type Output (line 415) | type Output = Self; method add (line 417) | fn add(self, rhs: Self) -> Self::Output { type Output (line 427) | type Output = Self; method sub (line 429) | fn sub(self, rhs: Self) -> Self::Output { method add_assign (line 439) | fn add_assign(&mut self, other: Self) { function from (line 461) | fn from((x, y, z): (T, T, T)) -> Self { function from (line 467) | fn from(vector: Vector3) -> Self { function to_f64 (line 477) | pub fn to_f64(&self) -> Vector3 { function to_f32 (line 491) | pub fn to_f32(&self) -> Vector3 { function to_i32 (line 505) | pub fn to_i32(&self) -> Vector3 { function to_vec2_i32 (line 520) | pub fn to_vec2_i32(&self) -> Vector2 { function floor_to_i32 (line 535) | pub fn floor_to_i32(&self) -> Vector3 { function floor_to_vec2_i32 (line 550) | pub fn floor_to_vec2_i32(&self) -> Vector2 { function to_block_pos (line 565) | pub fn to_block_pos(&self) -> BlockPos { type Math (line 571) | pub trait Math: function deserialize (line 590) | fn deserialize>(deserializer: D) -> Result>(deserializer: D) -> Result>(deserializer: D) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result(&self, serializer: S) -> Result) -> i64 { function packed_local (line 753) | pub const fn packed_local(vec: &Vector3) -> i16 { FILE: pumpkin-util/src/math/vertical_surface_type.rs type VerticalSurfaceType (line 6) | pub enum VerticalSurfaceType { FILE: pumpkin-util/src/noise/mod.rs type Gradient (line 5) | pub struct Gradient { method dot (line 110) | pub const fn dot(&self, x: f64, y: f64, z: f64) -> f64 { constant GRADIENTS (line 15) | pub const GRADIENTS: [Gradient; 16] = [ FILE: pumpkin-util/src/noise/perlin.rs type PerlinNoiseSampler (line 17) | pub struct PerlinNoiseSampler { method new (line 36) | pub fn new(random: &mut impl RandomImpl) -> Self { method sample_flat_y (line 75) | pub fn sample_flat_y(&self, x: f64, y: f64, z: f64) -> f64 { method sample_no_fade (line 94) | pub fn sample_no_fade(&self, x: f64, y: f64, z: f64, y_scale: f64, y_m... method grad (line 140) | const fn grad(hash: i32, x: f64, y: f64, z: f64) -> f64 { method perlin_fade (line 155) | const fn perlin_fade(value: f64) -> f64 { method map (line 167) | fn map(&self, input: i32) -> i32 { method sample (line 189) | fn sample( type SamplerData (line 229) | pub struct SamplerData { type OctavePerlinNoiseSampler (line 245) | pub struct OctavePerlinNoiseSampler { method max_value (line 260) | pub const fn max_value(&self) -> f64 { method get_total_amplitude_generic (line 273) | fn get_total_amplitude_generic(scale: f64, persistences: &[f64], ampli... method maintain_precision (line 299) | pub const fn maintain_precision(value: f64) -> f64 { method calculate_amplitudes (line 316) | pub fn calculate_amplitudes(octaves: &[i32]) -> (i32, Vec) { method new (line 343) | pub fn new( method get_total_amplitude (line 435) | pub fn get_total_amplitude(&self, scale: f64) -> f64 { method sample (line 456) | pub fn sample(&self, x: f64, y: f64, z: f64) -> f64 { function create_xoroshiro (line 485) | fn create_xoroshiro() { function create_legacy (line 514) | fn create_legacy() { function create (line 538) | fn create() { function no_y (line 568) | fn no_y() { function no_y_chunk (line 738) | fn no_y_chunk() { function no_fade (line 767) | fn no_fade() { function no_fade_chunk (line 981) | fn no_fade_chunk() { function map (line 1015) | fn map() { FILE: pumpkin-util/src/noise/simplex.rs type SimplexNoiseSampler (line 20) | pub struct SimplexNoiseSampler { constant SQRT_3 (line 53) | const SQRT_3: f64 = 1.7320508075688772f64; constant SKEW_FACTOR_2D (line 55) | const SKEW_FACTOR_2D: f64 = 0.5f64 * (Self::SQRT_3 - 1f64); constant UNSKEW_FACTOR_2D (line 57) | const UNSKEW_FACTOR_2D: f64 = (3f64 - Self::SQRT_3) / 6f64; method new (line 66) | pub fn new(random: &mut impl RandomImpl) -> Self { method map (line 99) | fn map(&self, input: i32) -> i32 { method grad (line 116) | const fn grad(gradient_index: usize, x: f64, y: f64, z: f64, distance:... method sample_2d (line 139) | pub fn sample_2d(&self, x: f64, y: f64) -> f64 { method sample_3d (line 185) | pub fn sample_3d(&self, x: f64, y: f64, z: f64) -> f64 { method eq (line 32) | fn eq(&self, other: &Self) -> bool { method hash (line 43) | fn hash(&self, state: &mut H) { type OctaveSimplexNoiseSampler (line 274) | pub struct OctaveSimplexNoiseSampler { method new (line 296) | pub fn new(random: &mut impl RandomImpl, octaves: &[i32]) -> Self { method sample (line 361) | pub fn sample(&self, x: f64, y: f64, use_origin: bool) -> f64 { function new (line 391) | fn new() { function sample (line 419) | fn sample() { function create (line 527) | fn create() { function sample_2d (line 556) | fn sample_2d() { function sample_3d (line 668) | fn sample_3d() { FILE: pumpkin-util/src/permission.rs type PermissionDefault (line 8) | pub enum PermissionDefault { type Permission (line 19) | pub struct Permission { method new (line 41) | pub fn new(node: &str, description: &str, default: PermissionDefault) ... method add_child (line 58) | pub fn add_child(&mut self, child: &str, value: bool) -> &mut Self { type PermissionRegistry (line 66) | pub struct PermissionRegistry { method new (line 77) | pub fn new() -> Self { method register_permission (line 91) | pub fn register_permission(&mut self, permission: Permission) -> Resul... method get_permission (line 110) | pub fn get_permission(&self, node: &str) -> Option<&Permission> { method has_permission (line 122) | pub fn has_permission(&self, node: &str) -> bool { type PermissionAttachment (line 129) | pub struct PermissionAttachment { method new (line 140) | pub fn new() -> Self { method set_permission (line 151) | pub fn set_permission(&mut self, node: &str, value: bool) { method unset_permission (line 159) | pub fn unset_permission(&mut self, node: &str) { method has_permission_set (line 171) | pub fn has_permission_set(&self, node: &str) -> Option { method get_permissions (line 180) | pub const fn get_permissions(&self) -> &HashMap { type PermissionManager (line 187) | pub struct PermissionManager { method new (line 202) | pub fn new(registry: Arc>) -> Self { method get_attachment (line 216) | pub fn get_attachment(&mut self, player_id: uuid::Uuid) -> Arc>(deserializer: D) -> Result Option { method cmp (line 339) | fn cmp(&self, other: &Self) -> std::cmp::Ordering { method serialize (line 345) | fn serialize( FILE: pumpkin-util/src/random/gaussian.rs type GaussianGenerator (line 4) | pub trait GaussianGenerator: RandomImpl { method stored_next_gaussian (line 9) | fn stored_next_gaussian(&self) -> Option; method set_stored_next_gaussian (line 15) | fn set_stored_next_gaussian(&mut self, value: Option); method calculate_gaussian (line 21) | fn calculate_gaussian(&mut self) -> f64 { FILE: pumpkin-util/src/random/legacy_rand.rs type LegacyRand (line 16) | pub struct LegacyRand { method from_seed (line 36) | pub const fn from_seed(seed: u64) -> Self { method next_random (line 50) | const fn next_random(&mut self) -> i64 { method next (line 64) | const fn next(&mut self, bits: u64) -> i32 { method stored_next_gaussian (line 70) | fn stored_next_gaussian(&self) -> Option { method set_stored_next_gaussian (line 74) | fn set_stored_next_gaussian(&mut self, value: Option) { method split (line 80) | fn split(&mut self) -> Self { method next_splitter (line 84) | fn next_splitter(&mut self) -> RandomDeriver { method next_i32 (line 88) | fn next_i32(&mut self) -> i32 { method next_bounded_i32 (line 92) | fn next_bounded_i32(&mut self, bound: i32) -> i32 { method next_i64 (line 106) | fn next_i64(&mut self) -> i64 { method next_bool (line 112) | fn next_bool(&mut self) -> bool { method next_f32 (line 116) | fn next_f32(&mut self) -> f32 { method next_f64 (line 120) | fn next_f64(&mut self) -> f64 { method next_gaussian (line 127) | fn next_gaussian(&mut self) -> f64 { type LegacySplitter (line 138) | pub struct LegacySplitter { method new (line 151) | const fn new(seed: u64) -> Self { method split_string (line 157) | fn split_string(&self, seed: &str) -> RandomGenerator { method split_u64 (line 163) | fn split_u64(&self, seed: u64) -> RandomGenerator { method split_pos (line 167) | fn split_pos(&self, x: i32, y: i32, z: i32) -> RandomGenerator { function next_i32 (line 181) | fn next_i32() { function next_bounded_i32 (line 203) | fn next_bounded_i32() { function next_inbetween_i32 (line 225) | fn next_inbetween_i32() { function next_inbetween_exclusive_i32 (line 236) | fn next_inbetween_exclusive_i32() { function next_f64 (line 247) | fn next_f64() { function next_f32 (line 269) | fn next_f32() { function next_i64 (line 283) | fn next_i64() { function next_bool (line 305) | fn next_bool() { function next_gaussian (line 318) | fn next_gaussian() { function next_triangular (line 340) | fn next_triangular() { function split (line 362) | fn split() { FILE: pumpkin-util/src/random/mod.rs function get_seed (line 30) | pub fn get_seed() -> u64 { type RandomGenerator (line 52) | pub enum RandomGenerator { type RandomDeriver (line 65) | pub enum RandomDeriver { function get_decorator_seed (line 116) | pub const fn get_decorator_seed(population_seed: u64, index: u64, step: ... function get_region_seed (line 137) | pub fn get_region_seed(world_seed: u64, region_x: i32, region_z: i32, sa... function get_carver_seed (line 160) | pub fn get_carver_seed( type RandomImpl (line 173) | pub trait RandomImpl { method split (line 174) | fn split(&mut self) -> Self; method next_splitter (line 176) | fn next_splitter(&mut self) -> RandomDeriver; method next_i32 (line 178) | fn next_i32(&mut self) -> i32; method next_bounded_i32 (line 180) | fn next_bounded_i32(&mut self, bound: i32) -> i32; method next_inbetween_i32 (line 182) | fn next_inbetween_i32(&mut self, min: i32, max: i32) -> i32 { method next_i64 (line 186) | fn next_i64(&mut self) -> i64; method next_bool (line 188) | fn next_bool(&mut self) -> bool; method next_f32 (line 190) | fn next_f32(&mut self) -> f32; method next_f64 (line 192) | fn next_f64(&mut self) -> f64; method next_gaussian (line 194) | fn next_gaussian(&mut self) -> f64; method next_triangular (line 197) | fn next_triangular(&mut self, mode: f64, deviation: f64) -> f64 { method skip (line 201) | fn skip(&mut self, count: i32) { method next_inbetween_i32_exclusive (line 207) | fn next_inbetween_i32_exclusive(&mut self, min: i32, max: i32) -> i32 { type RandomDeriverImpl (line 213) | pub trait RandomDeriverImpl { method split_string (line 214) | fn split_string(&self, seed: &str) -> RandomGenerator; method split_u64 (line 216) | fn split_u64(&self, seed: u64) -> RandomGenerator; method split_pos (line 218) | fn split_pos(&self, x: i32, y: i32, z: i32) -> RandomGenerator; function hash_block_pos (line 234) | pub fn hash_block_pos(x: i32, y: i32, z: i32) -> i64 { function region_seed (line 252) | fn region_seed() { function block_position_hash (line 258) | fn block_position_hash() { FILE: pumpkin-util/src/random/xoroshiro128.rs type Xoroshiro (line 16) | pub struct Xoroshiro { method from_seed (line 39) | pub const fn from_seed(seed: u64) -> Self { method new (line 57) | const fn new(lo: u64, hi: u64) -> Self { method mix_u64 (line 80) | const fn mix_u64(seed: u64) -> (u64, u64) { method from_seed_unmixed (line 96) | pub const fn from_seed_unmixed(seed: u64) -> Self { method next (line 108) | const fn next(&mut self, bits: u64) -> u64 { method next_random (line 120) | const fn next_random(&mut self) -> u64 { method next_splitter (line 130) | pub const fn next_splitter(&mut self) -> XoroshiroSplitter { method stored_next_gaussian (line 139) | fn stored_next_gaussian(&self) -> Option { method set_stored_next_gaussian (line 143) | fn set_stored_next_gaussian(&mut self, value: Option) { function mix_stafford_13 (line 158) | const fn mix_stafford_13(z: u64) -> u64 { method split (line 165) | fn split(&mut self) -> Self { method next_splitter (line 169) | fn next_splitter(&mut self) -> RandomDeriver { method next_i32 (line 173) | fn next_i32(&mut self) -> i32 { method next_bounded_i32 (line 177) | fn next_bounded_i32(&mut self, bound: i32) -> i32 { method next_i64 (line 193) | fn next_i64(&mut self) -> i64 { method next_bool (line 197) | fn next_bool(&mut self) -> bool { method next_f32 (line 201) | fn next_f32(&mut self) -> f32 { method next_f64 (line 205) | fn next_f64(&mut self) -> f64 { method next_gaussian (line 209) | fn next_gaussian(&mut self) -> f64 { type XoroshiroSplitter (line 220) | pub struct XoroshiroSplitter { method split_string (line 229) | pub fn split_string(&self, seed: &str) -> Xoroshiro { method split_pos (line 238) | pub fn split_pos(&self, x: i32, y: i32, z: i32) -> Xoroshiro { method split_string (line 247) | fn split_string(&self, seed: &str) -> RandomGenerator { method split_u64 (line 251) | fn split_u64(&self, seed: u64) -> RandomGenerator { method split_pos (line 255) | fn split_pos(&self, x: i32, y: i32, z: i32) -> RandomGenerator { function mix_stafford_13_test (line 269) | fn mix_stafford_13_test() { function next_i32 (line 309) | fn next_i32() { function next_bounded_i32 (line 330) | fn next_bounded_i32() { function next_between_i32 (line 348) | fn next_between_i32() { function next_inbetween_exclusive (line 358) | fn next_inbetween_exclusive() { function next_f64 (line 368) | fn next_f64() { function next_f32 (line 389) | fn next_f32() { function next_i64 (line 410) | fn next_i64() { function next_bool (line 431) | fn next_bool() { function next_gaussian (line 443) | fn next_gaussian() { function next_triangular (line 464) | fn next_triangular() { function split (line 485) | fn split() { function intersection (line 509) | fn intersection() { FILE: pumpkin-util/src/registry.rs type TagType (line 7) | pub enum TagType { method serialize (line 21) | pub fn serialize(&self) -> String { method deserialize (line 48) | fn deserialize>(deserializer: D) -> Result std::fmt::Result { method visit_str (line 39) | fn visit_str(self, v: &str) -> Result { type RegistryEntryList (line 55) | pub enum RegistryEntryList { method into_vec (line 68) | pub fn into_vec(self) -> Vec { method eq (line 77) | fn eq(&self, other: &TagType) -> bool { method deserialize (line 86) | fn deserialize>(deserializer: D) -> Result ResourceLocation; type FromResourceLocation (line 14) | pub trait FromResourceLocation: Sized { method from_resource_location (line 22) | fn from_resource_location(resource_location: &ResourceLocation) -> Opt... FILE: pumpkin-util/src/serde_enum_as_integer.rs function serialize (line 15) | pub fn serialize( function deserialize (line 35) | pub fn deserialize<'de, D: Deserializer<'de>, V: FromPrimitive>( FILE: pumpkin-util/src/text/click.rs type ClickEvent (line 8) | pub enum ClickEvent { FILE: pumpkin-util/src/text/color.rs type Color (line 12) | pub enum Color { method deserialize (line 55) | fn deserialize>(deserializer: D) -> Result ColoredString { method from_legacy_code (line 125) | pub const fn from_legacy_code(code: char) -> Option { method from_hex_str (line 156) | pub fn from_hex_str(hex: &str) -> Option { function hsv_to_rgb (line 35) | pub fn hsv_to_rgb(h: f32, s: f32, v: f32) -> (u8, u8, u8) { type RGBColor (line 169) | pub struct RGBColor { method new (line 189) | pub const fn new(red: u8, green: u8, blue: u8) -> Self { method serialize (line 195) | fn serialize(&self, serializer: S) -> Result Self { method serialize (line 241) | fn serialize(&self, serializer: S) -> Result RGBColor { type Error (line 313) | type Error = (); method try_from (line 315) | fn try_from(value: &str) -> Result { FILE: pumpkin-util/src/text/hover.rs type HoverEvent (line 10) | pub enum HoverEvent { method show_text (line 45) | pub fn show_text(text: TextComponent) -> Self { method show_entity (line 60) | pub fn show_entity>>( FILE: pumpkin-util/src/text/mod.rs type TextComponent (line 28) | pub struct TextComponent(pub TextComponentBase); method deserialize (line 31) | fn deserialize>(deserializer: D) -> Result Self { method text (line 292) | pub fn text>>(plain: P) -> Self { method translate (line 309) | pub fn translate>, W: Into>>(key: ... method custom (line 331) | pub fn custom>, W: Into>>( method from_legacy_string (line 364) | pub fn from_legacy_string(input: &str) -> Self { method add_child (line 474) | pub fn add_child(mut self, child: Self) -> Self { method from_content (line 487) | pub fn from_content(content: TextContent) -> Self { method add_text (line 503) | pub fn add_text>>(mut self, text: P) -> Self { method get_text (line 517) | pub fn get_text(self) -> String { method chat_decorated (line 536) | pub fn chat_decorated(format: &str, player_name: &str, content: &str) ... method to_pretty_console (line 557) | pub fn to_pretty_console(self) -> String { method encode (line 568) | pub fn encode(&self) -> Box<[u8]> { method color (line 589) | pub fn color(mut self, color: Color) -> Self { method color_named (line 602) | pub fn color_named(mut self, color: color::NamedColor) -> Self { method color_rgb (line 615) | pub fn color_rgb(mut self, color: color::RGBColor) -> Self { method new_line (line 625) | pub fn new_line(self) -> Self { method gradient_named (line 637) | pub fn gradient_named(self, colors: &[color::NamedColor]) -> Self { method gradient (line 651) | pub fn gradient(self, colors: &[color::RGBColor]) -> Self { method rainbow (line 688) | pub fn rainbow(self) -> Self { method apply_color_effect (line 706) | fn apply_color_effect(mut self, color_gen: F) -> Self method bold (line 743) | pub fn bold(mut self) -> Self { method italic (line 753) | pub fn italic(mut self) -> Self { method underlined (line 763) | pub fn underlined(mut self) -> Self { method strikethrough (line 773) | pub fn strikethrough(mut self) -> Self { method obfuscated (line 783) | pub fn obfuscated(mut self) -> Self { method insertion (line 800) | pub fn insertion(mut self, text: String) -> Self { method click_event (line 816) | pub fn click_event(mut self, event: ClickEvent) -> Self { method hover_event (line 831) | pub fn hover_event(mut self, event: HoverEvent) -> Self { method font (line 850) | pub fn font(mut self, resource_location: String) -> Self { method shadow_color (line 863) | pub fn shadow_color(mut self, color: ARGBColor) -> Self { method serialize (line 76) | fn serialize(&self, serializer: S) -> Result String { method get_text (line 146) | pub fn get_text(self, locale: Locale) -> String { method to_translated (line 166) | pub fn to_translated(self) -> Self { type TextContent (line 872) | pub enum TextContent { function serialize_text_component (line 921) | fn serialize_text_component() { FILE: pumpkin-util/src/text/style.rs type Style (line 11) | pub struct Style { method color (line 60) | pub const fn color(mut self, color: Color) -> Self { method color_named (line 73) | pub const fn color_named(mut self, color: color::NamedColor) -> Self { method bold (line 83) | pub const fn bold(mut self) -> Self { method italic (line 93) | pub const fn italic(mut self) -> Self { method underlined (line 103) | pub const fn underlined(mut self) -> Self { method strikethrough (line 113) | pub const fn strikethrough(mut self) -> Self { method obfuscated (line 123) | pub const fn obfuscated(mut self) -> Self { method insertion (line 136) | pub fn insertion(mut self, text: String) -> Self { method click_event (line 149) | pub fn click_event(mut self, event: ClickEvent) -> Self { method hover_event (line 162) | pub fn hover_event(mut self, event: HoverEvent) -> Self { method font (line 181) | pub fn font(mut self, resource_location: String) -> Self { method shadow_color (line 194) | pub const fn shadow_color(mut self, color: ARGBColor) -> Self { FILE: pumpkin-util/src/translation.rs type SubstitutionRange (line 47) | pub struct SubstitutionRange { method len (line 56) | pub const fn len(&self) -> usize { method is_empty (line 63) | pub const fn is_empty(&self) -> bool { function add_translation (line 75) | pub fn add_translation>(namespace: P, key: P, translatio... function add_translation_file (line 87) | pub fn add_translation_file>(namespace: P, file_path: P,... function get_translation (line 111) | pub fn get_translation(key: &str, locale: Locale) -> String { function reorder_substitutions (line 133) | pub fn reorder_substitutions( function translation_to_pretty (line 206) | pub fn translation_to_pretty>>( function get_translation_text (line 242) | pub fn get_translation_text>>( type Locale (line 399) | pub enum Locale { constant COUNT (line 531) | pub const COUNT: usize = Self::ZlmArab as usize + 1; type Err (line 535) | type Err = (); method from_str (line 538) | fn from_str(s: &str) -> Result { FILE: pumpkin-util/src/version.rs type MinecraftVersion (line 10) | pub enum MinecraftVersion { method protocol_version (line 86) | pub const fn protocol_version(&self) -> i32 { method from_protocol (line 145) | pub const fn from_protocol(protocol: u32) -> Self { method fmt (line 202) | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { FILE: pumpkin-util/src/world_seed.rs type Seed (line 16) | pub struct Seed(pub u64); method from (line 19) | fn from(value: &str) -> Self { method deserialize (line 42) | fn deserialize(deserializer: D) -> Result method serialize (line 33) | fn serialize(&self, serializer: S) -> Result FILE: pumpkin-util/src/y_offset.rs type YOffset (line 14) | pub enum YOffset { method get_y (line 38) | pub const fn get_y(&self, min_y: i16, height: u16) -> i32 { type Absolute (line 51) | pub struct Absolute { type AboveBottom (line 58) | pub struct AboveBottom { type BelowTop (line 65) | pub struct BelowTop { FILE: pumpkin-world/benches/chunk.rs function bench_terrain_gen (line 12) | fn bench_terrain_gen(c: &mut Criterion) { FILE: pumpkin-world/src/biome/multi_noise.rs function to_long (line 4) | pub const fn to_long(float: f32) -> i64 { type NoiseValuePoint (line 9) | pub struct NoiseValuePoint { method convert_to_list (line 20) | pub const fn convert_to_list(&self) -> [i64; 7] { function sample_value (line 55) | fn sample_value() { function sample_multinoise_biome (line 110) | fn sample_multinoise_biome() { FILE: pumpkin-world/src/biome/position_finder.rs type FittestPositionFinderResult (line 4) | pub struct FittestPositionFinderResult { type FittestPositionFinder (line 9) | pub struct FittestPositionFinder; method find_best_spawn_position (line 12) | pub fn find_best_spawn_position( method find_fittest (line 24) | fn find_fittest( method calculate_fitness (line 52) | fn calculate_fitness( FILE: pumpkin/build.rs function main (line 3) | fn main() { FILE: pumpkin/src/block/blocks/abstract_wall_mounting.rs type WallMountedBlock (line 13) | pub trait WallMountedBlock: Send + Sync { method get_direction (line 14) | fn get_direction(&self, state_id: BlockStateId, block: &Block) -> Bloc... method get_placement_face (line 16) | fn get_placement_face( method get_placement_direction (line 38) | fn get_placement_direction( method can_place_at (line 51) | fn can_place_at<'a>( method get_state_for_neighbor_update (line 64) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/anvil.rs type AnvilBlock (line 11) | pub struct AnvilBlock; method on_place (line 14) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 30) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 36) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 44) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/banners.rs type BannerBlock (line 13) | pub struct BannerBlock; method on_place (line 16) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 24) | fn can_place_at<'a>(&'a self, args: crate::block::CanPlaceAtArgs<'a>) ->... method on_scheduled_tick (line 28) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 38) | fn get_state_for_neighbor_update<'a>( function can_place_at (line 53) | async fn can_place_at(world: &dyn BlockAccessor, position: &BlockPos) ->... FILE: pumpkin/src/block/blocks/barrel.rs type BarrelScreenFactory (line 23) | struct BarrelScreenFactory(Arc); method create_screen_handler (line 26) | fn create_screen_handler<'a>( method get_display_name (line 40) | fn get_display_name(&self) -> TextComponent { type BarrelBlock (line 46) | pub struct BarrelBlock; method on_place (line 49) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method normal_use (line 57) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method placed (line 71) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/barrier.rs type BarrierBlock (line 11) | pub struct BarrierBlock; method on_place (line 14) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 22) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/bed.rs type BedProperties (line 29) | type BedProperties = pumpkin_data::block_properties::WhiteBedLikePropert... constant NO_SLEEP_IDS (line 31) | const NO_SLEEP_IDS: &[u16] = &[ type BedBlock (line 70) | pub struct BedBlock; method set_occupied (line 366) | pub async fn set_occupied( method can_place_at (line 73) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method on_landed_upon (line 92) | fn on_landed_upon<'a>(&'a self, args: OnLandedUponArgs<'a>) -> BlockFutu... method update_entity_movement_after_fall_on (line 102) | fn update_entity_movement_after_fall_on<'a>( method on_place (line 109) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 120) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 143) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method on_state_replaced (line 174) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method normal_use (line 214) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... function can_sleep (line 403) | async fn can_sleep(world: &Arc) -> bool { function entity_prevents_sleep (line 416) | fn entity_prevents_sleep(entity: &Entity) -> bool { FILE: pumpkin/src/block/blocks/blast_furnace.rs type BlastingFurnaceScreenFactory (line 33) | struct BlastingFurnaceScreenFactory { method new (line 40) | fn new( method create_screen_handler (line 54) | fn create_screen_handler<'a>( method get_display_name (line 77) | fn get_display_name(&self) -> pumpkin_util::text::TextComponent { type BlastFurnaceBlock (line 83) | pub struct BlastFurnaceBlock; method normal_use (line 86) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_place (line 106) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 120) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 129) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/brewing_stand.rs type BrewingScreenFactory (line 17) | struct BrewingScreenFactory( method create_screen_handler (line 23) | fn create_screen_handler<'a>( method get_display_name (line 40) | fn get_display_name(&self) -> TextComponent { type BrewingStandBlock (line 46) | pub struct BrewingStandBlock; method normal_use (line 49) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method placed (line 64) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/cake.rs type CakeBlock (line 28) | pub struct CakeBlock; method consume_if_hungry (line 31) | pub async fn consume_if_hungry( method on_place (line 85) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 94) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method use_with_item (line 98) | fn use_with_item<'a>( method normal_use (line 160) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_scheduled_tick (line 168) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 178) | fn get_state_for_neighbor_update<'a>( function can_place_at (line 193) | async fn can_place_at(world: &dyn BlockAccessor, position: &BlockPos) ->... FILE: pumpkin/src/block/blocks/campfire.rs type CampfireBlock (line 19) | pub struct CampfireBlock; method ids (line 22) | fn ids() -> Box<[u16]> { method on_entity_collision (line 29) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method on_place (line 62) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 76) | fn get_state_for_neighbor_update<'a>( function is_signal_fire_base_block (line 106) | fn is_signal_fire_base_block(block: &Block) -> bool { FILE: pumpkin/src/block/blocks/candle_cakes.rs constant CANDLE_MAP (line 22) | const CANDLE_MAP: [(&Item, &Block); 17] = [ function cake_from_candle (line 43) | pub fn cake_from_candle(item: &Item) -> &'static Block { function candle_from_cake (line 53) | pub fn candle_from_cake(block: &Block) -> &'static Item { type CandleCakeBlock (line 63) | pub struct CandleCakeBlock; method consume_and_drop_candle (line 66) | async fn consume_and_drop_candle( method use_with_item (line 103) | fn use_with_item<'a>( method normal_use (line 118) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_scheduled_tick (line 124) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 134) | fn get_state_for_neighbor_update<'a>( function can_place_at (line 149) | async fn can_place_at(world: &dyn BlockAccessor, position: &BlockPos) ->... FILE: pumpkin/src/block/blocks/candles.rs type CandleBlock (line 27) | pub struct CandleBlock; method on_place (line 30) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method use_with_item (line 48) | fn use_with_item<'a>( method normal_use (line 97) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method can_place_at (line 118) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method can_update_at (line 122) | fn can_update_at<'a>(&'a self, args: CanUpdateAtArgs<'a>) -> BlockFuture... method on_scheduled_tick (line 132) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 142) | fn get_state_for_neighbor_update<'a>( function can_place_at (line 157) | async fn can_place_at(block_accessor: &dyn BlockAccessor, position: &Blo... FILE: pumpkin/src/block/blocks/carpet.rs type CarpetBlock (line 12) | pub struct CarpetBlock; method can_place_at (line 15) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 19) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 33) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... type MossCarpetBlock (line 45) | pub struct MossCarpetBlock; method can_place_at (line 48) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 52) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 66) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... type PaleMossCarpetBlock (line 78) | pub struct PaleMossCarpetBlock; method can_place_at (line 81) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 85) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 99) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... function can_place_at (line 110) | async fn can_place_at(block_accessor: &dyn BlockAccessor, block_pos: &Bl... FILE: pumpkin/src/block/blocks/carved_pumpkin.rs type CarvedPumpkinBlock (line 17) | pub struct CarvedPumpkinBlock; method ids (line 20) | fn ids() -> Box<[u16]> { method on_place (line 26) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 39) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/chain.rs type ChainBlock (line 10) | pub struct ChainBlock; method on_place (line 13) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/chests.rs type ChestScreenFactory (line 36) | struct ChestScreenFactory(Arc); method create_screen_handler (line 39) | fn create_screen_handler<'a>( method get_display_name (line 58) | fn get_display_name(&self) -> TextComponent { constant LID_ANIMATION_EVENT_TYPE (line 68) | const LID_ANIMATION_EVENT_TYPE: u8 = 1; function on_place_chest_impl (line 70) | async fn on_place_chest_impl(args: OnPlaceArgs<'_>) -> BlockStateId { function placed_chest_impl (line 88) | async fn placed_chest_impl( function normal_use_chest_impl (line 124) | async fn normal_use_chest_impl(args: NormalUseArgs<'_>) -> BlockActionRe... function broken_chest_impl (line 177) | async fn broken_chest_impl(args: BrokenArgs<'_>) { type ChestBlock (line 208) | pub struct ChestBlock; method on_place (line 211) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_synced_block_event (line 215) | fn on_synced_block_event<'a>( method placed (line 222) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 226) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method broken (line 230) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { type CopperChestBlock (line 237) | pub struct CopperChestBlock; method on_place (line 240) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_synced_block_event (line 244) | fn on_synced_block_event<'a>( method placed (line 251) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 255) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method broken (line 259) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method random_tick (line 263) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... constant COPPER_CHEST_OXIDATION (line 288) | const COPPER_CHEST_OXIDATION: &[(&Block, &Block, u8)] = &[ function get_oxidation_level (line 303) | fn get_oxidation_level(block: &Block) -> Option { function try_oxidize_copper_chest (line 323) | async fn try_oxidize_copper_chest( function count_neighbor_oxidation_levels (line 375) | async fn count_neighbor_oxidation_levels( type TrappedChestBlock (line 425) | pub struct TrappedChestBlock; method on_place (line 428) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_synced_block_event (line 432) | fn on_synced_block_event<'a>( method placed (line 439) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 444) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method broken (line 448) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method emits_redstone_power (line 452) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 459) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 482) | fn get_strong_redstone_power<'a>( function compute_chest_props (line 498) | async fn compute_chest_props( function get_chest_properties_if_can_connect (line 564) | async fn get_chest_properties_if_can_connect( function is_chest_blocked (line 588) | async fn is_chest_blocked(world: &World, block_pos: &BlockPos) -> bool { function has_block_on_top (line 592) | async fn has_block_on_top(world: &World, block_pos: &BlockPos) -> bool { type ChestTypeExt (line 598) | trait ChestTypeExt { method opposite (line 599) | fn opposite(&self) -> ChestType; method opposite (line 603) | fn opposite(&self) -> Self { FILE: pumpkin/src/block/blocks/chiseled_bookshelf.rs type ChiseledBookshelfBlock (line 29) | pub struct ChiseledBookshelfBlock; method try_add_book (line 142) | async fn try_add_book( method try_remove_book (line 173) | async fn try_remove_book( method get_slot_for_hit (line 204) | fn get_slot_for_hit(hit: &BlockHitResult<'_>, facing: HorizontalFacing... method get_hit_pos (line 212) | fn get_hit_pos(hit: &BlockHitResult<'_>, facing: HorizontalFacing) -> ... constant OFFSET_SLOT_0 (line 231) | const OFFSET_SLOT_0: f32 = 0.375; constant OFFSET_SLOT_1 (line 232) | const OFFSET_SLOT_1: f32 = 0.6875; method get_column (line 234) | fn get_column(x: f32) -> i8 { method is_slot_used (line 244) | const fn is_slot_used(properties: ChiseledBookshelfLikeProperties, slo... method on_place (line 32) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method normal_use (line 43) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method use_with_item (line 74) | fn use_with_item<'a>( method placed (line 117) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method get_comparator_output (line 124) | fn get_comparator_output<'a>( FILE: pumpkin/src/block/blocks/cobweb.rs type CobwebBlock (line 8) | pub struct CobwebBlock; method on_entity_collision (line 11) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... FILE: pumpkin/src/block/blocks/command.rs type CommandBlock (line 26) | pub struct CommandBlock; method get_relative_facing (line 29) | async fn get_relative_facing( method conditions_met (line 52) | async fn conditions_met(world: &Arc, pos: &BlockPos, facing: Fa... method update (line 73) | async fn update( method execute (line 123) | async fn execute( method chain_execute (line 152) | async fn chain_execute( method ids (line 207) | fn ids() -> Box<[u16]> { method on_place (line 218) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method normal_use (line 226) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_neighbor_update (line 239) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_scheduled_tick (line 267) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method can_place_at (line 318) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method placed (line 330) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method get_comparator_output (line 346) | fn get_comparator_output<'a>( FILE: pumpkin/src/block/blocks/composter.rs type ComposterBlock (line 26) | pub struct ComposterBlock; method update_level_composter (line 121) | pub async fn update_level_composter( method clear_composter (line 141) | pub async fn clear_composter( method normal_use (line 29) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method use_with_item (line 42) | fn use_with_item<'a>( method on_scheduled_tick (line 91) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_comparator_output (line 109) | fn get_comparator_output<'a>( type ComposterPropertiesEx (line 170) | pub trait ComposterPropertiesEx { method get_level (line 171) | fn get_level(&self) -> u8; method set_level (line 172) | fn set_level(&mut self, level: u8); method get_level (line 176) | fn get_level(&self) -> u8 { method set_level (line 179) | fn set_level(&mut self, level: u8) { FILE: pumpkin/src/block/blocks/conduit.rs type ConduitBlock (line 7) | pub struct ConduitBlock; method on_place (line 10) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/crafting_table.rs type CraftingTableBlock (line 16) | pub struct CraftingTableBlock; method normal_use (line 19) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... type CraftingTableScreenFactory (line 30) | struct CraftingTableScreenFactory; method create_screen_handler (line 33) | fn create_screen_handler<'a>( method get_display_name (line 47) | fn get_display_name(&self) -> TextComponent { FILE: pumpkin/src/block/blocks/dirt_path.rs type DirtPathBlock (line 17) | pub struct DirtPathBlock; method on_scheduled_tick (line 20) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_place (line 33) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 43) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 59) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... function can_place_at (line 64) | async fn can_place_at(world: &dyn BlockAccessor, block_pos: &BlockPos) -... FILE: pumpkin/src/block/blocks/doors.rs type DoorProperties (line 37) | type DoorProperties = pumpkin_data::block_properties::OakDoorLikePropert... function toggle_door (line 39) | async fn toggle_door(player: &Player, world: &Arc, block_pos: &Bl... function can_open_door (line 79) | fn can_open_door(block: &Block) -> bool { function get_sound (line 88) | fn get_sound(block: &Block, open: bool) -> Sound { function get_hinge (line 108) | async fn get_hinge( type DoorBlock (line 165) | pub struct DoorBlock; method on_place (line 168) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 187) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method placed (line 191) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 206) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method broken (line 218) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 245) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method get_state_for_neighbor_update (line 301) | fn get_state_for_neighbor_update<'a>( method on_state_replaced (line 330) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... function can_place_at (line 359) | async fn can_place_at(world: &dyn BlockAccessor, block_pos: &BlockPos) -... FILE: pumpkin/src/block/blocks/dripstone.rs type DripstoneBlock (line 22) | pub struct DripstoneBlock; method ids (line 25) | fn ids() -> Box<[u16]> { method can_place_at (line 31) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method on_place (line 42) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 62) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 80) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 105) | fn get_state_for_neighbor_update<'a>( function update_stalagmite (line 138) | async fn update_stalagmite(world: &Arc, stalagmite_len: u8, tip_p... function update_stalactite (line 168) | async fn update_stalactite(world: &Arc, stalagmite_len: u8, tip_p... function get_stalagmite_or_stalactice_len_and_dir_from_tip_pos (line 197) | async fn get_stalagmite_or_stalactice_len_and_dir_from_tip_pos( function can_place_at_pos (line 218) | async fn can_place_at_pos( function get_support_block_vertical_direction (line 245) | async fn get_support_block_vertical_direction( function can_support_dripstone (line 311) | fn can_support_dripstone(support_block: &Block) -> bool { function modify_dripstone_thickness_to (line 320) | async fn modify_dripstone_thickness_to( function offset_pos_by_vertical_dir (line 345) | fn offset_pos_by_vertical_dir(pos: &BlockPos, ver_dir: VerticalDirection... function block_direction_to_vertical_direction (line 351) | const fn block_direction_to_vertical_direction(dir: BlockDirection) -> O... function flip_dir (line 358) | fn flip_dir(dir: VerticalDirection) -> VerticalDirection { FILE: pumpkin/src/block/blocks/end_portal.rs type EndPortalBlock (line 12) | pub struct EndPortalBlock; method on_entity_collision (line 15) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method placed (line 29) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/end_portal_frame.rs type EndPortalFrameProperties (line 10) | type EndPortalFrameProperties = pumpkin_data::block_properties::EndPorta... type EndPortalFrameBlock (line 13) | pub struct EndPortalFrameBlock; method on_place (line 16) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/end_rod.rs type EndRodBlock (line 10) | pub struct EndRodBlock; method on_place (line 13) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/ender_chest.rs type EnderChestScreenFactory (line 23) | struct EnderChestScreenFactory(Arc); method create_screen_handler (line 26) | fn create_screen_handler<'a>( method get_display_name (line 40) | fn get_display_name(&self) -> TextComponent { type EnderChestBlock (line 46) | pub struct EnderChestBlock; constant LID_ANIMATION_EVENT_TYPE (line 118) | pub const LID_ANIMATION_EVENT_TYPE: u8 = 1; method on_place (line 49) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_synced_block_event (line 62) | fn on_synced_block_event<'a>( method normal_use (line 72) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method placed (line 100) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { function is_chest_blocked (line 108) | async fn is_chest_blocked(world: &World, block_pos: &BlockPos) -> bool { function has_block_on_top (line 112) | async fn has_block_on_top(world: &World, block_pos: &BlockPos) -> bool { FILE: pumpkin/src/block/blocks/falling.rs type FallingBlock (line 13) | pub struct FallingBlock; method can_fall_through (line 17) | pub fn can_fall_through(state: &BlockState, block: &Block) -> bool { method ids (line 26) | fn ids() -> Box<[u16]> { method placed (line 32) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 40) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 53) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/farmland.rs type FarmlandProperties (line 27) | type FarmlandProperties = FarmlandLikeProperties; type FarmlandBlock (line 30) | pub struct FarmlandBlock; method on_scheduled_tick (line 33) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_place (line 46) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 55) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 71) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method random_tick (line 75) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... function can_place_at (line 122) | async fn can_place_at(world: &dyn BlockAccessor, block_pos: &BlockPos) -... function is_water_nearby (line 127) | async fn is_water_nearby(world: &Arc, block_pos: &BlockPos) -> bo... FILE: pumpkin/src/block/blocks/fence_gates.rs type FenceGateProperties (line 21) | type FenceGateProperties = pumpkin_data::block_properties::OakFenceGateL... function get_sound (line 23) | fn get_sound(block: &Block, open: bool) -> Sound { function toggle_fence_gate (line 40) | pub async fn toggle_fence_gate( type FenceGateBlock (line 83) | pub struct FenceGateBlock; method on_place (line 86) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 99) | fn get_state_for_neighbor_update<'a>( method normal_use (line 109) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_neighbor_update (line 117) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... function is_in_wall (line 153) | async fn is_in_wall(args: &GetStateForNeighborUpdateArgs<'_>) -> FenceGa... FILE: pumpkin/src/block/blocks/fences.rs type FenceGateProperties (line 12) | type FenceGateProperties = pumpkin_data::block_properties::OakFenceGateL... type FenceProperties (line 13) | type FenceProperties = pumpkin_data::block_properties::OakFenceLikePrope... type FenceBlock (line 18) | pub struct FenceBlock; method ids (line 20) | fn ids() -> Box<[u16]> { method on_place (line 26) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 35) | fn get_state_for_neighbor_update<'a>( function compute_fence_state (line 46) | pub async fn compute_fence_state( function connects_to (line 69) | fn connects_to(from: &Block, to: &Block, to_state: &BlockState, directio... FILE: pumpkin/src/block/blocks/fire/fire.rs type FireProperties (line 24) | type FireProperties = pumpkin_data::block_properties::FireLikeProperties; type FireBlock (line 29) | pub struct FireBlock; method get_fire_tick_delay (line 33) | pub fn get_fire_tick_delay() -> i32 { method is_flammable (line 37) | fn is_flammable(block_state: &BlockState) -> bool { method are_blocks_around_flammable (line 57) | async fn are_blocks_around_flammable( method get_state_for_position (line 72) | pub async fn get_state_for_position( method get_burn_chance (line 102) | pub async fn get_burn_chance(&self, world: &Arc, pos: &BlockPos... method is_near_rain (line 122) | const fn is_near_rain(_world: &World, _pos: &BlockPos) -> bool { method get_burn_odds (line 129) | fn get_burn_odds(block: &Block) -> i32 { method is_increased_burnout_biome (line 133) | async fn is_increased_burnout_biome(world: &World, pos: &BlockPos) -> ... method try_spreading_fire (line 155) | async fn try_spreading_fire(&self, world: &Arc, pos: &BlockPos,... method placed (line 191) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_entity_collision (line 219) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method get_state_for_neighbor_update (line 223) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 254) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method on_scheduled_tick (line 269) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method broken (line 509) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/fire/mod.rs type FireBlockBase (line 26) | pub struct FireBlockBase; method get_fire_type (line 29) | pub async fn get_fire_type(world: &World, pos: &BlockPos) -> Block { method can_place_on (line 38) | pub fn can_place_on(block: &Block) -> bool { method is_soul_fire (line 46) | pub async fn is_soul_fire(world: &Arc, block_pos: &BlockPos) ->... method can_place_at (line 51) | pub async fn can_place_at(world: &Arc, block_pos: &BlockPos) ->... method should_light_portal_at (line 88) | pub async fn should_light_portal_at( method apply_fire_collision (line 125) | pub fn apply_fire_collision( method broken (line 165) | async fn broken(world: &World, block_pos: BlockPos) { FILE: pumpkin/src/block/blocks/fire/soul_fire.rs type SoulFireBlock (line 14) | pub struct SoulFireBlock; method is_soul_base (line 18) | pub fn is_soul_base(block: &Block) -> bool { method on_entity_collision (line 24) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method get_state_for_neighbor_update (line 28) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 41) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method broken (line 47) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/flower_pots.rs type FlowerPotBlock (line 10) | pub struct FlowerPotBlock; method use_with_item (line 13) | fn use_with_item<'a>( method random_tick (line 49) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... FILE: pumpkin/src/block/blocks/furnace.rs type FurnaceScreenFactory (line 33) | struct FurnaceScreenFactory { method new (line 40) | fn new( method create_screen_handler (line 54) | fn create_screen_handler<'a>( method get_display_name (line 77) | fn get_display_name(&self) -> pumpkin_util::text::TextComponent { type FurnaceBlock (line 83) | pub struct FurnaceBlock; method normal_use (line 86) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_place (line 103) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 117) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 126) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/glass_panes.rs type GlassPaneProperties (line 11) | type GlassPaneProperties = pumpkin_data::block_properties::OakFenceLikeP... type GlassPaneBlock (line 16) | pub struct GlassPaneBlock; method ids (line 18) | fn ids() -> Box<[u16]> { method on_place (line 24) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 33) | fn get_state_for_neighbor_update<'a>( function compute_pane_state (line 44) | pub async fn compute_pane_state( FILE: pumpkin/src/block/blocks/glazed_terracotta.rs type GlazedTerracottaBlock (line 6) | pub struct GlazedTerracottaBlock; method ids (line 8) | fn ids() -> Box<[u16]> { method on_place (line 14) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/grindstone.rs type GrindstoneBlock (line 16) | pub struct GrindstoneBlock; method on_place (line 19) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 30) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 42) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 51) | fn can_place_at<'a>( method get_direction (line 60) | fn get_direction(&self, state_id: BlockStateId, block: &Block) -> BlockD... FILE: pumpkin/src/block/blocks/hay.rs type HayBlock (line 6) | pub struct HayBlock; method on_landed_upon (line 9) | fn on_landed_upon<'a>(&'a self, args: OnLandedUponArgs<'a>) -> BlockFutu... FILE: pumpkin/src/block/blocks/hopper.rs type HopperBlockScreenFactory (line 27) | struct HopperBlockScreenFactory(Arc); method create_screen_handler (line 30) | fn create_screen_handler<'a>( method get_display_name (line 45) | fn get_display_name(&self) -> TextComponent { type HopperBlock (line 51) | pub struct HopperBlock; type HopperLikeProperties (line 53) | type HopperLikeProperties = pumpkin_data::block_properties::HopperLikePr... method normal_use (line 56) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_place (line 70) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 85) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 98) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... function check_powered_state (line 111) | async fn check_powered_state( FILE: pumpkin/src/block/blocks/infested.rs type InfestedBlock (line 12) | pub struct InfestedBlock; method broken (line 15) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/iron_bars.rs type IronBarsProperties (line 12) | type IronBarsProperties = pumpkin_data::block_properties::OakFenceLikePr... type IronBarsBlock (line 18) | pub struct IronBarsBlock; method on_place (line 21) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 30) | fn get_state_for_neighbor_update<'a>( function compute_bars_state (line 41) | pub async fn compute_bars_state( FILE: pumpkin/src/block/blocks/jukebox.rs type JukeboxBlock (line 29) | pub struct JukeboxBlock; method has_record_state (line 32) | fn has_record_state(block: &Block, state_id: u16) -> bool { method set_record_state (line 36) | async fn set_record_state( method drop_record (line 54) | async fn drop_record(position: &BlockPos, world: &Arc) { method stop_playing (line 77) | async fn stop_playing(block: &Block, position: &BlockPos, world: &Arc<... method start_playing (line 85) | async fn start_playing(position: &BlockPos, world: &Arc, song_i... method placed (line 94) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 103) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method use_with_item (line 122) | fn use_with_item<'a>( method broken (line 183) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method on_state_replaced (line 195) | fn on_state_replaced<'a>(&'a self, _args: OnStateReplacedArgs<'a>) -> Bl... method emits_redstone_power (line 203) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 211) | fn get_weak_redstone_power<'a>( method get_comparator_output (line 230) | fn get_comparator_output<'a>( FILE: pumpkin/src/block/blocks/ladder.rs type LadderBlock (line 16) | pub struct LadderBlock; method on_place (line 19) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 26) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 37) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 51) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... function can_place_at (line 62) | async fn can_place_at(world: &World, position: &BlockPos) -> bool { FILE: pumpkin/src/block/blocks/lanterns.rs type LanternBlock (line 14) | pub struct LanternBlock; method ids (line 17) | fn ids() -> Box<[u16]> { method on_place (line 35) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 50) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 54) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 68) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... function can_place_at (line 79) | async fn can_place_at(world: &World, position: &BlockPos) -> bool { FILE: pumpkin/src/block/blocks/lectern.rs type LecternBlock (line 7) | pub struct LecternBlock; method on_place (line 10) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/logs.rs type LogProperties (line 8) | type LogProperties = pumpkin_data::block_properties::PaleOakWoodLikeProp... type LogBlock (line 11) | pub struct LogBlock; method on_place (line 14) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/magma.rs type MagmaBlock (line 9) | pub struct MagmaBlock; method on_entity_step (line 12) | fn on_entity_step<'a>(&'a self, args: OnEntityStepArgs<'a>) -> BlockFutu... FILE: pumpkin/src/block/blocks/mangrove_roots.rs type MangroveRootsBlock (line 9) | pub struct MangroveRootsBlock; method on_place (line 12) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 20) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/nether_portal.rs type NetherPortalBlock (line 21) | pub struct NetherPortalBlock; method get_portal_time (line 25) | fn get_portal_time(world: &Arc, entity: &dyn EntityBase) -> u32 { method get_state_for_neighbor_update (line 43) | fn get_state_for_neighbor_update<'a>( method on_entity_collision (line 72) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method on_state_replaced (line 89) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/note.rs type NoteBlock (line 27) | pub struct NoteBlock; method play_note (line 30) | pub async fn play_note(props: &NoteBlockLikeProperties, world: &World,... method get_note_pitch (line 35) | fn get_note_pitch(note: u16) -> f32 { method get_state_with_instrument (line 39) | async fn get_state_with_instrument( method on_neighbor_update (line 64) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method normal_use (line 86) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method use_with_item (line 110) | fn use_with_item<'a>( method on_synced_block_event (line 120) | fn on_synced_block_event<'a>( method on_place (line 148) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 160) | fn get_state_for_neighbor_update<'a>( function convert_instrument_to_sound (line 179) | const fn convert_instrument_to_sound(instrument: Instrument) -> Sound { function is_base_block (line 207) | const fn is_base_block(instrument: Instrument) -> bool { FILE: pumpkin/src/block/blocks/piston/mod.rs constant MAX_MOVABLE_BLOCKS (line 14) | const MAX_MOVABLE_BLOCKS: usize = 12; type PistonHandler (line 16) | pub struct PistonHandler<'a> { function new (line 28) | pub fn new(world: &'a World, pos: BlockPos, dir: BlockDirection, retract... function calculate_push (line 49) | pub async fn calculate_push(&mut self) -> bool { function is_block_sticky (line 81) | fn is_block_sticky(block: &Block) -> bool { function is_adjacent_block_stuck (line 85) | fn is_adjacent_block_stuck(state: &Block, adjacent_state: &Block) -> bool { function try_move (line 95) | async fn try_move(&mut self, pos: BlockPos, dir: BlockDirection) -> bool { function set_moved_blocks (line 184) | fn set_moved_blocks(&mut self, from: usize, to: usize) { function try_move_adjacent_block (line 197) | async fn try_move_adjacent_block(&mut self, block: &Block, pos: &BlockPo... FILE: pumpkin/src/block/blocks/piston/piston.rs type PistonProps (line 31) | pub(crate) type PistonProps = pumpkin_data::block_properties::StickyPist... type PistonBlock (line 33) | pub struct PistonBlock; method is_movable (line 43) | pub fn is_movable( method ids (line 36) | fn ids() -> Box<[u16]> { method on_place (line 82) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method broken (line 91) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method placed (line 117) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 126) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_synced_block_event (line 133) | fn on_synced_block_event<'a>( function should_extend (line 298) | async fn should_extend(world: &World, block_pos: &BlockPos, piston_dir: ... function try_move (line 328) | pub async fn try_move(world: &Arc, block: &Block, block_pos: &Blo... function move_piston (line 369) | async fn move_piston( FILE: pumpkin/src/block/blocks/piston/piston_extension.rs type MovingPistonProps (line 11) | pub(crate) type MovingPistonProps = pumpkin_data::block_properties::Movi... type PistonExtensionBlock (line 14) | pub struct PistonExtensionBlock; method broken (line 17) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/piston/piston_head.rs type PistonHeadProperties (line 12) | pub(crate) type PistonHeadProperties = pumpkin_data::block_properties::P... type PistonHeadBlock (line 15) | pub struct PistonHeadBlock; method broken (line 18) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 36) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... FILE: pumpkin/src/block/blocks/plant/bamboo.rs type BambooBlock (line 27) | pub struct BambooBlock; method on_place (line 30) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method use_with_item (line 67) | fn use_with_item<'a>( method can_place_at (line 81) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method on_scheduled_tick (line 87) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 107) | fn get_state_for_neighbor_update<'a>( method random_tick (line 134) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... function update_leaves_and_grow (line 143) | async fn update_leaves_and_grow(world: Arc, position: &BlockPos) { function count_bamboo_below (line 221) | async fn count_bamboo_below(world: Arc, pos: &BlockPos) -> usize { function count_bamboo_above (line 236) | async fn count_bamboo_above(world: Arc, pos: &BlockPos) -> usize { function bone_meal (line 251) | async fn bone_meal(world: Arc, position: &BlockPos) { method can_plant_on_top (line 274) | async fn can_plant_on_top( method can_place_at (line 283) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... FILE: pumpkin/src/block/blocks/plant/bamboo_sapling.rs type BambooSaplingBlock (line 22) | pub struct BambooSaplingBlock; method can_place_at (line 25) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method use_with_item (line 32) | fn use_with_item<'a>( method on_neighbor_update (line 57) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method get_state_for_neighbor_update (line 73) | fn get_state_for_neighbor_update<'a>( method random_tick (line 90) | fn random_tick<'a>(&'a self, args: crate::block::RandomTickArgs<'a>) -> ... method can_place_at (line 111) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... method can_plant_on_top (line 115) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... FILE: pumpkin/src/block/blocks/plant/bush.rs type BushBlock (line 9) | pub struct BushBlock; method ids (line 12) | fn ids() -> Box<[u16]> { method can_place_at (line 18) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 24) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/plant/cactus.rs type CactusBlock (line 20) | pub struct CactusBlock; method on_scheduled_tick (line 23) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method random_tick (line 33) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method on_entity_collision (line 94) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method get_state_for_neighbor_update (line 102) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 117) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... function can_place_at (line 122) | async fn can_place_at(world: &dyn BlockAccessor, block_pos: &BlockPos) -... FILE: pumpkin/src/block/blocks/plant/crop/beetroot.rs type BeetrootProperties (line 15) | type BeetrootProperties = NetherWartLikeProperties; type BeetrootBlock (line 18) | pub struct BeetrootBlock; method can_place_at (line 21) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 32) | fn get_state_for_neighbor_update<'a>( method random_tick (line 47) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method max_age (line 59) | fn max_age(&self) -> i32 { method get_age (line 63) | fn get_age(&self, state: u16, block: &Block) -> i32 { method state_with_age (line 68) | fn state_with_age(&self, block: &Block, state: u16, age: i32) -> BlockSt... FILE: pumpkin/src/block/blocks/plant/crop/carrot.rs type CarrotBlock (line 11) | pub struct CarrotBlock; method can_place_at (line 14) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 25) | fn get_state_for_neighbor_update<'a>( method random_tick (line 40) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... FILE: pumpkin/src/block/blocks/plant/crop/gourds/attached_stem.rs type AttachedStemProperties (line 15) | type AttachedStemProperties = WallTorchLikeProperties; type StemProperties (line 17) | type StemProperties = WheatLikeProperties; type AttachedStemBlock (line 18) | pub struct AttachedStemBlock; method get_stem (line 31) | fn get_stem(block: &Block) -> &Block { method get_gourd (line 39) | fn get_gourd(block: &Block) -> &Block { method ids (line 21) | fn ids() -> Box<[u16]> { method can_place_at (line 49) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 55) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 80) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... FILE: pumpkin/src/block/blocks/plant/crop/gourds/stem.rs type StemProperties (line 24) | type StemProperties = WheatLikeProperties; type AttachedStemProperties (line 25) | type AttachedStemProperties = WallTorchLikeProperties; type StemBlock (line 27) | pub struct StemBlock; method state_with_age (line 36) | fn state_with_age(block: &Block, state: u16, age: i32) -> BlockStateId { method get_attached_stem (line 42) | fn get_attached_stem(dir: BlockDirection, block: &Block) -> BlockState... method get_gourd (line 53) | fn get_gourd(block: &Block) -> &Block { method ids (line 30) | fn ids() -> Box<[u16]> { method can_place_at (line 63) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 69) | fn get_state_for_neighbor_update<'a>( method random_tick (line 84) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method can_plant_on_top (line 135) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... FILE: pumpkin/src/block/blocks/plant/crop/mod.rs type CropProperties (line 22) | type CropProperties = WheatLikeProperties; type FarmlandProperties (line 23) | type FarmlandProperties = FarmlandLikeProperties; type CropBlockBase (line 34) | trait CropBlockBase: PlantBlockBase { method can_plant_on_top (line 35) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, p... method max_age (line 40) | fn max_age(&self) -> i32 { method get_age (line 44) | fn get_age(&self, state: u16, block: &Block) -> i32 { method state_with_age (line 49) | fn state_with_age(&self, block: &Block, state: u16, age: i32) -> Block... method random_tick (line 55) | async fn random_tick(&self, world: &Arc, pos: &BlockPos) { function get_available_moisture (line 87) | pub async fn get_available_moisture(world: &Arc, pos: &BlockPos, ... FILE: pumpkin/src/block/blocks/plant/crop/nether_wart.rs type NetherWartBlock (line 24) | pub struct NetherWartBlock; method can_place_at (line 27) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 33) | fn get_state_for_neighbor_update<'a>( method random_tick (line 48) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method can_plant_on_top (line 56) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... method can_place_at (line 61) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... method can_plant_on_top (line 67) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... method max_age (line 71) | fn max_age(&self) -> i32 { method get_age (line 75) | fn get_age(&self, state: u16, block: &Block) -> i32 { method state_with_age (line 80) | fn state_with_age(&self, block: &Block, state: u16, age: i32) -> BlockSt... method random_tick (line 86) | async fn random_tick(&self, world: &Arc, pos: &BlockPos) { FILE: pumpkin/src/block/blocks/plant/crop/potatoes.rs type PotatoBlock (line 11) | pub struct PotatoBlock; method can_place_at (line 14) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 25) | fn get_state_for_neighbor_update<'a>( method random_tick (line 40) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... FILE: pumpkin/src/block/blocks/plant/crop/sweet_berry_bush.rs type SweetBerryBushBlock (line 31) | pub struct SweetBerryBushBlock; method normal_use (line 34) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method use_with_item (line 65) | fn use_with_item<'a>( method can_place_at (line 82) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 88) | fn get_state_for_neighbor_update<'a>( method on_entity_collision (line 103) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method random_tick (line 143) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method can_plant_on_top (line 153) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... method get_state_for_neighbor_update (line 158) | async fn get_state_for_neighbor_update( method can_place_at (line 170) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... method can_plant_on_top (line 176) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... method max_age (line 180) | fn max_age(&self) -> i32 { method get_age (line 184) | fn get_age(&self, state: u16, block: &Block) -> i32 { method state_with_age (line 189) | fn state_with_age(&self, block: &Block, state: u16, age: i32) -> BlockSt... method random_tick (line 195) | async fn random_tick(&self, world: &Arc, pos: &BlockPos) { FILE: pumpkin/src/block/blocks/plant/crop/torch_flower.rs type TorchFlowerProperties (line 15) | type TorchFlowerProperties = TorchflowerCropLikeProperties; type TorchFlowerBlock (line 18) | pub struct TorchFlowerBlock; method can_place_at (line 21) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 32) | fn get_state_for_neighbor_update<'a>( method random_tick (line 47) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method max_age (line 59) | fn max_age(&self) -> i32 { method get_age (line 63) | fn get_age(&self, state: u16, block: &Block) -> i32 { method state_with_age (line 68) | fn state_with_age(&self, block: &Block, state: u16, age: i32) -> BlockSt... FILE: pumpkin/src/block/blocks/plant/crop/wheat.rs type WheatBlock (line 11) | pub struct WheatBlock; method can_place_at (line 14) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 25) | fn get_state_for_neighbor_update<'a>( method random_tick (line 40) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... FILE: pumpkin/src/block/blocks/plant/dry_vegetation.rs type DryVegetationBlock (line 11) | pub struct DryVegetationBlock; method ids (line 14) | fn ids() -> Box<[u16]> { method can_place_at (line 25) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 31) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 48) | async fn can_plant_on_top( FILE: pumpkin/src/block/blocks/plant/flower.rs type FlowerBlock (line 13) | pub struct FlowerBlock; method ids (line 16) | fn ids() -> Box<[u16]> { method can_place_at (line 22) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 28) | fn get_state_for_neighbor_update<'a>( method random_tick (line 43) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... FILE: pumpkin/src/block/blocks/plant/flowerbed.rs type FlowerbedProperties (line 14) | type FlowerbedProperties = pumpkin_data::block_properties::PinkPetalsLik... type FlowerbedBlock (line 16) | pub struct FlowerbedBlock; method ids (line 19) | fn ids() -> Box<[u16]> { method can_place_at (line 25) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method can_update_at (line 32) | fn can_update_at<'a>(&'a self, args: CanUpdateAtArgs<'a>) -> BlockFuture... method on_place (line 36) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 40) | fn get_state_for_neighbor_update<'a>( type Properties (line 59) | type Properties = FlowerbedProperties; FILE: pumpkin/src/block/blocks/plant/fungus.rs type FungusBlock (line 8) | pub struct FungusBlock; method ids (line 11) | fn ids() -> Box<[u16]> { method can_place_at (line 17) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 22) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 38) | async fn can_plant_on_top( method can_place_at (line 46) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... function supports_fungus (line 51) | pub fn supports_fungus(block: &Block) -> bool { FILE: pumpkin/src/block/blocks/plant/kelp.rs type KelpBlock (line 11) | pub struct KelpBlock; method ids (line 14) | fn ids() -> Box<[u16]> { method can_place_at (line 20) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 25) | fn get_state_for_neighbor_update<'a>( method placed (line 39) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 54) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method can_plant_on_top (line 79) | async fn can_plant_on_top( method get_state_for_neighbor_update (line 118) | async fn get_state_for_neighbor_update( FILE: pumpkin/src/block/blocks/plant/leaf_litter.rs type LeafLitterProperties (line 11) | type LeafLitterProperties = pumpkin_data::block_properties::LeafLitterLi... type LeafLitterBlock (line 13) | pub struct LeafLitterBlock; method ids (line 16) | fn ids() -> Box<[u16]> { method can_place_at (line 22) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method can_update_at (line 32) | fn can_update_at<'a>(&'a self, args: CanUpdateAtArgs<'a>) -> BlockFuture... method on_place (line 36) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 40) | fn get_state_for_neighbor_update<'a>( type Properties (line 57) | type Properties = LeafLitterProperties; FILE: pumpkin/src/block/blocks/plant/lily_pad.rs type LilyPadBlock (line 14) | pub struct LilyPadBlock; method on_entity_collision (line 17) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method can_place_at (line 34) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 40) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 57) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... FILE: pumpkin/src/block/blocks/plant/mod.rs type PlantBlockBase (line 30) | trait PlantBlockBase { method can_plant_on_top (line 31) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, p... method get_state_for_neighbor_update (line 36) | async fn get_state_for_neighbor_update( method can_place_at (line 48) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block... FILE: pumpkin/src/block/blocks/plant/mushroom_plant.rs type MushroomPlantBlock (line 11) | pub struct MushroomPlantBlock; method ids (line 14) | fn ids() -> Box<[u16]> { method can_place_at (line 20) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 26) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 43) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... FILE: pumpkin/src/block/blocks/plant/nether_sprouts.rs type NetherSproutsBlock (line 7) | pub struct NetherSproutsBlock; method can_place_at (line 10) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 15) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 31) | async fn can_plant_on_top( FILE: pumpkin/src/block/blocks/plant/roots.rs type RootsBlock (line 12) | pub struct RootsBlock; method ids (line 15) | fn ids() -> Box<[u16]> { method can_place_at (line 21) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 27) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 44) | async fn can_plant_on_top(&self, block_accessor: &dyn BlockAccessor, pos... method can_place_at (line 52) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... FILE: pumpkin/src/block/blocks/plant/sapling.rs type SaplingProperties (line 14) | type SaplingProperties = pumpkin_data::block_properties::OakSaplingLikeP... type SaplingBlock (line 17) | pub struct SaplingBlock; method generate (line 20) | async fn generate(&self, world: &Arc, pos: &BlockPos) { method can_place_at (line 35) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 41) | fn get_state_for_neighbor_update<'a>( method random_tick (line 56) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... FILE: pumpkin/src/block/blocks/plant/sea_grass.rs type SeaGrassBlock (line 11) | pub struct SeaGrassBlock; method can_place_at (line 14) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 20) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 37) | async fn can_plant_on_top( FILE: pumpkin/src/block/blocks/plant/sea_pickles.rs type SeaPickleProperties (line 20) | type SeaPickleProperties = pumpkin_data::block_properties::SeaPickleLike... type SeaPickleBlock (line 23) | pub struct SeaPickleBlock; method use_with_item (line 26) | fn use_with_item<'a>( method on_place (line 114) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 136) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method can_update_at (line 146) | fn can_update_at<'a>(&'a self, args: CanUpdateAtArgs<'a>) -> BlockFuture... method get_state_for_neighbor_update (line 154) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/plant/segmented.rs type SegmentProperties (line 7) | pub trait SegmentProperties { method get_segment_amount (line 8) | fn get_segment_amount(&self) -> Integer1To4; method set_segment_amount (line 9) | fn set_segment_amount(&mut self, amount: Integer1To4); method get_facing (line 10) | fn get_facing(&self) -> HorizontalFacing; method set_facing (line 11) | fn set_facing(&mut self, facing: HorizontalFacing); type Segmented (line 45) | pub trait Segmented: BlockBehaviour { method can_add_segment (line 48) | fn can_add_segment(&self, props: &Self::Properties) -> bool { method get_next_segment_amount (line 53) | fn get_next_segment_amount(&self, current: Integer1To4) -> Integer1To4 { method get_facing_for_segment (line 61) | fn get_facing_for_segment( method can_update_at (line 81) | fn can_update_at<'a>(&'a self, ctx: CanUpdateAtArgs<'a>) -> BlockFutur... method on_place (line 88) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bl... FILE: pumpkin/src/block/blocks/plant/short_plant.rs type ShortPlantBlock (line 9) | pub struct ShortPlantBlock; method ids (line 12) | fn ids() -> Box<[u16]> { method can_place_at (line 18) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 24) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/plant/spore_blossom.rs type SporeBlossomBlock (line 11) | pub struct SporeBlossomBlock; method can_place_at (line 14) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 19) | fn get_state_for_neighbor_update<'a>( method can_plant_on_top (line 35) | async fn can_plant_on_top( method can_place_at (line 42) | async fn can_place_at(&self, block_accessor: &dyn BlockAccessor, block_p... function supports_spore_blossom (line 47) | fn supports_spore_blossom(block: &Block) -> bool { FILE: pumpkin/src/block/blocks/plant/sugar_cane.rs type SugarCaneBlock (line 20) | pub struct SugarCaneBlock; method on_scheduled_tick (line 23) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method random_tick (line 33) | fn random_tick<'a>(&'a self, args: RandomTickArgs<'a>) -> BlockFuture<'a... method get_state_for_neighbor_update (line 76) | fn get_state_for_neighbor_update<'a>( method can_place_at (line 90) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... function can_place_at (line 95) | async fn can_place_at(block_accessor: &dyn BlockAccessor, block_pos: &Bl... FILE: pumpkin/src/block/blocks/plant/tall_plant.rs type TallPlantBlock (line 16) | pub struct TallPlantBlock; method ids (line 19) | fn ids() -> Box<[u16]> { method can_place_at (line 35) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 46) | fn get_state_for_neighbor_update<'a>( method placed (line 73) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 88) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/plant/wither_rose.rs type WitherRoseBlock (line 9) | pub struct WitherRoseBlock; method on_entity_collision (line 12) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method can_place_at (line 41) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 46) | fn get_state_for_neighbor_update<'a>( FILE: pumpkin/src/block/blocks/powder_snow.rs type PowderSnowBlock (line 16) | pub struct PowderSnowBlock; constant FALLING_COLLISION_SHAPE (line 18) | const FALLING_COLLISION_SHAPE: BoundingBox = constant WALK_ON_EPSILON (line 20) | const WALK_ON_EPSILON: f64 = 1.0e-7; function can_entity_walk_on_powder_snow (line 22) | pub(crate) async fn can_entity_walk_on_powder_snow(entity: &dyn EntityBa... function is_entity_above_block (line 41) | fn is_entity_above_block(entity: &crate::entity::Entity, position: &Bloc... function is_entity_descending (line 47) | fn is_entity_descending(entity: &crate::entity::Entity) -> bool { function collision_shape_for_entity (line 51) | pub(crate) async fn collision_shape_for_entity( function inside_collision_shape_for_entity (line 78) | pub(crate) async fn inside_collision_shape_for_entity( method on_landed_upon (line 88) | fn on_landed_upon<'a>(&'a self, args: OnLandedUponArgs<'a>) -> BlockFutu... method on_entity_collision (line 104) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... FILE: pumpkin/src/block/blocks/pumpkin.rs type PumpkinBlock (line 15) | pub struct PumpkinBlock; method use_with_item (line 18) | fn use_with_item<'a>( FILE: pumpkin/src/block/blocks/redstone/abstract_redstone_gate.rs type RedstoneGateBlockProperties (line 28) | pub trait RedstoneGateBlockProperties { method is_powered (line 29) | fn is_powered(&self) -> bool; method get_facing (line 30) | fn get_facing(&self) -> HorizontalFacing; method set_facing (line 31) | fn set_facing(&mut self, facing: HorizontalFacing); type RedstoneGateBlock (line 34) | pub trait RedstoneGateBlock( method can_place_above (line 52) | fn can_place_above<'a>( method get_weak_redstone_power (line 61) | fn get_weak_redstone_power<'a>(&'a self, args: GetRedstonePowerArgs<'a... method get_strong_redstone_power (line 75) | fn get_strong_redstone_power<'a>( method get_output_level (line 86) | fn get_output_level<'a>(&'a self, world: &'a World, pos: BlockPos) -> ... method on_neighbor_update (line 88) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) ->... method update_powered (line 115) | fn update_powered<'a>( method has_power (line 124) | fn has_power<'a>( method get_power (line 138) | fn get_power<'a>( method get_max_input_level_sides (line 152) | fn get_max_input_level_sides<'a>( method update_target (line 174) | fn update_target<'a>( method on_place (line 193) | fn on_place<'a>( method player_placed (line 211) | fn player_placed<'a>(&'a self, args: PlayerPlacedArgs<'a>) -> BlockFut... method on_state_replaced (line 232) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> B... method is_target_not_aligned (line 252) | fn is_target_not_aligned<'a>( method get_update_delay_internal (line 277) | fn get_update_delay_internal(&self, state_id: BlockStateId, block: &Bl... function get_power (line 280) | pub async fn get_power, block_pos: &BlockPos) { type ButtonBlock (line 56) | pub struct ButtonBlock; method update_neighbors (line 169) | async fn update_neighbors( method normal_use (line 59) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_scheduled_tick (line 67) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method emits_redstone_power (line 83) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 90) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 100) | fn get_strong_redstone_power<'a>( method on_state_replaced (line 114) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method on_place (line 126) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 137) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 149) | fn get_state_for_neighbor_update<'a>( method get_direction (line 158) | fn get_direction(&self, state_id: BlockStateId, block: &Block) -> BlockD... FILE: pumpkin/src/block/blocks/redstone/comparator.rs type ComparatorBlock (line 30) | pub struct ComparatorBlock; method get_output_level (line 159) | fn get_output_level<'a>(&'a self, world: &'a World, pos: BlockPos) -> ... method update_powered (line 174) | fn update_powered<'a>( method has_power (line 213) | fn has_power<'a>( method get_power (line 238) | fn get_power<'a>( method get_update_delay_internal (line 298) | fn get_update_delay_internal(&self, _state_id: BlockStateId, _block: &... method on_use (line 304) | async fn on_use( method calculate_output_signal (line 324) | async fn calculate_output_signal( method get_attached_itemframe_level (line 346) | fn get_attached_itemframe_level( method update (line 367) | async fn update(&self, world: &Arc, pos: BlockPos, state: &Bloc... method on_place (line 33) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method normal_use (line 37) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method emits_redstone_power (line 48) | fn emits_redstone_power<'a>( method can_place_at (line 55) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method placed (line 61) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method player_placed (line 77) | fn player_placed<'a>(&'a self, args: PlayerPlacedArgs<'a>) -> BlockFutur... method broken (line 83) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 89) | fn get_state_for_neighbor_update<'a>( method get_weak_redstone_power (line 109) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 116) | fn get_strong_redstone_power<'a>( method on_neighbor_update (line 123) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_scheduled_tick (line 129) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_state_replaced (line 137) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method is_powered (line 145) | fn is_powered(&self) -> bool { method get_facing (line 149) | fn get_facing(&self) -> HorizontalFacing { method set_facing (line 153) | fn set_facing(&mut self, facing: HorizontalFacing) { FILE: pumpkin/src/block/blocks/redstone/copper_bulb.rs type CopperBulbLikeProperties (line 9) | type CopperBulbLikeProperties = pumpkin_data::block_properties::CopperBu... type CopperBulbBlock (line 11) | pub struct CopperBulbBlock; method ids (line 14) | fn ids() -> Box<[u16]> { method on_place (line 30) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_neighbor_update (line 49) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... FILE: pumpkin/src/block/blocks/redstone/daylight_detector.rs type DaylightDetectorProperties (line 18) | type DaylightDetectorProperties = pumpkin_data::block_properties::Daylig... type DaylightDetectorBlock (line 21) | pub struct DaylightDetectorBlock; method update_inverted (line 77) | async fn update_inverted( method placed (line 24) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 32) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 38) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method get_weak_redstone_power (line 57) | fn get_weak_redstone_power<'a>( method emits_redstone_power (line 68) | fn emits_redstone_power<'a>( FILE: pumpkin/src/block/blocks/redstone/dispenser.rs type DispenserBlock (line 7) | pub struct DispenserBlock; method on_place (line 10) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/redstone/dropper.rs type DropperScreenFactory (line 32) | struct DropperScreenFactory(Arc); method create_screen_handler (line 35) | fn create_screen_handler<'a>( method get_display_name (line 49) | fn get_display_name(&self) -> TextComponent { type DropperBlock (line 55) | pub struct DropperBlock; type DispenserLikeProperties (line 57) | type DispenserLikeProperties = pumpkin_data::block_properties::Dispenser... function triangle (line 59) | fn triangle(rng: &mut R, min: f64, max: f64) -> f64 { function to_normal (line 63) | const fn to_normal(facing: Facing) -> Vector3 { function to_data3d (line 74) | const fn to_data3d(facing: Facing) -> i32 { method normal_use (line 86) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_place (line 99) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 107) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 116) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_scheduled_tick (line 149) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/redstone/lever.rs function toggle_lever (line 24) | async fn toggle_lever(world: &Arc, block_pos: &BlockPos) { type LeverBlock (line 41) | pub struct LeverBlock; method update_neighbors (line 137) | async fn update_neighbors( method normal_use (line 44) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method emits_redstone_power (line 52) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 59) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 69) | fn get_strong_redstone_power<'a>( method on_state_replaced (line 83) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method on_place (line 94) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 105) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 117) | fn get_state_for_neighbor_update<'a>( method get_direction (line 126) | fn get_direction(&self, state_id: BlockStateId, block: &Block) -> BlockD... type LeverLikePropertiesExt (line 150) | pub trait LeverLikePropertiesExt { method get_direction (line 151) | fn get_direction(&self) -> BlockDirection; method get_direction (line 155) | fn get_direction(&self) -> BlockDirection { FILE: pumpkin/src/block/blocks/redstone/mod.rs function update_wire_neighbors (line 35) | pub async fn update_wire_neighbors(world: &Arc, pos: &BlockPos) { function is_emitting_redstone_power (line 55) | pub async fn is_emitting_redstone_power( function get_redstone_power (line 65) | pub async fn get_redstone_power( function get_redstone_power_no_dust (line 81) | async fn get_redstone_power_no_dust( function get_max_strong_power (line 97) | async fn get_max_strong_power(world: &World, pos: &BlockPos, dust_power:... function get_max_weak_power (line 118) | async fn get_max_weak_power(world: &World, pos: &BlockPos, dust_power: b... function get_weak_power (line 139) | async fn get_weak_power( function get_strong_power (line 156) | async fn get_strong_power( function block_receives_redstone_power (line 173) | pub async fn block_receives_redstone_power(world: &World, pos: &BlockPos... function is_diode (line 185) | pub fn is_diode(block: &Block) -> bool { function diode_get_input_strength (line 189) | pub async fn diode_get_input_strength(world: &World, pos: &BlockPos, fac... FILE: pumpkin/src/block/blocks/redstone/observer.rs type ObserverBlock (line 18) | pub struct ObserverBlock; method update_neighbors (line 125) | async fn update_neighbors( method schedule_tick (line 140) | async fn schedule_tick(world: &World, block_pos: &BlockPos) { method on_place (line 21) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_scheduled_tick (line 29) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 61) | fn get_state_for_neighbor_update<'a>( method emits_redstone_power (line 76) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 86) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 100) | fn get_strong_redstone_power<'a>( method on_state_replaced (line 107) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/redstone/pressure_plate/mod.rs type PressurePlate (line 15) | pub(crate) trait PressurePlate { method on_entity_collision_pp (line 16) | async fn on_entity_collision_pp(&self, args: OnEntityCollisionArgs<'_>) { method on_scheduled_tick_pp (line 24) | async fn on_scheduled_tick_pp(&self, args: OnScheduledTickArgs<'_>) { method on_state_replaced_pp (line 33) | async fn on_state_replaced_pp(&self, args: OnStateReplacedArgs<'_>) { method update_plate_state (line 42) | async fn update_plate_state( method can_pressure_plate_place_at (line 83) | async fn can_pressure_plate_place_at(world: &World, block_pos: &BlockP... method get_redstone_output (line 88) | fn get_redstone_output(&self, block: &Block, state: BlockStateId) -> u8; method set_redstone_output (line 90) | fn set_redstone_output(&self, block: &Block, state: &BlockState, outpu... method calculate_redstone_output (line 92) | async fn calculate_redstone_output(&self, world: &World, block: &Block... method tick_rate (line 94) | fn tick_rate(&self) -> u8 { FILE: pumpkin/src/block/blocks/redstone/pressure_plate/plate.rs type PressurePlateBlock (line 21) | pub struct PressurePlateBlock; type PressurePlateProps (line 23) | type PressurePlateProps = pumpkin_data::block_properties::StonePressureP... method ids (line 26) | fn ids() -> Box<[u16]> { method on_entity_collision (line 35) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method on_scheduled_tick (line 41) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_state_replaced (line 47) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method get_weak_redstone_power (line 53) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 60) | fn get_strong_redstone_power<'a>( method emits_redstone_power (line 72) | fn emits_redstone_power<'a>( method on_neighbor_update (line 79) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method can_place_at (line 89) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_redstone_output (line 97) | fn get_redstone_output(&self, block: &Block, state: BlockStateId) -> u8 { method calculate_redstone_output (line 102) | async fn calculate_redstone_output(&self, world: &World, _block: &Block,... method set_redstone_output (line 113) | fn set_redstone_output( FILE: pumpkin/src/block/blocks/redstone/pressure_plate/weighted.rs type WeightedPressurePlateBlock (line 20) | pub struct WeightedPressurePlateBlock; type PressurePlateProps (line 22) | type PressurePlateProps = pumpkin_data::block_properties::LightWeightedP... method ids (line 25) | fn ids() -> Box<[u16]> { method on_entity_collision (line 37) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method on_scheduled_tick (line 43) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_state_replaced (line 49) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method get_weak_redstone_power (line 55) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 62) | fn get_strong_redstone_power<'a>( method emits_redstone_power (line 74) | fn emits_redstone_power<'a>( method on_neighbor_update (line 81) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method can_place_at (line 91) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_redstone_output (line 99) | fn get_redstone_output(&self, block: &Block, state: BlockStateId) -> u8 { method calculate_redstone_output (line 104) | async fn calculate_redstone_output(&self, world: &World, block: &Block, ... method set_redstone_output (line 125) | fn set_redstone_output( method tick_rate (line 136) | fn tick_rate(&self) -> u8 { FILE: pumpkin/src/block/blocks/redstone/rails/activator_rail.rs type ActivatorRailBlock (line 38) | pub struct ActivatorRailBlock; method is_powered_by_other_rails (line 224) | async fn is_powered_by_other_rails( method is_powered_by_other_rails_at (line 322) | async fn is_powered_by_other_rails_at( method update_powered_state (line 375) | async fn update_powered_state(&self, world: &Arc, block: &Block... method update_powered_state_internal (line 380) | async fn update_powered_state_internal( method update_connected_rails (line 424) | async fn update_connected_rails( method update_rail_at_position (line 511) | async fn update_rail_at_position( method find_rail_at_position (line 553) | async fn find_rail_at_position( method on_place (line 41) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 55) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 130) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_state_replaced (line 152) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method can_place_at (line 218) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... FILE: pumpkin/src/block/blocks/redstone/rails/common.rs function rail_placement_is_valid (line 17) | pub(super) async fn rail_placement_is_valid(world: &World, block: &Block... function can_place_rail_at (line 41) | pub(super) async fn can_place_rail_at(world: &dyn BlockAccessor, pos: &B... function compute_placed_rail_shape (line 46) | pub(super) async fn compute_placed_rail_shape( function update_flanking_rails_shape (line 122) | pub(super) async fn update_flanking_rails_shape( function compute_flanking_rail_new_shape (line 152) | async fn compute_flanking_rail_new_shape( FILE: pumpkin/src/block/blocks/redstone/rails/detector_rail.rs type DetectorRailBlock (line 19) | pub struct DetectorRailBlock; method on_place (line 22) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 36) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 42) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method can_place_at (line 52) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... FILE: pumpkin/src/block/blocks/redstone/rails/mod.rs type Rail (line 21) | struct Rail { method find_with_elevation (line 29) | async fn find_with_elevation(world: &World, position: BlockPos) -> Opt... method find_if_unlocked (line 68) | async fn find_if_unlocked( method is_locked (line 83) | async fn is_locked(&self, world: &World) -> bool { method get_new_rail_shape (line 107) | pub fn get_new_rail_shape( type RailProperties (line 163) | enum RailProperties { method default (line 169) | pub fn default(block: &Block) -> Self { method new (line 177) | pub fn new(state_id: u16, block: &Block) -> Self { method can_curve (line 185) | const fn can_curve(&self) -> bool { method shape (line 192) | const fn shape(&self) -> RailShape { method directions (line 206) | const fn directions(&self) -> [HorizontalFacing; 2] { method to_state_id (line 237) | fn to_state_id(&self, block: &Block) -> BlockStateId { method set_waterlogged (line 244) | const fn set_waterlogged(&mut self, waterlogged: bool) { method set_shape (line 251) | fn set_shape(&mut self, shape: RailShape) { method set_straight_shape (line 268) | fn set_straight_shape(&mut self, shape: StraightRailShape) { method is_powered (line 275) | const fn is_powered(&self) -> bool { method set_powered (line 282) | const fn set_powered(&mut self, powered: bool) { type RailElevation (line 291) | enum RailElevation { type StraightRailShapeExt (line 297) | pub trait StraightRailShapeExt { method as_shape (line 298) | fn as_shape(&self) -> RailShape; method as_shape (line 302) | fn as_shape(&self) -> RailShape { type HorizontalFacingRailExt (line 314) | pub trait HorizontalFacingRailExt { method to_rail_shape_flat (line 315) | fn to_rail_shape_flat(&self) -> StraightRailShape; method to_rail_shape_ascending_towards (line 316) | fn to_rail_shape_ascending_towards(&self) -> StraightRailShape; method to_rail_shape_flat (line 320) | fn to_rail_shape_flat(&self) -> StraightRailShape { method to_rail_shape_ascending_towards (line 327) | fn to_rail_shape_ascending_towards(&self) -> StraightRailShape { FILE: pumpkin/src/block/blocks/redstone/rails/powered_rail.rs type PoweredRailBlock (line 38) | pub struct PoweredRailBlock; method is_powered_by_other_rails (line 225) | async fn is_powered_by_other_rails( method is_powered_by_other_rails_at (line 323) | async fn is_powered_by_other_rails_at( method update_powered_state (line 376) | async fn update_powered_state(&self, world: &Arc, block: &Block... method update_powered_state_internal (line 381) | async fn update_powered_state_internal( method update_connected_rails (line 425) | async fn update_connected_rails( method update_rail_at_position (line 512) | async fn update_rail_at_position( method find_rail_at_position (line 554) | async fn find_rail_at_position( method on_place (line 41) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 55) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 130) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_state_replaced (line 152) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method can_place_at (line 219) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... FILE: pumpkin/src/block/blocks/redstone/rails/rail.rs type RailBlock (line 19) | pub struct RailBlock; method on_place (line 22) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 109) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 115) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method can_place_at (line 125) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... FILE: pumpkin/src/block/blocks/redstone/redstone_block.rs type RedstoneBlock (line 6) | pub struct RedstoneBlock; method get_weak_redstone_power (line 9) | fn get_weak_redstone_power<'a>( method emits_redstone_power (line 16) | fn emits_redstone_power<'a>( FILE: pumpkin/src/block/blocks/redstone/redstone_lamp.rs type RedstoneLampProperties (line 10) | type RedstoneLampProperties = pumpkin_data::block_properties::RedstoneOr... type RedstoneLamp (line 13) | pub struct RedstoneLamp; method on_place (line 16) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_neighbor_update (line 24) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_scheduled_tick (line 50) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/redstone/redstone_torch.rs type RWallTorchProps (line 27) | type RWallTorchProps = pumpkin_data::block_properties::FurnaceLikeProper... type RTorchProps (line 28) | type RTorchProps = pumpkin_data::block_properties::RedstoneOreLikeProper... type RedstoneTorchBlock (line 35) | pub struct RedstoneTorchBlock; method ids (line 38) | fn ids() -> Box<[u16]> { method on_place (line 44) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 100) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 118) | fn get_state_for_neighbor_update<'a>( method on_neighbor_update (line 145) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method emits_redstone_power (line 183) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 190) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 210) | fn get_strong_redstone_power<'a>( method on_scheduled_tick (line 232) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method placed (line 273) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_state_replaced (line 279) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... function should_be_lit (line 286) | pub async fn should_be_lit(world: &World, pos: &BlockPos, face: BlockDir... function update_neighbors (line 292) | pub async fn update_neighbors(world: &Arc, pos: &BlockPos) { function can_place_at (line 299) | async fn can_place_at( FILE: pumpkin/src/block/blocks/redstone/redstone_wire.rs type RedstoneWireProperties (line 27) | type RedstoneWireProperties = RedstoneWireLikeProperties; type RedstoneWireBlock (line 30) | pub struct RedstoneWireBlock; method can_place_at (line 33) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method on_place (line 37) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 51) | fn get_state_for_neighbor_update<'a>( method prepare (line 106) | fn prepare<'a>(&'a self, args: PrepareArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 144) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_neighbor_update (line 156) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method get_weak_redstone_power (line 182) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 198) | fn get_strong_redstone_power<'a>( method placed (line 214) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 220) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { function can_place_at (line 227) | async fn can_place_at(world: &dyn BlockAccessor, block_pos: &BlockPos) -... function on_use (line 232) | async fn on_use(wire: RedstoneWireProperties, world: &Arc, block_... function make_cross (line 258) | pub const fn make_cross(power: Integer0To15) -> RedstoneWireProperties { function can_connect_to (line 268) | async fn can_connect_to( function can_connect_diagonal_to (line 294) | fn can_connect_diagonal_to(block: &Block) -> bool { function get_side (line 298) | pub async fn get_side(world: &World, pos: &BlockPos, side: BlockDirectio... function get_all_sides (line 331) | async fn get_all_sides( function is_dot (line 344) | pub fn is_dot(wire: RedstoneWireProperties) -> bool { function is_cross (line 352) | pub fn is_cross(wire: RedstoneWireProperties) -> bool { function get_regulated_sides (line 359) | pub async fn get_regulated_sides( type RedstoneWireLikePropertiesExt (line 389) | trait RedstoneWireLikePropertiesExt { method is_side_connected (line 390) | fn is_side_connected(&self, direction: BlockDirection) -> bool; method is_side_connected (line 395) | fn is_side_connected(&self, direction: BlockDirection) -> bool { type WireConnection (line 419) | pub enum WireConnection { method is_connected (line 426) | fn is_connected(self) -> bool { method is_none (line 430) | fn is_none(self) -> bool { method to_north (line 434) | const fn to_north(self) -> NorthWireConnection { method to_south (line 442) | const fn to_south(self) -> SouthWireConnection { method to_east (line 450) | const fn to_east(self) -> EastWireConnection { method to_west (line 458) | const fn to_west(self) -> WestWireConnection { type CardinalWireConnectionExt (line 466) | trait CardinalWireConnectionExt { method to_wire_connection (line 467) | fn to_wire_connection(&self) -> WireConnection; method is_none (line 468) | fn is_none(&self) -> bool; method to_wire_connection (line 472) | fn to_wire_connection(&self) -> WireConnection { method is_none (line 480) | fn is_none(&self) -> bool { method to_wire_connection (line 486) | fn to_wire_connection(&self) -> WireConnection { method is_none (line 494) | fn is_none(&self) -> bool { method to_wire_connection (line 500) | fn to_wire_connection(&self) -> WireConnection { method is_none (line 508) | fn is_none(&self) -> bool { method to_wire_connection (line 514) | fn to_wire_connection(&self) -> WireConnection { method is_none (line 522) | fn is_none(&self) -> bool { function max_wire_power (line 527) | async fn max_wire_power(wire_power: u8, world: &World, pos: BlockPos) ->... function calculate_power (line 537) | async fn calculate_power(world: &World, pos: &BlockPos) -> u8 { FILE: pumpkin/src/block/blocks/redstone/repeater.rs type RepeaterProperties (line 24) | type RepeaterProperties = pumpkin_data::block_properties::RepeaterLikePr... type RepeaterBlock (line 27) | pub struct RepeaterBlock; method get_output_level (line 227) | fn get_output_level<'a>(&'a self, _world: &'a World, _pos: BlockPos) -... method update_powered (line 231) | fn update_powered<'a>( method get_update_delay_internal (line 276) | fn get_update_delay_internal(&self, state_id: BlockStateId, block: &Bl... method on_use (line 283) | async fn on_use( method is_locked (line 303) | async fn is_locked( method on_place (line 30) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_neighbor_update (line 43) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method on_scheduled_tick (line 49) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method normal_use (line 117) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method get_weak_redstone_power (line 128) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 135) | fn get_strong_redstone_power<'a>( method emits_redstone_power (line 142) | fn emits_redstone_power<'a>( method can_place_at (line 153) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method placed (line 159) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 172) | fn get_state_for_neighbor_update<'a>( method player_placed (line 199) | fn player_placed<'a>(&'a self, args: PlayerPlacedArgs<'a>) -> BlockFutur... method on_state_replaced (line 205) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method is_powered (line 213) | fn is_powered(&self) -> bool { method get_facing (line 217) | fn get_facing(&self) -> HorizontalFacing { method set_facing (line 221) | fn set_facing(&mut self, facing: HorizontalFacing) { FILE: pumpkin/src/block/blocks/redstone/target_block.rs type TargetBlock (line 6) | pub struct TargetBlock; method emits_redstone_power (line 9) | fn emits_redstone_power<'a>( FILE: pumpkin/src/block/blocks/redstone/tripwire.rs type TripwireProperties (line 23) | type TripwireProperties = pumpkin_data::block_properties::TripwireLikePr... type TripwireHookProperties (line 24) | type TripwireHookProperties = pumpkin_data::block_properties::TripwireHo... type TripwireBlock (line 27) | pub struct TripwireBlock; method update (line 173) | async fn update(world: &Arc, pos: &BlockPos, state_id: BlockSta... method should_connect_to (line 204) | pub fn should_connect_to(state_id: BlockStateId, facing: BlockDirectio... method on_entity_collision (line 30) | fn on_entity_collision<'a>(&'a self, args: OnEntityCollisionArgs<'a>) ->... method on_place (line 51) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 77) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 87) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 113) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 133) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_state_replaced (line 161) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... FILE: pumpkin/src/block/blocks/redstone/tripwire_hook.rs type TripwireProperties (line 26) | type TripwireProperties = pumpkin_data::block_properties::TripwireLikePr... type TripwireHookProperties (line 27) | type TripwireHookProperties = pumpkin_data::block_properties::TripwireHo... type TripwireHookBlock (line 30) | pub struct TripwireHookBlock; method can_place_at (line 167) | pub async fn can_place_at( method update (line 181) | pub async fn update( method play_sound (line 326) | async fn play_sound( method update_neighbors_on_axis (line 360) | pub async fn update_neighbors_on_axis( method on_place (line 33) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 46) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method player_placed (line 59) | fn player_placed<'a>(&'a self, args: PlayerPlacedArgs<'a>) -> BlockFutur... method get_state_for_neighbor_update (line 74) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 91) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method on_state_replaced (line 98) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method emits_redstone_power (line 129) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 136) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 146) | fn get_strong_redstone_power<'a>( FILE: pumpkin/src/block/blocks/redstone/turbo.rs type RedstoneWireProps (line 18) | type RedstoneWireProps = RedstoneWireLikeProperties; function unwrap_wire (line 20) | fn unwrap_wire(state: &BlockState) -> RedstoneWireProps { type NodeId (line 25) | struct NodeId { type UpdateNode (line 29) | struct UpdateNode { method new (line 42) | async fn new(world: &World, pos: BlockPos) -> Self { type RedstoneWireTurbo (line 55) | pub(super) struct RedstoneWireTurbo { constant NORTH (line 64) | const NORTH: usize = 0; constant EAST (line 65) | const EAST: usize = 1; constant SOUTH (line 66) | const SOUTH: usize = 2; constant WEST (line 67) | const WEST: usize = 3; method new (line 69) | pub fn new() -> Self { method get_node (line 78) | fn get_node(&self, node_id: NodeId) -> &UpdateNode { method compute_all_neighbors (line 82) | const fn compute_all_neighbors(pos: BlockPos) -> [BlockPos; 24] { method compute_heading (line 114) | fn compute_heading(rx: i32, rz: i32) -> usize { method identify_neighbors (line 132) | async fn identify_neighbors(&mut self, world: &World, upd1: NodeId) { constant REORDERING (line 220) | const REORDERING: [[usize; 24]; 4] = [ method orient_neighbors (line 235) | fn orient_neighbors(&mut self, src: &[NodeId], dst_id: NodeId, heading... method update_surrounding_neighbors (line 246) | pub async fn update_surrounding_neighbors(world: &Arc, pos: Blo... method propagate_changes (line 257) | async fn propagate_changes(&mut self, world: &World, upd1: NodeId, lay... method breadth_first_walk (line 287) | async fn breadth_first_walk(&mut self, world: &Arc) { method shift_queue (line 314) | fn shift_queue(&mut self) { method update_node (line 320) | async fn update_node(&mut self, world: &Arc, upd1: NodeId, laye... constant RS_NEIGHBORS (line 338) | const RS_NEIGHBORS: [usize; 4] = [4, 5, 6, 7]; constant RS_NEIGHBORS_UP (line 339) | const RS_NEIGHBORS_UP: [usize; 4] = [9, 11, 13, 15]; constant RS_NEIGHBORS_DN (line 340) | const RS_NEIGHBORS_DN: [usize; 4] = [8, 10, 12, 14]; method calculate_current_changes (line 342) | async fn calculate_current_changes( method get_max_current_strength (line 412) | fn get_max_current_strength(&self, upd: NodeId, strength: u8) -> u8 { FILE: pumpkin/src/block/blocks/shelf.rs type ShelfBlock (line 9) | pub struct ShelfBlock; method on_place (line 12) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... FILE: pumpkin/src/block/blocks/shulker_box.rs type ShulkerBoxScreenFactory (line 23) | struct ShulkerBoxScreenFactory(Arc); method create_screen_handler (line 26) | fn create_screen_handler<'a>( method get_display_name (line 40) | fn get_display_name(&self) -> TextComponent { type ShulkerBoxBlock (line 45) | pub struct ShulkerBoxBlock; constant OPEN_ANIMATION_EVENT_TYPE (line 100) | pub const OPEN_ANIMATION_EVENT_TYPE: u8 = 1; method ids (line 48) | fn ids() -> Box<[u16]> { type EndRodLikeProperties (line 53) | type EndRodLikeProperties = pumpkin_data::block_properties::EndRodLikePr... method on_place (line 56) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_synced_block_event (line 64) | fn on_synced_block_event<'a>( method placed (line 75) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method normal_use (line 84) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... FILE: pumpkin/src/block/blocks/signs.rs type SignBlock (line 38) | pub struct SignBlock; method is_valid_support (line 56) | async fn is_valid_support(world: &World, pos: &BlockPos, direction: Bl... method detect_support (line 69) | async fn detect_support(world: &World, position: &BlockPos) -> Support... method calculate_wall_hanging_facing (line 91) | fn calculate_wall_hanging_facing(wall_dir: BlockDirection, player_yaw:... method calculate_wall_hanging_rotation (line 114) | fn calculate_wall_hanging_rotation( method determine_placement (line 146) | fn determine_placement(args: &OnPlaceArgs, support: &SupportInfo) -> O... method select_hanging_variant (line 180) | fn select_hanging_variant(args: &OnPlaceArgs, support: &SupportInfo) -... method select_standing_variant (line 195) | fn select_standing_variant(args: &OnPlaceArgs, support: &SupportInfo) ... method calculate_wall_hanging_orientation (line 204) | fn calculate_wall_hanging_orientation( method calculate_ceiling_orientation (line 228) | fn calculate_ceiling_orientation( method calculate_wall_orientation (line 251) | fn calculate_wall_orientation( method calculate_standing_orientation (line 259) | fn calculate_standing_orientation( method apply_placement_properties (line 267) | fn apply_placement_properties(block: &Block, placement: &SignPlacement... type SupportInfo (line 41) | struct SupportInfo { type SignPlacement (line 47) | struct SignPlacement { method on_place (line 295) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 308) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method player_placed (line 316) | fn player_placed<'a>(&'a self, args: PlayerPlacedArgs<'a>) -> BlockFutur... method can_place_at (line 327) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method on_state_replaced (line 372) | fn on_state_replaced<'a>(&'a self, args: OnStateReplacedArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 378) | fn get_state_for_neighbor_update<'a>( method normal_use (line 430) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method use_with_item (line 475) | fn use_with_item<'a>( function get_wall_support_direction (line 551) | fn get_wall_support_direction(block: &Block, state_id: BlockStateId) -> ... function get_sign_variant (line 568) | fn get_sign_variant(base: &Block, is_hanging: bool) -> u16 { function is_facing_front_text (line 585) | async fn is_facing_front_text( function get_yaw_from_rotation_16 (line 621) | fn get_yaw_from_rotation_16(rotation: Integer0To15) -> f32 { function try_claim_sign (line 627) | fn try_claim_sign( FILE: pumpkin/src/block/blocks/skull_block.rs type SkeletonSkullLikeProperties (line 9) | type SkeletonSkullLikeProperties = pumpkin_data::block_properties::Skele... type SkullBlock (line 11) | pub struct SkullBlock; method ids (line 14) | fn ids() -> Box<[u16]> { method on_place (line 28) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_neighbor_update (line 37) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... FILE: pumpkin/src/block/blocks/slabs.rs type SlabProperties (line 13) | type SlabProperties = pumpkin_data::block_properties::ResinBrickSlabLike... type SlabBlock (line 16) | pub struct SlabBlock; method on_place (line 19) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_update_at (line 43) | fn can_update_at<'a>(&'a self, args: CanUpdateAtArgs<'a>) -> BlockFuture... FILE: pumpkin/src/block/blocks/slime.rs type SlimeBlock (line 9) | pub struct SlimeBlock; method on_landed_upon (line 12) | fn on_landed_upon<'a>(&'a self, args: OnLandedUponArgs<'a>) -> BlockFutu... method update_entity_movement_after_fall_on (line 22) | fn update_entity_movement_after_fall_on<'a>( FILE: pumpkin/src/block/blocks/smoker.rs type SmokerScreenFactory (line 32) | struct SmokerScreenFactory { method new (line 39) | fn new( method create_screen_handler (line 53) | fn create_screen_handler<'a>( method get_display_name (line 76) | fn get_display_name(&self) -> pumpkin_util::text::TextComponent { type SmokerBlock (line 81) | pub struct SmokerBlock; method normal_use (line 84) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_place (line 101) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 115) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method broken (line 124) | fn broken<'a>(&'a self, args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/snow.rs type LayeredSnowBlock (line 21) | pub struct LayeredSnowBlock; method on_place (line 24) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method use_with_item (line 35) | fn use_with_item<'a>( method on_scheduled_tick (line 91) | fn on_scheduled_tick<'a>(&'a self, args: OnScheduledTickArgs<'a>) -> Blo... method get_state_for_neighbor_update (line 101) | fn get_state_for_neighbor_update<'a>( function can_place_at (line 116) | async fn can_place_at(block_accessor: &dyn BlockAccessor, position: &Blo... FILE: pumpkin/src/block/blocks/spawner.rs type SpawnerBlock (line 9) | pub struct SpawnerBlock; method placed (line 12) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/sponge.rs type SpongeBlock (line 15) | pub struct SpongeBlock; method absorb_water (line 18) | pub async fn absorb_water(world: &Arc, position: ... method placed (line 93) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 100) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... type WetSpongeBlock (line 111) | pub struct WetSpongeBlock; method placed (line 114) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/blocks/stairs.rs type StairsProperties (line 18) | type StairsProperties = pumpkin_data::block_properties::OakStairsLikePro... type StairBlock (line 21) | pub struct StairBlock; method on_place (line 24) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_neighbor_update (line 54) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... function compute_stair_shape (line 81) | async fn compute_stair_shape( function get_stair_properties_if_exists (line 135) | async fn get_stair_properties_if_exists( FILE: pumpkin/src/block/blocks/tnt.rs type TNTBlock (line 22) | pub struct TNTBlock; method prime (line 25) | pub async fn prime(world: &Arc, location: &BlockPos) { constant DEFAULT_FUSE (line 43) | const DEFAULT_FUSE: u32 = 80; constant DEFAULT_POWER (line 44) | const DEFAULT_POWER: f32 = 4.0; method use_with_item (line 47) | fn use_with_item<'a>( method placed (line 63) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 71) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... method explode (line 79) | fn explode<'a>(&'a self, args: ExplodeArgs<'a>) -> BlockFuture<'a, ()> { method should_drop_items_on_explosion (line 92) | fn should_drop_items_on_explosion(&self) -> bool { FILE: pumpkin/src/block/blocks/torches.rs type WallTorchProps (line 10) | type WallTorchProps = pumpkin_data::block_properties::WallTorchLikePrope... type TorchBlock (line 17) | pub struct TorchBlock; method ids (line 20) | fn ids() -> Box<[u16]> { method on_place (line 34) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method can_place_at (line 95) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... method get_state_for_neighbor_update (line 113) | fn get_state_for_neighbor_update<'a>( function can_place_at (line 144) | async fn can_place_at( FILE: pumpkin/src/block/blocks/trapdoor.rs type TrapDoorProperties (line 17) | type TrapDoorProperties = pumpkin_data::block_properties::OakTrapdoorLik... function toggle_trapdoor (line 19) | async fn toggle_trapdoor(player: &Player, world: &Arc, block_pos:... function can_open_trapdoor (line 42) | fn can_open_trapdoor(block: &Block) -> bool { function get_sound (line 49) | fn get_sound(block: &Block, open: bool) -> Sound { type TrapDoorBlock (line 68) | pub struct TrapDoorBlock; method normal_use (line 71) | fn normal_use<'a>(&'a self, args: NormalUseArgs<'a>) -> BlockFuture<'a, ... method on_place (line 83) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method on_neighbor_update (line 116) | fn on_neighbor_update<'a>(&'a self, args: OnNeighborUpdateArgs<'a>) -> B... FILE: pumpkin/src/block/blocks/vine.rs type VineBlock (line 7) | pub struct VineBlock; method can_place_at (line 10) | fn can_place_at<'a>(&'a self, args: CanPlaceAtArgs<'a>) -> BlockFuture<'... FILE: pumpkin/src/block/blocks/walls.rs type FenceGateProperties (line 20) | type FenceGateProperties = pumpkin_data::block_properties::OakFenceGateL... type FenceLikeProperties (line 21) | type FenceLikeProperties = pumpkin_data::block_properties::OakFenceLikeP... type WallProperties (line 22) | type WallProperties = pumpkin_data::block_properties::ResinBrickWallLike... type WallBlock (line 25) | pub struct WallBlock; method on_place (line 28) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method get_state_for_neighbor_update (line 37) | fn get_state_for_neighbor_update<'a>( function compute_wall_state (line 48) | pub async fn compute_wall_state( function is_connected (line 147) | fn is_connected( type WallShape (line 175) | enum WallShape { method from (line 182) | fn from(value: WallShape) -> Self { method from (line 192) | fn from(value: WallShape) -> Self { method from (line 202) | fn from(value: WallShape) -> Self { method from (line 212) | fn from(value: WallShape) -> Self { FILE: pumpkin/src/block/blocks/wither_skull.rs type WitherSkeletonSkullBlock (line 12) | pub struct WitherSkeletonSkullBlock; method ids (line 15) | fn ids() -> Box<[u16]> { method on_place (line 21) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bloc... method placed (line 25) | fn placed<'a>(&'a self, args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { FILE: pumpkin/src/block/fluid/flowing_trait.rs type FlowingFluidProperties (line 10) | pub type FlowingFluidProperties = pumpkin_data::fluid::FlowingWaterLikeF... type FluidFuture (line 11) | pub type FluidFuture<'a, T> = BlockFuture<'a, T>; type FlowingFluid (line 13) | pub trait FlowingFluid: Send + Sync { method get_level_decrease_per_block (line 14) | fn get_level_decrease_per_block(&self, world: &World) -> i32; method get_flow_speed (line 15) | fn get_flow_speed(&self, world: &World) -> u8; method get_source (line 17) | fn get_source(&self, fluid: &Fluid, falling: bool) -> FlowingFluidProp... method get_flowing (line 28) | fn get_flowing(&self, fluid: &Fluid, level: Level, falling: bool) -> F... method get_max_flow_distance (line 39) | fn get_max_flow_distance(&self, world: &World) -> i32; method can_convert_to_source (line 40) | fn can_convert_to_source(&self, world: &Arc) -> bool; method has_fluid_at (line 44) | fn has_fluid_at(&self, fluid: &Fluid, state_id: BlockStateId) -> bool { method get_effective_props (line 50) | fn get_effective_props( method on_scheduled_tick_internal (line 75) | fn on_scheduled_tick_internal<'a>( method try_flow (line 154) | fn try_flow<'a>( method count_source_neighbors (line 188) | fn count_source_neighbors<'a>( method get_new_liquid (line 225) | fn get_new_liquid<'a>( method apply_spread (line 318) | fn apply_spread<'a>( method check_infinite_source_formation (line 418) | fn check_infinite_source_formation<'a>( method spread_to (line 468) | fn spread_to<'a>( method flow_to_sides (line 486) | fn flow_to_sides<'a>( FILE: pumpkin/src/block/fluid/lava.rs type FlowingFluidProperties (line 20) | type FlowingFluidProperties = pumpkin_data::fluid::FlowingWaterLikeFluid... type FlowingLava (line 23) | pub struct FlowingLava; method can_spread_fire_around (line 32) | fn can_spread_fire_around(world: &Arc, pos: &BlockPos) -> bool { method is_flammable_state (line 51) | fn is_flammable_state(block_state: &BlockState) -> bool { method is_flammable (line 62) | fn is_flammable(world: &Arc, pos: &BlockPos) -> bool { method has_flammable_neighbours (line 68) | fn has_flammable_neighbours(world: &Arc, pos: &BlockPos) -> bool { method can_resolve_fire_state_without_loading (line 74) | fn can_resolve_fire_state_without_loading(world: &Arc, pos: &Bl... method ignite_fire_if_possible (line 84) | async fn ignite_fire_if_possible(world: &Arc, pos: &BlockPos) { method receive_neighbor_fluids (line 97) | async fn receive_neighbor_fluids( method ids (line 26) | fn ids() -> Box<[u16]> { constant LAVA_FLOW_SPEED_NETHER (line 150) | const LAVA_FLOW_SPEED_NETHER: u8 = 10; constant LAVA_FLOW_SPEED_SLOW (line 151) | const LAVA_FLOW_SPEED_SLOW: u8 = 30; method placed (line 154) | fn placed<'a>( method on_scheduled_tick (line 175) | fn on_scheduled_tick<'a>( method on_neighbor_update (line 187) | fn on_neighbor_update<'a>( method on_entity_collision (line 204) | fn on_entity_collision<'a>(&'a self, entity: &'a dyn EntityBase) -> Bloc... method random_tick (line 218) | fn random_tick<'a>( method get_level_decrease_per_block (line 289) | fn get_level_decrease_per_block(&self, world: &World) -> i32 { method get_flow_speed (line 298) | fn get_flow_speed(&self, world: &World) -> u8 { method get_max_flow_distance (line 307) | fn get_max_flow_distance(&self, world: &World) -> i32 { method can_convert_to_source (line 317) | fn can_convert_to_source(&self, world: &Arc) -> bool { method spread_to (line 321) | async fn spread_to( FILE: pumpkin/src/block/fluid/mod.rs type FluidBehaviour (line 25) | pub trait FluidBehaviour: Send + Sync { method normal_use (line 26) | fn normal_use<'a>( method use_with_item (line 37) | fn use_with_item<'a>( method placed (line 49) | fn placed<'a>( method on_place (line 62) | fn on_place<'a>( method get_state_for_neighbour_update (line 75) | fn get_state_for_neighbour_update<'a>( method on_neighbor_update (line 85) | fn on_neighbor_update<'a>( method on_entity_collision (line 95) | fn on_entity_collision<'a>(&'a self, _entity: &'a dyn EntityBase) -> B... method on_scheduled_tick (line 99) | fn on_scheduled_tick<'a>( method random_tick (line 108) | fn random_tick<'a>( method create_legacy_block (line 117) | fn create_legacy_block<'a>( FILE: pumpkin/src/block/fluid/pathfinder.rs type PathNode (line 14) | pub struct PathNode { function is_hole (line 21) | async fn is_hole(world: &Arc, fluid: &Fluid, pos: &BlockPos) -> b... function get_spread (line 33) | pub async fn get_spread( function get_in_flow_down_distance_iterative (line 122) | pub async fn get_in_flow_down_distance_iterative Box<[u16]> { constant WATER_FLOW_SPEED (line 20) | const WATER_FLOW_SPEED: u8 = 5; method placed (line 23) | fn placed<'a>( method on_scheduled_tick (line 41) | fn on_scheduled_tick<'a>( method on_neighbor_update (line 53) | fn on_neighbor_update<'a>( method on_entity_collision (line 70) | fn on_entity_collision<'a>(&'a self, entity: &'a dyn EntityBase) -> Bloc... method get_level_decrease_per_block (line 78) | fn get_level_decrease_per_block(&self, _world: &World) -> i32 { method get_flow_speed (line 82) | fn get_flow_speed(&self, _world: &World) -> u8 { method get_max_flow_distance (line 86) | fn get_max_flow_distance(&self, _world: &World) -> i32 { method can_convert_to_source (line 91) | fn can_convert_to_source(&self, world: &Arc) -> bool { FILE: pumpkin/src/block/mod.rs type BlockMetadata (line 31) | pub trait BlockMetadata { method ids (line 32) | fn ids() -> Box<[u16]>; type BlockFuture (line 35) | pub type BlockFuture<'a, T> = Pin + Send + 'a>>; function stop_vertical_movement_after_fall (line 37) | pub(crate) fn stop_vertical_movement_after_fall(entity: &dyn EntityBase) { function bounce_entity_after_fall (line 44) | pub(crate) fn bounce_entity_after_fall(entity: &dyn EntityBase, bounce_m... type BlockBehaviour (line 62) | pub trait BlockBehaviour: Send + Sync { method normal_use (line 63) | fn normal_use<'a>(&'a self, _args: NormalUseArgs<'a>) -> BlockFuture<'... method use_with_item (line 67) | fn use_with_item<'a>( method on_entity_collision (line 74) | fn on_entity_collision<'a>(&'a self, _args: OnEntityCollisionArgs<'a>)... method on_entity_step (line 79) | fn on_entity_step<'a>(&'a self, _args: OnEntityStepArgs<'a>) -> BlockF... method should_drop_items_on_explosion (line 83) | fn should_drop_items_on_explosion(&self) -> bool { method explode (line 87) | fn explode<'a>(&'a self, _args: ExplodeArgs<'a>) -> BlockFuture<'a, ()> { method on_synced_block_event (line 94) | fn on_synced_block_event<'a>( method on_place (line 102) | fn on_place<'a>(&'a self, args: OnPlaceArgs<'a>) -> BlockFuture<'a, Bl... method random_tick (line 106) | fn random_tick<'a>(&'a self, _args: RandomTickArgs<'a>) -> BlockFuture... method can_place_at (line 110) | fn can_place_at<'a>(&'a self, _args: CanPlaceAtArgs<'a>) -> BlockFutur... method can_update_at (line 114) | fn can_update_at<'a>(&'a self, _args: CanUpdateAtArgs<'a>) -> BlockFut... method placed (line 119) | fn placed<'a>(&'a self, _args: PlacedArgs<'a>) -> BlockFuture<'a, ()> { method player_placed (line 123) | fn player_placed<'a>(&'a self, _args: PlayerPlacedArgs<'a>) -> BlockFu... method on_landed_upon (line 127) | fn on_landed_upon<'a>(&'a self, args: OnLandedUponArgs<'a>) -> BlockFu... method update_entity_movement_after_fall_on (line 137) | fn update_entity_movement_after_fall_on<'a>( method broken (line 146) | fn broken<'a>(&'a self, _args: BrokenArgs<'a>) -> BlockFuture<'a, ()> { method on_neighbor_update (line 150) | fn on_neighbor_update<'a>(&'a self, _args: OnNeighborUpdateArgs<'a>) -... method prepare (line 155) | fn prepare<'a>(&'a self, _args: PrepareArgs<'a>) -> BlockFuture<'a, ()> { method get_state_for_neighbor_update (line 159) | fn get_state_for_neighbor_update<'a>( method on_scheduled_tick (line 166) | fn on_scheduled_tick<'a>(&'a self, _args: OnScheduledTickArgs<'a>) -> ... method on_state_replaced (line 170) | fn on_state_replaced<'a>(&'a self, _args: OnStateReplacedArgs<'a>) -> ... method emits_redstone_power (line 177) | fn emits_redstone_power<'a>( method get_weak_redstone_power (line 185) | fn get_weak_redstone_power<'a>( method get_strong_redstone_power (line 193) | fn get_strong_redstone_power<'a>( method get_comparator_output (line 200) | fn get_comparator_output<'a>( method get_inside_collision_shape (line 207) | fn get_inside_collision_shape<'a>( type NormalUseArgs (line 215) | pub struct NormalUseArgs<'a> { type UseWithItemArgs (line 224) | pub struct UseWithItemArgs<'a> { type BlockHitResult (line 234) | pub struct BlockHitResult<'a> { type OnEntityCollisionArgs (line 239) | pub struct OnEntityCollisionArgs<'a> { type OnEntityStepArgs (line 248) | pub struct OnEntityStepArgs<'a> { type ExplodeArgs (line 257) | pub struct ExplodeArgs<'a> { type OnSyncedBlockEventArgs (line 263) | pub struct OnSyncedBlockEventArgs<'a> { type OnPlaceArgs (line 271) | pub struct OnPlaceArgs<'a> { type RandomTickArgs (line 282) | pub struct RandomTickArgs<'a> { type CanPlaceAtArgs (line 288) | pub struct CanPlaceAtArgs<'a> { type CanUpdateAtArgs (line 300) | pub struct CanUpdateAtArgs<'a> { type PlacedArgs (line 310) | pub struct PlacedArgs<'a> { type PlayerPlacedArgs (line 319) | pub struct PlayerPlacedArgs<'a> { type OnLandedUponArgs (line 328) | pub struct OnLandedUponArgs<'a> { type UpdateEntityMovementAfterFallOnArgs (line 334) | pub struct UpdateEntityMovementAfterFallOnArgs<'a> { type BrokenArgs (line 338) | pub struct BrokenArgs<'a> { type OnNeighborUpdateArgs (line 347) | pub struct OnNeighborUpdateArgs<'a> { type PrepareArgs (line 355) | pub struct PrepareArgs<'a> { type GetStateForNeighborUpdateArgs (line 363) | pub struct GetStateForNeighborUpdateArgs<'a> { type OnScheduledTickArgs (line 373) | pub struct OnScheduledTickArgs<'a> { type OnStateReplacedArgs (line 379) | pub struct OnStateReplacedArgs<'a> { type EmitsRedstonePowerArgs (line 387) | pub struct EmitsRedstonePowerArgs<'a> { type GetRedstonePowerArgs (line 393) | pub struct GetRedstonePowerArgs<'a> { type GetComparatorOutputArgs (line 401) | pub struct GetComparatorOutputArgs<'a> { type GetInsideCollisionShapeArgs (line 408) | pub struct GetInsideCollisionShapeArgs<'a> { type BlockEvent (line 416) | pub struct BlockEvent { function drop_loot (line 422) | pub async fn drop_loot( function calc_block_breaking (line 445) | pub async fn calc_block_breaking( type BlockIsReplacing (line 466) | pub enum BlockIsReplacing { method water_source (line 476) | pub fn water_source(&self) -> bool { FILE: pumpkin/src/block/registry.rs function default_registry (line 165) | pub fn default_registry() -> Arc { type BlockActionResult (line 320) | pub enum BlockActionResult { method consumes_action (line 337) | pub const fn consumes_action(&self) -> bool { type BlockRegistry (line 343) | pub struct BlockRegistry { method register (line 374) | pub fn register(&mut self... method register_fluid (line 383) | pub fn register_fluid(&mu... method on_synced_block_event (line 392) | pub async fn on_synced_block_event( method on_entity_collision (line 415) | pub async fn on_entity_collision( method on_entity_step (line 439) | pub async fn on_entity_step( method on_entity_collision_fluid (line 462) | pub async fn on_entity_collision_fluid(&self, fluid: &Fluid, entity: &... method on_use (line 469) | pub async fn on_use( method explode (line 494) | pub async fn explode(&self, block: &Block, world: &Arc, positio... method use_with_item (line 508) | pub async fn use_with_item( method use_with_item_fluid (line 535) | pub async fn use_with_item_fluid( method can_place_at (line 554) | pub async fn can_place_at( method can_update_at (line 586) | pub async fn can_update_at( method on_place (line 614) | pub async fn on_place( method player_placed (line 643) | pub async fn player_placed( method on_placed (line 667) | pub async fn on_placed( method on_placed_fluid (line 691) | pub async fn on_placed_fluid( method on_landed_upon (line 708) | pub async fn on_landed_upon( method update_entity_movement_after_fall_on (line 727) | pub async fn update_entity_movement_after_fall_on( method broken (line 743) | pub async fn broken( method on_state_replaced (line 767) | pub async fn on_state_replaced( method post_process_state (line 790) | pub async fn post_process_state( method prepare (line 819) | pub async fn prepare( method get_state_for_neighbor_update (line 842) | pub async fn get_state_for_neighbor_update( method update_neighbors (line 869) | pub async fn update_neighbors( method on_neighbor_update (line 888) | pub async fn on_neighbor_update( method get_pumpkin_block (line 911) | pub fn get_pumpkin_block(&self, block: u16) -> Option<&Arc Option<&Arc Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 24) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 45) | fn default_name(&self) -> &'static str { type BlockPredicateArgumentConsumer (line 76) | pub struct BlockPredicateArgumentConsumer; type Data (line 115) | type Data = Option; method find_arg (line 117) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 88) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 109) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/bool.rs type BoolArgConsumer (line 8) | pub struct BoolArgConsumer; type Data (line 43) | type Data = bool; method find_arg (line 45) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 15) | fn get_client_side_suggestion_type_override(&self) -> Option( FILE: pumpkin/src/command/args/bossbar_color.rs type BossbarColorArgumentConsumer (line 12) | pub struct BossbarColorArgumentConsumer; type Data (line 79) | type Data = &'a BossbarColor; method find_arg (line 81) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 20) | fn get_client_side_suggestion_type_override(&self) -> Option( method suggest (line 55) | fn suggest<'a>( method default_name (line 73) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/bossbar_style.rs type BossbarStyleArgumentConsumer (line 12) | pub struct BossbarStyleArgumentConsumer; type Data (line 83) | type Data = &'a BossbarDivisions; method find_arg (line 85) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 20) | fn get_client_side_suggestion_type_override(&self) -> Option( method suggest (line 53) | fn suggest<'a>( method default_name (line 77) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/bounded_num.rs type BoundedNumArgumentConsumer (line 18) | pub struct BoundedNumArgumentConsumer { method consume (line 28) | fn consume<'a, 'b>( type Data (line 63) | type Data = Result; function find_arg (line 65) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result Self { type Number (line 107) | pub enum Number { method qualifier (line 116) | pub const fn qualifier(&self) -> &'static str { method fmt (line 125) | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { function new (line 137) | pub const fn new() -> Self { function min (line 146) | pub const fn min(mut self, min_inclusive: T) -> Self { function max (line 152) | pub const fn max(mut self, max_inclusive: T) -> Self { function name (line 158) | pub const fn name(mut self, name: &'static str) -> Self { type ToFromNumber (line 164) | pub trait ToFromNumber: PartialOrd + Copy + Send + Sync + FromStr { method to_number (line 165) | fn to_number(self) -> Number; method from_number (line 166) | fn from_number(arg: &Number) -> Option; method to_number (line 176) | fn to_number(self) -> Number { method from_number (line 180) | fn from_number(arg: &Number) -> Option { method to_number (line 204) | fn to_number(self) -> Number { method from_number (line 208) | fn from_number(arg: &Number) -> Option { method to_number (line 232) | fn to_number(self) -> Number { method from_number (line 236) | fn from_number(arg: &Number) -> Option { method to_number (line 260) | fn to_number(self) -> Number { method from_number (line 264) | fn from_number(arg: &Number) -> Option { method default (line 170) | fn default() -> Self { method get_client_side_parser (line 189) | fn get_client_side_parser(&self) -> ArgumentType<'_> { method get_client_side_suggestion_type_override (line 196) | fn get_client_side_suggestion_type_override( method get_client_side_parser (line 217) | fn get_client_side_parser(&self) -> ArgumentType<'_> { method get_client_side_suggestion_type_override (line 224) | fn get_client_side_suggestion_type_override( method get_client_side_parser (line 245) | fn get_client_side_parser(&self) -> ArgumentType<'_> { method get_client_side_suggestion_type_override (line 252) | fn get_client_side_suggestion_type_override( method get_client_side_parser (line 273) | fn get_client_side_parser(&self) -> ArgumentType<'_> { method get_client_side_suggestion_type_override (line 280) | fn get_client_side_suggestion_type_override( method default_name (line 291) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/command.rs type CommandTreeArgumentConsumer (line 17) | pub struct CommandTreeArgumentConsumer; type Data (line 84) | type Data = &'a CommandTree; method find_arg (line 86) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 24) | fn get_client_side_suggestion_type_override(&self) -> Option( method suggest (line 53) | fn suggest<'a>( method default_name (line 78) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/coordinate.rs type MaybeRelativeCoordinate (line 3) | pub enum MaybeRelativeCoordinate { type Error (line 9) | type Error = ::Err; function try_from (line 11) | fn try_from(s: &str) -> Result { function into_absolute (line 29) | pub fn into_absolute(self, origin: Option) -> Option { type MaybeRelativeBlockCoordinate (line 38) | pub enum MaybeRelativeBlockCoordinate { type ParseMaybeRelativeBlockCoordinateError (line 44) | pub enum ParseMaybeRelativeBlockCoordinateError { type Error (line 50) | type Error = ParseMaybeRelativeBlockCoordinateError; function try_from (line 52) | fn try_from(s: &str) -> Result { function into_absolute (line 69) | pub fn into_absolute(self, origin: Option) -> Option { FILE: pumpkin/src/command/args/difficulty.rs type DifficultyArgumentConsumer (line 18) | pub struct DifficultyArgumentConsumer; type Data (line 71) | type Data = Difficulty; method find_arg (line 73) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 27) | fn get_client_side_suggestion_type_override(&self) -> Option( method suggest (line 47) | fn suggest<'a>( method default_name (line 65) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/entities.rs type EntitySelectorType (line 20) | pub enum EntitySelectorType { type ValueCondition (line 32) | pub enum ValueCondition { type ComparableValueCondition (line 37) | pub enum ComparableValueCondition { type EntityFilterSort (line 48) | pub enum EntityFilterSort { type EntityFilter (line 55) | pub enum EntityFilter { type Err (line 77) | type Err = String; method from_str (line 79) | fn from_str(s: &str) -> Result { type TargetSelector (line 126) | pub struct TargetSelector { method new (line 135) | pub fn new(selector_type: EntitySelectorType) -> Self { method get_sort (line 167) | pub fn get_sort(&self) -> Option { method get_limit (line 178) | pub fn get_limit(&self) -> usize { type Err (line 194) | type Err = String; method from_str (line 196) | fn from_str(arg: &str) -> Result { type EntitiesArgumentConsumer (line 240) | pub struct EntitiesArgumentConsumer; type Data (line 291) | type Data = &'a [Arc]; method find_arg (line 293) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 248) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 285) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/entity.rs type EntityArgumentConsumer (line 21) | pub struct EntityArgumentConsumer; type Data (line 78) | type Data = Arc; method find_arg (line 80) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 31) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 72) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/entity_anchor.rs type EntityAnchor (line 14) | pub enum EntityAnchor { method as_str (line 22) | pub const fn as_str(&self) -> &'static str { type EntityAnchorArgumentConsumer (line 31) | pub struct EntityAnchorArgumentConsumer; type Data (line 71) | type Data = EntityAnchor; method find_arg (line 73) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 38) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 65) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/gamemode.rs type GamemodeArgumentConsumer (line 13) | pub struct GamemodeArgumentConsumer; type Data (line 55) | type Data = GameMode; method find_arg (line 57) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 20) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 49) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/message.rs type MsgArgConsumer (line 19) | pub struct MsgArgConsumer; type Data (line 61) | type Data = &'a str; method find_arg (line 63) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 26) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 55) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/mod.rs type ConsumeResult (line 57) | pub type ConsumeResult<'a> = Pin>... type SuggestResult (line 59) | pub type SuggestResult<'a> = type ArgumentConsumer (line 62) | pub trait ArgumentConsumer: Sync + Send + GetClientSideArgParser { method consume (line 63) | fn consume<'a>( method suggest (line 73) | fn suggest<'a>( type GetClientSideArgParser (line 83) | pub trait GetClientSideArgParser { method get_client_side_parser (line 85) | fn get_client_side_parser(&self) -> ArgumentType<'_>; method get_client_side_suggestion_type_override (line 87) | fn get_client_side_suggestion_type_override(&self) -> Option &str; type Arg (line 95) | pub enum Arg<'a> { type ConsumedArgs (line 129) | pub type ConsumedArgs<'a> = HashMap<&'a str, Arg<'a>>; type GetCloned (line 131) | pub trait GetCloned { method get_cloned (line 132) | fn get_cloned(&self, key: &K) -> Option; function get_cloned (line 136) | fn get_cloned(&self, key: &K) -> Option { type FindArg (line 141) | pub trait FindArg<'a> { method find_arg (line 144) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result { method find_arg_default_name (line 148) | fn find_arg_default_name(&self, args: &'a ConsumedArgs) -> Result Result { method split_single_whitespace_including_empty_parts (line 161) | fn split_single_whitespace_including_empty_parts(self) -> impl Iterato... function split_single_whitespace_including_empty_parts (line 165) | fn split_single_whitespace_including_empty_parts(self) -> impl Iterator<... type SplitSingleWhitespaceIncludingEmptyPartsIter (line 175) | struct SplitSingleWhitespaceIncludingEmptyPartsIter<'a, T: Iterator Option { FILE: pumpkin/src/command/args/players.rs type PlayersArgumentConsumer (line 16) | pub struct PlayersArgumentConsumer; type Data (line 83) | type Data = &'a [Arc]; method find_arg (line 85) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 26) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 77) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/position_2d.rs type Position2DArgumentConsumer (line 18) | pub struct Position2DArgumentConsumer; type Data (line 77) | type Data = Vector2; method find_arg (line 79) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 25) | fn get_client_side_suggestion_type_override(&self) -> Option( type MaybeRelativePosition2D (line 52) | struct MaybeRelativePosition2D( method try_new (line 58) | fn try_new(x: &str, z: &str) -> Option { method try_to_absolute (line 62) | fn try_to_absolute(self, origin: Option>) -> Option &'static str { FILE: pumpkin/src/command/args/position_3d.rs type Position3DArgumentConsumer (line 15) | pub struct Position3DArgumentConsumer; type Data (line 81) | type Data = Vector3; method find_arg (line 83) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 22) | fn get_client_side_suggestion_type_override(&self) -> Option( type MaybeRelativePosition3D (line 50) | struct MaybeRelativePosition3D( method try_new (line 57) | fn try_new(x: &str, y: &str, z: &str) -> Option { method try_to_absolute (line 65) | fn try_to_absolute(self, origin: Option>) -> Option &'static str { FILE: pumpkin/src/command/args/position_block.rs type BlockPosArgumentConsumer (line 18) | pub struct BlockPosArgumentConsumer; type Data (line 142) | type Data = BlockPos; method find_arg (line 144) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 25) | fn get_client_side_suggestion_type_override(&self) -> Option( type MaybeRelativeBlockPos (line 53) | enum MaybeRelativeBlockPos { method try_new (line 63) | fn try_new(x: &str, y: &str, z: &str) -> Option { method try_to_absolute (line 79) | fn try_to_absolute(self, sender: &CommandSender) -> Option { function parse_local_coordinate (line 99) | fn parse_local_coordinate(s: &str) -> Option { function apply_local_coordinates (line 108) | fn apply_local_coordinates(rotation: (f32, f32), direction: Vector3... method default_name (line 136) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/resource/damage_type.rs type DamageTypeArgumentConsumer (line 15) | pub struct DamageTypeArgumentConsumer; type Data (line 57) | type Data = &'a DamageType; method find_arg (line 59) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 24) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 51) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/resource/effect.rs type EffectTypeArgumentConsumer (line 15) | pub struct EffectTypeArgumentConsumer; type Data (line 56) | type Data = &'static StatusEffect; method find_arg (line 58) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 24) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 50) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/resource/enchantment.rs type EnchantmentArgumentConsumer (line 15) | pub struct EnchantmentArgumentConsumer; type Data (line 53) | type Data = &'static Enchantment; method find_arg (line 55) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 24) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 47) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/resource/item.rs type ItemArgumentConsumer (line 20) | pub struct ItemArgumentConsumer; type Data (line 55) | type Data = (&'a str, &'static Item); method find_arg (line 57) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 27) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 49) | fn default_name(&self) -> &'static str { type ItemPredicateArgumentConsumer (line 80) | pub struct ItemPredicateArgumentConsumer; type Data (line 131) | type Data = ItemPredicate; method find_arg (line 133) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result bool { method get_client_side_parser (line 100) | fn get_client_side_parser(&self) -> ArgumentType<'_> { method get_client_side_suggestion_type_override (line 104) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 125) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/resource/particle.rs type ParticleArgumentConsumer (line 15) | pub struct ParticleArgumentConsumer; type Data (line 57) | type Data = &'a Particle; method find_arg (line 59) | fn find_arg(args: &'a ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 24) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 51) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/resource_location.rs type ResourceLocationArgumentConsumer (line 11) | pub struct ResourceLocationArgumentConsumer; type Data (line 66) | type Data = &'a str; method find_arg (line 68) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 18) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 60) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/rotation.rs function parse_rotation_component (line 14) | fn parse_rotation_component(s: &str) -> Option<(f32, bool)> { type RotationArgumentConsumer (line 35) | pub struct RotationArgumentConsumer; type Data (line 79) | type Data = (f32, bool, f32, bool); method find_arg (line 81) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 42) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 72) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/simple.rs type SimpleArgConsumer (line 19) | pub struct SimpleArgConsumer; type Data (line 45) | type Data = &'a str; method find_arg (line 47) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 26) | fn get_client_side_suggestion_type_override(&self) -> Option( FILE: pumpkin/src/command/args/sound.rs type SoundArgumentConsumer (line 18) | pub struct SoundArgumentConsumer; type Data (line 50) | type Data = Sound; method find_arg (line 52) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 25) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 44) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/sound_category.rs type SoundCategoryArgumentConsumer (line 13) | pub struct SoundCategoryArgumentConsumer; type Data (line 85) | type Data = &'a SoundCategory; method find_arg (line 87) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 21) | fn get_client_side_suggestion_type_override(&self) -> Option( method suggest (line 58) | fn suggest<'a>( method default_name (line 79) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/summonable_entities.rs type SummonableEntitiesArgumentConsumer (line 18) | pub struct SummonableEntitiesArgumentConsumer; type Data (line 50) | type Data = &'static EntityType; method find_arg (line 52) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 25) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 44) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/args/textcomponent.rs type TextComponentArgConsumer (line 10) | pub struct TextComponentArgConsumer; type Data (line 53) | type Data = TextComponent; method find_arg (line 55) | fn find_arg(args: &super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 17) | fn get_client_side_suggestion_type_override(&self) -> Option( function parse_text_component (line 63) | fn parse_text_component(input: &str) -> Option { FILE: pumpkin/src/command/args/time.rs type TimeArgumentConsumer (line 14) | pub struct TimeArgumentConsumer; type Data (line 69) | type Data = i32; method find_arg (line 71) | fn find_arg(args: &'a super::ConsumedArgs, name: &str) -> Result ArgumentType<'_> { method get_client_side_suggestion_type_override (line 21) | fn get_client_side_suggestion_type_override(&self) -> Option( method default_name (line 63) | fn default_name(&self) -> &'static str { FILE: pumpkin/src/command/argument_builder.rs type CommonArgumentBuilder (line 19) | struct CommonArgumentBuilder { method new (line 30) | fn new() -> Self { method default (line 44) | fn default() -> Self { function command (line 61) | pub fn command( function literal (line 79) | pub fn literal(literal: impl Into>) -> LiteralArgument... function argument (line 97) | pub fn argument( type LiteralArgumentBuilder (line 105) | pub struct LiteralArgumentBuilder { method new (line 327) | pub fn new(literal: impl Into>) -> Self { method build (line 366) | fn build(self) -> LiteralDetachedNode { type CommandArgumentBuilder (line 111) | pub struct CommandArgumentBuilder { method new (line 337) | pub fn new( method build (line 384) | fn build(self) -> CommandDetachedNode { type RequiredArgumentBuilder (line 118) | pub struct RequiredArgumentBuilder { method new (line 351) | pub fn new( method build (line 403) | fn build(self) -> ArgumentDetachedNode { type Sealed (line 128) | pub trait Sealed {} type ArgumentBuilder (line 131) | pub trait ArgumentBuilder>: Sized + Sealed { method then (line 139) | fn then(self, child: impl Into) -> Self; method command (line 143) | fn command(&self) -> Option; method executes (line 147) | fn executes(self, command: impl CommandExecutor + 'static) -> Self { method executes_arc (line 153) | fn executes_arc(self, command: Arc) -> ... method redirect (line 157) | fn redirect(self, redirection: impl Into) -> Self; method redirect_with_modifier (line 161) | fn redirect_with_modifier( method fork (line 169) | fn fork(self, redirection: impl Into, redirect_modifier: ... method forward (line 174) | fn forward( method arguments (line 183) | fn arguments(&self) -> &FxHashMap; method target (line 187) | fn target(&self) -> Option; method requires (line 196) | fn requires(self, requirement: impl Into) -> Self; method overwrite_requirements (line 200) | fn overwrite_requirements(self, requirements: Requirements) -> Self; method redirect_modifier (line 204) | fn redirect_modifier(&self) -> RedirectModifier; method forks (line 208) | fn forks(&self) -> bool; method id (line 213) | fn id(&self) -> GlobalNodeId; method build (line 217) | fn build(self) -> N; function literal_one (line 432) | fn literal_one() { function required_one (line 440) | fn required_one() { function literal_multiple (line 468) | fn literal_multiple() { function required_multiple (line 481) | fn required_multiple() { function redirect (line 491) | fn redirect() { function redirect_after_child (line 512) | fn redirect_after_child() { function redirect_before_child (line 520) | fn redirect_before_child() { function add_command_as_child (line 528) | fn add_command_as_child() { FILE: pumpkin/src/command/argument_types/argument_type.rs type JavaClientArgumentType (line 14) | pub type JavaClientArgumentType<'a> = pumpkin_protocol::java::client::pl... type ArgumentType (line 17) | pub trait ArgumentType: Send + Sync { method parse (line 25) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_>; method override_suggestion_providers (line 57) | fn override_suggestion_providers(&self) -> Option { method examples (line 66) | fn examples(&self) -> Vec { type Sealed (line 76) | pub trait Sealed {} type AnyArgumentType (line 80) | pub trait AnyArgumentType: Sealed + Send + Sync { method parse (line 85) | fn parse( method parse_with_source (line 94) | fn parse_with_source( method list_suggestions (line 102) | fn list_suggestions( method client_side_parser (line 110) | fn client_side_parser(&'_ self) -> JavaClientArgumentType<'_>; method override_suggestion_providers (line 115) | fn override_suggestion_providers(&self) -> Option { method examples (line 124) | fn examples(&self) -> Vec { method parse (line 133) | fn parse( method parse_with_source (line 143) | fn parse_with_source( method list_suggestions (line 154) | fn list_suggestions( method client_side_parser (line 162) | fn client_side_parser(&'_ self) -> JavaClientArgumentType<'_> { method override_suggestion_providers (line 166) | fn override_suggestion_providers(&self) -> Option { method examples (line 170) | fn examples(&self) -> Vec { FILE: pumpkin/src/command/argument_types/core/bool.rs type BoolArgumentType (line 9) | pub struct BoolArgumentType; type Item (line 12) | type Item = bool; method parse (line 14) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { method examples (line 22) | fn examples(&self) -> Vec { function parse_test (line 36) | fn parse_test() { FILE: pumpkin/src/command/argument_types/core/double.rs type DoubleArgumentType (line 12) | pub struct DoubleArgumentType { method any (line 49) | pub const fn any() -> Self { method with_min (line 58) | pub const fn with_min(min: f64) -> Self { method with_max (line 64) | pub const fn with_max(max: f64) -> Self { method new (line 70) | pub const fn new(min: f64, max: f64) -> Self { type Item (line 18) | type Item = f64; method parse (line 20) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { method examples (line 41) | fn examples(&self) -> Vec { function parse_test (line 84) | fn parse_test() { FILE: pumpkin/src/command/argument_types/core/float.rs type FloatArgumentType (line 12) | pub struct FloatArgumentType { method any (line 49) | pub const fn any() -> Self { method with_min (line 58) | pub const fn with_min(min: f32) -> Self { method with_max (line 64) | pub const fn with_max(max: f32) -> Self { method new (line 70) | pub const fn new(min: f32, max: f32) -> Self { type Item (line 18) | type Item = f32; method parse (line 20) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { method examples (line 41) | fn examples(&self) -> Vec { function parse_test (line 84) | fn parse_test() { FILE: pumpkin/src/command/argument_types/core/integer.rs type IntegerArgumentType (line 12) | pub struct IntegerArgumentType { method any (line 49) | pub const fn any() -> Self { method with_min (line 58) | pub const fn with_min(min: i32) -> Self { method with_max (line 64) | pub const fn with_max(max: i32) -> Self { method new (line 70) | pub const fn new(min: i32, max: i32) -> Self { type Item (line 18) | type Item = i32; method parse (line 20) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { method examples (line 41) | fn examples(&self) -> Vec { function parse_test (line 84) | fn parse_test() { FILE: pumpkin/src/command/argument_types/core/long.rs type LongArgumentType (line 12) | pub struct LongArgumentType { method any (line 49) | pub const fn any() -> Self { method with_min (line 58) | pub const fn with_min(min: i64) -> Self { method with_max (line 64) | pub const fn with_max(max: i64) -> Self { method new (line 70) | pub const fn new(min: i64, max: i64) -> Self { type Item (line 18) | type Item = i64; method parse (line 20) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { method examples (line 41) | fn examples(&self) -> Vec { function parse_test (line 84) | fn parse_test() { FILE: pumpkin/src/command/argument_types/core/mod.rs function within_or_err (line 17) | pub fn within_or_err( FILE: pumpkin/src/command/argument_types/core/string.rs type StringArgumentType (line 9) | pub enum StringArgumentType { type Item (line 21) | type Item = String; method parse (line 23) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { method examples (line 43) | fn examples(&self) -> Vec { function parse_single_quoted (line 61) | fn parse_single_quoted() { function parse_double_quoted (line 80) | fn parse_double_quoted() { function parse_identifier (line 99) | fn parse_identifier() { function quoted_incorrectly (line 122) | fn quoted_incorrectly() { FILE: pumpkin/src/command/client_suggestions.rs function send_c_commands_packet (line 19) | pub async fn send_c_commands_packet( function resolve_node_id (line 177) | fn resolve_node_id(node_id: NodeId, node_id_offset: usize, root_node_ind... type ProtoNodeBuilder (line 199) | struct ProtoNodeBuilder<'a> { function build (line 205) | fn build(self, buffer: &mut Vec>) -> usize { function nodes_to_proto_node_builders (line 221) | fn nodes_to_proto_node_builders<'a>( FILE: pumpkin/src/command/commands/ban.rs constant NAMES (line 19) | const NAMES: [&str; 1] = ["ban"]; constant DESCRIPTION (line 20) | const DESCRIPTION: &str = "bans a player"; constant ARG_TARGET (line 22) | const ARG_TARGET: &str = "player"; constant ARG_REASON (line 23) | const ARG_REASON: &str = "reason"; type NoReasonExecutor (line 25) | struct NoReasonExecutor; method execute (line 28) | fn execute<'a>( type ReasonExecutor (line 44) | struct ReasonExecutor; method execute (line 47) | fn execute<'a>( function ban_players (line 68) | async fn ban_players( function ban_player (line 92) | async fn ban_player( function init_command_tree (line 135) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/banip.rs constant NAMES (line 17) | const NAMES: [&str; 1] = ["ban-ip"]; constant DESCRIPTION (line 18) | const DESCRIPTION: &str = "bans a player-ip"; constant ARG_TARGET (line 20) | const ARG_TARGET: &str = "ip"; constant ARG_REASON (line 21) | const ARG_REASON: &str = "reason"; function parse_ip (line 23) | async fn parse_ip(target: &str, server: &Server) -> Option { type NoReasonExecutor (line 35) | struct NoReasonExecutor; method execute (line 38) | fn execute<'a>( type ReasonExecutor (line 54) | struct ReasonExecutor; method execute (line 57) | fn execute<'a>( function ban_ip (line 77) | async fn ban_ip( function init_command_tree (line 152) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/banlist.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["banlist"]; constant DESCRIPTION (line 11) | const DESCRIPTION: &str = "shows the banlist"; constant ARG_LIST_TYPE (line 13) | const ARG_LIST_TYPE: &str = "ips|players"; type ListExecutor (line 15) | struct ListExecutor; method execute (line 18) | fn execute<'a>( type ListAllExecutor (line 71) | struct ListAllExecutor; method execute (line 74) | fn execute<'a>( function handle_banlist (line 104) | async fn handle_banlist( function init_command_tree (line 140) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/bossbar.rs constant NAMES (line 23) | const NAMES: [&str; 1] = ["bossbar"]; constant DESCRIPTION (line 24) | const DESCRIPTION: &str = "Display bossbar"; constant ARG_NAME (line 26) | const ARG_NAME: &str = "name"; constant ARG_VISIBLE (line 28) | const ARG_VISIBLE: &str = "visible"; function autocomplete_consumer (line 30) | const fn autocomplete_consumer() -> ResourceLocationArgumentConsumer { type CommandValueGet (line 35) | enum CommandValueGet { type CommandValueSet (line 42) | enum CommandValueSet { type AddExecutor (line 52) | struct AddExecutor; method execute (line 55) | fn execute<'a>( type GetExecutor (line 97) | struct GetExecutor(CommandValueGet); method execute (line 100) | fn execute<'a>( type ListExecutor (line 171) | struct ListExecutor; method execute (line 174) | fn execute<'a>( type RemoveExecutor (line 225) | struct RemoveExecutor; method execute (line 228) | fn execute<'a>( type SetExecutor (line 273) | struct SetExecutor(CommandValueSet); method execute (line 277) | fn execute<'a>( function max_value_consumer (line 548) | const fn max_value_consumer() -> BoundedNumArgumentConsumer { function value_consumer (line 552) | const fn value_consumer() -> BoundedNumArgumentConsumer { function init_command_tree (line 556) | pub fn init_command_tree() -> CommandTree { function bossbar_prefix (line 629) | fn bossbar_prefix(title: TextComponent, namespace: String) -> TextCompon... function handle_bossbar_error (line 636) | fn handle_bossbar_error(error: BossbarUpdateError) -> CommandError { FILE: pumpkin/src/command/commands/clear.rs constant NAMES (line 19) | const NAMES: [&str; 1] = ["clear"]; constant DESCRIPTION (line 20) | const DESCRIPTION: &str = "Clear your inventory or that of target(s)"; constant ARG_TARGETS (line 22) | const ARG_TARGETS: &str = "targets"; constant ARG_ITEM (line 23) | const ARG_ITEM: &str = "item"; constant ARG_MAX_COUNT (line 24) | const ARG_MAX_COUNT: &str = "max_count"; constant MAX_NO_UPPER_LIMIT (line 26) | const MAX_NO_UPPER_LIMIT: i32 = -1; constant MAX_NO_CLEAR_BUT_SIMULATE (line 27) | const MAX_NO_CLEAR_BUT_SIMULATE: i32 = 0; function clear_player (line 37) | async fn clear_player(target: &Player, item: &ItemPredicate, max: i32) -... function iter_test_and_clear (line 66) | async fn iter_test_and_clear<'i, I>( function test_and_clear (line 86) | async fn test_and_clear( function command_result (line 125) | async fn command_result( function clear_command_text_output (line 140) | async fn clear_command_text_output( function count_consumer (line 185) | const fn count_consumer() -> BoundedNumArgumentConsumer { type SelfExecutor (line 189) | struct SelfExecutor; method execute (line 192) | fn execute<'a>( type Executor (line 209) | struct Executor; method execute (line 212) | fn execute<'a>( type ItemExecutor (line 234) | struct ItemExecutor; method execute (line 237) | fn execute<'a>( type ItemCountExecutor (line 260) | struct ItemCountExecutor; method execute (line 263) | fn execute<'a>( function init_command_tree (line 293) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/damage.rs constant NAMES (line 19) | const NAMES: [&str; 1] = ["damage"]; constant DESCRIPTION (line 20) | const DESCRIPTION: &str = "Deals damage to entities"; constant ARG_TARGET (line 21) | const ARG_TARGET: &str = "target"; constant ARG_AMOUNT (line 22) | const ARG_AMOUNT: &str = "amount"; constant ARG_DAMAGE_TYPE (line 23) | const ARG_DAMAGE_TYPE: &str = "damageType"; constant ARG_LOCATION (line 24) | const ARG_LOCATION: &str = "location"; constant ARG_ENTITY (line 25) | const ARG_ENTITY: &str = "entity"; constant ARG_CAUSE (line 26) | const ARG_CAUSE: &str = "cause"; function amount_consumer (line 28) | const fn amount_consumer() -> BoundedNumArgumentConsumer { type LocationExecutor (line 32) | struct LocationExecutor; type EntityExecutor (line 33) | struct EntityExecutor(bool); function send_damage_result (line 35) | async fn send_damage_result( method execute (line 59) | fn execute<'a>( method execute (line 94) | fn execute<'a>( function init_command_tree (line 140) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/data.rs constant NAMES (line 17) | const NAMES: [&str; 1] = ["data"]; constant DESCRIPTION (line 18) | const DESCRIPTION: &str = "Query and modify data of entities and blocks"; constant ARG_ENTITY (line 20) | const ARG_ENTITY: &str = "entity"; type GetEntityDataExecutor (line 22) | struct GetEntityDataExecutor; method execute (line 25) | fn execute<'a>( function snbt_colorful_display (line 46) | pub fn snbt_colorful_display(tag: &NbtTag, depth: usize) -> Result Result { function init_command_tree (line 274) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/defaultgamemode.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["defaultgamemode"]; constant DESCRIPTION (line 12) | const DESCRIPTION: &str = "Change the default gamemode"; constant ARG_GAMEMODE (line 14) | pub const ARG_GAMEMODE: &str = "gamemode"; type DefaultGamemode (line 16) | pub struct DefaultGamemode { type DefaultGamemodeExecutor (line 20) | struct DefaultGamemodeExecutor; method execute (line 23) | fn execute<'a>( function init_command_tree (line 62) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/deop.rs constant NAMES (line 15) | const NAMES: [&str; 1] = ["deop"]; constant DESCRIPTION (line 16) | const DESCRIPTION: &str = "Revokes operator status from a player."; constant ARG_TARGETS (line 17) | const ARG_TARGETS: &str = "targets"; type Executor (line 19) | struct Executor; method execute (line 22) | fn execute<'a>( function init_command_tree (line 77) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/difficulty.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["difficulty"]; constant DESCRIPTION (line 12) | const DESCRIPTION: &str = "Change the difficulty of the world."; constant ARG_DIFFICULTY (line 14) | pub const ARG_DIFFICULTY: &str = "difficulty"; type DifficultyQueryExecutor (line 16) | struct DifficultyQueryExecutor; method execute (line 19) | fn execute<'a>( type DifficultySetExecutor (line 42) | struct DifficultySetExecutor; method execute (line 45) | fn execute<'a>( function init_command_tree (line 85) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/effect.rs constant NAMES (line 14) | const NAMES: [&str; 1] = ["effect"]; constant DESCRIPTION (line 16) | const DESCRIPTION: &str = "Adds or removes the status effects of players... constant ARG_CLEAR (line 18) | const ARG_CLEAR: &str = "clear"; constant ARG_GIVE (line 19) | const ARG_GIVE: &str = "give"; constant ARG_EFFECT (line 20) | const ARG_EFFECT: &str = "effect"; constant ARG_TARGET (line 21) | const ARG_TARGET: &str = "target"; constant ARG_SECOND (line 22) | const ARG_SECOND: &str = "seconds"; constant ARG_INFINITE (line 23) | const ARG_INFINITE: &str = "infinite"; constant ARG_AMPLIFIER (line 24) | const ARG_AMPLIFIER: &str = "amplifier"; constant ARG_HIDE_PARTICLE (line 25) | const ARG_HIDE_PARTICLE: &str = "hideParticles"; type Time (line 27) | enum Time { type Amplifier (line 33) | enum Amplifier { type GiveExecutor (line 38) | struct GiveExecutor(Time, Amplifier, bool); method execute (line 41) | fn execute<'a>( type ClearExecutor (line 147) | struct ClearExecutor(bool); method execute (line 150) | fn execute<'a>( function init_command_tree (line 242) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/enchant.rs constant NAMES (line 13) | const NAMES: [&str; 1] = ["enchant"]; constant DESCRIPTION (line 14) | const DESCRIPTION: &str = "Adds an enchantment to a player's selected it... type Executor (line 16) | struct Executor; method execute (line 20) | fn execute<'a>( function enchantment_level_consumer (line 150) | const fn enchantment_level_consumer() -> BoundedNumArgumentConsumer { function init_command_tree (line 157) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/experience.rs constant NAMES (line 17) | const NAMES: [&str; 2] = ["experience", "xp"]; constant DESCRIPTION (line 18) | const DESCRIPTION: &str = "Add, set or query player experience."; constant ARG_TARGETS (line 19) | const ARG_TARGETS: &str = "targets"; constant ARG_AMOUNT (line 20) | const ARG_AMOUNT: &str = "amount"; function xp_amount (line 22) | const fn xp_amount() -> BoundedNumArgumentConsumer { type Mode (line 30) | enum Mode { type ExpType (line 37) | enum ExpType { type Executor (line 42) | struct Executor { method handle_query (line 48) | async fn handle_query( method get_success_message (line 84) | fn get_success_message( method handle_modify (line 173) | async fn handle_modify( method execute (line 208) | fn execute<'a>( function init_command_tree (line 287) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/fill.rs constant NAMES (line 19) | const NAMES: [&str; 1] = ["fill"]; constant DESCRIPTION (line 21) | const DESCRIPTION: &str = "Fills all or parts of a region with a specifi... constant ARG_BLOCK (line 23) | const ARG_BLOCK: &str = "block"; constant ARG_FROM (line 24) | const ARG_FROM: &str = "from"; constant ARG_TO (line 25) | const ARG_TO: &str = "to"; constant ARG_FILTER (line 26) | const ARG_FILTER: &str = "filter"; type Mode (line 29) | enum Mode { type Executor (line 45) | struct Executor(Mode); function not_in_filter (line 47) | fn not_in_filter(filter: &BlockPredicate, old_block: &Block) -> bool { type FillerResult (line 54) | enum FillerResult { type Context (line 60) | struct Context { method is_edge (line 78) | const fn is_edge(&self, block_position: BlockPos) -> bool { type Filler (line 89) | trait Filler { method execute_for_pos (line 90) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... method execute_for_region (line 92) | async fn execute_for_region(context: &mut Context) { method execute_for_pos (line 116) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... method execute_for_pos (line 144) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... method execute_for_pos (line 171) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... method execute_for_pos (line 196) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... method execute_for_pos (line 219) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... method execute_for_pos (line 239) | async fn execute_for_pos(context: &Context, block_position: BlockPos) ... type DestroyFiller (line 114) | struct DestroyFiller; type HollowFiller (line 142) | struct HollowFiller; type KeepFiller (line 169) | struct KeepFiller; type OutlineFiller (line 194) | struct OutlineFiller; type ReplaceFiller (line 217) | struct ReplaceFiller; type StrictFiller (line 237) | struct StrictFiller; method execute (line 258) | fn execute<'a>( function init_command_tree (line 339) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/gamemode.rs constant NAMES (line 15) | const NAMES: [&str; 1] = ["gamemode"]; constant DESCRIPTION (line 17) | const DESCRIPTION: &str = "Change a player's gamemode."; constant ARG_GAMEMODE (line 19) | const ARG_GAMEMODE: &str = "gamemode"; constant ARG_TARGET (line 20) | const ARG_TARGET: &str = "target"; type TargetExecutor (line 22) | struct TargetExecutor { method execute (line 27) | fn execute<'a>( function init_command_tree (line 92) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/gamerule.rs constant NAMES (line 14) | const NAMES: [&str; 1] = ["gamerule"]; constant DESCRIPTION (line 16) | const DESCRIPTION: &str = "Sets or queries a game rule value."; constant ARG_NAME (line 18) | const ARG_NAME: &str = "value"; type QueryExecutor (line 20) | struct QueryExecutor(GameRule); method execute (line 23) | fn execute<'a>( type SetExecutor (line 54) | struct SetExecutor(GameRule); method execute (line 58) | fn execute<'a>( function init_command_tree (line 107) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/give.rs constant NAMES (line 17) | const NAMES: [&str; 1] = ["give"]; constant DESCRIPTION (line 19) | const DESCRIPTION: &str = "Give items to player(s)."; constant ARG_ITEM (line 21) | const ARG_ITEM: &str = "item"; function item_count_consumer (line 23) | const fn item_count_consumer() -> BoundedNumArgumentConsumer { type Executor (line 30) | struct Executor; method execute (line 33) | fn execute<'a>( function init_command_tree (line 121) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/help.rs constant NO_COMMANDS_ERROR_TYPE (line 18) | const NO_COMMANDS_ERROR_TYPE: LiteralCommandErrorType = constant FAILED_ERROR_TYPE (line 20) | const FAILED_ERROR_TYPE: CommandErrorType<0> = CommandErrorType::new("co... constant DESCRIPTION (line 22) | const DESCRIPTION: &str = "Print a help message."; constant PERMISSION (line 23) | const PERMISSION: &str = "minecraft:command.help"; constant ARG (line 25) | const ARG: &str = "commandOrPage"; constant COMMANDS_PER_PAGE (line 27) | const COMMANDS_PER_PAGE: usize = 7; type HelpArgument (line 29) | enum HelpArgument { type HelpArgumentType (line 34) | struct HelpArgumentType; type Item (line 36) | type Item = HelpArgument; method parse (line 38) | fn parse(&self, reader: &mut StringReader) -> Result JavaClientArgumentType<'_> { type HelpCommandExecutor (line 272) | struct HelpCommandExecutor; method create_help_command_with_given_page_number (line 100) | fn create_help_command_with_given_page_number( method page (line 112) | fn page<'a>(context: &'a CommandContext, page_number: usize) -> Comman... method command (line 204) | fn command<'a>(context: &'a CommandContext, command: &'a str) -> Comma... method execute (line 274) | fn execute<'a>(&'a self, context: &'a CommandContext) -> CommandExecutor... function register (line 284) | pub fn register(dispatcher: &mut CommandDispatcher, registry: &mut Permi... FILE: pumpkin/src/command/commands/kick.rs constant NAMES (line 16) | const NAMES: [&str; 1] = ["kick"]; constant DESCRIPTION (line 17) | const DESCRIPTION: &str = "Kicks the target player from the server."; constant ARG_TARGETS (line 19) | const ARG_TARGETS: &str = "targets"; constant ARG_REASON (line 21) | const ARG_REASON: &str = "reason"; type Executor (line 23) | struct Executor; method execute (line 26) | fn execute<'a>( function init_command_tree (line 55) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/kill.rs constant NAMES (line 12) | const NAMES: [&str; 1] = ["kill"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "Kills all target entities."; constant ARG_TARGET (line 15) | const ARG_TARGET: &str = "target"; type Executor (line 17) | struct Executor; method execute (line 20) | fn execute<'a>( type SelfExecutor (line 55) | struct SelfExecutor; method execute (line 58) | fn execute<'a>( function init_command_tree (line 81) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/list.rs constant NAMES (line 12) | const NAMES: [&str; 1] = ["list"]; constant DESCRIPTION (line 14) | const DESCRIPTION: &str = "Print the list of online players."; type Executor (line 16) | struct Executor; method execute (line 19) | fn execute<'a>( function get_player_names (line 45) | fn get_player_names(players: &[Arc]) -> String { function init_command_tree (line 56) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/me.rs constant NAMES (line 11) | const NAMES: [&str; 1] = ["me"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "Broadcasts a narrative message about yourself."; constant ARG_MESSAGE (line 15) | const ARG_MESSAGE: &str = "action"; type Executor (line 17) | struct Executor; method execute (line 20) | fn execute<'a>( function init_command_tree (line 45) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/mod.rs function default_dispatcher (line 62) | pub async fn default_dispatcher( function register_permissions (line 172) | fn register_permissions(registry: &mut PermissionRegistry) { function register_level_0_permissions (line 186) | fn register_level_0_permissions(registry: &mut PermissionRegistry) { function register_level_2_permissions (line 219) | fn register_level_2_permissions(registry: &mut PermissionRegistry) { function register_level_3_permissions (line 434) | fn register_level_3_permissions(registry: &mut PermissionRegistry) { function register_level_4_permissions (line 543) | fn register_level_4_permissions(registry: &mut PermissionRegistry) { FILE: pumpkin/src/command/commands/msg.rs constant NAMES (line 18) | const NAMES: [&str; 3] = ["msg", "tell", "w"]; constant DESCRIPTION (line 20) | const DESCRIPTION: &str = "Sends a private message to one or more player... constant ARG_MESSAGE (line 22) | const ARG_MESSAGE: &str = "message"; type Executor (line 24) | struct Executor; method execute (line 27) | fn execute<'a>( function init_command_tree (line 66) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/op.rs constant NAMES (line 16) | const NAMES: [&str; 1] = ["op"]; constant DESCRIPTION (line 17) | const DESCRIPTION: &str = "Grants operator status to a player."; constant ARG_TARGETS (line 18) | const ARG_TARGETS: &str = "targets"; type Executor (line 20) | struct Executor; method execute (line 23) | fn execute<'a>( function init_command_tree (line 94) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/pardon.rs constant NAMES (line 12) | const NAMES: [&str; 1] = ["pardon"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "unbans a player"; constant ARG_TARGET (line 15) | const ARG_TARGET: &str = "player"; type Executor (line 17) | struct Executor; method execute (line 20) | fn execute<'a>( function init_command_tree (line 61) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/pardonip.rs constant NAMES (line 14) | const NAMES: [&str; 1] = ["pardon-ip"]; constant DESCRIPTION (line 15) | const DESCRIPTION: &str = "unbans a ip"; constant ARG_TARGET (line 17) | const ARG_TARGET: &str = "ip"; type Executor (line 19) | struct Executor; method execute (line 22) | fn execute<'a>( function init_command_tree (line 66) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/particle.rs constant NAMES (line 11) | const NAMES: [&str; 1] = ["particle"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "Spawns a Particle at position."; constant ARG_NAME (line 15) | const ARG_NAME: &str = "name"; constant ARG_POS (line 17) | const ARG_POS: &str = "pos"; constant ARG_DELTA (line 18) | const ARG_DELTA: &str = "delta"; constant ARG_SPEED (line 19) | const ARG_SPEED: &str = "speed"; constant ARG_COUNT (line 20) | const ARG_COUNT: &str = "count"; type Executor (line 22) | struct Executor; method execute (line 25) | fn execute<'a>( function init_command_tree (line 89) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/playsound.rs constant NAMES (line 33) | const NAMES: [&str; 1] = ["playsound"]; constant DESCRIPTION (line 34) | const DESCRIPTION: &str = "Plays a sound at a position."; constant ARG_SOUND (line 35) | const ARG_SOUND: &str = "sound"; constant ARG_SOURCE (line 36) | const ARG_SOURCE: &str = "source"; constant ARG_TARGETS (line 37) | const ARG_TARGETS: &str = "targets"; constant ARG_POS (line 38) | const ARG_POS: &str = "pos"; constant ARG_VOLUME (line 39) | const ARG_VOLUME: &str = "volume"; constant ARG_PITCH (line 40) | const ARG_PITCH: &str = "pitch"; constant ARG_MIN_VOLUME (line 41) | const ARG_MIN_VOLUME: &str = "minVolume"; function volume_consumer (line 44) | const fn volume_consumer() -> BoundedNumArgumentConsumer { function pitch_consumer (line 50) | const fn pitch_consumer() -> BoundedNumArgumentConsumer { function min_volume_consumer (line 59) | const fn min_volume_consumer() -> BoundedNumArgumentConsumer { type Executor (line 66) | struct Executor; method execute (line 69) | fn execute<'a>( function init_command_tree (line 178) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/plugin.rs constant NAMES (line 20) | const NAMES: [&str; 1] = ["plugin"]; constant DESCRIPTION (line 22) | const DESCRIPTION: &str = "Manage plugins."; constant PLUGIN_NAME (line 24) | const PLUGIN_NAME: &str = "plugin_name"; type ListExecutor (line 26) | struct ListExecutor; method execute (line 29) | fn execute<'a>( type LoadExecutor (line 73) | struct LoadExecutor; method execute (line 76) | fn execute<'a>( type UnloadExecutor (line 118) | struct UnloadExecutor; method execute (line 121) | fn execute<'a>( function init_command_tree (line 161) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/plugins.rs constant NAMES (line 7) | const NAMES: [&str; 2] = ["pl", "plugins"]; constant DESCRIPTION (line 9) | const DESCRIPTION: &str = "List all available plugins."; type Executor (line 11) | struct Executor; method execute (line 14) | fn execute<'a>( function init_command_tree (line 57) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/pumpkin.rs constant NAMES (line 12) | const NAMES: [&str; 2] = ["pumpkin", "version"]; constant DESCRIPTION (line 14) | const DESCRIPTION: &str = "Display information about Pumpkin."; type Executor (line 16) | struct Executor; constant CARGO_PKG_VERSION (line 18) | const CARGO_PKG_VERSION: &str = env!("CARGO_PKG_VERSION"); constant GIT_HASH (line 19) | const GIT_HASH: &str = env!("GIT_HASH"); constant GIT_HASH_FULL (line 20) | const GIT_HASH_FULL: &str = env!("GIT_HASH_FULL"); type Contributor (line 23) | struct Contributor { function fetch_all_contributors (line 27) | fn fetch_all_contributors() -> Vec { function extract_next_url (line 58) | fn extract_next_url(header: &str) -> Option { method execute (line 71) | fn execute<'a>( function init_command_tree (line 247) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/rotate.rs constant NAMES (line 14) | const NAMES: [&str; 1] = ["rotate"]; constant DESCRIPTION (line 15) | const DESCRIPTION: &str = "Changes the rotation of an entity."; constant ARG_TARGET (line 17) | const ARG_TARGET: &str = "target"; constant ARG_ROTATION (line 18) | const ARG_ROTATION: &str = "rotation"; constant ARG_FACING_LOCATION (line 19) | const ARG_FACING_LOCATION: &str = "facingLocation"; constant ARG_FACING_ENTITY (line 20) | const ARG_FACING_ENTITY: &str = "facingEntity"; constant ARG_FACING_ANCHOR (line 21) | const ARG_FACING_ANCHOR: &str = "facingAnchor"; function yaw_pitch_facing_position (line 24) | fn yaw_pitch_facing_position( function get_anchor_position (line 41) | fn get_anchor_position(entity: &crate::entity::Entity, anchor: EntityAnc... function rotate_entity (line 55) | async fn rotate_entity( function send_success_message (line 89) | async fn send_success_message(sender: &CommandSender, target: &dyn crate... type RotateToRotationExecutor (line 100) | struct RotateToRotationExecutor; method execute (line 103) | fn execute<'a>( type RotateFacingLocationExecutor (line 123) | struct RotateFacingLocationExecutor; method execute (line 126) | fn execute<'a>( type RotateFacingEntityExecutor (line 153) | struct RotateFacingEntityExecutor; method execute (line 156) | fn execute<'a>( type RotateFacingEntityNoAnchorExecutor (line 185) | struct RotateFacingEntityNoAnchorExecutor; method execute (line 188) | fn execute<'a>( function init_command_tree (line 218) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/say.rs constant NAMES (line 11) | const NAMES: [&str; 1] = ["say"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "Broadcast a message to all Players."; constant ARG_MESSAGE (line 15) | const ARG_MESSAGE: &str = "message"; type Executor (line 17) | struct Executor; method execute (line 20) | fn execute<'a>( function init_command_tree (line 45) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/seed.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["seed"]; constant DESCRIPTION (line 12) | const DESCRIPTION: &str = "Displays the world seed."; type Executor (line 14) | struct Executor; method execute (line 17) | fn execute<'a>( function init_command_tree (line 60) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/setblock.rs constant NAMES (line 11) | const NAMES: [&str; 1] = ["setblock"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "Place a block."; constant ARG_BLOCK (line 15) | const ARG_BLOCK: &str = "block"; constant ARG_BLOCK_POS (line 16) | const ARG_BLOCK_POS: &str = "pos"; type Mode (line 19) | enum Mode { type Executor (line 33) | struct Executor(Mode); method execute (line 36) | fn execute<'a>( function init_command_tree (line 134) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/setidletimeout.rs constant NAMES (line 12) | const NAMES: [&str; 1] = ["setidletimeout"]; constant DESCRIPTION (line 14) | const DESCRIPTION: &str = "Sets the time before idle players are kicked ... constant ARG_MINUTES (line 16) | const ARG_MINUTES: &str = "minutes"; function minutes_consumer (line 18) | const fn minutes_consumer() -> BoundedNumArgumentConsumer { type SetIdleTimeoutExecutor (line 22) | struct SetIdleTimeoutExecutor; method execute (line 25) | fn execute<'a>( function init_command_tree (line 63) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/setworldspawn.rs constant NAMES (line 20) | const NAMES: [&str; 1] = ["setworldspawn"]; constant DESCRIPTION (line 22) | const DESCRIPTION: &str = "Sets the world spawn point."; constant ARG_BLOCK_POS (line 24) | const ARG_BLOCK_POS: &str = "position"; constant ARG_ANGLE (line 26) | const ARG_ANGLE: &str = "angle"; type NoArgsWorldSpawnExecutor (line 28) | struct NoArgsWorldSpawnExecutor; method execute (line 31) | fn execute<'a>( type DefaultWorldSpawnExecutor (line 54) | struct DefaultWorldSpawnExecutor; method execute (line 57) | fn execute<'a>( type AngleWorldSpawnExecutor (line 71) | struct AngleWorldSpawnExecutor; method execute (line 74) | fn execute<'a>( function setworldspawn (line 94) | async fn setworldspawn( function init_command_tree (line 166) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/spawnpoint.rs constant NAMES (line 17) | const NAMES: [&str; 1] = ["spawnpoint"]; constant DESCRIPTION (line 19) | const DESCRIPTION: &str = "Sets the spawn point for a player."; constant ARG_TARGETS (line 21) | const ARG_TARGETS: &str = "targets"; constant ARG_POS (line 22) | const ARG_POS: &str = "pos"; constant ARG_ANGLE (line 23) | const ARG_ANGLE: &str = "angle"; type SelfExecutor (line 26) | struct SelfExecutor; method execute (line 29) | fn execute<'a>( type TargetsExecutor (line 49) | struct TargetsExecutor; method execute (line 52) | fn execute<'a>( type TargetsPosExecutor (line 73) | struct TargetsPosExecutor; method execute (line 76) | fn execute<'a>( type TargetsPosAngleExecutor (line 97) | struct TargetsPosAngleExecutor; method execute (line 100) | fn execute<'a>( function set_spawnpoint (line 122) | async fn set_spawnpoint(sender: &CommandSender, target: &Arc, po... function init_command_tree (line 146) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/stop.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["stop"]; constant DESCRIPTION (line 12) | const DESCRIPTION: &str = "Stop the server."; type Executor (line 14) | struct Executor; method execute (line 17) | fn execute<'a>( function init_command_tree (line 36) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/stopsound.rs constant NAMES (line 12) | const NAMES: [&str; 1] = ["stopsound"]; constant DESCRIPTION (line 13) | const DESCRIPTION: &str = "Stops a currently playing sound."; constant ARG_TARGETS (line 15) | const ARG_TARGETS: &str = "targets"; constant ARG_SOURCE (line 16) | const ARG_SOURCE: &str = "source"; constant ARG_SOUND (line 17) | const ARG_SOUND: &str = "sound"; type Executor (line 19) | pub struct Executor; method execute (line 22) | fn execute<'a>( function init_command_tree (line 75) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/summon.rs constant NAMES (line 18) | const NAMES: [&str; 1] = ["summon"]; constant DESCRIPTION (line 20) | const DESCRIPTION: &str = "Spawns a Entity at position."; constant ARG_ENTITY (line 22) | const ARG_ENTITY: &str = "entity"; constant ARG_POS (line 24) | const ARG_POS: &str = "pos"; type Executor (line 26) | struct Executor; method execute (line 29) | fn execute<'a>( function init_command_tree (line 82) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/teleport.rs constant NAMES (line 19) | const NAMES: [&str; 2] = ["teleport", "tp"]; constant DESCRIPTION (line 20) | const DESCRIPTION: &str = "Teleports entities, including players."; constant ARG_LOCATION (line 23) | const ARG_LOCATION: &str = "location"; constant ARG_DESTINATION (line 26) | const ARG_DESTINATION: &str = "destination"; constant ARG_TARGETS (line 29) | const ARG_TARGETS: &str = "targets"; constant ARG_ROTATION (line 32) | const ARG_ROTATION: &str = "rotation"; constant ARG_FACING_ENTITY (line 35) | const ARG_FACING_ENTITY: &str = "facingEntity"; constant ARG_FACING_LOCATION (line 38) | const ARG_FACING_LOCATION: &str = "facingLocation"; function yaw_pitch_facing_position (line 40) | fn yaw_pitch_facing_position( function resolve_sender_world (line 55) | fn resolve_sender_world( type EntitiesToEntityExecutor (line 64) | struct EntitiesToEntityExecutor; method execute (line 67) | fn execute<'a>( type EntitiesToPosFacingPosExecutor (line 100) | struct EntitiesToPosFacingPosExecutor; method execute (line 103) | fn execute<'a>( type EntitiesToPosFacingEntityExecutor (line 135) | struct EntitiesToPosFacingEntityExecutor; method execute (line 138) | fn execute<'a>( type EntitiesToPosWithRotationExecutor (line 171) | struct EntitiesToPosWithRotationExecutor; method execute (line 174) | fn execute<'a>( type EntitiesToPosExecutor (line 207) | struct EntitiesToPosExecutor; method execute (line 210) | fn execute<'a>( type SelfToEntityExecutor (line 241) | struct SelfToEntityExecutor; method execute (line 244) | fn execute<'a>( type SelfToPosExecutor (line 281) | struct SelfToPosExecutor; method execute (line 284) | fn execute<'a>( function init_command_tree (line 318) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/tellraw.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["tellraw"]; constant DESCRIPTION (line 12) | const DESCRIPTION: &str = "Send raw message to players."; constant ARG_TARGETS (line 14) | const ARG_TARGETS: &str = "targets"; constant ARG_MESSAGE (line 16) | const ARG_MESSAGE: &str = "message"; type TellRawExecutor (line 18) | struct TellRawExecutor; method execute (line 21) | fn execute<'a>( function init_command_tree (line 41) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/tick.rs constant NAMES (line 20) | const NAMES: [&str; 1] = ["tick"]; constant DESCRIPTION (line 21) | const DESCRIPTION: &str = "Controls or queries the game's ticking state."; function nanos_to_millis_string (line 24) | fn nanos_to_millis_string(nanos: i64) -> String { function rate_consumer (line 28) | const fn rate_consumer() -> BoundedNumArgumentConsumer { function time_consumer (line 35) | const fn time_consumer() -> TimeArgumentConsumer { type SubCommand (line 39) | enum SubCommand { type TickExecutor (line 53) | struct TickExecutor(SubCommand); method handle_query (line 56) | async fn handle_query( method handle_non_sprinting_status (line 100) | async fn handle_non_sprinting_status( method send_percentiles (line 129) | async fn send_percentiles(sender: &CommandSender, server: &crate::serv... method handle_step_command (line 155) | async fn handle_step_command( method handle_sprint_command (line 177) | async fn handle_sprint_command( method handle_set_tick_rate (line 202) | async fn handle_set_tick_rate( method execute (line 220) | fn execute<'a>( function init_command_tree (line 324) | pub fn init_command_tree(default_tps: f32) -> CommandTree { FILE: pumpkin/src/command/commands/time.rs constant NAMES (line 10) | const NAMES: [&str; 1] = ["time"]; constant DESCRIPTION (line 11) | const DESCRIPTION: &str = "Query the world time."; constant ARG_TIME (line 12) | const ARG_TIME: &str = "time"; type PresetTime (line 15) | enum PresetTime { method to_ticks (line 23) | const fn to_ticks(self) -> i32 { type Mode (line 34) | enum Mode { type QueryMode (line 40) | enum QueryMode { type QueryExecutor (line 46) | struct QueryExecutor(QueryMode); method execute (line 49) | fn execute<'a>( type ChangeExecutor (line 80) | struct ChangeExecutor(Mode); method execute (line 83) | fn execute<'a>( function init_command_tree (line 139) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/title.rs constant NAMES (line 20) | const NAMES: [&str; 1] = ["title"]; constant DESCRIPTION (line 22) | const DESCRIPTION: &str = "Displays a title."; constant ARG_TARGETS (line 24) | const ARG_TARGETS: &str = "targets"; constant ARG_TITLE (line 26) | const ARG_TITLE: &str = "title"; constant ARG_FADE_IN (line 27) | const ARG_FADE_IN: &str = "fadeIn"; constant ARG_STAY (line 28) | const ARG_STAY: &str = "stay"; constant ARG_FADE_OUT (line 29) | const ARG_FADE_OUT: &str = "fadeOut"; type ClearOrResetExecutor (line 31) | struct ClearOrResetExecutor(bool); method execute (line 34) | fn execute<'a>( type TitleExecutor (line 72) | struct TitleExecutor(TitleMode); method execute (line 75) | fn execute<'a>( type TimesTitleExecutor (line 114) | struct TimesTitleExecutor; method execute (line 117) | fn execute<'a>( function init_command_tree (line 155) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/tps.rs constant NAMES (line 5) | const NAMES: [&str; 1] = ["tps"]; constant DESCRIPTION (line 7) | const DESCRIPTION: &str = "Displays the server TPS and MSPT."; type Executor (line 9) | struct Executor; method execute (line 12) | fn execute<'a>( function init_command_tree (line 43) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/transfer.rs constant NAMES (line 16) | const NAMES: [&str; 1] = ["transfer"]; constant DESCRIPTION (line 18) | const DESCRIPTION: &str = "Triggers a transfer of a player to another se... constant ARG_HOSTNAME (line 20) | const ARG_HOSTNAME: &str = "hostname"; constant ARG_PLAYERS (line 22) | const ARG_PLAYERS: &str = "players"; function port_consumer (line 24) | const fn port_consumer() -> BoundedNumArgumentConsumer { type TargetSelfExecutor (line 31) | struct TargetSelfExecutor; method execute (line 34) | fn execute<'a>( type TargetPlayerExecutor (line 70) | struct TargetPlayerExecutor; method execute (line 73) | fn execute<'a>( function init_command_tree (line 146) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/weather.rs constant NAMES (line 13) | const NAMES: [&str; 1] = ["weather"]; constant DESCRIPTION (line 14) | const DESCRIPTION: &str = "Changes the weather."; constant ARG_DURATION (line 15) | const ARG_DURATION: &str = "duration"; type Executor (line 17) | struct Executor { type WeatherMode (line 21) | enum WeatherMode { method execute (line 28) | fn execute<'a>( function init_command_tree (line 97) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/whitelist.rs constant NAMES (line 24) | const NAMES: [&str; 1] = ["whitelist"]; constant DESCRIPTION (line 25) | const DESCRIPTION: &str = "Manage server whitelists."; constant ARG_TARGETS (line 26) | const ARG_TARGETS: &str = "targets"; function kick_non_whitelisted_players (line 28) | async fn kick_non_whitelisted_players(server: &Server) { type OnExecutor (line 48) | struct OnExecutor; method execute (line 51) | fn execute<'a>( type OffExecutor (line 78) | struct OffExecutor; method execute (line 81) | fn execute<'a>( type ListExecutor (line 107) | struct ListExecutor; method execute (line 110) | fn execute<'a>( type ReloadExecutor (line 151) | struct ReloadExecutor; method execute (line 154) | fn execute<'a>( type AddExecutor (line 174) | pub struct AddExecutor; method execute (line 177) | fn execute<'a>( type RemoveExecutor (line 221) | pub struct RemoveExecutor; method execute (line 224) | fn execute<'a>( function init_command_tree (line 272) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/commands/worldborder.rs constant NAMES (line 15) | const NAMES: [&str; 1] = ["worldborder"]; constant DESCRIPTION (line 17) | const DESCRIPTION: &str = "Worldborder command."; constant NOTHING_CHANGED_EXCEPTION (line 19) | const NOTHING_CHANGED_EXCEPTION: &str = "commands.worldborder.set.failed... function distance_consumer (line 21) | const fn distance_consumer() -> BoundedNumArgumentConsumer { function time_consumer (line 25) | const fn time_consumer() -> BoundedNumArgumentConsumer { function damage_per_block_consumer (line 29) | const fn damage_per_block_consumer() -> BoundedNumArgumentConsumer { function damage_buffer_consumer (line 35) | const fn damage_buffer_consumer() -> BoundedNumArgumentConsumer { function warning_distance_consumer (line 39) | const fn warning_distance_consumer() -> BoundedNumArgumentConsumer { type GetExecutor (line 43) | struct GetExecutor; method execute (line 46) | fn execute<'a>( type SetExecutor (line 73) | struct SetExecutor; method execute (line 76) | fn execute<'a>( type SetTimeExecutor (line 119) | struct SetTimeExecutor; method execute (line 122) | fn execute<'a>( type AddExecutor (line 192) | struct AddExecutor; method execute (line 195) | fn execute<'a>( type AddTimeExecutor (line 238) | struct AddTimeExecutor; method execute (line 241) | fn execute<'a>( type CenterExecutor (line 312) | struct CenterExecutor; method execute (line 315) | fn execute<'a>( type DamageAmountExecutor (line 346) | struct DamageAmountExecutor; method execute (line 349) | fn execute<'a>( type DamageBufferExecutor (line 391) | struct DamageBufferExecutor; method execute (line 394) | fn execute<'a>( type WarningDistanceExecutor (line 435) | struct WarningDistanceExecutor; method execute (line 438) | fn execute<'a>( type WarningTimeExecutor (line 478) | struct WarningTimeExecutor; method execute (line 481) | fn execute<'a>( function init_command_tree (line 521) | pub fn init_command_tree() -> CommandTree { FILE: pumpkin/src/command/context/command_context.rs type Stage (line 18) | pub enum Stage { type ParsedNode (line 25) | pub struct ParsedNode { type SuggestionContext (line 32) | pub struct SuggestionContext { type ParsedArgument (line 38) | pub struct ParsedArgument { method new (line 49) | pub fn new(range: StringRange, result: Box) -> ... type CommandContext (line 56) | pub struct CommandContext<'a> { function with_source (line 97) | pub fn with_source(&self, source: Arc) -> Self { function get_child (line 115) | pub const fn get_child(&self) -> Option<&Arc> { function get_last_child (line 122) | pub fn get_last_child(&self) -> &Self { function get_argument (line 156) | pub fn get_argument(&self, name: &str) -> Result<&T, Command... function server (line 178) | pub fn server(&self) -> &Arc { function world (line 184) | pub fn world(&self) -> &Arc { type ContextChain (line 191) | pub struct ContextChain<'a> { function new (line 206) | pub fn new(modifiers: Vec>>, execute: Arc) -> Option { function run_modifier (line 235) | pub async fn run_modifier( function run_executable (line 267) | pub async fn run_executable( function execute_all (line 297) | pub async fn execute_all( function get_stage (line 340) | pub const fn get_stage(&self) -> Stage { function get_top_context (line 350) | pub fn get_top_context(&'_ self) -> &'_ Arc> { function get_top_context_mut (line 359) | pub fn get_top_context_mut(&'_ mut self) -> &mut Arc> { function next_stage (line 369) | pub fn next_stage(&self) -> Option { type CommandContextBuilder (line 385) | pub struct CommandContextBuilder<'a> { function new (line 425) | pub fn new( function build (line 447) | pub fn build(self, input: &str) -> CommandContext<'a> { function with_source (line 464) | pub fn with_source(&mut self, source: Arc) { function with_argument (line 469) | pub fn with_argument(&mut self, name: String, argument: Arc) { function with_node (line 479) | pub fn with_node(&mut self, node: NodeId, range: StringRange) { function with_child (line 487) | pub fn with_child(&mut self, child: Self) { function last_child (line 493) | pub fn last_child(&self) -> &Self { function find_suggestion_context (line 507) | pub fn find_suggestion_context(&self, cursor: usize) -> SuggestionContext { type TenExecutor (line 562) | struct TenExecutor; method execute (line 564) | fn execute<'a>(&'a self, _context: &'a CommandContext) -> CommandExecuto... function builder (line 570) | fn builder(dispatcher: &'_ CommandDispatcher) -> CommandContextBuilder<'... function get_argument (line 586) | fn get_argument() -> Result<(), CommandSyntaxError> { function get_nonexistent_argument (line 597) | fn get_nonexistent_argument() { function get_different_type_argument (line 606) | fn get_different_type_argument() { function execute_single_command_chain (line 615) | async fn execute_single_command_chain() { function execute_redirected_command_chain (line 633) | async fn execute_redirected_command_chain() { function single_stage_execution (line 654) | async fn single_stage_execution() { function multi_stage_execution (line 670) | async fn multi_stage_execution() { function missing_command (line 702) | async fn missing_command() { FILE: pumpkin/src/command/context/command_source.rs constant REQUIRES_PLAYER (line 17) | pub const REQUIRES_PLAYER: CommandErrorType<0> = constant REQUIRES_ENTITY (line 19) | pub const REQUIRES_ENTITY: CommandErrorType<0> = type ReturnValueCallable (line 22) | pub trait ReturnValueCallable: Send + Sync { method call (line 23) | fn call(&self, value: ReturnValue) -> Pin ... type ReturnValueCallback (line 26) | pub type ReturnValueCallback = Arc; type ResultValueTaker (line 30) | pub struct ResultValueTaker(pub Vec); method merge (line 35) | pub fn merge(taker_1: &Self, taker_2: &Self) -> Self { method new (line 48) | pub fn new() -> Self { method call (line 54) | pub fn call(&self, return_value: ReturnValue) -> Pin Self { type CommandSource (line 89) | pub struct CommandSource { method dummy (line 115) | pub(crate) fn dummy() -> Self { method new (line 133) | pub fn new( method with_output (line 161) | pub fn with_output(self, output: CommandSender) -> Self { method with_world (line 180) | pub fn with_world(self, world: Arc) -> Self { method with_entity (line 199) | pub async fn with_entity(self, entity: Arc) -> Self { method with_position (line 220) | pub fn with_position(self, position: Vector3) -> Self { method with_rotation (line 239) | pub fn with_rotation(self, rotation: Vector2) -> Self { method merge_command_result_taker (line 258) | pub fn merge_command_result_taker(self, command_result_taker: &ResultV... method with_silent (line 266) | pub fn with_silent(self) -> Self { method with_command_result_taker (line 285) | pub fn with_command_result_taker(self, command_result_taker: ResultVal... method with_entity_anchor (line 304) | pub fn with_entity_anchor(self, entity_anchor: EntityAnchor) -> Self { method with_looking_at_entity (line 324) | pub fn with_looking_at_entity( method with_looking_at_pos (line 336) | pub fn with_looking_at_pos(self, pos: Vector3) -> Self { method entity_or_err (line 352) | pub fn entity_or_err(&self) -> Result, CommandSynt... method world (line 363) | pub const fn world(&self) -> &Arc { method server (line 372) | pub const fn server(&self) -> &Arc { method player_or_none (line 381) | pub fn player_or_none(&self) -> Option<&Player> { method player_or_err (line 389) | pub fn player_or_err(&self) -> Result<&Player, CommandSyntaxError> { method executed_by_player (line 396) | pub fn executed_by_player(&self) -> bool { method send_message (line 401) | pub async fn send_message(&self, message: TextComponent) { method send_to_ops (line 408) | async fn send_to_ops(&self, message: TextComponent) { method send_feedback (line 432) | pub async fn send_feedback(&self, message: TextComponent, broadcast_to... method send_error (line 455) | pub async fn send_error(&self, error: TextComponent) { method has_permission (line 474) | pub async fn has_permission(&self, permission: &str) -> bool { method has_permission_from_option (line 487) | pub async fn has_permission_from_option(&self, permission: Option<&str... type EntityAnchor (line 496) | pub enum EntityAnchor { method from_id (line 505) | pub fn from_id(id: &str) -> Option { method id (line 515) | pub const fn id(self) -> &'static str { method position_at_entity (line 523) | pub fn position_at_entity(self, entity: &Arc) -> Vecto... method position_at_source (line 532) | pub fn position_at_source(self, command_source: &CommandSource) -> Vec... type ReturnValue (line 543) | pub enum ReturnValue { method success_value (line 551) | pub const fn success_value(self) -> bool { method result_value (line 560) | pub const fn result_value(self) -> i32 { FILE: pumpkin/src/command/context/string_range.rs type StringRange (line 9) | pub struct StringRange { method between (line 18) | pub const fn between(start: usize, end: usize) -> Self { method at (line 25) | pub const fn at(pos: usize) -> Self { method encompass (line 33) | pub fn encompass(a: Self, b: Self) -> Self { method slice_from_reader (line 40) | pub fn slice_from_reader<'a>(&self, reader: &'a StringReader) -> &'a s... method substring_slice (line 47) | pub fn substring_slice<'a>(&self, string: &'a str) -> &'a str { method is_empty (line 54) | pub const fn is_empty(&self) -> bool { method len (line 61) | pub const fn len(&self) -> usize { method from (line 67) | fn from(value: Range) -> Self { function from (line 73) | fn from(value: StringRange) -> Self { FILE: pumpkin/src/command/dispatcher.rs type CommandError (line 17) | pub enum CommandError { method into_component (line 34) | pub fn into_component(self, cmd: &str) -> TextComponent { type CommandDispatcher (line 60) | pub struct CommandDispatcher { method handle_command (line 67) | pub async fn handle_command<'a>( method find_suggestions (line 89) | pub(crate) async fn find_suggestions<'a>( method split_parts (line 147) | pub(crate) fn split_parts(cmd: &str) -> Result<(&str, Vec<&str>), Comm... method dispatch (line 231) | pub(crate) async fn dispatch<'a>( method get_tree (line 268) | pub fn get_tree<'a>(&'a self, key: &str) -> Result<&'a CommandTree, Co... method try_is_fitting_path (line 290) | async fn try_is_fitting_path<'a>( method try_find_suggestions_on_path (line 343) | async fn try_find_suggestions_on_path<'a>( method register (line 390) | pub fn register>(&mut self, tree: CommandTree, permiss... method unregister (line 408) | pub fn unregister(&mut self, name: &str) { function dynamic_command (line 435) | async fn dynamic_command() { FILE: pumpkin/src/command/errors/command_syntax_error.rs type CommandSyntaxErrorContext (line 7) | pub struct CommandSyntaxErrorContext { type ContextProvider (line 13) | pub trait ContextProvider { method context (line 14) | fn context(&self) -> CommandSyntaxErrorContext; method context (line 18) | fn context(&self) -> CommandSyntaxErrorContext { type CommandSyntaxError (line 33) | pub struct CommandSyntaxError { method create_without_context (line 46) | pub const fn create_without_context( method create (line 61) | pub fn create( method is (line 77) | pub fn is(&self, error_type: &'static dyn AnyCommandErrorType) -> bool { FILE: pumpkin/src/command/errors/error_types.rs constant READER_EXPECTED_START_QUOTE (line 4) | pub const READER_EXPECTED_START_QUOTE: CommandErrorType<0> = constant READER_EXPECTED_END_QUOTE (line 6) | pub const READER_EXPECTED_END_QUOTE: CommandErrorType<0> = constant READER_INVALID_ESCAPE (line 8) | pub const READER_INVALID_ESCAPE: CommandErrorType<1> = constant READER_INVALID_BOOL (line 10) | pub const READER_INVALID_BOOL: CommandErrorType<1> = constant READER_EXPECTED_BOOL (line 12) | pub const READER_EXPECTED_BOOL: CommandErrorType<0> = constant READER_INVALID_INT (line 14) | pub const READER_INVALID_INT: CommandErrorType<1> = constant READER_EXPECTED_INT (line 16) | pub const READER_EXPECTED_INT: CommandErrorType<0> = constant READER_INVALID_LONG (line 18) | pub const READER_INVALID_LONG: CommandErrorType<1> = constant READER_EXPECTED_LONG (line 20) | pub const READER_EXPECTED_LONG: CommandErrorType<0> = constant READER_INVALID_DOUBLE (line 22) | pub const READER_INVALID_DOUBLE: CommandErrorType<1> = constant READER_EXPECTED_DOUBLE (line 24) | pub const READER_EXPECTED_DOUBLE: CommandErrorType<0> = constant READER_INVALID_FLOAT (line 26) | pub const READER_INVALID_FLOAT: CommandErrorType<1> = constant READER_EXPECTED_FLOAT (line 28) | pub const READER_EXPECTED_FLOAT: CommandErrorType<0> = constant READER_EXPECTED_SYMBOL (line 30) | pub const READER_EXPECTED_SYMBOL: CommandErrorType<1> = constant LITERAL_INCORRECT (line 33) | pub const LITERAL_INCORRECT: CommandErrorType<1> = constant DOUBLE_TOO_LOW (line 36) | pub const DOUBLE_TOO_LOW: CommandErrorType<2> = constant DOUBLE_TOO_HIGH (line 38) | pub const DOUBLE_TOO_HIGH: CommandErrorType<2> = constant FLOAT_TOO_LOW (line 40) | pub const FLOAT_TOO_LOW: CommandErrorType<2> = constant FLOAT_TOO_HIGH (line 42) | pub const FLOAT_TOO_HIGH: CommandErrorType<2> = constant INTEGER_TOO_LOW (line 44) | pub const INTEGER_TOO_LOW: CommandErrorType<2> = constant INTEGER_TOO_HIGH (line 46) | pub const INTEGER_TOO_HIGH: CommandErrorType<2> = constant LONG_TOO_LOW (line 48) | pub const LONG_TOO_LOW: CommandErrorType<2> = CommandErrorType::new(tran... constant LONG_TOO_HIGH (line 49) | pub const LONG_TOO_HIGH: CommandErrorType<2> = constant DISPATCHER_UNKNOWN_COMMAND (line 52) | pub const DISPATCHER_UNKNOWN_COMMAND: CommandErrorType<0> = constant DISPATCHER_UNKNOWN_ARGUMENT (line 54) | pub const DISPATCHER_UNKNOWN_ARGUMENT: CommandErrorType<0> = constant DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR (line 56) | pub const DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR: CommandErrorType<0> = constant DISPATCHER_PARSE_EXCEPTION (line 58) | pub const DISPATCHER_PARSE_EXCEPTION: CommandErrorType<1> = type TemplateText (line 70) | pub enum TemplateText { type CommandErrorType (line 91) | pub struct CommandErrorType { function new (line 98) | pub const fn new(translation_key: &'static str) -> Self { function create_without_context_args_slice (line 104) | pub fn create_without_context_args_slice( function create_args_slice (line 115) | pub fn create_args_slice( type LiteralCommandErrorType (line 140) | pub struct LiteralCommandErrorType { method new (line 149) | pub const fn new(literal: &'static str) -> Self { method create_without_context (line 157) | pub fn create_without_context(&'static self) -> CommandSyntaxError { method create (line 162) | pub fn create(&'static self, context_provider: &C) -> CommandSyntax... type Sealed (line 175) | pub trait Sealed {} type AnyCommandErrorType (line 183) | pub trait AnyCommandErrorType: Send + Sync + Sealed + std::fmt::Debug { method text (line 185) | fn text(&self) -> TemplateText; method argument_count (line 188) | fn argument_count(&self) -> usize; method text (line 208) | fn text(&self) -> TemplateText { method argument_count (line 212) | fn argument_count(&self) -> usize { method text (line 219) | fn text(&self) -> TemplateText { method argument_count (line 223) | fn argument_count(&self) -> usize { method eq (line 194) | fn eq(&self, other: &Self) -> bool { function eq (line 200) | fn eq(&self, other: &T) -> bool { constant TEST_LITERAL_ERROR_TYPE (line 281) | const TEST_LITERAL_ERROR_TYPE: LiteralCommandErrorType = constant TEST_TRANSLATABLE_ERROR_TYPE (line 283) | const TEST_TRANSLATABLE_ERROR_TYPE: CommandErrorType<1> = function create_literal_error (line 287) | fn create_literal_error() { function create_literal_error_without_context (line 306) | fn create_literal_error_without_context() { function create_translatable_error (line 315) | fn create_translatable_error() { FILE: pumpkin/src/command/mod.rs type CommandSender (line 46) | pub enum CommandSender { method fmt (line 73) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method send_message (line 89) | pub async fn send_message(&self, text: TextComponent) { method set_success_count (line 108) | pub fn set_success_count(&self, count: u32) { method is_player (line 116) | pub const fn is_player(&self) -> bool { method is_console (line 121) | pub const fn is_console(&self) -> bool { method as_player (line 125) | pub fn as_player(&self) -> Option> { method permission_lvl (line 134) | pub fn permission_lvl(&self) -> PermissionLvl { method has_permission_lvl (line 143) | pub fn has_permission_lvl(&self, lvl: PermissionLvl) -> bool { method has_permission (line 152) | pub async fn has_permission(&self, server: &Server, node: &str) -> bool { method position (line 171) | pub fn position(&self) -> Option> { method rotation (line 180) | pub fn rotation(&self) -> Option<(f32, f32)> { method world (line 205) | pub fn world(&self) -> Option> { method get_locale (line 215) | pub fn get_locale(&self) -> Locale { method should_receive_feedback (line 225) | pub fn should_receive_feedback(&self) -> bool { method should_broadcast_console_to_ops (line 244) | pub fn should_broadcast_console_to_ops(&self) -> bool { method should_track_output (line 254) | pub const fn should_track_output(&self) -> bool { method into_source (line 262) | pub async fn into_source(self, server: &Arc) -> CommandSource { method get_world_and_spawn_point (line 346) | fn get_world_and_spawn_point(server: &Arc) -> (Arc, Vec... function command_block_y_rot (line 358) | const fn command_block_y_rot(facing: Facing) -> f32 { type CommandResult (line 381) | pub type CommandResult<'a> = Pin( FILE: pumpkin/src/command/node/attached.rs type NodeId (line 23) | pub struct NodeId(pub NonZero); method from (line 48) | fn from(_id: RootNodeId) -> Self { method from (line 54) | fn from(id: LiteralNodeId) -> Self { method from (line 60) | fn from(id: CommandNodeId) -> Self { method from (line 66) | fn from(id: ArgumentNodeId) -> Self { type RootNodeId (line 30) | pub struct RootNodeId; type LiteralNodeId (line 35) | pub struct LiteralNodeId(pub NonZero); type CommandNodeId (line 40) | pub struct CommandNodeId(pub NonZero); type ArgumentNodeId (line 45) | pub struct ArgumentNodeId(pub NonZero); type RootAttachedNode (line 73) | pub struct RootAttachedNode { method new (line 86) | pub fn new() -> Self { method default (line 79) | fn default() -> Self { type LiteralAttachedNode (line 103) | pub struct LiteralAttachedNode { type CommandAttachedNode (line 113) | pub struct CommandAttachedNode { type ArgumentAttachedNode (line 123) | pub struct ArgumentAttachedNode { type NodeClassification (line 133) | pub enum NodeClassification { type AttachedNode (line 142) | pub enum AttachedNode { method from_parts (line 155) | pub fn from_parts( method classification (line 187) | pub const fn classification(&self) -> NodeClassification { method global_id (line 198) | pub const fn global_id(&self) -> GlobalNodeId { method owned_node_data_ref (line 204) | pub const fn owned_node_data_ref(&self) -> &OwnedNodeData { method owned_node_data_mut_ref (line 214) | pub const fn owned_node_data_mut_ref(&mut self) -> &mut OwnedNodeData { method children_ref (line 225) | pub const fn children_ref(&self) -> &FxHashMap { method children_mut_ref (line 235) | pub const fn children_mut_ref(&mut self) -> &mut FxHashMap String { method redirect (line 257) | pub const fn redirect(&self) -> Option { method redirect_mut_ref (line 267) | pub const fn redirect_mut_ref(&mut self) -> Option<&mut Redirection> { method requirements (line 278) | pub const fn requirements(&self) -> &Requirements { method set_requirement (line 283) | pub fn set_requirement(&mut self, requirements: Requirements) { method modifier (line 289) | pub const fn modifier(&self) -> &RedirectModifier { method set_modifier (line 294) | pub fn set_modifier(&mut self, modifier: RedirectModifier) { method forks (line 300) | pub const fn forks(&self) -> bool { method set_forks (line 305) | pub const fn set_forks(&mut self, forks: bool) { method command (line 311) | pub fn command(&self) -> &Option { method set_command (line 316) | pub fn set_command(&mut self, command: Option) { method usage_text (line 322) | pub fn usage_text(&self) -> String { method is_valid_input (line 333) | pub fn is_valid_input(&self, input: &str) -> bool { method parse (line 358) | pub fn parse( method parse_literal (line 371) | pub fn parse_literal( method examples (line 392) | pub fn examples(&self) -> Vec { type CouldNotParseLiteral (line 150) | pub struct CouldNotParseLiteral; FILE: pumpkin/src/command/node/detached.rs type GlobalNodeId (line 20) | pub struct GlobalNodeId(pub NonZero); method new (line 25) | pub fn new() -> Self { method default (line 34) | fn default() -> Self { type LiteralDetachedNode (line 45) | pub struct LiteralDetachedNode { method new (line 58) | pub fn new( type CommandDetachedNode (line 88) | pub struct CommandDetachedNode { method new (line 102) | pub fn new( type ArgumentDetachedNode (line 130) | pub struct ArgumentDetachedNode { method new (line 144) | pub fn new( type DetachedNode (line 170) | pub enum DetachedNode { method from (line 187) | fn from(node: LiteralDetachedNode) -> Self { method from (line 193) | fn from(node: CommandDetachedNode) -> Self { method from (line 199) | fn from(node: ArgumentDetachedNode) -> Self { method decompose (line 208) | pub fn decompose(self) -> DecomposedNode { method name (line 232) | pub fn name(&self) -> String { type DecomposedNode (line 179) | pub struct DecomposedNode { FILE: pumpkin/src/command/node/dispatcher.rs constant ARG_SEPARATOR (line 30) | pub const ARG_SEPARATOR: &str = " "; constant ARG_SEPARATOR_CHAR (line 31) | pub const ARG_SEPARATOR_CHAR: char = ' '; constant USAGE_OPTIONAL_OPEN (line 33) | pub const USAGE_OPTIONAL_OPEN: &str = "["; constant USAGE_OPTIONAL_CLOSE (line 34) | pub const USAGE_OPTIONAL_CLOSE: &str = "]"; constant USAGE_REQUIRED_OPEN (line 35) | pub const USAGE_REQUIRED_OPEN: &str = "("; constant USAGE_REQUIRED_CLOSE (line 36) | pub const USAGE_REQUIRED_CLOSE: &str = ")"; constant USAGE_OR (line 37) | pub const USAGE_OR: &str = "|"; constant UNRESOLVED_REDIRECT (line 41) | pub const UNRESOLVED_REDIRECT: LiteralCommandErrorType = type ParsingResult (line 45) | pub struct ParsingResult<'a> { type ResultConsumer (line 52) | pub trait ResultConsumer: Sync + Send { method on_command_completion (line 53) | fn on_command_completion<'a>( method on_command_completion (line 64) | fn on_command_completion<'a>( method on_command_completion (line 80) | fn on_command_completion<'a>( type EmptyResultConsumer (line 61) | pub struct EmptyResultConsumer; type ResultDeferrer (line 77) | pub struct ResultDeferrer; type CommandDispatcher (line 98) | pub struct CommandDispatcher { method new (line 117) | pub fn new() -> Self { method from_existing_tree (line 122) | pub fn from_existing_tree(tree: Tree) -> Self { method register (line 136) | pub fn register(&mut self, command_node: impl Into>( method execute_input (line 201) | pub async fn execute_input( method execute_reader (line 214) | pub async fn execute_reader( method execute (line 224) | pub async fn execute(&self, parsed: ParsingResult<'_>) -> Result( method handle_command (line 374) | pub async fn handle_command<'a>(&'a self, source: &CommandSource, mut ... method send_error_to_source (line 406) | pub async fn send_error_to_source( method get_completion_suggestions_at_end (line 457) | pub async fn get_completion_suggestions_at_end( method get_completion_suggestions (line 470) | pub async fn get_completion_suggestions( method suggest (line 545) | pub async fn suggest(&self, input: &str, source: &CommandSource) -> Ve... method get_all_commands (line 575) | pub fn get_all_commands(&self) -> BTreeMap<&str, &str> { method get_all_permitted_commands (line 599) | pub async fn get_all_permitted_commands(&self, source: &CommandSource)... method get_all_permitted_commands_usage (line 637) | pub async fn get_all_permitted_commands_usage( method get_permitted_command_usage (line 679) | pub async fn get_permitted_command_usage( method get_permitted_command_usage_non_fallback (line 701) | async fn get_permitted_command_usage_non_fallback( method get_usage_of_command (line 717) | pub async fn get_usage_of_command( method get_usage_of_children (line 733) | pub async fn get_usage_of_children( method get_usage_of_commands (line 754) | pub async fn get_usage_of_commands( method get_usage_recursive (line 771) | fn get_usage_recursive<'a>( method default (line 109) | fn default() -> Self { function unknown_command (line 901) | async fn unknown_command() { function simple_command (line 912) | async fn simple_command() { function arithmetic_command (line 924) | async fn arithmetic_command() { function alias_simple (line 1002) | async fn alias_simple() { function alias_complex (line 1016) | async fn alias_complex() { function recurse (line 1037) | async fn recurse() { FILE: pumpkin/src/command/node/mod.rs type CommandExecutorResult (line 30) | pub type CommandExecutorResult<'a> = type CommandExecutor (line 34) | pub trait CommandExecutor: Sync + Send { method execute (line 36) | fn execute<'a>(&'a self, context: &'a CommandContext) -> CommandExecut... method execute (line 43) | fn execute<'a>(&'a self, context: &'a CommandContext) -> CommandExecut... type Command (line 49) | pub type Command = Arc; type RedirectModifierResult (line 52) | pub type RedirectModifierResult<'a> = type RedirectModifierExecutor (line 56) | pub type RedirectModifierExecutor = type RedirectModifier (line 61) | pub enum RedirectModifier { method sources (line 74) | pub fn sources<'c>(&self, command_context: &'c CommandContext) -> Redi... type RequirementResult (line 83) | pub type RequirementResult<'a> = Pin + Sen... type Requirement (line 87) | pub struct Requirement(pub Arc RequirementResu... method evaluate (line 93) | pub fn evaluate<'a>(&'a self, command_source: &'a CommandSource) -> Re... method from (line 102) | fn from(value: F) -> Self { method from (line 109) | fn from(value: String) -> Self { method from (line 122) | fn from(value: &'static str) -> Self { type Requirements (line 131) | pub struct Requirements(pub Vec); method new (line 137) | pub const fn new() -> Self { method evaluate (line 144) | pub fn evaluate<'a>(&'a self, command_source: &'a CommandSource) -> Re... method default (line 161) | fn default() -> Self { type OwnedNodeData (line 168) | pub struct OwnedNodeData { type LiteralNodeMetadata (line 178) | pub struct LiteralNodeMetadata { method new (line 184) | pub fn new(literal: impl Into>) -> Self { type CommandNodeMetadata (line 196) | pub struct CommandNodeMetadata { method new (line 203) | pub fn new( type ArgumentNodeMetadata (line 218) | pub struct ArgumentNodeMetadata { method new (line 224) | pub fn new( type NodeMetadata (line 236) | pub enum NodeMetadata { type Redirection (line 252) | pub enum Redirection { method from (line 264) | fn from(value: T) -> Self { method from (line 270) | fn from(value: GlobalNodeId) -> Self { FILE: pumpkin/src/command/node/tree.rs constant ROOT_NODE_ID (line 20) | pub const ROOT_NODE_ID: NodeId = NodeId(NonZero::new(1).unwrap()); type AmbiguityConsumer (line 23) | pub trait AmbiguityConsumer { method ambiguous (line 24) | fn ambiguous( type NodeIdClassification (line 37) | pub enum NodeIdClassification { type Tree (line 79) | pub struct Tree { method new (line 103) | pub fn new() -> Self { method alloc (line 115) | const fn alloc(&self) -> NodeId { method add (line 121) | fn add(&mut self, node: AttachedNode) -> NodeId { method attach (line 135) | fn attach(&mut self, node: DetachedNode) -> NodeId { method size (line 154) | pub const fn size(&self) -> usize { method size_nonzero (line 160) | pub fn size_nonzero(&self) -> NonZero { method add_child_to_root (line 168) | pub fn add_child_to_root(&mut self, node: impl Into Vec { method get_root_children (line 246) | pub fn get_root_children(&self) -> Vec { method can_use (line 259) | pub async fn can_use(&self, node: NodeId, source: &CommandSource) -> b... method find_ambiguities (line 264) | pub fn find_ambiguities(&self, node: NodeId, consumer: &mut impl Ambig... method classify_id (line 289) | pub fn classify_id(&self, node: NodeId) -> NodeIdClassification { method is_command_node (line 300) | pub fn is_command_node(&self, node: NodeId) -> bool { method get_relevant_nodes (line 305) | pub fn get_relevant_nodes(&self, reader: &mut StringReader, node: Node... method parse (line 349) | pub fn parse( method resolve (line 391) | pub fn resolve(&self, redirect: Redirection) -> Option { method get (line 401) | pub fn get(&self, name: &str) -> Option { method iter (line 406) | pub fn iter(&self) -> std::slice::Iter<'_, AttachedNode> { type Output (line 412) | type Output = AttachedNode; method index (line 414) | fn index(&self, index: NodeId) -> &Self::Output { method index_mut (line 420) | fn index_mut(&mut self, index: NodeId) -> &mut Self::Output { method default (line 95) | fn default() -> Self { type Item (line 464) | type Item = &'a AttachedNode; type IntoIter (line 465) | type IntoIter = std::slice::Iter<'a, AttachedNode>; method into_iter (line 467) | fn into_iter(self) -> Self::IntoIter { function adding_nodes (line 482) | fn adding_nodes() { function adding_children_to_attached_node (line 502) | fn adding_children_to_attached_node() { function adding_command_node_to_non_root_node (line 518) | fn adding_command_node_to_non_root_node() { function finding_ambiguities (line 532) | fn finding_ambiguities() { FILE: pumpkin/src/command/string_reader.rs type StringReader (line 15) | pub struct StringReader<'a> { constant SYNTAX_ESCAPE (line 20) | const SYNTAX_ESCAPE: char = '\\'; constant SYNTAX_SINGLE_QUOTE (line 21) | const SYNTAX_SINGLE_QUOTE: char = '\''; constant SYNTAX_DOUBLE_QUOTE (line 22) | const SYNTAX_DOUBLE_QUOTE: char = '"'; function new (line 28) | pub fn new(string: S) -> Self function string (line 40) | pub fn string(&self) -> &str { function cursor (line 46) | pub const fn cursor(&self) -> usize { function set_cursor (line 51) | pub const fn set_cursor(&mut self, cursor: usize) { function total_length (line 57) | pub fn total_length(&self) -> usize { function remaining_length (line 63) | pub fn remaining_length(&self) -> usize { function read_part (line 69) | pub fn read_part(&self) -> &str { function remaining_part (line 75) | pub fn remaining_part(&self) -> &str { function can_read_bytes (line 82) | pub fn can_read_bytes(&self, length: usize) -> bool { function can_read_byte (line 89) | pub fn can_read_byte(&self) -> bool { function can_read_chars (line 96) | pub fn can_read_chars(&self, length: usize) -> bool { function can_read_char (line 103) | pub fn can_read_char(&self) -> bool { function peek_byte (line 109) | pub fn peek_byte(&self) -> Option { function byte_at (line 115) | pub fn byte_at(&self, i: usize) -> Option { function peek (line 121) | pub fn peek(&self) -> Option { function read (line 127) | pub fn read(&mut self) -> Option { function skip (line 134) | pub fn skip(&mut self) { function is_allowed_in_number (line 142) | pub const fn is_allowed_in_number(c: char) -> bool { function is_allowed_as_quoted_string_start_end (line 148) | pub const fn is_allowed_as_quoted_string_start_end(c: char) -> bool { function is_allowed_in_unquoted_string (line 154) | pub const fn is_allowed_in_unquoted_string(c: char) -> bool { function skip_whitespace (line 159) | pub fn skip_whitespace(&mut self) { function read_and_parse (line 170) | fn read_and_parse( function read_bool (line 196) | pub fn read_bool(&mut self) -> Result { function read_int (line 212) | pub fn read_int(&mut self) -> Result { function read_long (line 220) | pub fn read_long(&mut self) -> Result { function read_float (line 228) | pub fn read_float(&mut self) -> Result { function read_double (line 236) | pub fn read_double(&mut self) -> Result { function read_unquoted_string (line 244) | pub fn read_unquoted_string(&mut self) -> Result Result { function read_quoted_string (line 270) | pub fn read_quoted_string(&mut self) -> Result Result Result<(), CommandSyntaxError> { function into_owned (line 324) | pub fn into_owned(self) -> StringReader<'static> { function clone_into_owned (line 334) | pub fn clone_into_owned(&self) -> StringReader<'static> { method context (line 343) | fn context(&self) -> CommandSyntaxErrorContext { function non_parsing_methods (line 356) | fn non_parsing_methods() { function read_types (line 390) | fn read_types() { function read_strings (line 421) | fn read_strings() { FILE: pumpkin/src/command/suggestion/mod.rs type SuggestionText (line 44) | pub enum SuggestionText { method from (line 55) | fn from(text: String) -> Self { method from (line 70) | fn from(text: &str) -> Self { method from (line 76) | fn from(text: i32) -> Self { method cached_text (line 89) | pub const fn cached_text(&self) -> &String { method new (line 98) | pub fn new(value: impl Into) -> Self { method eq (line 105) | fn eq(&self, other: &Self) -> bool { method hash (line 111) | fn hash(&self, state: &mut H) { type Suggestion (line 120) | pub struct Suggestion { method without_tooltip (line 130) | pub fn without_tooltip(range: StringRange, text: T) -> Self method with_tooltip (line 144) | pub fn with_tooltip(range: StringRange, text: T, tooltip: TextCompo... method new (line 158) | pub fn new(range: StringRange, text: T, tooltip: Option String { method text_as_string_ref (line 179) | pub const fn text_as_string_ref(&self) -> &String { method text_as_str (line 186) | pub const fn text_as_str(&self) -> &str { method apply (line 193) | pub fn apply(&self, input: &str) -> String { method expand (line 212) | pub fn expand(&self, command: &str, range: StringRange) -> Self { function apply_insertion_start (line 235) | fn apply_insertion_start() { function apply_insertion_middle (line 244) | fn apply_insertion_middle() { function apply_insertion_end (line 253) | fn apply_insertion_end() { function apply_replacement_start (line 262) | fn apply_replacement_start() { function apply_replacement_middle (line 271) | fn apply_replacement_middle() { function apply_replacement_end (line 277) | fn apply_replacement_end() { function apply_replacement_everything (line 286) | fn apply_replacement_everything() { function expand_unchanged (line 296) | fn expand_unchanged() { function expand_left (line 302) | fn expand_left() { function expand_right (line 311) | fn expand_right() { function expand_both (line 320) | fn expand_both() { function expand_replacement (line 338) | fn expand_replacement() { function merge_empty (line 347) | fn merge_empty() { function merge_single (line 353) | fn merge_single() { function merge_multiple (line 363) | fn merge_multiple() { function suggest_append (line 395) | fn suggest_append() { function suggest_replace (line 411) | fn suggest_replace() { function suggest_noop (line 427) | fn suggest_noop() { function suggest_multiple (line 434) | fn suggest_multiple() { function sort (line 453) | fn sort() { FILE: pumpkin/src/command/suggestion/suggestions.rs type SuggestionsBuilder (line 9) | pub struct SuggestionsBuilder { method new (line 28) | pub fn new(input: &str, start: usize) -> Self { method remaining (line 39) | pub fn remaining(&self) -> &str { method remaining_lowercase (line 45) | pub fn remaining_lowercase(&self) -> &str { method build (line 51) | pub fn build(self) -> Suggestions { method suggest (line 57) | pub fn suggest(mut self, text: T) -> Self method suggest_with_tooltip (line 73) | pub fn suggest_with_tooltip(mut self, text: T, tooltip: TextCompone... method append (line 90) | pub fn append(mut self, other: &Self) -> Self { method create_offset (line 100) | pub fn create_offset(&self, start: usize) -> Self { type Suggestions (line 111) | pub struct Suggestions { method new (line 120) | pub const fn new(range: StringRange, suggestions: Vec) -> ... method empty (line 126) | pub const fn empty() -> Self { method is_empty (line 132) | pub const fn is_empty(&self) -> bool { method merge (line 138) | pub fn merge(command: &str, input: I) -> Self method create (line 165) | pub fn create(command: &str, suggestions: I) -> Self method sort (line 195) | fn sort(suggestions: HashSet) -> Vec { FILE: pumpkin/src/command/tree/builder.rs method then (line 12) | pub fn then(mut self, child: impl NodeBuilder) -> Self { method new (line 21) | pub fn new( method execute (line 43) | pub fn execute(mut self, executor: impl CommandExecutor + 'static) -> Se... type NodeBuilder (line 58) | pub trait NodeBuilder { method build (line 59) | fn build(self, tree: &mut CommandTree) -> Node; method build (line 67) | fn build(self, _tree: &mut CommandTree) -> Node { method build (line 82) | fn build(self, tree: &mut CommandTree) -> Node { type LeafNodeBuilder (line 62) | struct LeafNodeBuilder { type NonLeafNodeBuilder (line 75) | pub struct NonLeafNodeBuilder { method then (line 107) | pub fn then(mut self, child: Self) -> Self { method execute (line 120) | pub fn execute(mut self, executor: impl CommandExecutor + 'static) -> ... function literal (line 133) | pub fn literal(string: impl Into) -> NonLeafNodeBuilder { function argument (line 151) | pub fn argument( function argument_default_name (line 166) | pub fn argument_default_name( function require (line 181) | pub fn require( FILE: pumpkin/src/command/tree/format.rs type IsVisible (line 4) | trait IsVisible { method is_visible (line 6) | fn is_visible(&self) -> bool; method is_visible (line 10) | fn is_visible(&self) -> bool { method fmt (line 19) | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { function flatten_require_nodes (line 36) | fn flatten_require_nodes(nodes: &[Node], children: &[usize]) -> Vec, nodes: &[Node], children: &[usize])... method fmt (line 108) | fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { FILE: pumpkin/src/command/tree/mod.rs type RawArgs (line 9) | pub type RawArgs<'a> = Vec<&'a str>; type Node (line 12) | pub struct Node { type NodeType (line 18) | pub enum NodeType { method fmt (line 35) | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { type Command (line 52) | pub enum Command { type CommandTree (line 58) | pub struct CommandTree { method iter_paths (line 67) | pub(crate) fn iter_paths(&self) -> impl Iterator> + ... type TraverseAllPathsIter (line 81) | struct TraverseAllPathsIter<'a> { type Item (line 89) | type Item = Vec; method next (line 91) | fn next(&mut self) -> Option { FILE: pumpkin/src/data/banlist_serializer.rs type BannedPlayerEntry (line 10) | pub struct BannedPlayerEntry { method new (line 23) | pub fn new( type BannedIpEntry (line 41) | pub struct BannedIpEntry { method new (line 53) | pub fn new( constant DATE_FORMAT (line 71) | const DATE_FORMAT: &[time::format_description::FormatItem<'static>] = ti... function serialize (line 81) | pub fn serialize( function deserialize (line 89) | pub fn deserialize<'de, D: Deserializer<'de>>( function serialize (line 104) | pub fn serialize( function deserialize (line 116) | pub fn deserialize<'de, D: Deserializer<'de>>( FILE: pumpkin/src/data/banned_ip.rs type BannedIpList (line 10) | pub struct BannedIpList { method get_entry (line 16) | pub fn get_entry(&mut self, ip: &IpAddr) -> Option<&BannedIpEntry> { method remove_invalid_entries (line 21) | fn remove_invalid_entries(&mut self) { method get_path (line 37) | fn get_path() -> &'static Path { method validate (line 40) | fn validate(&self) { FILE: pumpkin/src/data/banned_player.rs type BannedPlayerList (line 12) | pub struct BannedPlayerList { method get_entry (line 18) | pub fn get_entry(&mut self, profile: &GameProfile) -> Option<&BannedPl... method remove_invalid_entries (line 25) | fn remove_invalid_entries(&mut self) { method get_path (line 41) | fn get_path() -> &'static Path { method validate (line 44) | fn validate(&self) { FILE: pumpkin/src/data/mod.rs constant DATA_FOLDER (line 7) | const DATA_FOLDER: &str = "data/"; type VanillaData (line 17) | pub struct VanillaData { method load (line 26) | pub fn load() -> Self { type LoadJSONConfiguration (line 36) | pub trait LoadJSONConfiguration { method load (line 38) | fn load() -> Self method get_path (line 77) | fn get_path() -> &'static Path; method validate (line 79) | fn validate(&self); type SaveJSONConfiguration (line 82) | pub trait SaveJSONConfiguration: LoadJSONConfiguration { method save (line 83) | fn save(&self) FILE: pumpkin/src/data/op.rs type OperatorConfig (line 11) | pub struct OperatorConfig { method get_entry (line 17) | pub fn get_entry(&self, uuid: &Uuid) -> Option<&op::Op> { method get_path (line 23) | fn get_path() -> &'static Path { method validate (line 26) | fn validate(&self) { FILE: pumpkin/src/data/player_server.rs type ServerPlayerData (line 20) | pub struct ServerPlayerData { method new (line 28) | pub fn new(data_path: impl Into, save_interval: Duration, ena... method handle_player_leave (line 47) | pub async fn handle_player_leave(&self, player: &Player) -> Result<(),... method tick (line 69) | pub async fn tick(&self, server: &Server) -> Result<(), PlayerDataErro... method save_all_players (line 104) | pub async fn save_all_players(&self, server: &Server) -> Result<(), Pl... method load_data (line 131) | pub fn load_data(&self, uuid: &uuid::Uuid) -> Result bool { method get_path (line 26) | fn get_path() -> &'static Path { method validate (line 29) | fn validate(&self) { FILE: pumpkin/src/entity/ai/control/look_control.rs type LookControl (line 10) | pub struct LookControl { method look_at_position (line 20) | pub fn look_at_position(&mut self, mob: &dyn Mob, position: Vector3 bool { method clamp_head_yaw (line 108) | async fn clamp_head_yaw(&self, mob: &dyn Mob) { method get_target_pitch (line 122) | fn get_target_pitch(&self, mob: &MobEntity) -> Option { method get_target_yaw (line 136) | fn get_target_yaw(&self, mob: &MobEntity) -> Option { FILE: pumpkin/src/entity/ai/control/mod.rs type Control (line 5) | pub trait Control: Send + Sync { method change_angle (line 6) | fn change_angle(&self, start: f32, end: f32, max_change: f32) -> f32 { FILE: pumpkin/src/entity/ai/goal/active_target.rs constant DEFAULT_RECIPROCAL_CHANCE (line 14) | const DEFAULT_RECIPROCAL_CHANCE: i32 = 10; type ActiveTargetGoal (line 16) | pub struct ActiveTargetGoal { method new (line 25) | pub fn new( method with_default (line 55) | pub fn with_default( method find_closest_target (line 74) | fn find_closest_target(&mut self, mob: &MobEntity) { method can_start (line 115) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 126) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 130) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 138) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 144) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/ambient_stand.rs type AmbientStandGoal (line 5) | pub struct AmbientStandGoal { method reset_cooldown (line 11) | const fn reset_cooldown(&mut self) { method can_start (line 19) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method controls (line 30) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/avoid_entity.rs constant FAST_DISTANCE_SQ (line 9) | const FAST_DISTANCE_SQ: f64 = 49.0; constant HORIZONTAL_RANGE (line 10) | const HORIZONTAL_RANGE: f64 = 16.0; constant VERTICAL_RANGE (line 11) | const VERTICAL_RANGE: i32 = 7; type AvoidEntityGoal (line 13) | pub struct AvoidEntityGoal { method new (line 25) | pub fn new( method find_threat (line 42) | fn find_threat(&self, mob: &dyn Mob) -> Option> { method find_flee_position (line 58) | async fn find_flee_position(mob: &dyn Mob, threat_pos: &Vector3) ... method can_start (line 132) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 151) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 158) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 168) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 185) | fn should_run_every_tick(&self) -> bool { method stop (line 189) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 196) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/beg.rs type BegGoal (line 11) | pub struct BegGoal { method new (line 20) | pub fn new(beg_distance: f32, attractive_items: &'static [&'static Ite... method is_attractive (line 29) | fn is_attractive(&self, item: &Item) -> bool { method is_player_holding_attractive (line 33) | async fn is_player_holding_attractive(&self, player: &Player) -> bool { method distance_sq (line 46) | fn distance_sq(mob: &dyn Mob, player: &Player) -> f64 { method set_begging (line 52) | async fn set_begging(mob: &dyn Mob, begging: bool) { method can_start (line 66) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 86) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 104) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 112) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 119) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 136) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/breed.rs type BreedGoal (line 9) | pub struct BreedGoal { method new (line 17) | pub fn new(speed: f64) -> Box { method find_mate (line 25) | fn find_mate(mob: &dyn Mob) -> Option> { method breed (line 63) | async fn breed(mob: &dyn Mob, mate: &dyn EntityBase) { method can_start (line 84) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 96) | fn should_continue<'a>(&'a self, _mob: &'a dyn Mob) -> GoalFuture<'a, bo... method start (line 110) | fn start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 116) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 125) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 152) | fn should_run_every_tick(&self) -> bool { method controls (line 156) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/chase_player.rs type ChasePlayerGoal (line 9) | pub struct ChasePlayerGoal { method new (line 15) | pub const fn new(enderman: Arc) -> Self { method can_start (line 24) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 66) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 84) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 91) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 102) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/creeper_ignite.rs type CreeperIgniteGoal (line 9) | pub struct CreeperIgniteGoal { method new (line 16) | pub const fn new(creeper: Arc) -> Self { method can_start (line 25) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method start (line 47) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 54) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 60) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 85) | fn should_run_every_tick(&self) -> bool { method controls (line 89) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/destroy_egg.rs type DestroyEggGoal (line 15) | pub struct DestroyEggGoal { method new (line 21) | pub fn new(speed: f64, max_y_difference: i32) -> Box { method can_start (line 42) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 46) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 50) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 56) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 62) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 68) | fn should_run_every_tick(&self) -> bool { method controls (line 72) | fn controls(&self) -> Controls { method tick_stepping (line 78) | fn tick_stepping(&self, world: Arc, block_pos: BlockPos) -> Stepp... method on_destroy_block (line 97) | fn on_destroy_block(&self, world: Arc, block_pos: BlockPos) -> St... method is_target_pos (line 118) | fn is_target_pos<'a>( method get_desired_distance_to_target (line 130) | fn get_desired_distance_to_target(&self) -> f64 { FILE: pumpkin/src/entity/ai/goal/eat_grass.rs constant MAX_TIMER (line 8) | const MAX_TIMER: i32 = 40; type EatGrassGoal (line 10) | pub struct EatGrassGoal { method get_timer (line 26) | pub const fn get_timer(&self) -> i32 { method default (line 16) | fn default() -> Self { method can_start (line 32) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 52) | fn should_continue<'a>(&'a self, _mob: &'a dyn Mob) -> GoalFuture<'a, bo... method start (line 56) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 64) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 101) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 107) | fn should_run_every_tick(&self) -> bool { method controls (line 111) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/escape_danger.rs constant RANGE (line 8) | const RANGE: i32 = 5; constant RECENT_DAMAGE_TICKS (line 9) | const RECENT_DAMAGE_TICKS: i32 = 100; constant TARGET_ATTEMPTS (line 10) | const TARGET_ATTEMPTS: usize = 10; type EscapeDangerGoal (line 12) | pub struct EscapeDangerGoal { method new (line 20) | pub fn new(speed: f64) -> Box { method is_in_danger (line 28) | fn is_in_danger(mob: &dyn Mob) -> bool { method find_escape_target (line 43) | fn find_escape_target(mob: &dyn Mob) -> Option> { method can_start (line 61) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 71) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 78) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 88) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 94) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/follow_owner.rs constant TELEPORT_DISTANCE_SQ (line 11) | const TELEPORT_DISTANCE_SQ: f64 = 144.0; type FollowOwnerGoal (line 13) | pub struct FollowOwnerGoal { method new (line 23) | pub fn new(speed: f64, min_distance: f32, max_distance: f32) -> Box bool { method find_owner (line 37) | fn find_owner(mob: &dyn Mob) -> Option> { method distance_to_owner_sq (line 47) | fn distance_to_owner_sq(mob: &dyn Mob, owner: &Player) -> f64 { method try_teleport_to_owner (line 53) | async fn try_teleport_to_owner(mob: &dyn Mob, owner: &Player) { method can_start (line 113) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 133) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 157) | fn start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 163) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 202) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 210) | fn should_run_every_tick(&self) -> bool { method controls (line 214) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/follow_parent.rs constant SEARCH_RADIUS (line 7) | const SEARCH_RADIUS: f64 = 8.0; constant MIN_DISTANCE_SQ (line 8) | const MIN_DISTANCE_SQ: f64 = 9.0; constant MAX_DISTANCE_SQ (line 9) | const MAX_DISTANCE_SQ: f64 = 256.0; constant SEARCH_Y_RANGE (line 11) | const SEARCH_Y_RANGE: f64 = 4.0; type FollowParentGoal (line 13) | pub struct FollowParentGoal { method new (line 21) | pub fn new(speed: f64) -> Self { method find_parent (line 29) | fn find_parent(mob: &dyn Mob) -> Option> { method can_start (line 65) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 76) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 96) | fn start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 102) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 118) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 124) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/goal_selector.rs type GoalSelector (line 11) | pub struct GoalSelector { method add_goal (line 20) | pub fn add_goal(&mut self, priority: u8, goal: Box<... method remove_goal (line 25) | pub async fn remove_goal(&mut self, mob: &dyn Mob) { method uses_any (line 54) | fn uses_any(prioritized_goal: &PrioritizedGoal, controls: Controls) ->... method can_replace_all (line 65) | fn can_replace_all(&self, goal: &PrioritizedGoal) -> bool { method tick (line 79) | pub async fn tick(&mut self, mob: &dyn Mob) { method tick_goals (line 117) | pub async fn tick_goals(&mut self, mob: &dyn Mob, tick_all: bool) { method disable_control (line 125) | pub const fn disable_control(&mut self, control: Controls) { method enable_control (line 129) | pub const fn enable_control(&mut self, control: Controls) { method set_control_enabled (line 133) | pub const fn set_control_enabled(&mut self, control: Controls, enabled... method get_goal_by_control (line 137) | fn get_goal_by_control(&mut self, control: Controls) -> Option<&mut Pr... method default (line 144) | fn default() -> Self { FILE: pumpkin/src/entity/ai/goal/look_around.rs type LookAroundGoal (line 7) | pub struct LookAroundGoal { method default (line 15) | fn default() -> Self { method can_start (line 26) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 30) | fn should_continue<'a>(&'a self, _mob: &'a dyn Mob) -> GoalFuture<'a, bo... method start (line 34) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 44) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 60) | fn should_run_every_tick(&self) -> bool { method controls (line 64) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/look_at_entity.rs type LookAtEntityGoal (line 12) | pub struct LookAtEntityGoal { method new (line 25) | pub fn new( method with_default (line 46) | pub fn with_default( method create_target_predicate (line 54) | fn create_target_predicate( method can_start (line 80) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 111) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 129) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 135) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 141) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 165) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/melee_attack.rs constant MAX_ATTACK_TIME (line 10) | const MAX_ATTACK_TIME: i64 = 20; type MeleeAttackGoal (line 12) | pub struct MeleeAttackGoal { method new (line 29) | pub fn new(speed: f64, pause_when_mob_idle: bool) -> Self { method get_max_cooldown (line 44) | pub fn get_max_cooldown(&self) -> i32 { method can_start (line 50) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 76) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 103) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 122) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 145) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 200) | fn should_run_every_tick(&self) -> bool { method controls (line 204) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/mod.rs function to_goal_ticks (line 35) | pub const fn to_goal_ticks(server_ticks: i32) -> i32 { type GoalFuture (line 39) | pub type GoalFuture<'a, T> = Pin + Send + 'a>>; type Goal (line 41) | pub trait Goal: Send + Sync { method can_start (line 43) | fn can_start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, bo... method should_continue (line 48) | fn should_continue<'a>(&'a self, _mob: &'a dyn Mob) -> GoalFuture<'a, ... method start (line 53) | fn start<'a>(&'a mut self, _: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 58) | fn stop<'a>(&'a mut self, _: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 63) | fn tick<'a>(&'a mut self, _: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 67) | fn should_run_every_tick(&self) -> bool { method can_stop (line 71) | fn can_stop(&self) -> bool { method get_tick_count (line 75) | fn get_tick_count(&self, ticks: i32) -> i32 { method controls (line 83) | fn controls(&self) -> Controls { method can_start (line 162) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method should_continue (line 166) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, b... method start (line 170) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 179) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 188) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 194) | fn should_run_every_tick(&self) -> bool { method get_tick_count (line 198) | fn get_tick_count(&self, ticks: i32) -> i32 { method controls (line 202) | fn controls(&self) -> Controls { type Controls (line 90) | pub struct Controls(u8); constant MOVE (line 93) | pub const MOVE: Self = Self(1); constant LOOK (line 94) | pub const LOOK: Self = Self(2); constant JUMP (line 95) | pub const JUMP: Self = Self(4); constant TARGET (line 96) | pub const TARGET: Self = Self(8); constant ITER (line 98) | pub const ITER: [Self; 4] = [Self::MOVE, Self::LOOK, Self::JUMP, Self:... method empty (line 101) | pub fn empty() -> Self { method set (line 105) | pub const fn set(&mut self, control: Self, val: bool) { method get (line 114) | pub const fn get(&self, control: Self) -> bool { method idx (line 119) | pub fn idx(&self) -> usize { type Output (line 130) | type Output = Self; method bitor (line 131) | fn bitor(self, rhs: Self) -> Self::Output { type PrioritizedGoal (line 136) | pub struct PrioritizedGoal { method new (line 147) | pub fn new(type_id: TypeId, priority: u8, goal: Box) -> Self { method can_be_replaced_by (line 156) | fn can_be_replaced_by(&self, goal: &Self) -> bool { type ParentHandle (line 208) | pub struct ParentHandle

{ function new (line 248) | pub const unsafe fn new(parent: &P) -> Self { function none (line 257) | pub const fn none() -> Self { function get (line 264) | pub const fn get(&self) -> Option<&P> { method default (line 274) | fn default() -> Self { FILE: pumpkin/src/entity/ai/goal/move_to_target_pos.rs constant MIN_WAITING_TIME (line 12) | const MIN_WAITING_TIME: i32 = 1200; constant MAX_TRYING_TIME (line 13) | const MAX_TRYING_TIME: i32 = 1200; constant MIN_INTERVAL (line 14) | const MIN_INTERVAL: i32 = 200; type MoveToTargetPosGoal (line 16) | pub struct MoveToTargetPosGoal { function new (line 32) | pub fn new( function with_default (line 54) | pub fn with_default(move_to_target_pos: ParentHandle, speed: f64, ran... function get_interval (line 58) | pub fn get_interval(mob: &dyn Mob) -> i32 { function find_target_pos (line 62) | pub async fn find_target_pos(&mut self, mob: &dyn Mob) -> bool { function get_target_pos (line 108) | fn get_target_pos(&self) -> BlockPos { function should_reset_path (line 112) | const fn should_reset_path(&self) -> bool { function start_moving_to_target (line 116) | fn start_moving_to_target(_mob: &dyn Mob) { type MoveToTargetPos (line 122) | pub trait MoveToTargetPos: Send + Sync { method is_target_pos (line 123) | fn is_target_pos<'a>( method get_desired_distance_to_target (line 129) | fn get_desired_distance_to_target(&self) -> f64 { method can_start (line 135) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 146) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 160) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 170) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 204) | fn should_run_every_tick(&self) -> bool { method controls (line 208) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/owner_hurt_by_target.rs constant FOLLOW_RANGE (line 7) | const FOLLOW_RANGE: f64 = 16.0; type OwnerHurtByTargetGoal (line 9) | pub struct OwnerHurtByTargetGoal { method new (line 16) | pub fn new() -> Box { method can_start (line 25) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 68) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 83) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 97) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 104) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/owner_hurt_target.rs constant FOLLOW_RANGE (line 7) | const FOLLOW_RANGE: f64 = 16.0; type OwnerHurtTargetGoal (line 9) | pub struct OwnerHurtTargetGoal { method new (line 16) | pub fn new() -> Box { method can_start (line 25) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 68) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 83) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 97) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 104) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/pick_up_block.rs type PickUpBlockGoal (line 11) | pub struct PickUpBlockGoal { method new (line 16) | pub const fn new(enderman: Arc) -> Self { method can_start (line 22) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method tick (line 42) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_continue (line 95) | fn should_continue<'a>(&'a self, _mob: &'a dyn Mob) -> GoalFuture<'a, bo... FILE: pumpkin/src/entity/ai/goal/place_block.rs type PlaceBlockGoal (line 12) | pub struct PlaceBlockGoal { method new (line 17) | pub const fn new(enderman: Arc) -> Self { method can_start (line 23) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method tick (line 43) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_continue (line 87) | fn should_continue<'a>(&'a self, _mob: &'a dyn Mob) -> GoalFuture<'a, bo... FILE: pumpkin/src/entity/ai/goal/revenge.rs type RevengeGoal (line 11) | pub struct RevengeGoal { method new (line 20) | pub fn new(check_visibility: bool) -> Self { method can_start (line 34) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 70) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 74) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 87) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 94) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/step_and_destroy_block.rs constant MAX_COOLDOWN (line 12) | const MAX_COOLDOWN: i32 = 20; type StepAndDestroyBlockGoal (line 14) | pub struct StepAndDestroyBlockGoal { function new (line 24) | pub fn new( function with_default (line 43) | pub fn with_default(target_block: &'static Block, speed: f64, max_y_diff... function tweak_to_proper_pos (line 52) | async fn tweak_to_proper_pos(&self, pos: BlockPos, world: Arc) ->... type SteppingFuture (line 75) | pub type SteppingFuture<'a> = Pin + Send + '... type Stepping (line 77) | pub trait Stepping: Send + Sync { method tick_stepping (line 78) | fn tick_stepping(&self, _world: Arc, _block_pos: BlockPos) -> S... method on_destroy_block (line 82) | fn on_destroy_block(&self, _world: Arc, _block_pos: BlockPos) -... method tick_stepping (line 212) | fn tick_stepping(&self, _world: Arc, _block_pos: BlockPos) -> S... method on_destroy_block (line 216) | fn on_destroy_block(&self, _world: Arc, _block_pos: BlockPos) -... method can_start (line 90) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 109) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 113) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 120) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 127) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 181) | fn should_run_every_tick(&self) -> bool { method controls (line 185) | fn controls(&self) -> Controls { method is_target_pos (line 193) | fn is_target_pos<'a>( FILE: pumpkin/src/entity/ai/goal/swim.rs type SwimGoal (line 7) | pub struct SwimGoal { method is_in_fluid (line 20) | fn is_in_fluid(mob: &dyn Mob) -> bool { method default (line 12) | fn default() -> Self { method can_start (line 30) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 34) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method tick (line 38) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 49) | fn should_run_every_tick(&self) -> bool { method controls (line 53) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/teleport_towards_player.rs constant STARE_CLOSE_DISTANCE_SQ (line 12) | const STARE_CLOSE_DISTANCE_SQ: f64 = 16.0; constant TELEPORT_FAR_DISTANCE_SQ (line 13) | const TELEPORT_FAR_DISTANCE_SQ: f64 = 256.0; type TeleportTowardsPlayerGoal (line 15) | pub struct TeleportTowardsPlayerGoal { method new (line 26) | pub fn new(enderman: Arc) -> Self { method find_staring_player (line 44) | async fn find_staring_player(&self) -> Option> { method can_start (line 78) | fn can_start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 88) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 136) | fn start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 144) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 192) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 200) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/tempt.rs constant TEMPT_RANGE (line 7) | const TEMPT_RANGE: f64 = 10.0; constant STOP_DISTANCE (line 8) | const STOP_DISTANCE: f64 = 2.5; type TemptGoal (line 10) | pub struct TemptGoal { method new (line 20) | pub fn new(speed: f64, tempt_items: &'static [&'static Item]) -> Self { method is_tempt_item (line 30) | fn is_tempt_item(&self, stack: &pumpkin_world::item::ItemStack) -> bool { method is_holding_tempt_item (line 34) | async fn is_holding_tempt_item(&self, player: &Player) -> bool { method find_tempting_player (line 43) | async fn find_tempting_player(&self, mob: &dyn Mob) -> Option(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 78) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method tick (line 88) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 110) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 117) | fn should_run_every_tick(&self) -> bool { method controls (line 121) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/track_target.rs constant UNSET (line 9) | const UNSET: i32 = 0; constant CAN_TRACK (line 10) | const CAN_TRACK: i32 = 1; constant CANNOT_TRACK (line 11) | const CANNOT_TRACK: i32 = 2; type TrackTargetGoal (line 14) | pub struct TrackTargetGoal { method new (line 28) | pub fn new(check_visibility: bool, check_can_navigate: bool) -> Self { method with_default (line 41) | pub fn with_default(check_visibility: bool) -> Self { method can_navigate_to_entity (line 45) | fn can_navigate_to_entity(&mut self, mob: &dyn Mob, _target: &LivingEn... method can_track (line 51) | pub fn can_track( method should_continue (line 93) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 131) | fn start<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 139) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 145) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/wander_around.rs type WanderAroundGoal (line 6) | pub struct WanderAroundGoal { method new (line 15) | pub const fn new(speed: f64) -> Self { method find_wander_target (line 24) | fn find_wander_target(mob: &dyn Mob) -> Vector3 { method can_start (line 41) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 52) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 59) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 69) | fn stop<'a>(&'a mut self, _mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method controls (line 75) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/goal/zombie_attack.rs type ZombieAttackGoal (line 6) | pub struct ZombieAttackGoal { method new (line 13) | pub fn new(speed: f64, pause_when_mob_idle: bool) -> Box { method can_start (line 22) | fn can_start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, bool> { method should_continue (line 26) | fn should_continue<'a>(&'a self, mob: &'a dyn Mob) -> GoalFuture<'a, boo... method start (line 30) | fn start<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method stop (line 37) | fn stop<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method tick (line 44) | fn tick<'a>(&'a mut self, mob: &'a dyn Mob) -> GoalFuture<'a, ()> { method should_run_every_tick (line 58) | fn should_run_every_tick(&self) -> bool { method controls (line 62) | fn controls(&self) -> Controls { FILE: pumpkin/src/entity/ai/pathfinder/binary_heap.rs type BinaryHeap (line 13) | pub struct BinaryHeap { method new (line 21) | pub fn new() -> Self { method with_capacity (line 33) | pub fn with_capacity(capacity: usize) -> Self { method is_empty (line 45) | pub const fn is_empty(&self) -> bool { method len (line 50) | pub const fn len(&self) -> usize { method clear (line 54) | pub fn clear(&mut self) { method insert (line 61) | pub fn insert(&mut self, mut node: Node) { method pop (line 75) | pub fn pop(&mut self) -> Option { method peek (line 101) | pub fn peek(&self) -> Option<&Node> { method change_cost (line 109) | pub fn change_cost(&mut self, coords: &dyn Coordinate, new_f_score: f3... method contains (line 124) | pub fn contains(&self, coords: &dyn Coordinate) -> bool { method get_node (line 129) | pub fn get_node(&self, coords: &dyn Coordinate) -> Option<&Node> { method update_node (line 137) | pub fn update_node(&mut self, coords: &dyn Coordinate, updated: Node) { method get_heap (line 156) | pub fn get_heap(&self) -> Vec { method bubble_up (line 163) | fn bubble_up(&mut self, mut index: usize) { method bubble_down (line 184) | fn bubble_down(&mut self, mut index: usize) { method swap_nodes (line 213) | fn swap_nodes(&mut self, i: usize, j: usize) { method default (line 228) | fn default() -> Self { FILE: pumpkin/src/entity/ai/pathfinder/mod.rs type NavigatorGoal (line 26) | pub struct NavigatorGoal { method new (line 34) | pub const fn new( type Navigator (line 47) | pub struct Navigator { method set_progress (line 89) | pub fn set_progress(&mut self, goal: NavigatorGoal) { method set_speed (line 94) | pub const fn set_speed(&mut self, speed: f64) { method stop (line 100) | pub fn stop(&mut self) { method set_pathfinding_malus (line 108) | pub fn set_pathfinding_malus(&mut self, path_type: PathType, malus: f3... method set_mob_dimensions (line 112) | pub const fn set_mob_dimensions(&mut self, width: f32, height: f32) { method compute_path (line 117) | async fn compute_path( method needs_new_path (line 239) | fn needs_new_path(&self, goal: &NavigatorGoal) -> bool { method tick (line 253) | pub async fn tick(&mut self, entity: &LivingEntity) { method is_idle (line 398) | pub const fn is_idle(&self) -> bool { method default (line 62) | fn default() -> Self { constant MAX_ITERS (line 82) | const MAX_ITERS: usize = 560; constant TARGET_DISTANCE_MULTIPLIER (line 83) | const TARGET_DISTANCE_MULTIPLIER: f32 = 1.5; constant NODE_REACH_XZ (line 84) | const NODE_REACH_XZ: f64 = 0.5; constant NODE_REACH_Y (line 85) | const NODE_REACH_Y: f64 = 1.0; constant MAX_YAW_TURN_PER_TICK (line 86) | const MAX_YAW_TURN_PER_TICK: f32 = 90.0; FILE: pumpkin/src/entity/ai/pathfinder/node.rs type Coordinate (line 3) | pub trait Coordinate { method distance (line 4) | fn distance(&self, other: &dyn Coordinate) -> f32; method distance_xz (line 5) | fn distance_xz(&self, other: &dyn Coordinate) -> f32; method distance_sqr (line 6) | fn distance_sqr(&self, other: &dyn Coordinate) -> f32; method distance_manhattan (line 7) | fn distance_manhattan(&self, other: &dyn Coordinate) -> f32; method as_blockpos (line 9) | fn as_blockpos(&self) -> BlockPos; method as_node (line 10) | fn as_node(&self) -> Node; method as_vector3 (line 11) | fn as_vector3(&self) -> Vector3; method distance (line 84) | fn distance(&self, other: &dyn Coordinate) -> f32 { method distance_xz (line 88) | fn distance_xz(&self, other: &dyn Coordinate) -> f32 { method distance_sqr (line 92) | fn distance_sqr(&self, other: &dyn Coordinate) -> f32 { method distance_manhattan (line 96) | fn distance_manhattan(&self, other: &dyn Coordinate) -> f32 { method as_blockpos (line 104) | fn as_blockpos(&self) -> BlockPos { method as_node (line 108) | fn as_node(&self) -> Node { method as_vector3 (line 112) | fn as_vector3(&self) -> Vector3 { method distance (line 144) | fn distance(&self, other: &dyn Coordinate) -> f32 { method distance_xz (line 148) | fn distance_xz(&self, other: &dyn Coordinate) -> f32 { method distance_sqr (line 157) | fn distance_sqr(&self, other: &dyn Coordinate) -> f32 { method distance_manhattan (line 161) | fn distance_manhattan(&self, other: &dyn Coordinate) -> f32 { method as_blockpos (line 169) | fn as_blockpos(&self) -> BlockPos { method as_node (line 173) | fn as_node(&self) -> Node { method as_vector3 (line 177) | fn as_vector3(&self) -> Vector3 { method distance (line 183) | fn distance(&self, other: &dyn Coordinate) -> f32 { method distance_xz (line 187) | fn distance_xz(&self, other: &dyn Coordinate) -> f32 { method distance_sqr (line 191) | fn distance_sqr(&self, other: &dyn Coordinate) -> f32 { method distance_manhattan (line 195) | fn distance_manhattan(&self, other: &dyn Coordinate) -> f32 { method as_blockpos (line 203) | fn as_blockpos(&self) -> BlockPos { method as_node (line 207) | fn as_node(&self) -> Node { method as_vector3 (line 211) | fn as_vector3(&self) -> Vector3 { method distance (line 217) | fn distance(&self, other: &dyn Coordinate) -> f32 { method distance_xz (line 221) | fn distance_xz(&self, other: &dyn Coordinate) -> f32 { method distance_sqr (line 225) | fn distance_sqr(&self, other: &dyn Coordinate) -> f32 { method distance_manhattan (line 229) | fn distance_manhattan(&self, other: &dyn Coordinate) -> f32 { method as_blockpos (line 237) | fn as_blockpos(&self) -> BlockPos { method as_node (line 241) | fn as_node(&self) -> Node { method as_vector3 (line 245) | fn as_vector3(&self) -> Vector3 { type Node (line 15) | pub struct Node { method new (line 50) | pub fn new(pos: BlockPos) -> Self { method clone_and_move (line 58) | pub fn clone_and_move(&self, pos: BlockPos) -> Self { method create_hash (line 74) | pub const fn create_hash(pos: BlockPos) -> i32 { method default (line 32) | fn default() -> Self { type Target (line 118) | pub struct Target { method new (line 127) | pub fn new(node: Node) -> Self { method update_best (line 135) | pub fn update_best(&mut self, heuristic: f32, node: &Node) { type PathType (line 251) | pub enum PathType { method get_malus (line 282) | pub const fn get_malus(self) -> f32 { method is_passable (line 314) | pub fn is_passable(self) -> bool { method is_blocked (line 319) | pub fn is_blocked(self) -> bool { method is_water (line 324) | pub const fn is_water(self) -> bool { method is_dangerous (line 329) | pub const fn is_dangerous(self) -> bool { method is_door (line 343) | pub const fn is_door(self) -> bool { method has_partial_collision (line 351) | pub const fn has_partial_collision(self) -> bool { FILE: pumpkin/src/entity/ai/pathfinder/node_evaluator.rs type NodeEvaluator (line 10) | pub trait NodeEvaluator { method prepare (line 11) | fn prepare(&mut self, context: PathfindingContext, mob_data: MobData); method done (line 12) | fn done(&mut self); method get_start (line 13) | fn get_start(&mut self) -> impl std::future::Future Target; method get_neighbors (line 15) | fn get_neighbors( method get_path_type_of_mob (line 19) | fn get_path_type_of_mob( method get_path_type (line 25) | fn get_path_type( method set_can_pass_doors (line 30) | fn set_can_pass_doors(&mut self, can_pass: bool); method set_can_open_doors (line 31) | fn set_can_open_doors(&mut self, can_open: bool); method set_can_float (line 32) | fn set_can_float(&mut self, can_float: bool); method set_can_walk_over_fences (line 33) | fn set_can_walk_over_fences(&mut self, can_walk: bool); method can_pass_doors (line 34) | fn can_pass_doors(&self) -> bool; method can_open_doors (line 35) | fn can_open_doors(&self) -> bool; method can_float (line 36) | fn can_float(&self) -> bool; method can_walk_over_fences (line 37) | fn can_walk_over_fences(&self) -> bool; type MobData (line 41) | pub struct MobData { method new_zombie (line 57) | pub fn new_zombie(position: Vector3, on_ground: bool) -> Self { method new (line 82) | pub fn new(position: Vector3, width: f32, height: f32, max_step_h... method get_pathfinding_malus (line 99) | pub fn get_pathfinding_malus(&self, path_type: PathType) -> f32 { method set_pathfinding_malus (line 106) | pub fn set_pathfinding_malus(&mut self, path_type: PathType, malus: f3... method block_position (line 111) | pub const fn block_position(&self) -> (i32, i32, i32) { method get_bb_width (line 120) | pub fn get_bb_width(&self) -> i32 { method get_bb_height (line 125) | pub fn get_bb_height(&self) -> i32 { type BaseNodeEvaluator (line 130) | pub struct BaseNodeEvaluator { method new (line 151) | pub fn new() -> Self { method get_node (line 166) | pub fn get_node(&mut self, pos: BlockPos) -> Node { method reset (line 178) | pub fn reset(&mut self) { method is_position_in_bounds (line 185) | pub fn is_position_in_bounds(&self, x: i32, y: i32, z: i32) -> bool { method default (line 144) | fn default() -> Self { FILE: pumpkin/src/entity/ai/pathfinder/path.rs type Path (line 6) | pub struct Path { method new (line 16) | pub fn new(nodes: Vec, target: Vector3, reached: bool) -> S... method empty (line 34) | pub fn empty(target: Vector3) -> Self { method advance (line 38) | pub fn advance(&mut self) { method not_started (line 43) | pub const fn not_started(&self) -> bool { method is_done (line 48) | pub const fn is_done(&self) -> bool { method get_end_node (line 53) | pub fn get_end_node(&self) -> Option<&Node> { method get_node (line 58) | pub fn get_node(&self, index: usize) -> Option<&Node> { method truncate_nodes (line 62) | pub fn truncate_nodes(&mut self, index: usize) { method replace_node (line 71) | pub fn replace_node(&mut self, index: usize, new_node: Node) { method get_node_count (line 78) | pub const fn get_node_count(&self) -> usize { method get_next_node_index (line 83) | pub const fn get_next_node_index(&self) -> usize { method set_next_node_index (line 87) | pub fn set_next_node_index(&mut self, index: usize) { method get_entity_pos_at_node (line 92) | pub fn get_entity_pos_at_node( method get_node_pos (line 108) | pub fn get_node_pos(&self, index: usize) -> Option> { method get_next_entity_pos (line 113) | pub fn get_next_entity_pos(&self, entity_width: f32) -> Option<(f32, f... method get_next_node_pos (line 118) | pub fn get_next_node_pos(&self) -> Option> { method get_next_node (line 123) | pub fn get_next_node(&self) -> Option<&Node> { method get_previous_node (line 128) | pub fn get_previous_node(&self) -> Option<&Node> { method same_as (line 137) | pub fn same_as(&self, other: &Self) -> bool { method can_reach (line 143) | pub const fn can_reach(&self) -> bool { method get_target (line 148) | pub const fn get_target(&self) -> Vector3 { method get_dist_to_target (line 153) | pub const fn get_dist_to_target(&self) -> f32 { method copy (line 158) | pub fn copy(&self) -> Self { method get_nodes (line 169) | pub fn get_nodes(&self) -> &[Node] { method get_remaining_nodes (line 174) | pub fn get_remaining_nodes(&self) -> &[Node] { method calculate_length (line 179) | pub fn calculate_length(&self) -> f32 { method get_remaining_distance (line 192) | pub fn get_remaining_distance(&self) -> f32 { method is_valid (line 205) | pub const fn is_valid(&self) -> bool { method eq (line 211) | fn eq(&self, other: &Self) -> bool { method default (line 220) | fn default() -> Self { FILE: pumpkin/src/entity/ai/pathfinder/path_type_cache.rs constant CACHE_SIZE (line 6) | const CACHE_SIZE: usize = 4096; constant CACHE_MASK (line 7) | const CACHE_MASK: usize = CACHE_SIZE - 1; type PathTypeCache (line 10) | pub struct PathTypeCache { method new (line 18) | pub fn new() -> Self { method get_or_compute (line 26) | pub fn get_or_compute(&mut self, pos: Vector3, compute_fn: F) ... method get (line 47) | pub fn get(&self, pos: Vector3) -> Option { method insert (line 58) | pub fn insert(&mut self, pos: Vector3, path_type: PathType) { method insert_internal (line 64) | fn insert_internal(&mut self, pos: Vector3, key: i64, index: usiz... method get_from_array (line 73) | fn get_from_array(&self, index: usize, key: i64) -> Option { method invalidate (line 81) | pub fn invalidate(&mut self, pos: Vector3) { method clear (line 92) | pub fn clear(&mut self) { method position_to_key (line 99) | fn position_to_key(pos: Vector3) -> i64 { method key_to_index (line 105) | const fn key_to_index(key: i64) -> usize { method hash_long (line 110) | const fn hash_long(mut x: i64) -> i64 { method default (line 121) | fn default() -> Self { FILE: pumpkin/src/entity/ai/pathfinder/pathfinding_context.rs type PathfindingContext (line 18) | pub struct PathfindingContext { method new (line 26) | pub fn new(mob_position: Vector3, world: Arc) -> Self { method with_cache (line 35) | pub fn with_cache(mob_position: Vector3, world: Arc, cache... method mob_position (line 45) | pub const fn mob_position(&self) -> Vector3 { method get_path_type_from_state (line 49) | pub async fn get_path_type_from_state(&mut self, pos: Vector3) ->... method compute_path_type_from_state (line 66) | pub async fn compute_path_type_from_state(&self, pos: Vector3) ->... method get_land_node_type (line 164) | pub async fn get_land_node_type(&mut self, pos: Vector3) -> PathT... method get_node_type_from_neighbors (line 192) | pub async fn get_node_type_from_neighbors( method has_collisions (line 227) | pub async fn has_collisions(&mut self, pos: Vector3) -> bool { method clear_caches (line 240) | pub fn clear_caches(&mut self) { FILE: pumpkin/src/entity/ai/pathfinder/walk_node_evaluator.rs constant DIRECTIONS (line 10) | const DIRECTIONS: [(i32, i32); 4] = [(1, 0), (-1, 0), (0, 1), (0, -1)]; constant DIAGONAL_DIRECTIONS (line 11) | const DIAGONAL_DIRECTIONS: [(i32, i32); 4] = [(1, 1), (1, -1), (-1, 1), ... constant DEFAULT_MOB_JUMP_HEIGHT (line 13) | const DEFAULT_MOB_JUMP_HEIGHT: f64 = 1.125; type WalkNodeEvaluator (line 15) | pub struct WalkNodeEvaluator { method new (line 24) | pub fn new() -> Self { method is_amphibious (line 33) | const fn is_amphibious(&self) -> bool { method get_floor_level (line 39) | fn get_floor_level(&self, pos: Vector3) -> f64 { method get_mob_jump_height (line 43) | fn get_mob_jump_height(&self) -> f64 { method is_neighbor_valid (line 52) | fn is_neighbor_valid(neighbor: Option<&Node>, current: &Node) -> bool { method is_diagonal_valid (line 63) | fn is_diagonal_valid( method is_diagonal_node_valid (line 86) | fn is_diagonal_node_valid(diagonal: Option<&Node>) -> bool { method find_accepted_node (line 93) | async fn find_accepted_node( method get_jump_on_top_node (line 152) | async fn get_jump_on_top_node( method get_open_node (line 202) | async fn get_open_node(&mut self, pos: Vector3) -> Node { method get_non_water_node_below (line 248) | async fn get_non_water_node_below( method get_mob_penalty (line 271) | fn get_mob_penalty(&self, path_type: PathType) -> f32 { method is_blocked_type (line 280) | const fn is_blocked_type(path_type: PathType) -> bool { method get_cached_path_type (line 287) | async fn get_cached_path_type(&mut self, pos: Vector3) -> PathType { method has_collisions (line 309) | async fn has_collisions(&mut self, center: Vector3) -> bool { method can_start_at (line 324) | async fn can_start_at(&mut self, pos: Vector3) -> bool { method get_start_node (line 329) | async fn get_start_node(&mut self, pos: Vector3) -> Option { method prepare (line 344) | fn prepare(&mut self, context: PathfindingContext, mob_data: MobData) { method done (line 355) | fn done(&mut self) { method get_start (line 362) | async fn get_start(&mut self) -> Option { method get_target (line 411) | fn get_target(&mut self, pos: BlockPos) -> Target { method get_neighbors (line 416) | async fn get_neighbors(&mut self, current: &Node) -> Vec { method get_path_type_of_mob (line 496) | async fn get_path_type_of_mob( method get_path_type (line 576) | async fn get_path_type( method set_can_pass_doors (line 584) | fn set_can_pass_doors(&mut self, can_pass: bool) { method set_can_open_doors (line 588) | fn set_can_open_doors(&mut self, can_open: bool) { method set_can_float (line 592) | fn set_can_float(&mut self, can_float: bool) { method set_can_walk_over_fences (line 596) | fn set_can_walk_over_fences(&mut self, can_walk: bool) { method can_pass_doors (line 600) | fn can_pass_doors(&self) -> bool { method can_open_doors (line 604) | fn can_open_doors(&self) -> bool { method can_float (line 608) | fn can_float(&self) -> bool { method can_walk_over_fences (line 612) | fn can_walk_over_fences(&self) -> bool { method default (line 618) | fn default() -> Self { FILE: pumpkin/src/entity/ai/target_predicate.rs constant MIN_DISTANCE (line 9) | const MIN_DISTANCE: f64 = 2.0; type PredicateFn (line 11) | pub type PredicateFn = dyn Fn(Arc, Arc) -> Pin Self { method create_attackable (line 44) | pub fn create_attackable() -> Self { method create_non_attackable (line 49) | pub fn create_non_attackable() -> Self { method copy (line 54) | pub fn copy(&self) -> Self { method set_base_max_distance (line 65) | pub const fn set_base_max_distance(mut self, base_max_distance: f64) -... method ignore_visibility (line 71) | pub const fn ignore_visibility(mut self) -> Self { method ignore_distance_scaling_factor (line 77) | pub const fn ignore_distance_scaling_factor(mut self) -> Self { method set_predicate (line 82) | pub fn set_predicate(&mut self, predicate: F) method test (line 94) | pub fn test( method default (line 24) | fn default() -> Self { FILE: pumpkin/src/entity/area_effect_cloud.rs type EffectEntry (line 12) | type EffectEntry = (&'static StatusEffect, i32, u8, bool, bool, bool); type AreaEffectCloudEntity (line 17) | pub struct AreaEffectCloudEntity { method new (line 42) | pub fn new(entity: Entity) -> Arc { method create (line 62) | pub fn create( method as_nbt_storage (line 95) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method init_data_tracker (line 99) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method tick (line 207) | fn tick<'a>( method get_entity (line 414) | fn get_entity(&self) -> &Entity { method get_living_entity (line 418) | fn get_living_entity(&self) -> Option<&crate::entity::living::LivingEnti... FILE: pumpkin/src/entity/attributes.rs type ModifierOperation (line 13) | pub enum ModifierOperation { type Modifier (line 20) | pub struct Modifier { type AttributeInstance (line 28) | pub struct AttributeInstance { method new (line 37) | pub const fn new(base_value: f64) -> Self { method value (line 46) | pub fn value(&self) -> f64 { method add_or_replace_modifier (line 78) | pub fn add_or_replace_modifier(&mut self, modifier: Modifier) { method remove_modifier (line 86) | pub fn remove_modifier(&mut self, id: Uuid) { function send_attribute_updates_for_living (line 95) | pub async fn send_attribute_updates_for_living( method clone (line 182) | fn clone(&self) -> Self { type AttributeRegistry (line 195) | pub struct AttributeRegistry { method new (line 201) | pub fn new() -> Self { method get_base_value (line 208) | pub fn get_base_value(&self, entity_type_id: u16, attribute: &Attribut... method get_overrides_for_entity (line 219) | pub fn get_overrides_for_entity(&self, entity_type_id: u16) -> Option<... method register_builder (line 252) | pub fn register_builder( type AttributeBuilder (line 228) | pub struct AttributeBuilder { method new (line 234) | pub fn new() -> Self { method add (line 239) | pub fn add(mut self, attribute: Attributes, base: f64) -> Self { method build (line 245) | pub fn build(self) -> Vec<(Attributes, f64)> { function init_all_attributes (line 269) | pub fn init_all_attributes() { FILE: pumpkin/src/entity/boss/wither.rs type WitherEntity (line 11) | pub struct WitherEntity { method new (line 16) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 40) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 53) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/breath.rs type BreathManager (line 16) | pub struct BreathManager { method tick (line 31) | pub async fn tick(&self, player: &Arc) { method is_eye_in_water (line 90) | async fn is_eye_in_water(&self, player: &Player) -> bool { method send_air_supply (line 143) | pub async fn send_air_supply(&self, player: &Player) { method reset (line 157) | pub async fn reset(&self, player: &Player) { method default (line 22) | fn default() -> Self { FILE: pumpkin/src/entity/combat.rs type AttackType (line 15) | pub enum AttackType { method new (line 24) | pub async fn new(player: &Player, attack_cooldown_progress: f32) -> Se... function handle_knockback (line 53) | pub fn handle_knockback(attacker: &Entity, victim: &Entity, strength: f6... function spawn_sweep_particle (line 65) | pub async fn spawn_sweep_particle(attacker_entity: &Entity, world: &Worl... function player_attack_sound (line 84) | pub async fn player_attack_sound(pos: &Vector3, world: &World, atta... FILE: pumpkin/src/entity/decoration/armor_stand.rs type PackedRotation (line 20) | pub struct PackedRotation { method from (line 57) | fn from(tag: NbtTag) -> Self { method default (line 30) | fn default() -> Self { method from (line 43) | fn from(val: PackedRotation) -> Self { type ArmorStandEntity (line 86) | pub struct ArmorStandEntity { method new (line 97) | pub fn new(entity: Entity) -> Self { method set_small (line 110) | pub fn set_small(&self, small: bool) { method is_small (line 114) | pub fn is_small(&self) -> bool { method set_show_arms (line 118) | pub fn set_show_arms(&self, show_arms: bool) { method should_show_arms (line 122) | pub fn should_show_arms(&self) -> bool { method set_hide_base_plate (line 126) | pub fn set_hide_base_plate(&self, hide_base_plate: bool) { method should_show_base_plate (line 130) | pub fn should_show_base_plate(&self) -> bool { method set_marker (line 134) | pub fn set_marker(&self, marker: bool) { method is_marker (line 138) | pub fn is_marker(&self) -> bool { method set_bit_field (line 142) | fn set_bit_field(&self, bit_field: ArmorStandFlags, set: bool) { method can_use_slot (line 152) | pub fn can_use_slot(&self, slot: &EquipmentSlot) -> bool { method is_slot_disabled (line 157) | pub fn is_slot_disabled(&self, slot: &EquipmentSlot) -> bool { method set_slot_disabled (line 165) | pub fn set_slot_disabled(&self, slot: &EquipmentSlot, disabled: bool) { method is_invisible (line 178) | pub fn is_invisible(&self) -> bool { method pack_rotation (line 182) | pub fn pack_rotation(&self) -> PackedRotation { method unpack_rotation (line 186) | pub fn unpack_rotation(&self, packed: &PackedRotation) { method break_and_drop_items (line 190) | async fn break_and_drop_items(&self) { method on_break (line 205) | async fn on_break(&self, entity: &Entity) { method spawn_break_particles (line 220) | async fn spawn_break_particles(&self, entity: &Entity) { method write_nbt (line 240) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 257) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method get_entity (line 308) | fn get_entity(&self) -> &Entity { method get_living_entity (line 312) | fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 316) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method kill (line 320) | fn kill<'a>(&'a self, _caller: &'a dyn EntityBase) -> EntityBaseFuture<'... method damage_with_context (line 327) | fn damage_with_context<'a>( method get_gravity (line 439) | fn get_gravity(&self) -> f64 { type ArmorStandFlags (line 444) | pub enum ArmorStandFlags { FILE: pumpkin/src/entity/decoration/end_crystal.rs type EndCrystalEntity (line 8) | pub struct EndCrystalEntity { method new (line 13) | pub const fn new(entity: Entity) -> Self { method set_show_bottom (line 19) | pub async fn set_show_bottom(&self, show_bottom: bool) { method get_entity (line 33) | fn get_entity(&self) -> &Entity { method get_living_entity (line 37) | fn get_living_entity(&self) -> Option<&LivingEntity> { method damage_with_context (line 41) | fn damage_with_context<'a>( method as_nbt_storage (line 65) | fn as_nbt_storage(&self) -> &dyn NBTStorage { FILE: pumpkin/src/entity/decoration/painting.rs type PaintingEntity (line 11) | pub struct PaintingEntity { method new (line 16) | pub const fn new(entity: Entity) -> Self { method write_nbt (line 22) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 28) | fn read_nbt_non_mut<'a>(&'a self, _nbt: &'a NbtCompound) -> NbtFuture<'a... method get_entity (line 37) | fn get_entity(&self) -> &Entity { method get_living_entity (line 41) | fn get_living_entity(&self) -> Option<&LivingEntity> { method damage_with_context (line 45) | fn damage_with_context<'a>( method as_nbt_storage (line 61) | fn as_nbt_storage(&self) -> &dyn NBTStorage { FILE: pumpkin/src/entity/effect/mod.rs method write_nbt (line 8) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method create_from_nbt (line 28) | fn create_from_nbt<'a>(nbt: &'a mut NbtCompound) -> NBTInitFuture<'a, Self> FILE: pumpkin/src/entity/experience_orb.rs type ExperienceOrbEntity (line 14) | pub struct ExperienceOrbEntity { method new (line 21) | pub fn new(entity: Entity, amount: u32) -> Self { method spawn (line 30) | pub async fn spawn(world: &Arc, position: Vector3, amount:... method round_to_orb_size (line 41) | const fn round_to_orb_size(value: u32) -> u32 { method tick (line 71) | fn tick<'a>( method get_entity (line 109) | fn get_entity(&self) -> &Entity { method on_player_collision (line 113) | fn on_player_collision<'a>(&'a self, player: &'a Arc) -> EntityB... method get_living_entity (line 131) | fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 135) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method get_gravity (line 139) | fn get_gravity(&self) -> f64 { FILE: pumpkin/src/entity/falling.rs type FallingEntity (line 16) | pub struct FallingEntity { method new (line 22) | pub const fn new(entity: Entity, block_state_id: BlockStateId) -> Self { method replace_spawn (line 30) | pub async fn replace_spawn(world: &Arc, position: BlockPos, blo... method tick (line 51) | fn tick<'a>( method init_data_tracker (line 91) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method get_entity (line 103) | fn get_entity(&self) -> &Entity { method get_living_entity (line 107) | fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 111) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method damage (line 115) | fn damage<'a>( method get_gravity (line 124) | fn get_gravity(&self) -> f64 { FILE: pumpkin/src/entity/hunger.rs constant MAX_FOOD (line 10) | const MAX_FOOD: u8 = 20; constant EXHAUSTION_COST (line 11) | const EXHAUSTION_COST: f32 = 4.0; constant MAX_EXHAUSTION (line 12) | const MAX_EXHAUSTION: f32 = 40.0; type HungerManager (line 14) | pub struct HungerManager { method tick (line 33) | pub async fn tick(&self, player: &Arc) { method eat (line 117) | pub async fn eat(&self, player: &Player, food: u8, saturation_modifier... method add_exhaustion (line 134) | pub fn add_exhaustion(&self, exhaustion: f32) { method add_hunger (line 141) | pub fn add_hunger(&self, hunger: u8) { method add_saturation (line 147) | pub fn add_saturation(&self, saturation: f32) { method restart (line 153) | pub fn restart(&self) { method default (line 22) | fn default() -> Self { method write_nbt (line 162) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt (line 171) | fn read_nbt<'a>(&'a mut self, nbt: &'a mut NbtCompound) -> NbtFuture<'a,... FILE: pumpkin/src/entity/item.rs type ItemEntity (line 26) | pub struct ItemEntity { method new (line 39) | pub async fn new(entity: Entity, item_stack: ItemStack) -> Self { method new_with_velocity (line 67) | pub async fn new_with_velocity( method can_merge (line 94) | async fn can_merge(&self) -> bool { method try_merge (line 105) | async fn try_merge(&self) { method try_merge_with (line 129) | async fn try_merge_with(&self, other: &Self) { method decrement_pickup_delay (line 202) | fn decrement_pickup_delay(&self) { method apply_fluid_drag_or_gravity (line 210) | fn apply_fluid_drag_or_gravity(&self, mut velo: Vector3) -> Vecto... method update_no_clip_and_push_out (line 232) | async fn update_no_clip_and_push_out(&self) { method should_tick_move (line 256) | async fn should_tick_move(&self, move_velo: Vector3) -> Option bool { method sync_motion_if_dirty (line 335) | async fn sync_motion_if_dirty( method tick (line 359) | fn tick<'a>( method init_data_tracker (line 392) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method damage_with_context (line 404) | fn damage_with_context<'a>( method on_player_collision (line 440) | fn on_player_collision<'a>(&'a self, player: &'a Arc) -> EntityB... method get_entity (line 481) | fn get_entity(&self) -> &Entity { method get_living_entity (line 485) | fn get_living_entity(&self) -> Option<&LivingEntity> { method get_item_entity (line 489) | fn get_item_entity(self: Arc) -> Option> { method get_gravity (line 493) | fn get_gravity(&self) -> f64 { method as_nbt_storage (line 497) | fn as_nbt_storage(&self) -> &dyn NBTStorage { FILE: pumpkin/src/entity/living.rs type LivingEntity (line 66) | pub struct LivingEntity { constant USING_ITEM_FLAG (line 117) | const USING_ITEM_FLAG: u8 = 1; constant OFF_HAND_ACTIVE_FLAG (line 118) | const OFF_HAND_ACTIVE_FLAG: u8 = 2; constant USING_RIPTIDE_FLAG (line 120) | const USING_RIPTIDE_FLAG: u8 = 4; constant PREVENT_AREA_FALL_DAMAGE_BLOCKS (line 122) | const PREVENT_AREA_FALL_DAMAGE_BLOCKS: [&'static Block; 4] = [ method new (line 129) | pub fn new(entity: Entity) -> Self { method send_equipment_changes (line 183) | pub async fn send_equipment_changes(&self, equipment: &[(EquipmentSlot... method pickup (line 204) | pub async fn pickup(&self, item: &Entity, stack_amount: u32) { method set_active_hand (line 218) | pub async fn set_active_hand(&self, hand: Hand, stack: ItemStack) { method set_living_flag (line 228) | async fn set_living_flag(&self, flag: u8, value: bool) { method clear_active_hand (line 246) | pub async fn clear_active_hand(&self) { method heal (line 254) | pub async fn heal(&self, additional_health: f32) { method set_health (line 260) | pub async fn set_health(&self, health: f32) { method get_max_health (line 276) | pub fn get_max_health(&self) -> f32 { method set_max_health (line 281) | pub async fn set_max_health(&self, max_health: f32) { method get_absorption (line 300) | pub fn get_absorption(&self) -> f32 { method set_absorption (line 305) | pub async fn set_absorption(&self, new_abs: f32) { method player_absorption_id (line 330) | fn player_absorption_id(&self) -> Option { method update_attribute (line 345) | pub fn update_attribute( method get_attribute_value (line 364) | pub fn get_attribute_value(&self, attribute: &Attributes) -> f64 { method get_attribute_base (line 371) | pub fn get_attribute_base(&self, attribute: &Attributes) -> f64 { method set_attribute_base (line 385) | pub fn set_attribute_base(&self, attribute: &Attributes, new_base: f64) { method reset_effects_and_attributes (line 397) | pub async fn reset_effects_and_attributes(&self) { method entity_id (line 409) | pub const fn entity_id(&self) -> i32 { method add_effect (line 413) | pub async fn add_effect(&self, effect: Effect) { method remove_effect (line 522) | pub async fn remove_effect(&self, effect_type: &'static StatusEffect) ... method has_effect (line 593) | pub async fn has_effect(&self, effect: &'static StatusEffect) -> bool { method get_effect (line 598) | pub async fn get_effect(&self, effect: &'static StatusEffect) -> Optio... method is_in_fall_damage_resetting (line 603) | pub async fn is_in_fall_damage_resetting(&self) -> (bool, &Block) { method is_in_water (line 613) | pub async fn is_in_water(&self) -> bool { method is_in_powder_snow (line 619) | pub async fn is_in_powder_snow(&self) -> bool { method should_prevent_fall_damage (line 624) | pub async fn should_prevent_fall_damage(&self) -> bool { method should_prevent_fall_damage_in_area (line 651) | pub async fn should_prevent_fall_damage_in_area(&self) -> bool { method is_immune_to_fall_damage (line 690) | pub fn is_immune_to_fall_damage(&self) -> bool { method get_effective_gravity (line 696) | async fn get_effective_gravity(&self, caller: &Arc) ->... method swing_hand (line 708) | pub async fn swing_hand(&self) { method tick_movement (line 720) | async fn tick_movement(&self, server: &Server, caller: Arc) { method travel_in_fluid (line 890) | async fn travel_in_fluid(&self, caller: Arc, water: bo... method apply_fluid_moving_speed (line 977) | fn apply_fluid_moving_speed(&self, dy: &mut f64, gravity: f64, falling... method make_move (line 987) | async fn make_move(&self, caller: Arc) { method check_climbing (line 995) | fn check_climbing(&self) { method apply_climbing_speed (line 1052) | fn apply_climbing_speed(&self) { method get_swim_height (line 1100) | pub fn get_swim_height(&self) -> f64 { method jump (line 1112) | async fn jump(&self) { method get_jump_velocity (line 1136) | async fn get_jump_velocity(&self, mut strength: f64) -> f64 { method fall (line 1143) | pub async fn fall( method handle_fall_damage (line 1189) | pub async fn handle_fall_damage( method get_fall_sound (line 1214) | const fn get_fall_sound(distance: i32) -> Sound { method get_death_message (line 1222) | pub async fn get_death_message( method on_death (line 1263) | pub async fn on_death( method drop_loot (line 1326) | async fn drop_loot(&self, params: LootContextParameters) { method tick_effects (line 1335) | async fn tick_effects(&self) { method should_apply_effect_tick (line 1370) | fn should_apply_effect_tick(effect: &pumpkin_data::potion::Effect) -> ... method apply_effect_tick (line 1406) | async fn apply_effect_tick(&self, effect_type: &'static StatusEffect, ... method try_use_death_protector (line 1465) | async fn try_use_death_protector(&self, caller: &dyn EntityBase) -> bo... method damage_armor_items (line 1519) | async fn damage_armor_items(&self, caller: &dyn EntityBase, damage_amo... method held_item (line 1583) | pub async fn held_item(&self, caller: &dyn EntityBase) -> Arc Arc> { method can_take_damage (line 1615) | pub fn can_take_damage(&self) -> bool { method is_part_of_game (line 1619) | pub fn is_part_of_game(&self) -> bool { method reset_state (line 1623) | pub async fn reset_state(&self) { method try_spawn_infested_silverfish (line 1671) | async fn try_spawn_infested_silverfish(&self) { method is_player (line 1730) | pub fn is_player(&self) -> bool { method get_movement (line 1735) | pub fn get_movement(&self) -> Vector3 { method write_nbt (line 1741) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 1772) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method damage_with_context (line 1816) | fn damage_with_context<'a>( method tick_in_void (line 2009) | fn tick_in_void<'a>(&'a self, dyn_self: &'a dyn EntityBase) -> EntityBas... method get_gravity (line 2017) | fn get_gravity(&self) -> f64 { method tick (line 2023) | fn tick<'a>( method get_entity (line 2215) | fn get_entity(&self) -> &Entity { method get_living_entity (line 2219) | fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 2223) | fn as_nbt_storage(&self) -> &dyn NBTStorage { function bypasses_armor_durability (line 2230) | pub(crate) const fn bypasses_armor_durability(damage_type: &DamageType) ... function bypasses_armor_durability_returns_true_for_tag_members (line 2287) | fn bypasses_armor_durability_returns_true_for_tag_members() { function bypasses_armor_durability_returns_false_for_physical_sources (line 2320) | fn bypasses_armor_durability_returns_false_for_physical_sources() { FILE: pumpkin/src/entity/mob/bat.rs constant ROOSTING_FLAG (line 20) | const ROOSTING_FLAG: u8 = 1; constant CLOSE_PLAYER_DISTANCE (line 21) | const CLOSE_PLAYER_DISTANCE: f64 = 4.0; constant MIN_AMBIENT_SOUND_DELAY (line 23) | const MIN_AMBIENT_SOUND_DELAY: i32 = 80; type BatEntity (line 25) | pub struct BatEntity { method new (line 33) | pub async fn new(entity: Entity) -> Arc { method is_roosting (line 48) | fn is_roosting(&self) -> bool { method set_roosting (line 52) | async fn set_roosting(&self, roosting: bool) { method set_roosting_metadata (line 57) | async fn set_roosting_metadata(&self, roosting: bool) { method create_attributes (line 71) | pub fn create_attributes() -> AttributeBuilder { method write_nbt (line 77) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 85) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method get_mob_entity (line 100) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 104) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... method post_tick (line 218) | fn post_tick(&self) -> EntityBaseFuture<'_, ()> { method get_mob_gravity (line 230) | fn get_mob_gravity(&self) -> f64 { method get_mob_y_velocity_drag (line 234) | fn get_mob_y_velocity_drag(&self) -> Option { method on_damage (line 238) | fn on_damage<'a>( FILE: pumpkin/src/entity/mob/creeper.rs constant DEFAULT_FUSE_TIME (line 31) | const DEFAULT_FUSE_TIME: i32 = 30; constant DEFAULT_EXPLOSION_RADIUS (line 32) | const DEFAULT_EXPLOSION_RADIUS: i32 = 3; type CreeperEntity (line 34) | pub struct CreeperEntity { method new (line 46) | pub async fn new(entity: Entity) -> Arc { method set_fuse_speed (line 89) | pub async fn set_fuse_speed(&self, speed: i32) { method explode (line 102) | async fn explode(&self) { method create_attributes (line 122) | pub fn create_attributes() -> AttributeBuilder { method write_nbt (line 128) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 141) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method get_mob_entity (line 166) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 170) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... method mob_interact (line 213) | fn mob_interact<'a>( FILE: pumpkin/src/entity/mob/enderman.rs constant SPEED_BOOST (line 50) | const SPEED_BOOST: f64 = 0.15; constant ENDERMAN_EYE_HEIGHT (line 54) | pub const ENDERMAN_EYE_HEIGHT: f64 = 2.55; constant ENDERMAN_BODY_Y_OFFSET (line 55) | pub const ENDERMAN_BODY_Y_OFFSET: f64 = 1.45; constant PLAYER_EYE_HEIGHT (line 56) | pub const PLAYER_EYE_HEIGHT: f64 = 1.62; function is_projectile_damage (line 58) | fn is_projectile_damage(dt: DamageType) -> bool { type EndermanEntity (line 63) | pub struct EndermanEntity { method new (line 72) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 120) | pub fn create_attributes() -> AttributeBuilder { method teleport_randomly (line 129) | pub async fn teleport_randomly(&self) -> bool { method teleport_towards (line 144) | pub async fn teleport_towards(&self, target: &dyn EntityBase) -> bool { method teleport_to (line 173) | pub async fn teleport_to(&self, x: f64, y: f64, z: f64) -> bool { method set_target (line 255) | pub async fn set_target(&self, target: Option>) { method set_angry (line 300) | pub async fn set_angry(&self, angry: bool) { method is_angry (line 313) | pub fn is_angry(&self) -> bool { method set_provoked (line 317) | pub async fn set_provoked(&self, provoked: bool) { method set_carried_block (line 330) | pub async fn set_carried_block(&self, block_state: Option) { method get_carried_block (line 344) | pub fn get_carried_block(&self) -> Option { method is_player_staring (line 348) | pub async fn is_player_staring(&self, player: &Player) -> bool { method write_nbt (line 409) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 417) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method get_mob_entity (line 427) | fn get_mob_entity(&self) -> &MobEntity { method set_mob_target (line 431) | fn set_mob_target(&self, target: Option>) -> GoalFut... method mob_tick (line 438) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> GoalFutur... method pre_damage (line 460) | fn pre_damage<'a>( method on_damage (line 478) | fn on_damage<'a>( FILE: pumpkin/src/entity/mob/mod.rs type MobEntity (line 35) | pub struct MobEntity { constant AI_DISABLED_FLAG (line 54) | const AI_DISABLED_FLAG: u8 = 1; constant LEFT_HANDED_FLAG (line 56) | const LEFT_HANDED_FLAG: u8 = 2; constant ATTACKING_FLAG (line 57) | const ATTACKING_FLAG: u8 = 4; method new (line 60) | pub fn new(entity: Entity) -> Self { method is_in_position_target_range (line 78) | pub fn is_in_position_target_range(&self) -> bool { method is_in_position_target_range_pos (line 82) | pub fn is_in_position_target_range_pos(&self, block_pos: &BlockPos) ->... method set_attacking (line 92) | pub async fn set_attacking(&self, attacking: bool) { method set_mob_flag (line 96) | async fn set_mob_flag(&self, flag: u8, value: bool) { method is_in_love (line 115) | pub fn is_in_love(&self) -> bool { method set_love_ticks (line 119) | pub fn set_love_ticks(&self, ticks: i32) { method reset_love_ticks (line 123) | pub fn reset_love_ticks(&self) { method is_breeding_ready (line 127) | pub fn is_breeding_ready(&self) -> bool { method is_in_attack_range (line 132) | pub async fn is_in_attack_range(&self, target: &dyn EntityBase) -> bool { method try_attack (line 159) | pub async fn try_attack(&self, caller: &dyn EntityBase, target: &dyn E... method get_attack_box (line 189) | async fn get_attack_box(&self, attack_range: f64) -> BoundingBox { type Mob (line 217) | pub trait Mob: EntityBase + Send + Sync { method get_random (line 218) | fn get_random(&self) -> rand::rngs::ThreadRng { method get_max_look_yaw_change (line 222) | fn get_max_look_yaw_change(&self) -> f32 { method get_max_look_pitch_change (line 226) | fn get_max_look_pitch_change(&self) -> f32 { method get_max_head_rotation (line 230) | fn get_max_head_rotation(&self) -> f32 { method get_mob_entity (line 234) | fn get_mob_entity(&self) -> &MobEntity; method get_path_aware_entity (line 236) | fn get_path_aware_entity(&self) -> Option<&dyn PathAwareEntity> { method mob_tick (line 241) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityB... method post_tick (line 245) | fn post_tick(&self) -> EntityBaseFuture<'_, ()> { method pre_damage (line 251) | fn pre_damage<'a>( method on_damage (line 259) | fn on_damage<'a>( method on_eating_grass (line 267) | fn on_eating_grass(&self) -> EntityBaseFuture<'_, ()> { method can_attack_with_owner (line 271) | fn can_attack_with_owner(&self, _target: &dyn EntityBase, _owner: &dyn... method get_mob_gravity (line 275) | fn get_mob_gravity(&self) -> f64 { method get_mob_y_velocity_drag (line 279) | fn get_mob_y_velocity_drag(&self) -> Option { method set_mob_target (line 284) | fn set_mob_target(&self, target: Option>) -> Entit... method mob_interact (line 291) | fn mob_interact<'a>( method get_owner_uuid (line 299) | fn get_owner_uuid(&self) -> Option { method is_sitting (line 303) | fn is_sitting(&self) -> bool { method tick (line 309) | fn tick<'a>( method damage_with_context (line 392) | fn damage_with_context<'a>( method interact (line 418) | fn interact<'a>( method get_entity (line 426) | fn get_entity(&self) -> &Entity { method get_living_entity (line 430) | fn get_living_entity(&self) -> Option<&LivingEntity> { method is_in_love (line 434) | fn is_in_love(&self) -> bool { method is_breeding_ready (line 438) | fn is_breeding_ready(&self) -> bool { method reset_love (line 442) | fn reset_love(&self) { method set_breeding_cooldown (line 446) | fn set_breeding_cooldown(&self, ticks: i32) { method is_panicking (line 452) | fn is_panicking(&self) -> bool { method as_nbt_storage (line 457) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method get_gravity (line 461) | fn get_gravity(&self) -> f64 { method get_y_velocity_drag (line 465) | fn get_y_velocity_drag(&self) -> Option { constant DEFAULT_PATHFINDING_FAVOR (line 471) | const DEFAULT_PATHFINDING_FAVOR: f32 = 0.0; type PathAwareEntity (line 473) | pub trait PathAwareEntity: Mob + Send + Sync { method get_pathfinding_favor (line 474) | fn get_pathfinding_favor(&self, _block_pos: BlockPos, _world: Arc) -> bool { method is_navigation (line 486) | fn is_navigation<'a>(&'a self) -> Pin + ... method is_panicking (line 494) | fn is_panicking(&self) -> bool { method should_follow_leash (line 498) | fn should_follow_leash(&self) -> bool { method on_short_leash_tick (line 502) | fn on_short_leash_tick(&self) { method before_leash_tick (line 506) | fn before_leash_tick(&self) { method get_follow_leash_speed (line 510) | fn get_follow_leash_speed(&self) -> f32 { type SunSensitive (line 515) | pub trait SunSensitive: Mob + Send + Sync { method sun_sensitive_tick (line 516) | fn sun_sensitive_tick(&self) -> EntityBaseFuture<'_, ()> { FILE: pumpkin/src/entity/mob/silverfish.rs type SilverfishEntity (line 13) | pub struct SilverfishEntity { method new (line 18) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 37) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 48) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/mob/skeleton/bogged.rs type BoggedSkeletonEntity (line 8) | pub struct BoggedSkeletonEntity { method new (line 13) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 23) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 27) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/mob/skeleton/mod.rs type SkeletonEntityBase (line 23) | pub struct SkeletonEntityBase { method new (line 28) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 56) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 64) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/mob/skeleton/parched.rs type ParchedSkeletonEntity (line 8) | pub struct ParchedSkeletonEntity { method new (line 13) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 23) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/mob/skeleton/skeleton.rs type SkeletonEntity (line 9) | pub struct SkeletonEntity { method new (line 14) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 24) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 28) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/mob/skeleton/stray.rs type StraySkeletonEntity (line 9) | pub struct StraySkeletonEntity { method new (line 14) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 24) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 28) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/mob/skeleton/wither.rs type WitherSkeletonEntity (line 8) | pub struct WitherSkeletonEntity { method new (line 13) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 23) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/mob/zombie/drowned.rs type DrownedEntity (line 10) | pub struct DrownedEntity { method new (line 15) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 41) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 45) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/mob/zombie/husk.rs type HuskEntity (line 12) | pub struct HuskEntity { method new (line 17) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 43) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/mob/zombie/mod.rs type ZombieEntityBase (line 20) | pub struct ZombieEntityBase { method new (line 25) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 56) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 69) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/mob/zombie/zombie.rs type ZombieEntity (line 6) | pub struct ZombieEntity { method new (line 11) | pub async fn new(entity: crate::entity::Entity) -> Arc { method get_mob_entity (line 21) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 25) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/mob/zombie/zombie_villager.rs type ZombieVillagerEntity (line 6) | pub struct ZombieVillagerEntity { method new (line 11) | pub async fn new(entity: Entity) -> Arc { method get_mob_entity (line 21) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 25) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/mod.rs function equipment_break_status (line 92) | pub const fn equipment_break_status(slot: &EquipmentSlot) -> EntityStatus { type EntityBaseFuture (line 105) | pub type EntityBaseFuture<'a, T> = Pin + Send... type TeleportFuture (line 107) | pub type TeleportFuture = Pin + Send>>; type EntityBase (line 109) | pub trait EntityBase: Send + Sync + NBTStorage { method tick (line 117) | fn tick<'a>( method init_data_tracker (line 131) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method teleport (line 151) | fn teleport( method is_pushed_by_fluids (line 168) | fn is_pushed_by_fluids(&self) -> bool { method is_immune_to_explosion (line 173) | fn is_immune_to_explosion(&self) -> bool { method get_gravity (line 177) | fn get_gravity(&self) -> f64 { method tick_in_void (line 181) | fn tick_in_void<'a>(&'a self, _dyn_self: &'a dyn EntityBase) -> Entity... method damage (line 186) | fn damage<'a>( method is_spectator (line 199) | fn is_spectator(&self) -> bool { method is_collidable (line 203) | fn is_collidable(&self, _entity: Option>) -> bool { method can_hit (line 207) | fn can_hit(&self) -> bool { method is_flutterer (line 211) | fn is_flutterer(&self) -> bool { method get_y_velocity_drag (line 217) | fn get_y_velocity_drag(&self) -> Option { method damage_with_context (line 221) | fn damage_with_context<'a>( method interact (line 242) | fn interact<'a>( method on_player_collision (line 251) | fn on_player_collision<'a>(&'a self, _player: &'a Arc) -> Enti... method on_hit (line 255) | fn on_hit(&self, _hit: crate::entity::projectile::ProjectileHit) -> En... method set_paddle_state (line 259) | fn set_paddle_state(&self, _left: bool, _right: bool) -> EntityBaseFut... method is_in_love (line 263) | fn is_in_love(&self) -> bool { method is_breeding_ready (line 267) | fn is_breeding_ready(&self) -> bool { method reset_love (line 271) | fn reset_love(&self) {} method set_breeding_cooldown (line 273) | fn set_breeding_cooldown(&self, _ticks: i32) {} method is_panicking (line 275) | fn is_panicking(&self) -> bool { method get_entity (line 279) | fn get_entity(&self) -> &Entity; method get_living_entity (line 280) | fn get_living_entity(&self) -> Option<&LivingEntity>; method get_item_entity (line 282) | fn get_item_entity(self: Arc) -> Option> { method get_player (line 286) | fn get_player(&self) -> Option<&Player> { method get_name (line 291) | fn get_name(&self) -> TextComponent { method get_display_name (line 302) | fn get_display_name(&self) -> EntityBaseFuture<'_, TextComponent> { method kill (line 325) | fn kill<'a>(&'a self, caller: &'a dyn EntityBase) -> EntityBaseFuture<... method as_nbt_storage (line 339) | fn as_nbt_storage(&self) -> &dyn NBTStorage; method tick (line 2630) | fn tick<'a>( method teleport (line 2677) | fn teleport( method get_entity (line 2692) | fn get_entity(&self) -> &Entity { method get_living_entity (line 2696) | fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 2700) | fn as_nbt_storage(&self) -> &dyn NBTStorage { type RemovalReason (line 343) | pub enum RemovalReason { method should_destroy (line 353) | pub const fn should_destroy(&self) -> bool { method should_save (line 361) | pub const fn should_save(&self) -> bool { type Entity (line 374) | pub struct Entity { method new (line 491) | pub fn new( method from_uuid (line 499) | pub fn from_uuid( method add_velocity (line 584) | pub async fn add_velocity(&self, velocity: Vector3) { method set_velocity (line 588) | pub async fn set_velocity(&self, velocity: Vector3) { method set_world (line 595) | pub fn set_world(&self, world: Arc) { method set_age (line 601) | pub fn set_age(&self, age: i32) { method set_custom_name (line 606) | pub async fn set_custom_name(&self, name: TextComponent) { method send_velocity (line 615) | pub async fn send_velocity(&self) { method get_entity_dimensions (line 624) | pub const fn get_entity_dimensions(pose: EntityPose) -> EntityDimensio... method get_eye_height (line 636) | pub fn get_eye_height(&self) -> f64 { method set_pos (line 643) | pub fn set_pos(&self, new_position: Vector3) { method rotation (line 681) | pub fn rotation(&self) -> Vector3 { method look_at (line 694) | pub fn look_at(&self, target: Vector3) { method send_rotation (line 704) | pub async fn send_rotation(&self) { method send_head_rot (line 733) | pub async fn send_head_rot(&self, head_yaw: u8) { method default_portal_cooldown (line 745) | fn default_portal_cooldown(&self) -> u32 { method get_supporting_block_pos (line 754) | pub fn get_supporting_block_pos(&self) -> Option { method adjust_movement_for_collisions (line 764) | async fn adjust_movement_for_collisions( method apply_knockback (line 864) | pub fn apply_knockback(&self, strength: f64, mut x: f64, mut z: f64) { method check_zero_velo (line 898) | pub fn check_zero_velo(&self) { method tick_block_underneath (line 925) | fn tick_block_underneath(_caller: &Arc) { method tick_block_collisions (line 988) | async fn tick_block_collisions(&self, caller: &Arc, se... method send_pos_rot (line 1053) | pub async fn send_pos_rot(&self) { method update_last_pos (line 1117) | pub fn update_last_pos(&self) -> Vector3 { method send_pos (line 1125) | pub async fn send_pos(&self) { method update_fluid_state (line 1154) | async fn update_fluid_state(&self, caller: &Arc) { method push_by_fluid (line 1282) | fn push_by_fluid(&self, speed: f64, mut push: Vector3, n: usize) { method get_pos_with_y_offset (line 1305) | async fn get_pos_with_y_offset( method get_block_with_y_offset (line 1350) | async fn get_block_with_y_offset( method update_velocity_from_input (line 1367) | fn update_velocity_from_input(&self, movement_input: Vector3, spe... method movement_input_to_velocity (line 1375) | fn movement_input_to_velocity(&self, movement_input: Vector3, spe... method get_velocity_multiplier (line 1402) | async fn get_velocity_multiplier(&self) -> f32 { method get_jump_velocity_multiplier (line 1417) | async fn get_jump_velocity_multiplier(&self) -> f32 { method move_pos (line 1434) | pub fn move_pos(&self, delta: Vector3) { method move_entity (line 1441) | async fn move_entity(&self, caller: Arc, mut motion: V... method push_out_of_blocks (line 1495) | pub async fn push_out_of_blocks(&self, center_pos: Vector3) { method tick_portal (line 1551) | async fn tick_portal(&self, caller: &Arc) { method teleport_passengers_recursive (line 1644) | fn teleport_passengers_recursive<'a>( method try_use_portal (line 1682) | pub async fn try_use_portal(&self, portal_delay: u32, portal_world: Ar... method extinguish (line 1756) | pub fn extinguish(&self) { method set_on_fire_for (line 1760) | pub fn set_on_fire_for(&self, seconds: f32) { method set_on_fire_for_ticks (line 1767) | pub fn set_on_fire_for_ticks(&self, ticks: u32) { constant MAX_FROZEN_TICKS (line 1775) | pub const MAX_FROZEN_TICKS: i32 = 140; constant FREEZE_DAMAGE_INTERVAL (line 1778) | const FREEZE_DAMAGE_INTERVAL: i32 = 40; method is_in_powder_snow (line 1784) | pub fn is_in_powder_snow(&self) -> bool { method is_freeze_immune (line 1789) | pub fn is_freeze_immune(&self) -> bool { method can_freeze (line 1796) | async fn can_freeze(&self, caller: &dyn EntityBase) -> bool { method tick_frozen (line 1832) | pub async fn tick_frozen(&self, caller: &dyn EntityBase) { method set_rotation (line 1866) | pub fn set_rotation(&self, yaw: f32, pitch: f32) { method set_pitch (line 1872) | pub fn set_pitch(&self, pitch: f32) { method remove (line 1877) | pub async fn remove(&self) { method create_spawn_packet (line 1881) | pub fn create_spawn_packet(&self) -> CSpawnEntity { method width (line 1896) | pub fn width(&self) -> f32 { method height (line 1900) | pub fn height(&self) -> f32 { method knockback (line 1907) | pub fn knockback(&self, strength: f64, x: f64, z: f64) { method set_sneaking (line 1929) | pub async fn set_sneaking(&self, sneaking: bool) { method set_invisible (line 1936) | pub async fn set_invisible(&self, invisible: bool) { method set_glowing (line 1944) | pub async fn set_glowing(&self, glowing: bool) { method set_on_fire (line 1952) | pub async fn set_on_fire(&self, on_fire: bool) { method get_horizontal_facing (line 1959) | pub fn get_horizontal_facing(&self) -> HorizontalFacing { method get_rotation_16 (line 1971) | pub fn get_rotation_16(&self) -> Integer0To15 { method get_flipped_rotation_16 (line 1979) | pub fn get_flipped_rotation_16(&self) -> Integer0To15 { method get_facing (line 2000) | pub fn get_facing(&self) -> Facing { method get_entity_facing_order (line 2026) | pub fn get_entity_facing_order(&self) -> [Facing; 6] { method set_sprinting (line 2083) | pub async fn set_sprinting(&self, sprinting: bool) { method check_fall_flying (line 2089) | pub fn check_fall_flying(&self) -> bool { method set_fall_flying (line 2093) | pub async fn set_fall_flying(&self, fall_flying: bool) { method set_flag (line 2099) | async fn set_flag(&self, flag: Flag, value: bool) { method play_sound (line 2118) | pub async fn play_sound(&self, sound: Sound) { method send_meta_data (line 2125) | pub async fn send_meta_data(&self, meta: &[Metadata]) { method set_pose (line 2147) | pub async fn set_pose(&self, pose: EntityPose) { method is_invulnerable_to (line 2171) | pub fn is_invulnerable_to(&self, damage_type: &DamageType) -> bool { method check_block_collision (line 2177) | pub async fn check_block_collision(entity: &dyn EntityBase, server: &S... method teleport (line 2230) | async fn teleport( method get_eye_pos (line 2270) | pub fn get_eye_pos(&self) -> Vector3 { method get_eye_y (line 2279) | pub fn get_eye_y(&self) -> f64 { method is_removed (line 2283) | pub fn is_removed(&self) -> bool { method is_alive (line 2287) | pub fn is_alive(&self) -> bool { method has_passengers (line 2291) | pub async fn has_passengers(&self) -> bool { method has_vehicle (line 2295) | pub async fn has_vehicle(&self) -> bool { method add_passenger (line 2300) | pub async fn add_passenger( method remove_passenger (line 2323) | pub async fn remove_passenger(&self, passenger_id: i32) { method check_out_of_world (line 2505) | pub async fn check_out_of_world(&self, dyn_self: &dyn EntityBase) { method reset_state (line 2511) | pub async fn reset_state(&self) { method slow_movement (line 2518) | pub async fn slow_movement(&self, state: &BlockState, multiplier: Vect... type NbtFuture (line 2705) | pub type NbtFuture<'a, T> = Pin + Send + 'a>>; type NBTStorage (line 2707) | pub trait NBTStorage: Send + Sync { method write_nbt (line 2545) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ... method read_nbt_non_mut (line 2595) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'... method write_nbt (line 2708) | fn write_nbt<'a>(&'a self, _nbt: &'a mut NbtCompound) -> NbtFuture<'a,... method read_nbt (line 2712) | fn read_nbt<'a>(&'a mut self, nbt: &'a mut NbtCompound) -> NbtFuture<'... method read_nbt_non_mut (line 2718) | fn read_nbt_non_mut<'a>(&'a self, _nbt: &'a NbtCompound) -> NbtFuture<... type NBTInitFuture (line 2723) | pub type NBTInitFuture<'a, T> = Pin> +... type NBTStorageInit (line 2725) | pub trait NBTStorageInit: Send + Sync + Sized { method create_from_nbt (line 2726) | fn create_from_nbt<'a>(_nbt: &'a mut NbtCompound) -> NBTInitFuture<'a,... type Flag (line 2742) | pub enum Flag { function equipment_break_status_maps_all_slots (line 2764) | fn equipment_break_status_maps_all_slots() { FILE: pumpkin/src/entity/passive/cat.rs constant TEMPT_ITEMS (line 16) | const TEMPT_ITEMS: &[&Item] = &[&Item::COD, &Item::SALMON]; type CatEntity (line 18) | pub struct CatEntity { method new (line 23) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 49) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 60) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/passive/chicken.rs constant TEMPT_ITEMS (line 22) | const TEMPT_ITEMS: &[&Item] = &[ type ChickenEntity (line 31) | pub struct ChickenEntity { method new (line 37) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 68) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 78) | fn get_mob_entity(&self) -> &MobEntity { method mob_tick (line 82) | fn mob_tick<'a>(&'a self, _caller: &'a Arc) -> EntityBas... FILE: pumpkin/src/entity/passive/cow.rs constant TEMPT_ITEMS (line 17) | const TEMPT_ITEMS: &[&Item] = &[&Item::WHEAT]; type CowEntity (line 19) | pub struct CowEntity { method new (line 24) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 51) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 61) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/passive/iron_golem.rs type IronGolemEntity (line 13) | pub struct IronGolemEntity { method new (line 18) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 42) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 55) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/passive/pig.rs constant PIG_FOOD (line 18) | const PIG_FOOD: &[&Item] = &[ type PigEntity (line 25) | pub struct PigEntity { method new (line 30) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 57) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 67) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/passive/sheep.rs constant TEMPT_ITEMS (line 24) | const TEMPT_ITEMS: &[&Item] = &[&Item::WHEAT]; type SheepEntity (line 26) | pub struct SheepEntity { method new (line 32) | pub async fn new(entity: Entity) -> Arc { method get_packed_byte (line 62) | fn get_packed_byte(&self) -> u8 { method get_color (line 66) | pub fn get_color(&self) -> u8 { method is_sheared (line 70) | pub fn is_sheared(&self) -> bool { method set_packed_and_sync (line 74) | async fn set_packed_and_sync(&self, byte: u8) { method set_color (line 87) | pub async fn set_color(&self, color: u8) { method set_sheared (line 92) | pub async fn set_sheared(&self, sheared: bool) { method create_attributes (line 102) | pub fn create_attributes() -> AttributeBuilder { method write_nbt (line 110) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 118) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method get_mob_entity (line 134) | fn get_mob_entity(&self) -> &MobEntity { method on_eating_grass (line 138) | fn on_eating_grass(&self) -> EntityBaseFuture<'_, ()> { FILE: pumpkin/src/entity/passive/snow_golem.rs type SnowGolemEntity (line 13) | pub struct SnowGolemEntity { method new (line 18) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 42) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 52) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/passive/wolf.rs type WolfEntity (line 14) | pub struct WolfEntity { method new (line 19) | pub async fn new(entity: Entity) -> Arc { method create_attributes (line 43) | pub fn create_attributes() -> AttributeBuilder { method get_mob_entity (line 53) | fn get_mob_entity(&self) -> &MobEntity { FILE: pumpkin/src/entity/player.rs constant MAX_CACHED_SIGNATURES (line 105) | const MAX_CACHED_SIGNATURES: u8 = 128; constant MAX_PREVIOUS_MESSAGES (line 106) | const MAX_PREVIOUS_MESSAGES: u8 = 20; constant DATA_VERSION (line 108) | pub const DATA_VERSION: i32 = 4671; type BatchState (line 110) | enum BatchState { type HeapNode (line 116) | struct HeapNode(i32, Vector2, SyncChunk); method eq (line 121) | fn eq(&self, other: &Self) -> bool { method partial_cmp (line 127) | fn partial_cmp(&self, other: &Self) -> Option { method cmp (line 133) | fn cmp(&self, other: &Self) -> std::cmp::Ordering { type ChunkManager (line 138) | pub struct ChunkManager { constant NOTCHIAN_BATCHES_WITHOUT_ACK_UNTIL_PAUSE (line 153) | pub const NOTCHIAN_BATCHES_WITHOUT_ACK_UNTIL_PAUSE: u8 = 10; constant ACK_STALL_FALLBACK_DELAY (line 154) | const ACK_STALL_FALLBACK_DELAY: Duration = Duration::from_millis(250); method new (line 157) | pub fn new( method world (line 178) | pub const fn world(&self) -> &Arc { method should_enqueue_chunk (line 182) | fn should_enqueue_chunk(&mut self, position: Vector2, chunk: &Syn... method ack_window_open (line 190) | const fn ack_window_open(&self) -> bool { method ack_fallback_ready (line 199) | fn ack_fallback_ready(&self) -> bool { method pull_new_chunks (line 204) | pub fn pull_new_chunks(&mut self) { method update_center_and_view_distance (line 222) | pub fn update_center_and_view_distance( method clean_up (line 277) | pub fn clean_up(&mut self, level: &Arc) { method change_world (line 296) | pub fn change_world(&mut self, old_level: &Arc, new_world: Arc<... method handle_acknowledge (line 313) | pub const fn handle_acknowledge(&mut self, chunks_per_tick: f32) { method push_chunk (line 318) | pub fn push_chunk(&mut self, position: Vector2, chunk: SyncChunk) { method push_entity (line 327) | pub fn push_entity(&mut self, position: Vector2, chunk: SyncEntit... method can_send_chunk (line 332) | pub fn can_send_chunk(&self) -> bool { method next_chunk (line 338) | pub fn next_chunk(&mut self) -> Box<[SyncChunk]> { method next_entity (line 357) | pub fn next_entity(&mut self) -> Box<[SyncEntityChunk]> { type Player (line 385) | pub struct Player { method new (line 478) | pub async fn new( method create_attributes (line 600) | pub fn create_attributes() -> AttributeBuilder { method spawn_task (line 609) | pub fn spawn_task(&self, task: F) -> Option> method inventory (line 617) | pub const fn inventory(&self) -> &Arc { method ender_chest_inventory (line 621) | pub const fn ender_chest_inventory(&self) -> &Arc { method remove (line 626) | pub async fn remove(self: &Arc) { method attack (line 662) | pub async fn attack(&self, victim: Arc) { method combat_weapon_durability_cost (line 796) | fn combat_weapon_durability_cost(stack: &ItemStack) -> i32 { method sync_hand_slot (line 802) | pub async fn sync_hand_slot(&self, slot_index: usize, stack: ItemStack) { method damage_item_in_slot (line 822) | pub async fn damage_item_in_slot(&self, slot: &EquipmentSlot, amount: ... method damage_held_item (line 881) | pub async fn damage_held_item(&self, amount: i32) -> bool { method apply_tool_damage_for_block_break (line 886) | pub async fn apply_tool_damage_for_block_break(&self, state: &BlockSta... method set_respawn_point (line 911) | pub async fn set_respawn_point( method set_respawn_point_forced (line 945) | pub async fn set_respawn_point_forced( method calculate_respawn_point (line 984) | pub async fn calculate_respawn_point(&self) -> Option Vec<(i32, i32)> { method find_anchor_spawn_position (line 1152) | async fn find_anchor_spawn_position( method find_respawn_pos (line 1190) | async fn find_respawn_pos( method sleep (line 1242) | pub async fn sleep(&self, bed_head_pos: BlockPos) { method get_off_ground_speed (line 1261) | pub async fn get_off_ground_speed(&self) -> f64 { method is_flying (line 1279) | pub async fn is_flying(&self) -> bool { method is_sleeping (line 1284) | fn is_sleeping(&self) -> bool { method is_swimming (line 1289) | async fn is_swimming(&self, flying: bool) -> bool { method is_auto_spin_attack (line 1303) | const fn is_auto_spin_attack() -> bool { method can_fit_pose (line 1308) | async fn can_fit_pose(&self, pose: EntityPose) -> bool { method update_player_pose (line 1320) | pub async fn update_player_pose(&self) { method wake_up (line 1357) | pub async fn wake_up(&self) { method show_title (line 1391) | pub async fn show_title(&self, text: &TextComponent, mode: &TitleMode) { method send_title_animation (line 1399) | pub async fn send_title_animation(&self, fade_in: i32, stay: i32, fade... method spawn_particle (line 1405) | pub async fn spawn_particle( method play_sound (line 1427) | pub async fn play_sound( method stop_sound (line 1454) | pub async fn stop_sound( method tick (line 1466) | pub async fn tick(self: &Arc, server: &Server) { method continue_mining (line 1621) | async fn continue_mining( method jump (line 1641) | pub async fn jump(&self) { method progress_motion (line 1649) | pub async fn progress_motion(&self, delta_pos: Vector3) { method has_client_loaded (line 1663) | pub fn has_client_loaded(&self) -> bool { method set_client_loaded (line 1668) | pub fn set_client_loaded(&self, loaded: bool) { method get_attack_cooldown_progress (line 1675) | pub fn get_attack_cooldown_progress(&self, tps: f64, base_time: f64, a... method entity_id (line 1683) | pub const fn entity_id(&self) -> i32 { method world (line 1687) | pub fn world(&self) -> Arc { method position (line 1691) | pub fn position(&self) -> Vector3 { method eye_position (line 1695) | pub fn eye_position(&self) -> Vector3 { method rotation (line 1706) | pub fn rotation(&self) -> (f32, f32) { method send_abilities_update (line 1714) | pub async fn send_abilities_update(&self) { method send_permission_lvl_update (line 1818) | pub async fn send_permission_lvl_update(&self) { method send_difficulty_update (line 1832) | pub async fn send_difficulty_update(&self) { method set_permission_lvl (line 1844) | pub async fn set_permission_lvl( method send_time (line 1857) | pub async fn send_time(&self, world: &World) { method unload_watched_chunks (line 1879) | pub async fn unload_watched_chunks(&self, world: &World) { method teleport_world (line 1897) | pub async fn teleport_world( method request_teleport (line 1987) | pub async fn request_teleport(self: &Arc, position: Vector3... method block_interaction_range (line 2025) | pub fn block_interaction_range(&self) -> f64 { method can_interact_with_block_at (line 2033) | pub fn can_interact_with_block_at(&self, position: &BlockPos, addition... method kick (line 2045) | pub async fn kick(&self, reason: DisconnectReason, message: TextCompon... method update_last_action_time (line 2050) | pub fn update_last_action_time(&self) { method can_food_heal (line 2054) | pub fn can_food_heal(&self) -> bool { method add_exhaustion (line 2060) | pub async fn add_exhaustion(&self, exhaustion: f32) { method heal (line 2067) | pub async fn heal(&self, additional_health: f32) { method send_health (line 2072) | pub async fn send_health(&self) { method tick_health (line 2082) | pub async fn tick_health(&self) { method set_health (line 2100) | pub async fn set_health(&self, health: f32) { method tick_client_load_timeout (line 2105) | pub fn tick_client_load_timeout(&self) { method handle_killed (line 2113) | async fn handle_killed(&self, death_msg: TextComponent) { method set_gamemode (line 2139) | pub async fn set_gamemode(self: &Arc, gamemode: GameMode) -> bool { method send_client_information (line 2222) | pub async fn send_client_information(&self) { method can_harvest (line 2241) | pub async fn can_harvest(&self, state: &BlockState, block: &'static Bl... method get_mining_speed (line 2251) | pub async fn get_mining_speed(&self, block: &'static Block) -> f32 { method get_haste_amplifier (line 2283) | async fn get_haste_amplifier(&self) -> u32 { method send_message (line 2299) | pub async fn send_message( method send_custom_payload (line 2317) | pub async fn send_custom_payload(&self, channel: &str, data: &[u8]) { method drop_item (line 2324) | pub async fn drop_item(&self, item_stack: ItemStack) { method drop_held_item (line 2351) | pub async fn drop_held_item(&self, drop_stack: bool) { method swap_item (line 2383) | pub async fn swap_item(&self) { method send_system_message (line 2393) | pub async fn send_system_message(&self, text: &TextComponent) { method send_system_message_raw (line 2397) | pub async fn send_system_message_raw(&self, text: &TextComponent, over... method tick_experience (line 2412) | pub async fn tick_experience(&self) { method set_experience (line 2431) | pub async fn set_experience(&self, level: i32, progress: f32, points: ... method set_experience_level (line 2449) | pub async fn set_experience_level(&self, new_level: i32, keep_progress... method add_effect (line 2469) | pub async fn add_effect(&self, effect: Effect) { method send_active_effects (line 2473) | pub async fn send_active_effects(&self) { method send_effect (line 2484) | pub async fn send_effect(&self, effect: Effect) { method remove_effect (line 2512) | pub async fn remove_effect(&self, effect_type: &'static StatusEffect) ... method remove_all_effects (line 2528) | pub async fn remove_all_effects(&self) -> bool { method add_experience_levels (line 2554) | pub async fn add_experience_levels(&self, added_levels: i32) { method set_experience_points (line 2561) | pub async fn set_experience_points(&self, new_points: i32) -> bool { method add_experience_points (line 2582) | pub async fn add_experience_points(self: &Arc, mut added_points:... method apply_mending_from_xp (line 2598) | pub async fn apply_mending_from_xp(&self, mut xp: i32) -> i32 { method increment_screen_handler_sync_id (line 2660) | pub fn increment_screen_handler_sync_id(&self) { method close_handled_screen (line 2666) | pub async fn close_handled_screen(&self) { method on_handled_screen_closed (line 2681) | pub async fn on_handled_screen_closed(&self) { method on_screen_handler_opened (line 2707) | pub async fn on_screen_handler_opened(&self, screen_handler: Arc, server: &Server, node: &... method is_creative (line 2852) | pub fn is_creative(&self) -> bool { method swing_hand (line 2857) | pub async fn swing_hand(&self, hand: Hand, all: bool) { method get_supporting_block_pos (line 2877) | pub async fn get_supporting_block_pos(&self) -> Option { method get_command_source (line 2950) | pub async fn get_command_source(self: &Arc, server: &Arc... method eq (line 2958) | fn eq(&self, other: &Self) -> bool { method write_nbt (line 2964) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt (line 2998) | fn read_nbt<'a>(&'a mut self, nbt: &'a mut NbtCompound) -> NbtFuture<'a,... method write_nbt (line 3056) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 3109) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method write_nbt (line 3165) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt_non_mut (line 3184) | fn read_nbt_non_mut<'a>(&'a self, nbt: &'a NbtCompound) -> NbtFuture<'a,... method damage_with_context (line 3206) | fn damage_with_context<'a>( method teleport (line 3239) | fn teleport( method get_entity (line 3284) | fn get_entity(&self) -> &Entity { method get_living_entity (line 3288) | fn get_living_entity(&self) -> Option<&LivingEntity> { method get_player (line 3292) | fn get_player(&self) -> Option<&Player> { method is_spectator (line 3296) | fn is_spectator(&self) -> bool { method get_name (line 3300) | fn get_name(&self) -> TextComponent { method get_display_name (line 3305) | fn get_display_name(&self) -> EntityBaseFuture<'_, TextComponent> { method as_nbt_storage (line 3319) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method tick_in_void (line 3323) | fn tick_in_void<'a>(&'a self, dyn_self: &'a dyn EntityBase) -> EntityBas... type TitleMode (line 3331) | pub enum TitleMode { type Abilities (line 3340) | pub struct Abilities { method set_for_gamemode (line 3404) | pub const fn set_for_gamemode(&mut self, gamemode: GameMode) { method write_nbt (line 3358) | fn write_nbt<'a>(&'a self, nbt: &'a mut NbtCompound) -> NbtFuture<'a, ()> { method read_nbt (line 3372) | fn read_nbt<'a>(&'a mut self, nbt: &'a mut NbtCompound) -> NbtFuture<'a,... method default (line 3390) | fn default() -> Self { type RespawnPoint (line 3430) | pub struct RespawnPoint { type CalculatedRespawnPoint (line 3440) | pub struct CalculatedRespawnPoint { type ChatMode (line 3453) | pub enum ChatMode { type Error (line 3465) | type Error = InvalidChatMode; method try_from (line 3467) | fn try_from(value: i32) -> Result { type InvalidChatMode (line 3462) | pub struct InvalidChatMode; type ChatSession (line 3478) | pub struct ChatSession { method new (line 3496) | pub const fn new( method default (line 3489) | fn default() -> Self { type LastSeen (line 3515) | pub struct LastSeen(Vec>); method as_ref (line 3524) | fn as_ref(&self) -> &[Box<[u8]>] { method indexed_for (line 3532) | pub async fn indexed_for(&self, recipient: &Arc) -> Box<[Previ... function from (line 3518) | fn from(seen: LastSeen) -> Self { type MessageCache (line 3560) | pub struct MessageCache { method cache_signatures (line 3580) | pub fn cache_signatures(&mut self, signatures: &[Box<[u8]>]) { method add_seen_signature (line 3593) | pub fn add_seen_signature(&mut self, signature: &[u8]) { method default (line 3570) | fn default() -> Self { method drop_item (line 3607) | fn drop_item(&self, item: ItemStack, _retain_ownership: bool) -> PlayerF... method has_infinite_materials (line 3614) | fn has_infinite_materials(&self) -> bool { method get_inventory (line 3618) | fn get_inventory(&self) -> Arc { method enqueue_inventory_packet (line 3622) | fn enqueue_inventory_packet<'a>( method enqueue_slot_packet (line 3631) | fn enqueue_slot_packet<'a>(&'a self, packet: &'a CSetContainerSlot) -> P... method enqueue_cursor_packet (line 3637) | fn enqueue_cursor_packet<'a>(&'a self, packet: &'a CSetCursorItem) -> Pl... method enqueue_property_packet (line 3643) | fn enqueue_property_packet<'a>( method enqueue_slot_set_packet (line 3652) | fn enqueue_slot_set_packet<'a>( method enqueue_set_held_item_packet (line 3661) | fn enqueue_set_held_item_packet<'a>( method enqueue_equipment_change (line 3670) | fn enqueue_equipment_change<'a>( method award_experience (line 3704) | fn award_experience(&self, amount: i32) -> PlayerFuture<'_, ()> { FILE: pumpkin/src/entity/predicate/mod.rs type EntityPredicate (line 4) | pub enum EntityPredicate<'a> { function test (line 17) | pub fn test<'b>( FILE: pumpkin/src/entity/projectile/egg.rs constant MAX_EGG_HATCH_EVENT_SPAWNS (line 23) | const MAX_EGG_HATCH_EVENT_SPAWNS: usize = 16; type EggEntity (line 25) | pub struct EggEntity { method new (line 31) | pub async fn new(entity: Entity) -> Self { method new_shot (line 47) | pub async fn new_shot(entity: Entity, shooter: &Entity) -> Self { method set_item_stack (line 62) | pub async fn set_item_stack(&self, item_stack: ItemStack) { method init_data_tracker (line 71) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method tick (line 87) | fn tick<'a>( method get_entity (line 95) | fn get_entity(&self) -> &Entity { method get_living_entity (line 99) | fn get_living_entity(&self) -> Option<&crate::entity::living::LivingEnti... method as_nbt_storage (line 103) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method on_hit (line 107) | fn on_hit(&self, hit: crate::entity::projectile::ProjectileHit) -> Entit... FILE: pumpkin/src/entity/projectile/firework_rocket.rs type FireworkRocketEntity (line 18) | pub struct FireworkRocketEntity { method new (line 26) | pub async fn new(entity: Entity) -> Self { method new_shot (line 51) | pub async fn new_shot(entity: Entity, shooter: &Entity) -> Self { method explode_and_remove (line 89) | pub async fn explode_and_remove(&self, world: &World) { method tick (line 104) | fn tick<'a>( method get_entity (line 151) | fn get_entity(&self) -> &crate::entity::Entity { method get_living_entity (line 155) | fn get_living_entity(&self) -> Option<&crate::entity::living::LivingEnti... method as_nbt_storage (line 159) | fn as_nbt_storage(&self) -> &dyn crate::entity::NBTStorage { FILE: pumpkin/src/entity/projectile/lingering_potion.rs type LingeringPotionEntity (line 17) | pub struct LingeringPotionEntity { method new (line 23) | pub async fn new(entity: Entity) -> Self { method new_shot (line 41) | pub async fn new_shot(entity: Entity, shooter: &Entity) -> Self { method set_item_stack (line 56) | pub async fn set_item_stack(&self, item_stack: ItemStack) { method init_data_tracker (line 65) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method tick (line 83) | fn tick<'a>( method get_entity (line 91) | fn get_entity(&self) -> &Entity { method get_living_entity (line 95) | fn get_living_entity(&self) -> Option<&crate::entity::living::LivingEnti... method as_nbt_storage (line 99) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method on_hit (line 103) | fn on_hit(&self, hit: crate::entity::projectile::ProjectileHit) -> Entit... FILE: pumpkin/src/entity/projectile/mod.rs function is_projectile (line 20) | pub fn is_projectile(entity_type: &EntityType) -> bool { type ThrownItemEntity (line 29) | pub struct ThrownItemEntity { method new (line 37) | pub fn new(entity: Entity, owner: &Entity) -> Self { method set_velocity_from (line 49) | pub fn set_velocity_from( method set_velocity (line 75) | pub fn set_velocity(&self, x: f64, y: f64, z: f64, power: f64, uncerta... method process_tick (line 101) | pub async fn process_tick(&self, caller: Arc, _server:... method should_skip_collision (line 210) | fn should_skip_collision(&self, self_ent: &Entity, other: &Arc &Entity { method get_living_entity (line 239) | const fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 244) | const fn as_nbt_storage(&self) -> &dyn NBTStorage { method get_gravity (line 248) | const fn get_gravity(&self) -> f64 { function calculate_ray_intersection (line 254) | fn calculate_ray_intersection( function get_hit_face (line 284) | fn get_hit_face(hit_pos: Vector3, block_pos: BlockPos) -> BlockDire... type ProjectileHit (line 303) | pub enum ProjectileHit { method hit_pos (line 320) | pub const fn hit_pos(&self) -> Vector3 { method normal (line 328) | pub const fn normal(&self) -> Vector3 { method face (line 336) | pub const fn face(&self) -> Option { FILE: pumpkin/src/entity/projectile/snowball.rs type SnowballEntity (line 13) | pub struct SnowballEntity { method new (line 18) | pub async fn new(entity: Entity) -> Self { method new_shot (line 33) | pub async fn new_shot(entity: Entity, shooter: &Entity) -> Self { method tick (line 46) | fn tick<'a>( method get_entity (line 54) | fn get_entity(&self) -> &Entity { method get_living_entity (line 58) | fn get_living_entity(&self) -> Option<&crate::entity::living::LivingEnti... method as_nbt_storage (line 62) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method on_hit (line 66) | fn on_hit(&self, hit: crate::entity::projectile::ProjectileHit) -> Entit... FILE: pumpkin/src/entity/projectile/splash_potion.rs type SplashPotionEntity (line 17) | pub struct SplashPotionEntity { method new (line 23) | pub async fn new(entity: Entity) -> Self { method new_shot (line 38) | pub async fn new_shot(entity: Entity, shooter: &Entity) -> Self { method set_item_stack (line 50) | pub async fn set_item_stack(&self, item_stack: ItemStack) { function is_water_potion (line 58) | fn is_water_potion(stack: &ItemStack) -> bool { function extinguish_fire (line 66) | async fn extinguish_fire(world: &Arc, hit_pos: Vect... function extinguish_fire_if_water_potion (line 95) | pub(crate) async fn extinguish_fire_if_water_potion( method init_data_tracker (line 106) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method tick (line 124) | fn tick<'a>( method get_entity (line 132) | fn get_entity(&self) -> &Entity { method get_living_entity (line 136) | fn get_living_entity(&self) -> Option<&crate::entity::living::LivingEnti... method as_nbt_storage (line 140) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method on_hit (line 144) | fn on_hit(&self, hit: crate::entity::projectile::ProjectileHit) -> Entit... FILE: pumpkin/src/entity/projectile/wind_charge.rs constant EXPLOSION_POWER (line 18) | const EXPLOSION_POWER: f32 = 1.2; constant DEFAULT_DEFLECT_COOLDOWN (line 19) | const DEFAULT_DEFLECT_COOLDOWN: u8 = 5; type WindChargeEntity (line 21) | pub struct WindChargeEntity { method new (line 28) | pub const fn new(thrown_item_entity: ThrownItemEntity) -> Self { method get_deflect_cooldown (line 35) | pub fn get_deflect_cooldown(&self) -> u8 { method set_deflect_cooldown (line 39) | pub fn set_deflect_cooldown(&self, value: u8) { method create_explosion (line 43) | pub async fn create_explosion(&self, position: Vector3) { method deflect (line 51) | pub fn deflect( method tick (line 76) | fn tick<'a>( method get_entity (line 90) | fn get_entity(&self) -> &Entity { method get_living_entity (line 94) | fn get_living_entity(&self) -> Option<&LivingEntity> { method as_nbt_storage (line 98) | fn as_nbt_storage(&self) -> &dyn NBTStorage { FILE: pumpkin/src/entity/projectile_deflection.rs type ProjectileDeflectionType (line 5) | pub enum ProjectileDeflectionType { method deflect (line 13) | pub fn deflect(&self, projectile: &mut dyn EntityBase, hit_entity: Opt... FILE: pumpkin/src/entity/tnt.rs type TNTEntity (line 18) | pub struct TNTEntity { method new (line 25) | pub const fn new(entity: Entity, power: f32, fuse: u32) -> Self { method tick (line 37) | fn tick<'a>( method init_data_tracker (line 81) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method get_entity (line 106) | fn get_entity(&self) -> &Entity { method get_living_entity (line 110) | fn get_living_entity(&self) -> Option<&LivingEntity> { method get_gravity (line 114) | fn get_gravity(&self) -> f64 { method as_nbt_storage (line 118) | fn as_nbt_storage(&self) -> &dyn NBTStorage { method is_immune_to_explosion (line 122) | fn is_immune_to_explosion(&self) -> bool { FILE: pumpkin/src/entity/type.rs function from_type (line 35) | pub async fn from_type( FILE: pumpkin/src/entity/vehicle/boat.rs type BoatEntity (line 19) | pub struct BoatEntity { method new (line 30) | pub const fn new(entity: Entity) -> Self { method set_paddles (line 42) | pub async fn set_paddles(&self, left: bool, right: bool) { method send_wobble_metadata (line 62) | async fn send_wobble_metadata(&self) { method kill_and_drop_self (line 86) | async fn kill_and_drop_self(&self) { method get_entity (line 105) | fn get_entity(&self) -> &Entity { method get_living_entity (line 109) | fn get_living_entity(&self) -> Option<&LivingEntity> { method tick (line 113) | fn tick<'a>( method init_data_tracker (line 138) | fn init_data_tracker(&self) -> EntityBaseFuture<'_, ()> { method can_hit (line 144) | fn can_hit(&self) -> bool { method is_collidable (line 148) | fn is_collidable(&self, _entity: Option>) -> bool { method damage_with_context (line 152) | fn damage_with_context<'a>( method interact (line 194) | fn interact<'a>( method set_paddle_state (line 233) | fn set_paddle_state(&self, left: bool, right: bool) -> EntityBaseFuture<... method as_nbt_storage (line 239) | fn as_nbt_storage(&self) -> &dyn NBTStorage { FILE: pumpkin/src/error.rs type PumpkinError (line 9) | pub trait PumpkinError: Send + std::error::Error + Display { method is_kick (line 10) | fn is_kick(&self) -> bool; method log (line 12) | fn log(&self) { method severity (line 16) | fn severity(&self) -> Level; method client_kick_reason (line 18) | fn client_kick_reason(&self) -> Option; method is_kick (line 27) | fn is_kick(&self) -> bool { method severity (line 37) | fn severity(&self) -> Level { method client_kick_reason (line 53) | fn client_kick_reason(&self) -> Option { method is_kick (line 59) | fn is_kick(&self) -> bool { method severity (line 63) | fn severity(&self) -> Level { method client_kick_reason (line 67) | fn client_kick_reason(&self) -> Option { method is_kick (line 73) | fn is_kick(&self) -> bool { method severity (line 77) | fn severity(&self) -> Level { method client_kick_reason (line 81) | fn client_kick_reason(&self) -> Option { function from (line 22) | fn from(error: ErrorType) -> Self { FILE: pumpkin/src/item/items/armor_stand.rs type ArmorStandItem (line 19) | pub struct ArmorStandItem; method calculate_placement_position (line 22) | fn calculate_placement_position(location: &BlockPos, face: BlockDirect... method ids (line 35) | fn ids() -> Box<[u16]> { method use_on_block (line 41) | fn use_on_block<'a>( method as_any (line 99) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/axe.rs type AxeItem (line 17) | pub struct AxeItem; method ids (line 20) | fn ids() -> Box<[u16]> { method use_on_block (line 26) | fn use_on_block<'a>( method as_any (line 93) | fn as_any(&self) -> &dyn std::any::Any { function try_use_axe (line 97) | fn try_use_axe(block: &Block) -> u16 { function get_stripped_equivalent (line 112) | fn get_stripped_equivalent(block: &Block) -> u16 { function get_deoxidized_equivalent (line 137) | fn get_deoxidized_equivalent(block: &Block) -> u16 { function get_unwaxed_equivalent (line 170) | fn get_unwaxed_equivalent(block: &Block) -> u16 { FILE: pumpkin/src/item/items/boat.rs type BoatItem (line 18) | pub struct BoatItem; method item_to_entity (line 22) | fn item_to_entity(item: &Item) -> &'static EntityType { method get_entity_dimensions (line 49) | const fn get_entity_dimensions(entity_type: &EntityType) -> EntityDime... method ids (line 59) | fn ids() -> Box<[u16]> { method normal_use (line 88) | fn normal_use<'a>( method as_any (line 190) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/bucket.rs type EmptyBucketItem (line 22) | pub struct EmptyBucketItem; type FilledBucketItem (line 23) | pub struct FilledBucketItem; method ids (line 26) | fn ids() -> Box<[u16]> { method ids (line 32) | fn ids() -> Box<[u16]> { function get_start_and_end_pos (line 54) | fn get_start_and_end_pos(player: &Player) -> (Vector3, Vector3) { function waterlogged_check (line 70) | fn waterlogged_check(block: &Block, state: u16) -> Option { function is_waterlogged (line 80) | fn is_waterlogged(block: &Block, state: u16) -> bool { function set_waterlogged (line 84) | fn set_waterlogged(block: &Block, state: u16, waterlogged: bool) -> u16 { function give_player_bucket_item (line 100) | async fn give_player_bucket_item(player: &Player, item: &'static Item) { function try_pickup_bucket_item (line 121) | async fn try_pickup_bucket_item( function should_evaporate_in_nether (line 184) | fn should_evaporate_in_nether(item: &Item, world: &World) -> bool { function play_bucket_evaporation (line 190) | async fn play_bucket_evaporation(world: &Arc, player: &Player) { function try_place_powder_snow (line 202) | async fn try_place_powder_snow( function try_place_filled_bucket (line 227) | async fn try_place_filled_bucket( method normal_use (line 285) | fn normal_use<'a>( method as_any (line 321) | fn as_any(&self) -> &dyn std::any::Any { method normal_use (line 327) | fn normal_use<'a>( method as_any (line 366) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/dye.rs type DyeItem (line 16) | pub struct DyeItem; method apply_to_sign (line 35) | pub async fn apply_to_sign( method ids (line 19) | fn ids() -> Box<[u16]> { method can_mine (line 25) | fn can_mine(&self, player: &Player) -> bool { method as_any (line 29) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/egg.rs type EggItem (line 13) | pub struct EggItem; method ids (line 16) | fn ids() -> Box<[u16]> { constant POWER (line 21) | const POWER: f32 = 1.5; method normal_use (line 24) | fn normal_use<'a>( method as_any (line 57) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/end_crystal.rs type EndCrystalItem (line 16) | pub struct EndCrystalItem; method ids (line 19) | fn ids() -> Box<[u16]> { method use_on_block (line 25) | fn use_on_block<'a>( method as_any (line 51) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/ender_eye.rs type EnderEyeItem (line 14) | pub struct EnderEyeItem; method ids (line 17) | fn ids() -> Box<[u16]> { method use_on_block (line 23) | fn use_on_block<'a>( method normal_use (line 62) | fn normal_use<'a>( method as_any (line 87) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/firework_rocket.rs type FireworkRocketItem (line 18) | pub struct FireworkRocketItem; method ids (line 21) | fn ids() -> Box<[u16]> { method use_on_block (line 27) | fn use_on_block<'a>( method normal_use (line 53) | fn normal_use<'a>( method as_any (line 72) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/glowing_ink_sac.rs type GlowingInkSacItem (line 11) | pub struct GlowingInkSacItem; method apply_to_sign (line 26) | pub async fn apply_to_sign( method ids (line 14) | fn ids() -> Box<[u16]> { method as_any (line 20) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/hoe.rs type HoeItem (line 18) | pub struct HoeItem; method ids (line 21) | fn ids() -> Box<[u16]> { method use_on_block (line 27) | fn use_on_block<'a>( method as_any (line 106) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/honeycomb.rs type HoneyCombItem (line 24) | pub struct HoneyCombItem; method apply_to_sign (line 89) | pub async fn apply_to_sign( method ids (line 27) | fn ids() -> Box<[u16]> { method use_on_block (line 33) | fn use_on_block<'a>( method as_any (line 83) | fn as_any(&self) -> &dyn std::any::Any { function get_waxed_equivalent (line 106) | fn get_waxed_equivalent(block: &Block) -> Option { FILE: pumpkin/src/item/items/ignite/fire_charge.rs type FireChargeItem (line 20) | pub struct FireChargeItem; method ids (line 23) | fn ids() -> Box<[u16]> { method use_on_block (line 29) | fn use_on_block<'a>( method as_any (line 59) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/ignite/flint_and_steel.rs type FlintAndSteelItem (line 18) | pub struct FlintAndSteelItem; method ids (line 21) | fn ids() -> Box<[u16]> { method use_on_block (line 27) | fn use_on_block<'a>( method as_any (line 58) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/ignite/ignition.rs type Ignition (line 10) | pub struct Ignition; method ignite_block (line 13) | pub async fn ignite_block( function can_be_lit (line 51) | fn can_be_lit(block: &Block, state_id: u16) -> Option { FILE: pumpkin/src/item/items/ink_sac.rs type InkSacItem (line 11) | pub struct InkSacItem; method apply_to_sign (line 26) | pub async fn apply_to_sign( method ids (line 14) | fn ids() -> Box<[u16]> { method as_any (line 20) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/mace.rs type MaceItem (line 6) | pub struct MaceItem; method ids (line 9) | fn ids() -> Box<[u16]> { method can_mine (line 14) | fn can_mine(&self, player: &Player) -> bool { method as_any (line 18) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/minecart.rs type MinecartItem (line 20) | pub struct MinecartItem; method item_to_entity (line 23) | fn item_to_entity(item: &Item) -> &'static EntityType { method ids (line 37) | fn ids() -> Box<[u16]> { method use_on_block (line 51) | fn use_on_block<'a>( method as_any (line 89) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/mod.rs function default_registry (line 56) | pub fn default_registry() -> Arc { FILE: pumpkin/src/item/items/name_tag.rs type NameTagItem (line 12) | pub struct NameTagItem; method ids (line 15) | fn ids() -> Box<[u16]> { method use_on_entity (line 21) | fn use_on_entity<'a>( method as_any (line 38) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/potions.rs type PotionItem (line 14) | pub struct PotionItem; type SplashPotionItem (line 15) | pub struct SplashPotionItem; type LingeringPotionItem (line 16) | pub struct LingeringPotionItem; method ids (line 19) | fn ids() -> Box<[u16]> { method ids (line 25) | fn ids() -> Box<[u16]> { method ids (line 31) | fn ids() -> Box<[u16]> { constant POWER (line 36) | const POWER: f32 = 0.5; method normal_use (line 39) | fn normal_use<'a>( method as_any (line 48) | fn as_any(&self) -> &dyn std::any::Any { method normal_use (line 54) | fn normal_use<'a>( method as_any (line 121) | fn as_any(&self) -> &dyn std::any::Any { method normal_use (line 127) | fn normal_use<'a>( method as_any (line 194) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/shovel.rs type ShovelItem (line 18) | pub struct ShovelItem; method ids (line 21) | fn ids() -> Box<[u16]> { method use_on_block (line 27) | fn use_on_block<'a>( method as_any (line 100) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/snowball.rs type SnowBallItem (line 12) | pub struct SnowBallItem; method ids (line 15) | fn ids() -> Box<[u16]> { constant POWER (line 20) | const POWER: f32 = 1.5; method normal_use (line 23) | fn normal_use<'a>( method as_any (line 54) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/spawn_egg.rs type SpawnEggItem (line 16) | pub struct SpawnEggItem; method ids (line 19) | fn ids() -> Box<[u16]> { method use_on_block (line 25) | fn use_on_block<'a>( method as_any (line 71) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/swords.rs type SwordItem (line 6) | pub struct SwordItem; method ids (line 9) | fn ids() -> Box<[u16]> { method can_mine (line 15) | fn can_mine(&self, player: &Player) -> bool { method as_any (line 19) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/trident.rs type TridentItem (line 9) | pub struct TridentItem; method ids (line 12) | fn ids() -> Box<[u16]> { method can_mine (line 18) | fn can_mine(&self, player: &Player) -> bool { method as_any (line 22) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/items/wind_charge.rs type WindChargeItem (line 14) | pub struct WindChargeItem; method ids (line 17) | fn ids() -> Box<[u16]> { constant POWER (line 22) | const POWER: f32 = 1.5; method normal_use (line 25) | fn normal_use<'a>( method as_any (line 67) | fn as_any(&self) -> &dyn std::any::Any { FILE: pumpkin/src/item/mod.rs type ItemMetadata (line 19) | pub trait ItemMetadata { method ids (line 20) | fn ids() -> Box<[u16]>; type ItemBehaviour (line 23) | pub trait ItemBehaviour: Send + Sync { method normal_use (line 24) | fn normal_use<'a>( method use_on_block (line 33) | fn use_on_block<'a>( method use_on_entity (line 46) | fn use_on_entity<'a>( method can_mine (line 55) | fn can_mine(&self, _player: &Player) -> bool { method get_start_and_end_pos (line 59) | fn get_start_and_end_pos(&self, player: &Player) -> (Vector3, Vec... method as_any (line 75) | fn as_any(&self) -> &dyn Any; FILE: pumpkin/src/item/potion.rs type PotionContents (line 7) | pub struct PotionContents; method read_potion_effects (line 21) | pub fn read_potion_effects( method apply_effects_to (line 117) | pub async fn apply_effects_to( type PotionApplicationSource (line 11) | pub enum PotionApplicationSource { function status_effect_from_id (line 190) | const fn status_effect_from_id(id: i32) -> Option<&'static StatusEffect> { FILE: pumpkin/src/item/registry.rs type ItemRegistry (line 16) | pub struct ItemRegistry { method register (line 21) | pub fn register(&mut self, ... method on_use (line 29) | pub async fn on_use(&self, item: &Item, player: &Player) { method use_on_block (line 37) | pub async fn use_on_block( method use_on_entity (line 55) | pub async fn use_on_entity( method can_mine (line 67) | pub fn can_mine(&self, item: &Item, player: &Player) -> bool { method get_pumpkin_item (line 76) | pub fn get_pumpkin_item(&self, item: u16) -> Option<&Arc T>( type PumpkinServer (line 185) | pub struct PumpkinServer { method log_info (line 192) | pub fn log_info(&self, message: &str) { method new (line 195) | pub async fn new( method init_plugins (line 308) | pub async fn init_plugins(&self) { method unload_plugins (line 322) | pub async fn unload_plugins(&self) { method start (line 330) | pub async fn start(&self) { method unified_listener_task (line 383) | pub async fn unified_listener_task( function setup_stdin_console (line 513) | fn setup_stdin_console(server: Arc) { function setup_console (line 552) | fn setup_console(mut rl: Editor, s... function scrub_address (line 623) | fn scrub_address(ip: &str) -> String { FILE: pumpkin/src/logging.rs constant LOG_DIR (line 84) | const LOG_DIR: &str = "logs"; constant MAX_ATTEMPTS (line 85) | const MAX_ATTEMPTS: u32 = 1000; type ReadlineLogWrapper (line 89) | pub struct ReadlineLogWrapper { method new (line 313) | pub const fn new(rl: Option Option Result Result<(), Box> { method on_event (line 250) | fn on_event( function remove_ansi_color_code (line 228) | fn remove_ansi_color_code(s: &str) -> String { type StringVisitor (line 297) | struct StringVisitor(String); method record_debug (line 300) | fn record_debug(&mut self, field: &tracing::field::Field, value: &dyn ... type PumpkinCommandCompleter (line 336) | pub struct PumpkinCommandCompleter { method new (line 343) | pub fn new() -> Self { method highlight (line 353) | fn highlight<'l>(&self, line: &'l str, _pos: usize) -> Cow<'l, str> { type Hint (line 364) | type Hint = String; method hint (line 365) | fn hint(&self, line: &str, pos: usize, ctx: &rustyline::Context<'_>) -> ... type Candidate (line 389) | type Candidate = String; method complete (line 392) | fn complete( FILE: pumpkin/src/main.rs constant CARGO_PKG_VERSION (line 43) | const CARGO_PKG_VERSION: &str = env!("CARGO_PKG_VERSION"); function main (line 49) | async fn main() { function print_support_links_and_warning (line 160) | fn print_support_links_and_warning() { function handle_interrupt (line 183) | fn handle_interrupt() { function setup_sighandler (line 195) | async fn setup_sighandler() -> io::Result<()> { function setup_sighandler (line 205) | async fn setup_sighandler() -> io::Result<()> { FILE: pumpkin/src/net/authentication.rs type ProfileTextures (line 18) | pub struct ProfileTextures { type Texture (line 28) | pub struct Texture { type JsonPublicKey (line 35) | pub struct JsonPublicKey { type MojangPublicKeys (line 40) | pub struct MojangPublicKeys { constant MOJANG_BEDROCK_PUBLIC_KEY_BASE64 (line 46) | pub const MOJANG_BEDROCK_PUBLIC_KEY_BASE64: &str = "MHYwEAYHKoZIzj0CAQYF... constant MOJANG_AUTHENTICATION_URL (line 47) | const MOJANG_AUTHENTICATION_URL: &str = "https://sessionserver.mojang.co... constant MOJANG_PREVENT_PROXY_AUTHENTICATION_URL (line 48) | const MOJANG_PREVENT_PROXY_AUTHENTICATION_URL: &str = "https://sessionse... constant MOJANG_SERVICES_URL (line 49) | const MOJANG_SERVICES_URL: &str = "https://api.minecraftservices.com/"; function authenticate (line 64) | pub fn authenticate( function validate_textures (line 106) | pub fn validate_textures(property: &Property, config: &TextureConfig) ->... function is_texture_url_valid (line 123) | pub fn is_texture_url_valid(url: &Uri, config: &TextureConfig) -> Result... function fetch_mojang_public_keys (line 143) | pub fn fetch_mojang_public_keys( type AuthError (line 183) | pub enum AuthError { type TextureError (line 201) | pub enum TextureError { FILE: pumpkin/src/net/bedrock/connection.rs method is_connection_request (line 17) | pub fn is_connection_request(reader: &mut Cursor<&[u8]>) -> Result, packet: SLogin, server: &Ser... method try_handle_login (line 74) | pub async fn try_handle_login( method handle_resource_pack_response (line 125) | pub async fn handle_resource_pack_response(&self, packet: SResourcePackR... FILE: pumpkin/src/net/bedrock/mod.rs type BedrockClient (line 64) | pub struct BedrockClient { method new (line 98) | pub fn new( method start_outgoing_packet_task (line 126) | pub fn start_outgoing_packet_task(&mut self) { method process_packet (line 166) | pub async fn process_packet(self: &Arc, server: &Arc, pa... method set_compression (line 178) | pub async fn set_compression(&self, compression: CompressionInfo) { method kick (line 190) | pub async fn kick(&self, reason: DisconnectReason, message: String) { method enqueue_packet_data (line 202) | pub async fn enqueue_packet_data(&self, packet_data: Bytes) { method write_raw_packet (line 211) | pub fn write_raw_packet( method write_game_packet (line 219) | pub async fn write_game_packet( method send_offline_packet (line 237) | pub async fn send_offline_packet( method send_game_packet (line 249) | pub async fn send_game_packet(&self, packet: &P) { method write_game_packet_to_set (line 258) | pub async fn write_game_packet_to_set( method send_framed_packet (line 269) | pub async fn send_framed_packet( method send_framed_packet_data (line 279) | pub async fn send_framed_packet_data( method send_frame_set (line 341) | pub async fn send_frame_set(&self, mut frame_set: FrameSet, id: u8) { method close (line 364) | pub async fn close(&self) { method is_closed (line 375) | pub fn is_closed(&self) -> bool { method send_ack (line 379) | pub async fn send_ack(&self, ack: &Ack) { method handle_packet_payload (line 395) | pub async fn handle_packet_payload( method handle_ack (line 419) | const fn handle_ack(_ack: &Ack) {} method handle_frame_set (line 421) | async fn handle_frame_set(self: &Arc, server: &Arc, fram... method handle_frame (line 430) | async fn handle_frame( method handle_game_packet (line 479) | async fn handle_game_packet( method handle_play_packet (line 508) | pub async fn handle_play_packet( method handle_raknet_packet (line 555) | async fn handle_raknet_packet( method handle_offline_packet (line 593) | pub async fn handle_offline_packet( method await_close_interrupt (line 633) | pub async fn await_close_interrupt(&self) { method get_packet_payload (line 637) | pub async fn get_packet_payload(&self, packet: Cursor>) -> Opt... method spawn_task (line 660) | pub fn spawn_task(&self, task: F) -> Option> FILE: pumpkin/src/net/bedrock/open_connection.rs method handle_open_connection_1 (line 12) | pub async fn handle_open_connection_1( method handle_open_connection_2 (line 25) | pub async fn handle_open_connection_2( FILE: pumpkin/src/net/bedrock/play.rs method handle_request_chunk_radius (line 34) | pub async fn handle_request_chunk_radius( method player_pos_update (line 79) | pub async fn player_pos_update(&self, player: &Arc, packet: SPla... method handle_interaction (line 115) | pub async fn handle_interaction(&self, _player: &Arc, packet: SI... method handle_container_close (line 127) | pub async fn handle_container_close(&self, _player: &Arc, packet... method handle_chat_message (line 138) | pub async fn handle_chat_message(&self, server: &Server, player: &Arc) -> ... FILE: pumpkin/src/net/java/handshake.rs method handle_handshake (line 12) | pub async fn handle_handshake(&self, handshake: SHandShake) { FILE: pumpkin/src/net/java/login.rs method handle_login_start (line 29) | pub async fn handle_login_start(&self, server: &Server, login_start: SLo... method handle_encryption_response (line 108) | pub async fn handle_encryption_response( method enable_compression (line 192) | async fn enable_compression(&self, server: &Server) { method finish_login (line 207) | async fn finish_login(&self, profile: &GameProfile) { method authenticate (line 212) | async fn authenticate( method handle_login_cookie_response (line 265) | pub fn handle_login_cookie_response(&self, packet: &SLoginCookieResponse) { method handle_plugin_response (line 273) | pub async fn handle_plugin_response( method handle_login_acknowledged (line 298) | pub async fn handle_login_acknowledged(&self, server: &Server) { method send_known_packs (line 388) | pub async fn send_known_packs(&self) { FILE: pumpkin/src/net/java/mod.rs type JavaClient (line 69) | pub struct JavaClient { method new (line 131) | pub fn new(tcp_stream: TcpStream, address: SocketAddr, id: u64) -> Self { method set_encryption (line 154) | pub async fn set_encryption( method set_compression (line 166) | pub async fn set_compression(&self, compression: CompressionInfo) { method handle_login_sequence (line 195) | pub async fn handle_login_sequence(&self, server: &Arc) -> Pac... method progress_player_packets (line 216) | pub async fn progress_player_packets(&self, player: &Arc, serv... method await_tasks (line 237) | pub async fn await_tasks(&self) { method spawn_task (line 247) | pub fn spawn_task(&self, task: F) -> Option> method enqueue_packet (line 259) | pub async fn enqueue_packet(&self, packet: &P) { method enqueue_packet_data (line 272) | pub async fn enqueue_packet_data(&self, packet_data: Bytes) { method await_close_interrupt (line 288) | pub async fn await_close_interrupt(&self) { method get_packet (line 292) | pub async fn get_packet(&self) -> Option { method kick (line 315) | pub async fn kick(&self, reason: TextComponent) { method send_packet_now (line 335) | pub async fn send_packet_now(&self, packet: &P) { method send_packet_now_data (line 342) | pub async fn send_packet_now_data(&self, packet: Bytes) { method write_packet_for_version (line 369) | pub fn write_packet_for_version( method serialize_packet_for_version (line 385) | pub fn serialize_packet_for_version( method write_packet (line 394) | pub fn write_packet( method handle_packet (line 426) | pub async fn handle_packet( method handle_handshake_packet (line 443) | async fn handle_handshake_packet( method handle_status_packet (line 462) | async fn handle_status_packet( method start_outgoing_packet_task (line 488) | pub fn start_outgoing_packet_task(&mut self) { method close (line 578) | pub fn close(&self) { method is_closed (line 582) | pub fn is_closed(&self) -> bool { method handle_login_packet (line 586) | async fn handle_login_packet( method handle_config_packet (line 627) | async fn handle_config_packet( method handle_play_packet (line 677) | pub async fn handle_play_packet( type PacketHandlerResult (line 102) | pub enum PacketHandlerResult { type OutgoingPacket (line 108) | struct OutgoingPacket { method normal (line 114) | const fn normal(data: Bytes) -> Self { method high_priority (line 121) | const fn high_priority(data: Bytes, completion: oneshot::Sender<()>) -... FILE: pumpkin/src/net/java/play.rs constant CHAT_MESSAGE_MAX_AGE (line 75) | const CHAT_MESSAGE_MAX_AGE: i64 = 1000 * 60 * 2; type BlockPlacingError (line 78) | pub enum BlockPlacingError { method fmt (line 87) | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { method is_kick (line 93) | fn is_kick(&self) -> bool { method severity (line 100) | fn severity(&self) -> Level { method client_kick_reason (line 107) | fn client_kick_reason(&self) -> Option { type ChatError (line 117) | pub enum ChatError { method is_kick (line 137) | fn is_kick(&self) -> bool { method severity (line 141) | fn severity(&self) -> Level { method client_kick_reason (line 145) | fn client_kick_reason(&self) -> Option { method handle_confirm_teleport (line 198) | pub async fn handle_confirm_teleport( method handle_change_game_mode (line 223) | pub async fn handle_change_game_mode( method clamp_horizontal (line 243) | const fn clamp_horizontal(pos: f64) -> f64 { method clamp_vertical (line 247) | const fn clamp_vertical(pos: f64) -> f64 { method handle_player_loaded (line 251) | pub fn handle_player_loaded(player: &Player) { method sync_position (line 257) | async fn sync_position( method handle_position (line 291) | pub async fn handle_position( method handle_position_rotation (line 403) | pub async fn handle_position_rotation( method force_tp (line 535) | pub async fn force_tp(&self, player: &Arc, position: Vector3, command:... method handle_player_input (line 825) | pub async fn handle_player_input(&self, player: &Arc, input: SPl... method handle_move_vehicle (line 842) | pub async fn handle_move_vehicle(&self, player: &Arc, packet: SM... method handle_paddle_boat (line 852) | pub async fn handle_paddle_boat(&self, player: &Arc, packet: SPa... method handle_swing_arm (line 861) | pub async fn handle_swing_arm(&self, player: &Arc, swing_arm: SS... method handle_chat_message (line 915) | pub async fn handle_chat_message( method validate_chat_message (line 983) | pub async fn validate_chat_message( method handle_chat_session_update (line 1041) | pub async fn handle_chat_session_update( method validate_chat_session (line 1093) | pub fn validate_chat_session( method handle_client_information (line 1132) | pub async fn handle_client_information( method handle_client_status (line 1216) | pub async fn handle_client_status(&self, player: &Arc, client_st... method handle_interact (line 1248) | pub async fn handle_interact( method handle_player_action (line 1363) | pub async fn handle_player_action( method handle_keep_alive (line 1544) | pub async fn handle_keep_alive(&self, player: &Player, keep_alive: SKeep... method update_sequence (line 1563) | pub fn update_sequence(&self, player: &Player, sequence: i32) { method sync_block_state_to_client (line 1573) | async fn sync_block_state_to_client(&self, world: &World, position: Bloc... method handle_player_abilities (line 1582) | pub async fn handle_player_abilities( method handle_play_ping_request (line 1597) | pub async fn handle_play_ping_request(&self, request: SPlayPingRequest) { method handle_use_item_on (line 1602) | pub async fn handle_use_item_on( method call_use_item_on (line 1741) | async fn call_use_item_on( method handle_sign_update (line 1792) | pub async fn handle_sign_update(&self, player: &Player, sign_data: SUpda... method handle_use_item (line 1820) | pub async fn handle_use_item( method prepare_hand_item_for_use (line 1900) | async fn prepare_hand_item_for_use( method should_continue_use_after_fish_event (line 1949) | async fn should_continue_use_after_fish_event( method handle_set_held_item (line 1974) | pub async fn handle_set_held_item(&self, player: &Player, held: SSetHeld... method handle_set_creative_slot (line 2005) | pub async fn handle_set_creative_slot( method handle_chunk_batch (line 2068) | pub async fn handle_chunk_batch(&self, player: &Player, packet: SChunkBa... method handle_close_container (line 2080) | pub async fn handle_close_container( method handle_command_suggestion (line 2089) | pub async fn handle_command_suggestion( method handle_cookie_response (line 2121) | pub fn handle_cookie_response(&self, packet: &SPCookieResponse) { method entity_blocks_block_placement (line 2130) | fn entity_blocks_block_placement(entity: &dyn EntityBase) -> bool { method has_blocking_entity_in_box (line 2155) | fn has_blocking_entity_in_box(world: &World, placed_box: &BoundingBox) -... method run_is_block_place (line 2179) | async fn run_is_block_place( method send_sign_packet (line 2363) | pub async fn send_sign_packet(&self, block_position: BlockPos, is_front_... FILE: pumpkin/src/net/java/status.rs method handle_status_request (line 9) | pub async fn handle_status_request(&self, server: &Server) { method handle_ping_request (line 16) | pub async fn handle_ping_request(&self, ping_request: SStatusPingRequest) { FILE: pumpkin/src/net/lan_broadcast.rs constant BROADCAST_ADDRESS (line 15) | const BROADCAST_ADDRESS: SocketAddr = type LANBroadcast (line 18) | pub struct LANBroadcast { method new (line 26) | pub fn new(config: &LANBroadcastConfig, basic_config: &BasicConfigurat... method start (line 54) | pub async fn start(self, bound_addr: SocketAddr) { FILE: pumpkin/src/net/mod.rs type GameProfile (line 32) | pub struct GameProfile { function offline_uuid (line 40) | pub fn offline_uuid(username: &str) -> Result { type PlayerConfig (line 52) | pub struct PlayerConfig { method default (line 72) | fn default() -> Self { type ClientPlatform (line 88) | pub enum ClientPlatform { method address (line 94) | pub async fn address(&self) -> SocketAddr { method bedrock (line 104) | pub fn bedrock(&self) -> &Arc { method java (line 114) | pub fn java(&self) -> &JavaClient { method closed (line 122) | pub fn closed(&self) -> bool { method await_close_interrupt (line 129) | pub async fn await_close_interrupt(&self) { method spawn_task (line 136) | pub fn spawn_task(&self, task: F) -> Option> method enqueue_packet (line 147) | pub async fn enqueue_packet(&self, packet: &P) { method send_packet_now (line 154) | pub async fn send_packet_now(&self, packet: &P) { method kick (line 161) | pub async fn kick(&self, reason: DisconnectReason, message: TextCompon... function can_not_join (line 169) | pub async fn can_not_join( type EncryptionError (line 234) | pub enum EncryptionError { function is_valid_player_name (line 241) | fn is_valid_player_name(name: &str) -> bool { type DisconnectReason (line 249) | pub enum DisconnectReason { function valid_max_length_ascii (line 380) | fn valid_max_length_ascii() { function valid_short_ascii (line 390) | fn valid_short_ascii() { function valid_with_punctuation (line 400) | fn valid_with_punctuation() { function valid_unicode_chinese (line 410) | fn valid_unicode_chinese() { function valid_mixed_chars (line 420) | fn valid_mixed_chars() { function invalid_length_ascii_over (line 430) | fn invalid_length_ascii_over() { function invalid_length_unicode_over (line 440) | fn invalid_length_unicode_over() { function invalid_contains_space (line 450) | fn invalid_contains_space() { function invalid_empty_string (line 460) | fn invalid_empty_string() { function invalid_contains_null (line 470) | fn invalid_contains_null() { function invalid_contains_newline (line 480) | fn invalid_contains_newline() { function invalid_contains_del (line 490) | fn invalid_contains_del() { FILE: pumpkin/src/net/proxy/bungeecord.rs type BungeeCordError (line 9) | pub enum BungeeCordError { function bungeecord_login (line 32) | pub async fn bungeecord_login( FILE: pumpkin/src/net/proxy/velocity.rs type HmacSha256 (line 23) | type HmacSha256 = Hmac; constant MAX_SUPPORTED_FORWARDING_VERSION (line 25) | const MAX_SUPPORTED_FORWARDING_VERSION: u8 = 4; constant PLAYER_INFO_CHANNEL (line 26) | const PLAYER_INFO_CHANNEL: &str = "velocity:player_info"; type VelocityError (line 29) | pub enum VelocityError { function velocity_login (line 50) | pub async fn velocity_login(client: &JavaClient) { function check_integrity (line 66) | pub fn check_integrity(data: (&[u8], &[u8]), secret: &str) -> bool { function read_game_profile (line 75) | fn read_game_profile(read: impl Read) -> Result, query_addr: Socket... function handle_packet (line 89) | async fn handle_packet( FILE: pumpkin/src/net/rcon/mod.rs type RCONServer (line 17) | pub struct RCONServer; method run (line 20) | pub async fn run(config: &RCONConfig, server: Arc) -> Result<(... type RCONClient (line 60) | pub struct RCONClient { method new (line 70) | pub const fn new(connection: tokio::net::TcpStream, address: SocketAdd... method handle (line 81) | pub async fn handle(&mut self, server: &Arc, password: &str) -... method poll (line 101) | async fn poll(&mut self, server: &Arc, password: &str) -> Resu... method read_bytes (line 159) | async fn read_bytes(&mut self) -> std::io::Result { method send (line 169) | async fn send( method receive_packet (line 183) | async fn receive_packet(&mut self) -> Result, PacketErr... FILE: pumpkin/src/net/rcon/packet.rs type ServerboundPacket (line 12) | pub enum ServerboundPacket { method from_i32 (line 21) | pub const fn from_i32(n: i32) -> Self { type ClientboundPacket (line 32) | pub enum ClientboundPacket { method write_buf (line 41) | pub fn write_buf(self, id: i32, body: &str) -> BytesMut { type PacketError (line 57) | pub enum PacketError { type Packet (line 70) | pub struct Packet { method deserialize (line 77) | pub async fn deserialize(incoming: &mut Vec) -> Result &str { method get_type (line 111) | pub const fn get_type(&self) -> ServerboundPacket { method get_id (line 115) | pub const fn get_id(&self) -> i32 { FILE: pumpkin/src/plugin/api/context.rs type Context (line 32) | pub struct Context { method new (line 51) | pub fn new( method get_data_folder (line 74) | pub fn get_data_folder(&self) -> PathBuf { method get_player_by_name (line 90) | pub fn get_player_by_name(&self, player_name: &str) -> Option, T: Payload + 'static>( method get_service (line 143) | pub async fn get_service(&self, name: &str) -> O... method register_command (line 154) | pub async fn register_command>( method unregister_command (line 181) | pub async fn unregister_command(&self, name: &str) { method reload_commands_for_everyone (line 191) | pub async fn reload_commands_for_everyone(&self) { method reload_commands_for (line 203) | pub async fn reload_commands_for(&self, player: &Arc) { method register_permission (line 209) | pub async fn register_permission(&self, permission: Permission) -> Res... method player_has_permission (line 226) | pub async fn player_has_permission(&self, player_uuid: &uuid::Uuid, pe... method register_event (line 251) | pub async fn register_event( method register_plugin_loader (line 294) | pub async fn register_plugin_loader( method init_log (line 307) | pub fn init_log(&self) { method log (line 336) | pub fn log(&self, message: impl std::fmt::Display) { FILE: pumpkin/src/plugin/api/events/block/block_break.rs type BlockBreakEvent (line 16) | pub struct BlockBreakEvent { method new (line 46) | pub const fn new( method get_block (line 65) | fn get_block(&self) -> &Block { FILE: pumpkin/src/plugin/api/events/block/block_burn.rs type BlockBurnEvent (line 11) | pub struct BlockBurnEvent { method get_block (line 20) | fn get_block(&self) -> &Block { FILE: pumpkin/src/plugin/api/events/block/block_can_build.rs type BlockCanBuildEvent (line 15) | pub struct BlockCanBuildEvent { method get_block (line 30) | fn get_block(&self) -> &Block { FILE: pumpkin/src/plugin/api/events/block/block_grow.rs type BlockGrowEvent (line 20) | pub struct BlockGrowEvent { method new (line 54) | pub const fn new( method get_block (line 75) | fn get_block(&self) -> &Block { FILE: pumpkin/src/plugin/api/events/block/block_place.rs type BlockPlaceEvent (line 16) | pub struct BlockPlaceEvent { method new (line 35) | pub const fn new( method get_block (line 54) | fn get_block(&self) -> &Block { FILE: pumpkin/src/plugin/api/events/block/block_redstone.rs type BlockRedstoneEvent (line 15) | pub struct BlockRedstoneEvent { method new (line 35) | pub const fn new( method get_block (line 54) | fn get_block(&self) -> &Block { FILE: pumpkin/src/plugin/api/events/block/mod.rs type BlockEvent (line 13) | pub trait BlockEvent: Send + Sync { method get_block (line 18) | fn get_block(&self) -> &Block; FILE: pumpkin/src/plugin/api/events/mod.rs type Payload (line 12) | pub trait Payload: Send + Sync { method get_name_static (line 17) | fn get_name_static() -> &'static str method get_name (line 25) | fn get_name(&self) -> &'static str; method as_any (line 33) | fn as_any(&self) -> &dyn Any; method as_any_mut (line 41) | fn as_any_mut(&mut self) -> &mut dyn Any; function downcast_arc (line 59) | pub fn downcast_arc(payload: Arc) -> ... function downcast_mut (line 79) | pub fn downcast_mut(&mut self) -> Option<&mut T> { function downcast_ref (line 95) | pub fn downcast_ref(&self) -> Option<&T> { type Cancellable (line 108) | pub trait Cancellable: Send + Sync { method cancelled (line 113) | fn cancelled(&self) -> bool; method set_cancelled (line 119) | fn set_cancelled(&mut self, cancelled: bool); type EventPriority (line 126) | pub enum EventPriority { FILE: pumpkin/src/plugin/api/events/player/changed_main_hand.rs type PlayerChangedMainHandEvent (line 11) | pub struct PlayerChangedMainHandEvent { method new (line 21) | pub const fn new(player: Arc, main_hand: Hand) -> Self { method get_player (line 27) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/egg_throw.rs type PlayerEggThrowEvent (line 13) | pub struct PlayerEggThrowEvent { method new (line 32) | pub const fn new( method get_player (line 51) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/exp_change.rs type PlayerExpChangeEvent (line 10) | pub struct PlayerExpChangeEvent { method new (line 20) | pub const fn new(player: Arc, amount: i32) -> Self { method get_player (line 26) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/fish.rs type PlayerFishState (line 11) | pub enum PlayerFishState { type PlayerFishEvent (line 37) | pub struct PlayerFishEvent { method new (line 62) | pub const fn new( method get_player (line 85) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/item_held.rs type PlayerItemHeldEvent (line 11) | pub struct PlayerItemHeldEvent { method new (line 24) | pub const fn new(player: Arc, previous_slot: u8, new_slot: u8)... method get_player (line 35) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/mod.rs type PlayerEvent (line 28) | pub trait PlayerEvent: Send + Sync { method get_player (line 33) | fn get_player(&self) -> &Arc; FILE: pumpkin/src/plugin/api/events/player/player_change_world.rs type PlayerChangeWorldEvent (line 14) | pub struct PlayerChangeWorldEvent { method new (line 47) | pub const fn new( method get_player (line 68) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_chat.rs type PlayerChatEvent (line 13) | pub struct PlayerChatEvent { method new (line 34) | pub const fn new(player: Arc, message: String, recipients: Vec... method get_player (line 45) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_command_send.rs type PlayerCommandSendEvent (line 15) | pub struct PlayerCommandSendEvent { method new (line 32) | pub const fn new(player: Arc, command: String) -> Self { method get_player (line 42) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_custom_payload.rs type PlayerCustomPayloadEvent (line 11) | pub struct PlayerCustomPayloadEvent { method new (line 22) | pub const fn new(player: Arc, channel: String, data: Bytes) ->... method get_player (line 32) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_gamemode_change.rs type PlayerGamemodeChangeEvent (line 14) | pub struct PlayerGamemodeChangeEvent { method new (line 35) | pub const fn new( method get_player (line 50) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_interact_entity_event.rs type PlayerInteractEntityEvent (line 18) | pub struct PlayerInteractEntityEvent { method new (line 36) | pub fn new( method get_player (line 55) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_interact_event.rs type PlayerInteractEvent (line 19) | pub struct PlayerInteractEvent { method new (line 50) | pub fn new( type InteractAction (line 70) | pub enum InteractAction { method is_left_click (line 88) | pub fn is_left_click(&self) -> bool { method is_right_click (line 95) | pub fn is_right_click(&self) -> bool { method get_player (line 101) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_interact_unknown_entity_event.rs type PlayerInteractUnknownEntityEvent (line 15) | pub struct PlayerInteractUnknownEntityEvent { method new (line 27) | pub fn new(player: &Arc, entity_id: i32, action: ActionType) -... method get_player (line 38) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_join.rs type PlayerJoinEvent (line 14) | pub struct PlayerJoinEvent { method new (line 31) | pub const fn new(player: Arc, join_message: TextComponent) -> ... method get_player (line 41) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_leave.rs type PlayerLeaveEvent (line 14) | pub struct PlayerLeaveEvent { method new (line 31) | pub const fn new(player: Arc, leave_message: TextComponent) ->... method get_player (line 41) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_login.rs type PlayerLoginEvent (line 16) | pub struct PlayerLoginEvent { method new (line 33) | pub const fn new(player: Arc, kick_message: TextComponent) -> ... method get_player (line 43) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_move.rs type PlayerMoveEvent (line 16) | pub struct PlayerMoveEvent { method new (line 37) | pub const fn new(player: Arc, from: Vector3, to: Vector3<... method get_player (line 48) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_permission_check.rs type PlayerPermissionCheckEvent (line 9) | pub struct PlayerPermissionCheckEvent { method new (line 16) | pub const fn new(player: Arc, permission: String, result: bool... method get_player (line 26) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/player/player_teleport.rs type PlayerTeleportEvent (line 16) | pub struct PlayerTeleportEvent { method new (line 37) | pub const fn new(player: Arc, from: Vector3, to: Vector3<... method get_player (line 48) | fn get_player(&self) -> &Arc { FILE: pumpkin/src/plugin/api/events/server/server_broadcast.rs type ServerBroadcastEvent (line 9) | pub struct ServerBroadcastEvent { method new (line 26) | pub const fn new(message: TextComponent, sender: TextComponent) -> Self { FILE: pumpkin/src/plugin/api/events/server/server_command.rs type ServerCommandEvent (line 8) | pub struct ServerCommandEvent { method new (line 22) | pub const fn new(command: String) -> Self { FILE: pumpkin/src/plugin/api/events/world/chunk_load.rs type ChunkLoad (line 12) | pub struct ChunkLoad { FILE: pumpkin/src/plugin/api/events/world/chunk_save.rs type ChunkSave (line 12) | pub struct ChunkSave { FILE: pumpkin/src/plugin/api/events/world/chunk_send.rs type ChunkSend (line 12) | pub struct ChunkSend { FILE: pumpkin/src/plugin/api/events/world/spawn_change.rs type SpawnChangeEvent (line 8) | pub struct SpawnChangeEvent { method new (line 34) | pub const fn new( FILE: pumpkin/src/plugin/api/mod.rs type PluginMetadata (line 15) | pub struct PluginMetadata { type PluginFuture (line 27) | pub type PluginFuture<'a, T> = Pin + Send + '... type Plugin (line 33) | pub trait Plugin: Send + Sync + 'static { method on_load (line 43) | fn on_load(&mut self, _server: Arc) -> PluginFuture<'_, Resul... method on_unload (line 56) | fn on_unload(&mut self, _server: Arc) -> PluginFuture<'_, Res... FILE: pumpkin/src/plugin/loader/mod.rs type PluginLoadFuture (line 8) | pub type PluginLoadFuture<'a> = Pin< type PluginUnloadFuture (line 20) | pub type PluginUnloadFuture<'a> = type PluginLoader (line 23) | pub trait PluginLoader: Send + Sync { method load (line 25) | fn load<'a>(&'a self, path: &'a Path) -> PluginLoadFuture<'a>; method can_load (line 28) | fn can_load(&self, path: &Path) -> bool; method unload (line 30) | fn unload(&self, data: Box) -> PluginUnloadFutu... method can_unload (line 33) | fn can_unload(&self) -> bool; type LoaderError (line 38) | pub enum LoaderError { FILE: pumpkin/src/plugin/loader/native.rs type NativePluginLoader (line 12) | pub struct NativePluginLoader; method load (line 15) | fn load<'a>(&'a self, path: &'a Path) -> PluginLoadFuture<'a> { method can_load (line 59) | fn can_load(&self, path: &Path) -> bool { method unload (line 74) | fn unload(&self, data: Box) -> PluginUnloadFuture... method can_unload (line 85) | fn can_unload(&self) -> bool { FILE: pumpkin/src/plugin/loader/wasm/mod.rs method on_load (line 13) | fn on_load(&mut self, context: Arc) -> PluginFuture<'_, Result<... method on_unload (line 22) | fn on_unload(&mut self, context: Arc) -> PluginFuture<'_, Resul... type WasmPluginLoader (line 32) | pub struct WasmPluginLoader; method load (line 34) | fn load<'a>(&'a self, path: &'a Path) -> PluginLoadFuture<'a> { method can_load (line 49) | fn can_load(&self, path: &Path) -> bool { method unload (line 58) | fn unload(&self, _data: Box) -> PluginUnloadFutur... method can_unload (line 62) | fn can_unload(&self) -> bool { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/args.rs type OwnedArg (line 8) | pub enum OwnedArg { method from_arg (line 47) | pub fn from_arg(arg: &crate::command::args::Arg<'_>) -> Self { type ConsumedArgsResource (line 83) | pub struct ConsumedArgsResource { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/logging.rs function log_tracing (line 3) | pub async fn log_tracing(event_bytes: Vec) { function format_value (line 101) | fn format_value(v: &tracing_serde_structured::SerializeValue) -> String { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/mod.rs type PluginInitError (line 15) | pub enum PluginInitError { type PluginRuntime (line 32) | pub struct PluginRuntime { method new (line 48) | pub fn new>(path: P) -> Result { method init_plugin (line 71) | pub async fn init_plugin>( type PluginInstance (line 38) | pub enum PluginInstance { type WasmPlugin (line 42) | pub struct WasmPlugin { method on_load (line 152) | pub async fn on_load( method on_unload (line 179) | pub async fn on_unload( function cache_key (line 98) | fn cache_key(wasm_path: &Path) -> Result { function load_component (line 114) | fn load_component( function probe_api_version_from_bytes (line 139) | fn probe_api_version_from_bytes(wasm_bytes: &[u8]) -> Result { method downcast_ref (line 195) | fn downcast_ref<'a>(&'a self, state: &'a mut PluginHostState) -> &'a E; method downcast_mut (line 196) | fn downcast_mut<'a>(&'a self, state: &'a mut PluginHostState) -> &'a m... method consume (line 197) | fn consume(self, state: &mut PluginHostState) -> E; FILE: pumpkin/src/plugin/loader/wasm/wasm_host/state.rs type WasmResource (line 25) | pub struct WasmResource { type ServerResource (line 29) | pub type ServerResource = WasmResource>; type ContextResource (line 30) | pub type ContextResource = WasmResource>; type PlayerResource (line 31) | pub type PlayerResource = WasmResource>; type WorldResource (line 32) | pub type WorldResource = WasmResource>; type TextComponentResource (line 33) | pub type TextComponentResource = WasmResource; type CommandResource (line 34) | pub type CommandResource = WasmResource; type CommandSenderResource (line 35) | pub type CommandSenderResource = WasmResource; type ConsumedArgsResource (line 36) | pub type ConsumedArgsResource = WasmResource; type CommandNodeResource (line 37) | pub type CommandNodeResource = WasmResource; type OwnedConsumedArgs (line 39) | pub type OwnedConsumedArgs = HashMap; type PluginHostState (line 41) | pub struct PluginHostState { method new (line 56) | pub fn new() -> Self { method add_server (line 66) | pub fn add_server( method add_context (line 74) | pub fn add_context( method add_player (line 82) | pub fn add_player( method add_world (line 90) | pub fn add_world( method add_text_component (line 98) | pub fn add_text_component( method add_command (line 108) | pub fn add_command( method add_command_sender (line 116) | pub fn add_command_sender( method add_consumed_args (line 126) | pub fn add_consumed_args( method add_command_node (line 140) | pub fn add_command_node( method default (line 49) | fn default() -> Self { method ctx (line 150) | fn ctx(&mut self) -> WasiCtxView<'_> { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/commands/executor.rs type WasmCommandExecutor (line 17) | pub struct WasmCommandExecutor { method execute (line 24) | fn execute<'a>( FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/commands/mod.rs method get_value (line 62) | async fn get_value(&mut self, _consumed_args: Resource, _k... method drop (line 66) | async fn drop(&mut self, rep: Resource) -> wasmtime::Resul... method new (line 76) | async fn new(&mut self, names: Vec, description: String) -> Reso... method then (line 81) | async fn then(&mut self, command: Resource, node: Resource, ... method drop (line 125) | async fn drop(&mut self, rep: Resource) -> wasmtime::Result<()> { method get_command_sender_type (line 135) | async fn get_command_sender_type( method send_message (line 142) | async fn send_message( method set_success_count (line 161) | async fn set_success_count(&mut self, command_sender: Resource) -... method is_console (line 179) | async fn is_console(&mut self, command_sender: Resource) ... method as_player (line 191) | async fn as_player( method permission_level (line 208) | async fn permission_level( method has_permission_level (line 226) | async fn has_permission_level( method has_permission (line 247) | async fn has_permission( method position (line 271) | async fn position(&mut self, command_sender: Resource) ->... method world (line 283) | async fn world(&mut self, command_sender: Resource) -> Op... method get_locale (line 306) | async fn get_locale(&mut self, command_sender: Resource) ... method should_receive_feedback (line 444) | async fn should_receive_feedback(&mut self, command_sender: Resource) -> wasmtime::Resu... function downcast_ref (line 482) | fn downcast_ref<'a>(&'a self, state: &'a mut PluginHostState) -> &'a Com... function downcast_mut (line 491) | fn downcast_mut<'a>(&'a self, state: &'a mut PluginHostState) -> &'a mut... function consume (line 500) | fn consume(self, state: &mut PluginHostState) -> CommandNodeResource { function bounded_num_argument (line 508) | fn bounded_num_argument( method literal (line 528) | async fn literal(&mut self, name: String) -> Resource { method argument (line 532) | async fn argument(&mut self, name: String, arg_type: ArgumentType) -> Re... method then (line 603) | async fn then( method execute_with_handler_id (line 614) | async fn execute_with_handler_id( method require_with_handler_id (line 643) | async fn require_with_handler_id( method drop (line 651) | async fn drop(&mut self, rep: Resource) -> wasmtime::Result... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/context.rs function register_typed_event (line 31) | async fn register_typed_event(&'a self, state: &'a mut PluginHostState) -> &'a Con... function downcast_mut (line 199) | fn downcast_mut<'a>(&'a self, state: &'a mut PluginHostState) -> &'a mut... function consume (line 208) | fn consume(self, state: &mut PluginHostState) -> ContextResource { method register_event (line 219) | async fn register_event( method register_command (line 263) | async fn register_command( method register_permission (line 288) | async fn register_permission( method get_data_folder (line 324) | async fn get_data_folder(&mut self, context: Resource) -> String { method get_server (line 333) | async fn get_server(&mut self, context: Resource) -> Resource) -> wasmtime::Result<()> { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/entity.rs method resource_location (line 17) | async fn resource_location(&mut self, _block_entity: Resource) -... method get_id (line 25) | async fn get_id(&mut self, _block_entity: Resource) -> u32 { method is_dirty (line 29) | async fn is_dirty(&mut self, _block_entity: Resource) -> bo... method clear_dirty (line 33) | async fn clear_dirty(&mut self, _block_entity: Resource) { method drop (line 37) | async fn drop(&mut self, _rep: Resource) -> wasmtime::Resul... method get_block_entity (line 43) | async fn get_block_entity( method last_output (line 50) | async fn last_output(&mut self, _command_block_entity: Resource) -> wasmtime... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/events/block.rs method to_v0_1_0_wasm_event (line 21) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 38) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 54) | fn to_v0_1_0_wasm_event(&self, _state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 62) | fn from_v0_1_0_wasm_event(event: Event, _state: &mut PluginHostState) ->... method to_v0_1_0_wasm_event (line 75) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 89) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/events/mod.rs type WasmPluginV0_1_0EventHandler (line 31) | pub struct WasmPluginV0_1_0EventHandler { method handle (line 145) | fn handle<'a>(&'a self, server: &'a Arc, event: &'a E) -> BoxF... method handle_blocking (line 161) | fn handle_blocking<'a>( type ToFromV0_1_0WasmEvent (line 36) | pub trait ToFromV0_1_0WasmEvent { method to_v0_1_0_wasm_event (line 37) | fn to_v0_1_0_wasm_event( method from_v0_1_0_wasm_event (line 42) | fn from_v0_1_0_wasm_event( function to_wasm_position (line 48) | pub(super) const fn to_wasm_position(position: Vector3) -> pumpkin:... function from_wasm_position (line 52) | pub(super) const fn from_wasm_position( function to_wasm_block_position (line 58) | pub(super) const fn to_wasm_block_position( function from_wasm_block_position (line 64) | pub(super) const fn from_wasm_block_position( function to_wasm_block_name (line 70) | pub(super) fn to_wasm_block_name(block: &'static Block) -> String { function from_wasm_block_name (line 74) | pub(super) fn from_wasm_block_name(block_name: &str) -> &'static Block { function to_wasm_hand (line 79) | pub(super) const fn to_wasm_hand(hand: Hand) -> pumpkin::plugin::common:... function from_wasm_hand (line 86) | pub(super) const fn from_wasm_hand(hand: pumpkin::plugin::common::Hand) ... function to_wasm_game_mode (line 93) | pub(super) const fn to_wasm_game_mode(game_mode: GameMode) -> pumpkin::p... function from_wasm_game_mode (line 102) | pub(super) const fn from_wasm_game_mode(game_mode: pumpkin::plugin::comm... function consume_player (line 111) | pub(super) fn consume_player( function consume_text_component (line 122) | pub(super) fn consume_text_component( function consume_world (line 133) | pub(super) fn consume_world( FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/events/player.rs function to_wasm_fish_state (line 41) | const fn to_wasm_fish_state(state: PlayerFishState) -> WasmPlayerFishSta... function from_wasm_fish_state (line 53) | const fn from_wasm_fish_state(state: WasmPlayerFishState) -> PlayerFishS... method to_v0_1_0_wasm_event (line 66) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 81) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 94) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 109) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 122) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 137) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 150) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 173) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 191) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 203) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 216) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 228) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 241) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 254) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 268) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 281) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 295) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 317) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 334) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 345) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 357) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 370) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 384) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 395) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 407) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 420) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 434) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 446) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... method to_v0_1_0_wasm_event (line 459) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 476) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/events/server.rs method to_v0_1_0_wasm_event (line 13) | fn to_v0_1_0_wasm_event(&self, _state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 20) | fn from_v0_1_0_wasm_event(event: Event, _state: &mut PluginHostState) ->... method to_v0_1_0_wasm_event (line 32) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 47) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/events/world.rs method to_v0_1_0_wasm_event (line 16) | fn to_v0_1_0_wasm_event(&self, state: &mut PluginHostState) -> Event { method from_v0_1_0_wasm_event (line 32) | fn from_v0_1_0_wasm_event(event: Event, state: &mut PluginHostState) -> ... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/logging.rs method log (line 6) | async fn log(&mut self, level: pumpkin::plugin::logging::Level, message:... method log_tracing (line 16) | async fn log_tracing(&mut self, event: Vec) { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/mod.rs type PluginHostComponent (line 28) | struct PluginHostComponent; type Data (line 31) | type Data<'a> = &'a mut PluginHostState; function setup_linker (line 34) | pub fn setup_linker(engine: &Engine) -> wasmtime::Result(&'a self, state: &'a mut PluginHostState) -> &'a Pla... function downcast_mut (line 19) | fn downcast_mut<'a>(&'a self, state: &'a mut PluginHostState) -> &'a mut... function consume (line 28) | fn consume(self, state: &mut PluginHostState) -> PlayerResource { method get_id (line 38) | async fn get_id(&mut self, player: Resource) -> String { method get_name (line 47) | async fn get_name(&mut self, player: Resource) -> String { method drop (line 51) | async fn drop(&mut self, rep: Resource) -> wasmtime::Result<()> { FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/server.rs method drop (line 14) | async fn drop(&mut self, rep: Resource) -> wasmtime::Result<()> { method get_difficulty (line 21) | async fn get_difficulty(&mut self, server: Resource) -> Difficul... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/text.rs function downcast_ref (line 25) | fn downcast_ref<'a>(&'a self, state: &'a mut PluginHostState) -> &'a Tex... function downcast_mut (line 34) | fn downcast_mut<'a>(&'a self, state: &'a mut PluginHostState) -> &'a mut... function consume (line 43) | fn consume(self, state: &mut PluginHostState) -> TextComponentResource { function map_named_color (line 51) | const fn map_named_color(color: NamedColor) -> color::NamedColor { method text (line 73) | async fn text(&mut self, plain: String) -> Resource { method translate (line 78) | async fn translate( method add_child (line 89) | async fn add_child( method add_text (line 99) | async fn add_text(&mut self, text_component: Resource, te... method get_text (line 104) | async fn get_text(&mut self, text_component: Resource) ->... method encode (line 112) | async fn encode(&mut self, text_component: Resource) -> V... method color_named (line 120) | async fn color_named(&mut self, text_component: Resource,... method color_rgb (line 125) | async fn color_rgb(&mut self, text_component: Resource, c... method bold (line 130) | async fn bold(&mut self, text_component: Resource, value:... method italic (line 134) | async fn italic(&mut self, text_component: Resource, valu... method underlined (line 138) | async fn underlined(&mut self, text_component: Resource, ... method strikethrough (line 147) | async fn strikethrough(&mut self, text_component: Resource, ... method insertion (line 165) | async fn insertion(&mut self, text_component: Resource, t... method font (line 169) | async fn font(&mut self, text_component: Resource, font: ... method shadow_color (line 173) | async fn shadow_color(&mut self, text_component: Resource... method click_open_url (line 182) | async fn click_open_url(&mut self, text_component: Resource) -> wasmtime::Resu... FILE: pumpkin/src/plugin/loader/wasm/wasm_host/wit/v0_1_0/world.rs function downcast_ref (line 10) | fn downcast_ref<'a>(&'a self, state: &'a mut PluginHostState) -> &'a Wor... function downcast_mut (line 19) | fn downcast_mut<'a>(&'a self, state: &'a mut PluginHostState) -> &'a mut... function consume (line 28) | fn consume(self, state: &mut PluginHostState) -> WorldResource { method get_id (line 39) | async fn get_id(&mut self, world: Resource) -> String { method drop (line 47) | async fn drop(&mut self, rep: Resource) -> wasmtime::Result<()> { FILE: pumpkin/src/plugin/mod.rs type BoxFuture (line 20) | pub type BoxFuture<'a, T> = Pin + Send + 'a>>; constant PLUGIN_API_VERSION (line 24) | pub const PLUGIN_API_VERSION: u32 = 2; type DynEventHandler (line 29) | pub trait DynEventHandler: Send + Sync { method handle_dyn (line 34) | fn handle_dyn<'a>( method handle_blocking_dyn (line 44) | fn handle_blocking_dyn<'a>( method is_blocking (line 54) | fn is_blocking(&self) -> bool; method get_priority (line 60) | fn get_priority(&self) -> &EventPriority; method handle_blocking_dyn (line 108) | fn handle_blocking_dyn<'a>( method handle_dyn (line 122) | fn handle_dyn<'a>( method is_blocking (line 136) | fn is_blocking(&self) -> bool { method get_priority (line 141) | fn get_priority(&self) -> &EventPriority { type EventHandler (line 66) | pub trait EventHandler: Send + Sync { method handle (line 71) | fn handle<'a>(&'a self, _server: &'a Arc, _event: &'a E) -> Bo... method handle_blocking (line 79) | fn handle_blocking<'a>( type TypedEventHandler (line 91) | struct TypedEventHandler type HandlerMap (line 148) | type HandlerMap = HashMap<&'static str, Vec>>; type PluginState (line 152) | pub enum PluginState { type PluginManager (line 159) | pub struct PluginManager { method new (line 228) | pub fn new() -> Self { method unload_all_plugins (line 233) | pub async fn unload_all_plugins(&self) -> Result<(), ManagerError> { method add_loader (line 253) | pub async fn add_loader(&self, loader: Arc) { method retry_unloaded_files (line 261) | async fn retry_unloaded_files(&self) { method set_server (line 277) | pub async fn set_server(&self, server: Arc) { method set_self_ref (line 283) | pub async fn set_self_ref(&self, self_ref: Arc) { method get_loaders (line 290) | pub async fn get_loaders(&self) -> Vec> { method load_plugins (line 295) | pub async fn load_plugins(&self) -> Result<(), ManagerError> { method start_loading_plugin (line 329) | async fn start_loading_plugin( method try_load_plugin (line 463) | pub async fn try_load_plugin(&self, path: &Path) -> Result<(), Manager... method wait_for_plugin (line 472) | pub async fn wait_for_plugin(&self, plugin_name: &str) -> Result<(), M... method get_plugin_state (line 495) | pub async fn get_plugin_state(&self, plugin_name: &str) -> Option bool { method active_plugins (line 510) | pub async fn active_plugins(&self) -> Vec { method is_plugin_loaded (line 521) | pub async fn is_plugin_loaded(&self, name: &str) -> bool { method loaded_plugins (line 528) | pub async fn loaded_plugins(&self) -> Vec { method unload_plugin (line 534) | pub async fn unload_plugin(&self, name: &str) -> Result<(), ManagerErr... method get_loading_plugins (line 568) | pub async fn get_loading_plugins(&self) -> Vec { method get_failed_plugins (line 578) | pub async fn get_failed_plugins(&self) -> Vec<(String, String)> { method all_plugins_loaded (line 593) | pub async fn all_plugins_loaded(&self) -> bool { method wait_for_all_plugins (line 601) | pub async fn wait_for_all_plugins(&self) { method register (line 608) | pub async fn register(&self, handler: Arc, priority: EventPri... method fire (line 628) | pub async fn fire(&self, mut event... type LoadedPlugin (line 178) | struct LoadedPlugin { type ManagerError (line 189) | pub enum ManagerError { method default (line 207) | fn default() -> Self { FILE: pumpkin/src/server/connection_cache.rs constant DEFAULT_ICON (line 15) | const DEFAULT_ICON: &[u8] = include_bytes!("../../../assets/default_icon... constant MAX_SAMPLE_PLAYERS (line 16) | const MAX_SAMPLE_PLAYERS: usize = 12; function load_icon_from_file (line 18) | fn load_icon_from_file>(path: P) -> Result String { type CachedStatus (line 38) | pub struct CachedStatus { method new (line 74) | pub fn new(config: &BasicConfiguration) -> Self { method get_status (line 86) | pub fn get_status(&self) -> CStatusResponse { method build_sample_list (line 90) | fn build_sample_list(&self) -> Vec { method add_player (line 101) | pub fn add_player(&mut self, player: &Player) { method remove_player (line 121) | pub fn remove_player(&mut self, player: &Player) { method build_response (line 140) | pub fn build_response(config: &BasicConfiguration) -> StatusResponse { type CachedBranding (line 46) | pub struct CachedBranding { method new (line 52) | pub fn new() -> Self { method get_branding (line 58) | pub fn get_branding(&self) -> CPluginMessage<'_> { constant BRAND (line 61) | const BRAND: &'a str = "Pumpkin"; constant BRAND_BYTES (line 62) | const BRAND_BYTES: &'a [u8] = Self::BRAND.as_bytes(); method build_brand (line 64) | fn build_brand() -> Box<[u8]> { method default (line 204) | fn default() -> Self { FILE: pumpkin/src/server/key_store.rs type KeyStore (line 13) | pub struct KeyStore { method new (line 20) | pub fn new() -> Self { method generate_private_key (line 41) | fn generate_private_key() -> RsaPrivateKey { method encryption_request (line 47) | pub fn encryption_request<'a>( method decrypt (line 61) | pub fn decrypt(&self, data: &[u8]) -> Result, EncryptionError> { method get_digest (line 69) | pub fn get_digest(&self, secret: &[u8]) -> String { function auth_digest (line 79) | pub fn auth_digest(bytes: &[u8]) -> String { FILE: pumpkin/src/server/mod.rs type Server (line 63) | pub struct Server { method new (line 131) | pub async fn new( method spawn_task (line 311) | pub fn spawn_task(&self, task: F) -> JoinHandle method get_world_from_dimension (line 319) | pub fn get_world_from_dimension(&self, dimension: &Dimension) -> Arc(&self, packet: &P) { method broadcast_message (line 488) | pub async fn broadcast_message( method get_difficulty (line 510) | pub fn get_difficulty(&self) -> Difficulty { method set_difficulty (line 529) | pub async fn set_difficulty(&self, difficulty: Difficulty, force_updat... method get_player_by_name (line 567) | pub fn get_player_by_name(&self, name: &str) -> Option> { method get_players_by_ip (line 576) | pub async fn get_players_by_ip(&self, ip: IpAddr) -> Vec> { method get_all_players (line 591) | pub fn get_all_players(&self) -> Vec> { method for_each_player (line 601) | pub fn for_each_player(&self, mut f: F) method get_random_player (line 616) | pub fn get_random_player(&self) -> Option> { method get_player_by_uuid (line 633) | pub fn get_player_by_uuid(&self, id: uuid::Uuid) -> Option> { method get_player_count (line 649) | pub fn get_player_count(&self) -> usize { method has_n_players (line 658) | pub fn has_n_players(&self, n: usize) -> bool { method new_container_id (line 670) | pub fn new_container_id(&self) -> u32 { method get_branding (line 674) | pub fn get_branding(&self) -> CPluginMessage<'_> { method get_status (line 678) | pub const fn get_status(&self) -> &Mutex { method encryption_request (line 682) | pub async fn encryption_request<'a>( method decrypt (line 693) | pub async fn decrypt(&self, data: &[u8]) -> Result, Encryption... method digest_secret (line 700) | pub async fn digest_secret(&self, secret: &[u8]) -> String { method tick (line 709) | pub async fn tick(self: &Arc) { method tick_players_and_network (line 720) | pub async fn tick_players_and_network(&self) { method tick_worlds (line 733) | pub async fn tick_worlds(self: &Arc) { method update_tick_times (line 754) | pub async fn update_tick_times(&self, tick_duration_nanos: i64) { method get_average_tick_time_nanos (line 768) | pub fn get_average_tick_time_nanos(&self) -> i64 { method get_mspt (line 778) | pub fn get_mspt(&self) -> f64 { method get_tps (line 785) | pub fn get_tps(&self) -> f64 { method get_tick_times_nanos_copy (line 794) | pub async fn get_tick_times_nanos_copy(&self) -> [i64; 100] { method select_entities (line 800) | pub fn select_entities( FILE: pumpkin/src/server/seasonal_events.rs function is_april (line 8) | pub fn is_april() -> bool { function modify_chat_message (line 14) | pub fn modify_chat_message( FILE: pumpkin/src/server/tick_rate_manager.rs constant NANOSECONDS_PER_SECOND (line 11) | const NANOSECONDS_PER_SECOND: i64 = 1_000_000_000; type ServerTickRateManager (line 13) | pub struct ServerTickRateManager { method new (line 30) | pub fn new(tickrate: f32) -> Self { method tick (line 47) | pub fn tick(&self) { method tickrate (line 58) | pub fn tickrate(&self) -> f32 { method nanoseconds_per_tick (line 62) | pub fn nanoseconds_per_tick(&self) -> i64 { method is_frozen (line 66) | pub fn is_frozen(&self) -> bool { method runs_normally (line 70) | pub fn runs_normally(&self) -> bool { method is_sprinting (line 74) | pub fn is_sprinting(&self) -> bool { method is_stepping_forward (line 78) | pub fn is_stepping_forward(&self) -> bool { method set_tick_rate (line 82) | pub async fn set_tick_rate(&self, server: &Server, rate: f32) { method set_frozen (line 92) | pub async fn set_frozen(&self, server: &Server, frozen: bool) { method step_game_if_paused (line 97) | pub async fn step_game_if_paused(&self, server: &Server, ticks: i32) -... method stop_stepping (line 106) | pub async fn stop_stepping(&self, server: &Server) -> bool { method request_game_to_sprint (line 116) | pub async fn request_game_to_sprint(&self, server: &Server, ticks: i64... method stop_sprinting (line 128) | pub async fn stop_sprinting(&self, server: &Server) -> bool { method start_sprint_tick_work (line 138) | pub fn start_sprint_tick_work(&self) { method end_sprint_tick_work (line 144) | pub fn end_sprint_tick_work(&self) -> bool { method finish_tick_sprint (line 153) | pub async fn finish_tick_sprint(&self, server: &Server) { method update_state_to_clients (line 197) | async fn update_state_to_clients(&self, server: &Server) { method update_step_ticks (line 206) | async fn update_step_ticks(&self, server: &Server) { method update_joining_player (line 213) | pub async fn update_joining_player(&self, player: &Player) { FILE: pumpkin/src/server/ticker.rs type Ticker (line 9) | pub struct Ticker; method run (line 13) | pub async fn run(server: &Arc) { FILE: pumpkin/src/world/border.rs type Worldborder (line 10) | pub struct Worldborder { method new (line 25) | pub const fn new( method init_client (line 47) | pub async fn init_client(&self, client: &JavaClient) { method set_center (line 62) | pub async fn set_center(&mut self, world: &World, x: f64, z: f64) { method set_diameter (line 71) | pub async fn set_diameter(&mut self, world: &World, diameter: f64, spe... method add_diameter (line 93) | pub async fn add_diameter(&mut self, world: &World, offset: f64, speed... method set_warning_delay (line 98) | pub async fn set_warning_delay(&mut self, world: &World, delay: i32) { method set_warning_distance (line 106) | pub async fn set_warning_distance(&mut self, world: &World, distance: ... method contains (line 115) | pub fn contains(&self, x: f64, z: f64) -> bool { method contains_block (line 125) | pub fn contains_block(&self, x: i32, z: i32) -> bool { method clamp_block (line 131) | pub fn clamp_block(&self, x: i32, z: i32) -> (i32, i32) { FILE: pumpkin/src/world/bossbar.rs type BossbarColor (line 7) | pub enum BossbarColor { type BossbarDivisions (line 18) | pub enum BossbarDivisions { type BossbarFlags (line 27) | pub enum BossbarFlags { type Bossbar (line 35) | pub struct Bossbar { method new (line 46) | pub fn new(title: TextComponent) -> Self { method send_bossbar (line 62) | pub async fn send_bossbar(&self, bossbar: &Bossbar) { method remove_bossbar (line 76) | pub async fn remove_bossbar(&self, uuid: Uuid) { method update_bossbar_health (line 83) | pub async fn update_bossbar_health(&self, uuid: &Uuid, health: f32) { method update_bossbar_title (line 90) | pub async fn update_bossbar_title(&self, uuid: &Uuid, title: TextCompone... method update_bossbar_style (line 97) | pub async fn update_bossbar_style( method update_bossbar_flags (line 112) | pub async fn update_bossbar_flags(&self, uuid: &Uuid, flags: BossbarFlag... FILE: pumpkin/src/world/chunker.rs function get_view_distance (line 14) | pub fn get_view_distance(player: &Player) -> NonZeroU8 { function update_position (line 22) | pub async fn update_position(player: &Arc) { FILE: pumpkin/src/world/custom_bossbar.rs type BossbarUpdateError (line 12) | pub enum BossbarUpdateError { type CustomBossbar (line 21) | pub struct CustomBossbar { method new (line 33) | pub const fn new(namespace: String, bossbar_data: Bossbar) -> Self { type CustomBossbars (line 45) | pub struct CustomBossbars { method new (line 57) | pub fn new() -> Self { method get_player_bars (line 64) | pub fn get_player_bars(&self, uuid: &Uuid) -> Option> { method create_bossbar (line 77) | pub fn create_bossbar(&mut self, namespace: String, bossbar_data: Boss... method replace_bossbar (line 84) | pub fn replace_bossbar(&mut self, resource_location: String, bossbar_d... method get_all_bossbars (line 89) | pub fn get_all_bossbars(&self) -> Vec { method get_bossbars_len (line 98) | pub fn get_bossbars_len(&self) -> usize { method get_bossbar (line 103) | pub fn get_bossbar(&self, resource_location: &str) -> Option bool { method update_health (line 144) | pub async fn update_health( method update_visibility (line 193) | pub async fn update_visibility( method update_name (line 231) | pub async fn update_name( method update_color (line 269) | pub async fn update_color( method update_division (line 308) | pub async fn update_division( method update_players (line 347) | pub async fn update_players( method default (line 50) | fn default() -> Self { FILE: pumpkin/src/world/explosion.rs type Explosion (line 15) | pub struct Explosion { method new (line 22) | pub const fn new(power: f32, pos: Vector3) -> Self { method get_blocks_to_destroy (line 26) | async fn get_blocks_to_destroy( method damage_entities (line 83) | async fn damage_entities(&self, world: &Arc) { method calculate_exposure (line 153) | async fn calculate_exposure( method explode (line 213) | pub async fn explode(&self, world: &Arc) -> u32 { FILE: pumpkin/src/world/loot.rs type LootContextParameters (line 13) | pub struct LootContextParameters { type LootTableExt (line 19) | pub trait LootTableExt { method get_loot (line 20) | fn get_loot(&self, params: LootContextParameters) -> Vec; method get_loot (line 24) | fn get_loot(&self, params: LootContextParameters) -> Vec { type LootPoolEntryExt (line 80) | trait LootPoolEntryExt { method get_loot (line 81) | fn get_loot(&self, params: &LootContextParameters) -> Option Option Vec; method get_stacks (line 162) | fn get_stacks(&self, params: &LootContextParameters) -> Vec { type LootConditionExt (line 186) | trait LootConditionExt { method is_fulfilled (line 187) | fn is_fulfilled(&self, params: &LootContextParameters) -> bool; method is_fulfilled (line 192) | fn is_fulfilled(&self, params: &LootContextParameters) -> bool { type LootFunctionNumberProviderExt (line 230) | trait LootFunctionNumberProviderExt { method generate (line 231) | fn generate(&self) -> f32; method generate (line 235) | fn generate(&self) -> f32 { FILE: pumpkin/src/world/mod.rs type FlowingFluidProperties (line 147) | type FlowingFluidProperties = pumpkin_data::fluid::FlowingWaterLikeFluid... method is_kick (line 150) | fn is_kick(&self) -> bool { method severity (line 154) | fn severity(&self) -> tracing::Level { method client_kick_reason (line 158) | fn client_kick_reason(&self) -> Option { type World (line 172) | pub struct World { method load (line 215) | pub fn load( method get_lighting_config (line 249) | pub fn get_lighting_config(&self) -> LightingEngineConfig { method get_world_name (line 258) | pub fn get_world_name(&self) -> &str { method shutdown (line 267) | pub async fn shutdown(&self) { method save_entity (line 281) | async fn save_entity(&self, entity: &Arc) { method remove_entity_data (line 309) | async fn remove_entity_data(&self, entity: &Entity) { method send_entity_status (line 326) | pub async fn send_entity_status(&self, entity: &Entity, status: Entity... method send_remove_mob_effect (line 332) | pub async fn send_remove_mob_effect( method send_add_mob_effect (line 345) | pub async fn send_add_mob_effect( method get_difficulty (line 372) | pub fn get_difficulty(&self, difficulty: Difficulty) { method set_difficulty (line 379) | pub fn set_difficulty(&self, difficulty: Difficulty) { method add_synced_block_event (line 386) | pub async fn add_synced_block_event(&self, pos: BlockPos, r#type: u8, ... method flush_synced_block_events (line 391) | pub async fn flush_synced_block_events(self: &Arc) { method collect_java_recipients_by_version (line 420) | fn collect_java_recipients_by_version<'a>( method broadcast_java_grouped (line 436) | async fn broadcast_java_grouped( method broadcast_packet_all (line 466) | pub async fn broadcast_packet_all(&self, packet: &P) { method broadcast_message (line 472) | pub async fn broadcast_message( method broadcast_editioned (line 487) | pub async fn broadcast_editioned( method broadcast_secure_player_chat (line 509) | pub async fn broadcast_secure_player_chat( method broadcast_packet_except (line 565) | pub async fn broadcast_packet_except( method spawn_particle (line 579) | pub async fn spawn_particle( method play_sound (line 594) | pub async fn play_sound(&self, sound: Sound, category: SoundCategory, ... method play_sound_fine (line 599) | pub async fn play_sound_fine( method play_sound_expect (line 611) | pub async fn play_sound_expect( method play_sound_raw (line 622) | pub async fn play_sound_raw( method play_sound_raw_expect (line 635) | pub async fn play_sound_raw_expect( method play_block_sound (line 650) | pub async fn play_block_sound( method play_block_sound_expect (line 664) | pub async fn play_block_sound_expect( method tick (line 680) | pub async fn tick(self: &Arc, server: &Server) { method flush_block_updates (line 740) | pub async fn flush_block_updates(&self) { method tick_environment (line 773) | async fn tick_environment(&self) { method tick_chunks (line 825) | pub async fn tick_chunks(self: &Arc) { method get_fluid_collisions (line 931) | pub async fn get_fluid_collisions(self: &Arc, bounding_box: Boun... method check_fluid_collision (line 959) | pub async fn check_fluid_collision(self: &Arc, bounding_box: Bou... method get_fluid_velocity (line 986) | pub async fn get_fluid_velocity( method is_flow_blocked (line 1069) | async fn is_flow_blocked( method check_outline (line 1099) | pub fn check_outline( method check_collision (line 1133) | pub fn check_collision( method get_block_collisions (line 1167) | pub async fn get_block_collisions( method is_space_empty (line 1219) | pub async fn is_space_empty(&self, bounding_box: BoundingBox) -> bool { method get_dismount_height (line 1237) | pub async fn get_dismount_height(&self, pos: &BlockPos) -> f64 { method tick_spawning_chunk (line 1260) | pub async fn tick_spawning_chunk( method get_top_block (line 1321) | pub async fn get_top_block(&self, position: Vector2) -> i32 { method get_motion_blocking_height (line 1334) | pub async fn get_motion_blocking_height(&self, x: i32, z: i32) -> i32 { method spawn_bedrock_player (line 1345) | pub async fn spawn_bedrock_player( method spawn_java_player (line 1604) | pub async fn spawn_java_player( method send_player_equipment (line 1954) | async fn send_player_equipment(&self, from: &Player) { method send_world_info (line 1978) | pub async fn send_world_info( method explode (line 2023) | pub async fn explode(self: &Arc, position: Vector3, power: ... method respawn_player (line 2051) | pub async fn respawn_player(self: &Arc, player: &Arc, al... method should_skip_night (line 2248) | pub fn should_skip_night(&self) -> bool { method spawn_world_entity_chunks (line 2283) | fn spawn_world_entity_chunks( method get_player_by_id (line 2432) | pub fn get_player_by_id(&self, id: i32) -> Option> { method get_entity_by_id (line 2442) | pub fn get_entity_by_id(&self, id: i32) -> Option> { method get_player_by_name (line 2457) | pub fn get_player_by_name(&self, name: &str) -> Option> { method get_all_at_box (line 2467) | pub fn get_all_at_box(&self, aabb: &BoundingBox) -> Vec Vec Vec Option> { method get_players_by_pos (line 2532) | pub fn get_players_by_pos(&self, position: BlockPos) -> Vec, radius: f64) -> Ve... method get_nearby_entities (line 2567) | pub fn get_nearby_entities( method get_closest_player (line 2585) | pub fn get_closest_player(&self, pos: Vector3, radius: f64) -> Op... method get_closest_entity (line 2618) | pub fn get_closest_entity( method add_player (line 2664) | pub fn add_player(&self, player: Arc) -> Result<(), String> { method remove_player (line 2713) | pub async fn remove_player( method spawn_entity (line 2765) | pub async fn spawn_entity(&self, entity: Arc) { method remove_entity (line 2787) | pub async fn remove_entity(&self, entity: &Entity) { method set_block_breaking (line 2800) | pub async fn set_block_breaking(&self, from: &Entity, location: BlockP... method set_block_state (line 2810) | pub async fn set_block_state( method schedule_block_tick (line 2949) | pub async fn schedule_block_tick( method schedule_fluid_tick (line 2961) | pub async fn schedule_fluid_tick( method is_block_tick_scheduled (line 2973) | pub async fn is_block_tick_scheduled(&self, block_pos: &BlockPos, bloc... method is_fluid_tick_scheduled (line 2977) | pub async fn is_fluid_tick_scheduled(&self, block_pos: &BlockPos, flui... method break_block (line 2982) | pub async fn break_block( method close_container_screens_at (line 3068) | pub async fn close_container_screens_at(&self, position: &BlockPos) { method drop_stack (line 3077) | pub async fn drop_stack(self: &Arc, pos: &BlockPos, stack: ItemS... method scatter_inventory (line 3094) | pub async fn scatter_inventory( method scatter_stack (line 3109) | pub async fn scatter_stack(self: &Arc, x: f64, y: f64, z: f64, m... method sync_world_event (line 3141) | pub async fn sync_world_event(&self, world_event: WorldEvent, position... method is_valid (line 3146) | pub fn is_valid(dest: BlockPos) -> bool { method is_valid_horizontally (line 3150) | pub fn is_valid_horizontally(dest: BlockPos) -> bool { method is_valid_vertically (line 3156) | pub fn is_valid_vertically(y: i32) -> bool { method is_in_build_limit (line 3161) | pub fn is_in_build_limit(&self, dest: BlockPos) -> bool { method is_in_height_limit (line 3165) | pub fn is_in_height_limit(&self, y: i32) -> bool { method get_bottom_y (line 3168) | pub const fn get_bottom_y(&self) -> i32 { method get_top_y (line 3171) | pub const fn get_top_y(&self) -> i32 { method get_block (line 3175) | pub async fn get_block(&self, position: &BlockPos) -> &'static Block { method get_block_state_id_if_loaded (line 3181) | pub fn get_block_state_id_if_loaded(&self, position: &BlockPos) -> Opt... method get_block_state_if_loaded (line 3194) | pub fn get_block_state_if_loaded(&self, position: &BlockPos) -> Option... method is_loaded (line 3200) | pub fn is_loaded(&self, position: &BlockPos) -> bool { method get_fluid (line 3204) | pub async fn get_fluid(&self, position: &BlockPos) -> &'static pumpkin... method get_block_and_fluid (line 3229) | pub async fn get_block_and_fluid( method get_fluid_and_fluid_state (line 3263) | pub async fn get_fluid_and_fluid_state( method get_block_state_id (line 3294) | pub async fn get_block_state_id(&self, position: &BlockPos) -> BlockSt... method get_block_state (line 3299) | pub async fn get_block_state(&self, position: &BlockPos) -> &'static B... method get_block_and_state (line 3305) | pub async fn get_block_and_state( method get_block_and_state_id (line 3314) | pub async fn get_block_and_state_id(&self, position: &BlockPos) -> (&'... method update_neighbors (line 3320) | pub async fn update_neighbors( method update_neighbor (line 3358) | pub async fn update_neighbor( method replace_with_state_for_neighbor_update (line 3380) | pub async fn replace_with_state_for_neighbor_update( method get_block_entity (line 3419) | pub async fn get_block_entity(&self, block_pos: &BlockPos) -> Option( method update_neighbors (line 3697) | fn update_neighbors( method is_space_empty (line 3707) | fn is_space_empty(&self, bounding_box: BoundingBox) -> WorldFuture<'_,... method add_synced_block_event (line 3711) | fn add_synced_block_event(&self, pos: BlockPos, r#type: u8, data: u8) ... method sync_world_event (line 3717) | fn sync_world_event( method spawn_from_type (line 3728) | fn spawn_from_type( method remove_block_entity (line 3739) | fn remove_block_entity<'a>(&'a self, block_pos: &'a BlockPos) -> World... method get_block_entity (line 3745) | fn get_block_entity<'a>( method get_world_age (line 3752) | fn get_world_age(&self) -> WorldFuture<'_, i64> { method get_time_of_day (line 3760) | fn get_time_of_day(&self) -> WorldFuture<'_, i64> { method get_level (line 3767) | fn get_level(&self) -> WorldFuture<'_, &Arc> { method get_dimension (line 3771) | fn get_dimension(&self) -> WorldFuture<'_, &Dimension> { method play_sound (line 3775) | fn play_sound<'a>( method play_sound_fine (line 3786) | fn play_sound_fine<'a>( method scatter_inventory (line 3800) | fn scatter_inventory<'a>( method spawn_experience_orbs (line 3810) | fn spawn_experience_orbs( method update_from_neighbor_shapes (line 3820) | fn update_from_neighbor_shapes( method eq (line 206) | fn eq(&self, other: &Self) -> bool { method get_block (line 3850) | fn get_block<'a>( method get_block_state (line 3856) | fn get_block_state<'a>( method get_block_state_id (line 3863) | fn get_block_state_id<'a>( method get_block_and_state (line 3870) | fn get_block_and_state<'a>( FILE: pumpkin/src/world/natural_spawner.rs constant MAGIC_NUMBER (line 31) | const MAGIC_NUMBER: i32 = 17 * 17; type MobCounts (line 34) | pub struct MobCounts([i32; 8]); method add (line 38) | const fn add(&mut self, category: &'static MobCategory) { method can_spawn (line 42) | const fn can_spawn(&self, category: &'static MobCategory) -> bool { type LocalMobCapCalculator (line 48) | pub struct LocalMobCapCalculator { method fmt (line 54) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method calc_distance (line 64) | const fn calc_distance(chunk_pos: Vector2, player_pos: &Vector3( method add_mob (line 91) | pub fn add_mob( method can_spawn (line 109) | pub fn can_spawn( type PointCharge (line 130) | struct PointCharge(Vector3, f64); method get_potential_change (line 133) | fn get_potential_change(&self, pos: &BlockPos) -> f64 { type PotentialCalculator (line 140) | struct PotentialCalculator(Vec); method add_charge (line 143) | pub fn add_charge(&mut self, pos: &BlockPos, charge: f64) { method get_potential_energy_change (line 148) | pub fn get_potential_energy_change(&self, pos: &BlockPos, charge: f64)... type SpawnState (line 160) | pub struct SpawnState { method fmt (line 172) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method new (line 186) | pub async fn new( method can_spawn_for_category_global (line 223) | const fn can_spawn_for_category_global(&self, category: &'static MobCa... method can_spawn_for_category_local (line 227) | fn can_spawn_for_category_local( method can_spawn (line 236) | async fn can_spawn( method after_spawn (line 256) | async fn after_spawn( function get_filtered_spawning_categories (line 286) | pub fn get_filtered_spawning_categories( function spawn_for_chunk (line 315) | pub async fn spawn_for_chunk( function get_random_pos_within (line 333) | pub fn get_random_pos_within( function spawn_category_for_position (line 352) | pub async fn spawn_category_for_position( function get_nearest_player (line 469) | pub fn get_nearest_player(pos: &Vector3, player_positions: &[Vector... function is_right_distance_to_player_and_spawn_point (line 482) | pub fn is_right_distance_to_player_and_spawn_point( function get_random_spawn_mob_at (line 501) | pub async fn get_random_spawn_mob_at( function is_valid_spawn_position_for_type (line 533) | pub async fn is_valid_spawn_position_for_type( function is_spawn_position_ok (line 572) | pub async fn is_spawn_position_ok( function is_valid_empty_spawn_block (line 599) | pub fn is_valid_empty_spawn_block(state: &'static BlockState) -> bool { FILE: pumpkin/src/world/portal/end.rs type EndPortalFrameProperties (line 9) | type EndPortalFrameProperties = pumpkin_data::block_properties::EndPorta... type EndPortal (line 11) | pub struct EndPortal; constant FRAME_BLOCK (line 14) | const FRAME_BLOCK: Block = Block::END_PORTAL_FRAME; constant FRAME_BLOCK_ID (line 15) | const FRAME_BLOCK_ID: u16 = Self::FRAME_BLOCK.id; method get_new_portal (line 17) | pub async fn get_new_portal(world: &Arc, pos: BlockPos) { method get_mid_pos (line 26) | async fn get_mid_pos(world: &World, pos: BlockPos) -> Option { method is_valid_portal (line 53) | async fn is_valid_portal(world: &World, pos: BlockPos) -> bool { method create_portal (line 90) | async fn create_portal(world: &Arc, pos: BlockPos) { FILE: pumpkin/src/world/portal/mod.rs type SourcePortalInfo (line 16) | pub struct SourcePortalInfo { method from (line 24) | fn from(result: &PortalSearchResult) -> Self { type PortalManager (line 34) | pub struct PortalManager { method new (line 44) | pub const fn new(portal_delay: u32, portal_world: Arc, pos: Blo... method set_source_portal (line 55) | pub const fn set_source_portal(&mut self, info: SourcePortalInfo) { method tick (line 59) | pub const fn tick(&mut self) -> bool { FILE: pumpkin/src/world/portal/nether.rs constant SEARCH_RADIUS_NETHER (line 15) | const SEARCH_RADIUS_NETHER: i32 = 16; constant SEARCH_RADIUS_OVERWORLD (line 16) | const SEARCH_RADIUS_OVERWORLD: i32 = 128; type PortalSearchResult (line 19) | pub struct PortalSearchResult { method get_teleport_position (line 28) | pub fn get_teleport_position(&self) -> Vector3 { method calculate_teleport_yaw (line 42) | pub fn calculate_teleport_yaw( method entity_pos_in_portal (line 65) | pub fn entity_pos_in_portal( method calculate_exit_position (line 108) | pub fn calculate_exit_position( method find_open_position (line 145) | pub async fn find_open_position( method is_position_clear (line 183) | async fn is_position_clear( type NetherPortal (line 216) | pub struct NetherPortal { constant MIN_WIDTH (line 226) | const MIN_WIDTH: u32 = 2; constant MAX_WIDTH (line 227) | const MAX_WIDTH: u32 = 21; constant MAX_HEIGHT (line 228) | const MAX_HEIGHT: u32 = 21; constant MIN_HEIGHT (line 229) | const MIN_HEIGHT: u32 = 3; constant FRAME_BLOCK (line 230) | const FRAME_BLOCK: Block = Block::OBSIDIAN; method is_valid (line 233) | pub const fn is_valid(&self) -> bool { method was_already_valid (line 241) | pub const fn was_already_valid(&self) -> bool { method lower_corner (line 246) | pub const fn lower_corner(&self) -> BlockPos { method axis (line 251) | pub const fn axis(&self) -> HorizontalAxis { method width (line 256) | pub const fn width(&self) -> u32 { method height (line 261) | pub const fn height(&self) -> u32 { method create (line 265) | pub async fn create(&self, world: &Arc) { method get_new_portal (line 289) | pub async fn get_new_portal( method get_on_axis (line 314) | pub async fn get_on_axis(world: &World, pos: &BlockPos, axis: Horizont... method get_lower_cornor (line 338) | async fn get_lower_cornor( method get_width (line 360) | async fn get_width( method get_height (line 383) | async fn get_height( method get_potential_height (line 407) | async fn get_potential_height( method is_horizontal_frame_valid (line 445) | async fn is_horizontal_frame_valid( method valid_state_inside_portal (line 464) | fn valid_state_inside_portal(block: &Block, state: &BlockState) -> bool { method search_for_portal (line 470) | pub async fn search_for_portal( method find_safe_location (line 547) | pub async fn find_safe_location( method is_valid_portal_air (line 671) | const fn is_valid_portal_air(state: &BlockState) -> bool { method is_valid_portal_pos (line 675) | async fn is_valid_portal_pos( method build_portal_frame (line 714) | pub async fn build_portal_frame( FILE: pumpkin/src/world/scoreboard.rs type Scoreboard (line 15) | pub struct Scoreboard { method add_objective (line 21) | pub async fn add_objective(&mut self, world: &World, objective: Scoreb... method update_score (line 47) | pub async fn update_score(&self, world: &World, score: ScoreboardScore... type ScoreboardObjective (line 74) | pub struct ScoreboardObjective<'a> { function new (line 83) | pub const fn new( type ScoreboardScore (line 98) | pub struct ScoreboardScore<'a> { function new (line 108) | pub const fn new( FILE: pumpkin/src/world/time.rs type LevelTime (line 5) | pub struct LevelTime { method new (line 19) | pub const fn new() -> Self { method tick_time (line 27) | pub const fn tick_time(&mut self, advance_time: bool, advance_weather:... method send_time (line 37) | pub async fn send_time(&self, world: &World) { method add_time (line 46) | pub const fn add_time(&mut self, time: i64) { method set_time (line 50) | pub const fn set_time(&mut self, time: i64) { method query_daytime (line 55) | pub const fn query_daytime(&self) -> i64 { method query_gametime (line 60) | pub const fn query_gametime(&self) -> i64 { method query_day (line 65) | pub const fn query_day(&self) -> i64 { method is_night (line 70) | pub const fn is_night(&self) -> bool { method default (line 12) | fn default() -> Self { FILE: pumpkin/src/world/weather.rs constant RAIN_DELAY_MIN (line 6) | const RAIN_DELAY_MIN: i32 = 12_000; constant RAIN_DELAY_MAX (line 7) | const RAIN_DELAY_MAX: i32 = 180_000; constant RAIN_DURATION_MIN (line 8) | const RAIN_DURATION_MIN: i32 = 12_000; constant RAIN_DURATION_MAX (line 9) | const RAIN_DURATION_MAX: i32 = 24_000; constant THUNDER_DELAY_MIN (line 10) | const THUNDER_DELAY_MIN: i32 = 12_000; constant THUNDER_DELAY_MAX (line 11) | const THUNDER_DELAY_MAX: i32 = 180_000; constant THUNDER_DURATION_MIN (line 12) | const THUNDER_DURATION_MIN: i32 = 3_600; constant THUNDER_DURATION_MAX (line 13) | const THUNDER_DURATION_MAX: i32 = 15_600; constant WEATHER_TRANSITION_SPEED (line 15) | const WEATHER_TRANSITION_SPEED: f32 = 0.01; type Weather (line 17) | pub struct Weather { method new (line 40) | pub const fn new() -> Self { method set_weather_parameters (line 55) | pub async fn set_weather_parameters( method tick_weather (line 84) | pub async fn tick_weather(&mut self, world: &World) { method advance_weather_cycle (line 125) | fn advance_weather_cycle(&mut self) { method reset_weather_cycle (line 161) | pub async fn reset_weather_cycle(&mut self, world: &World) { method default (line 33) | fn default() -> Self { method clone (line 167) | fn clone(&self) -> Self {