LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
terrex/entity/__init__.py
terrex/entity/entity.py
terrex/entity/npc.py
terrex/entity/tile_entity/__init__.py
terrex/entity/tile_entity/tile_entity.py
terrex/event/__init__.py
terrex/event/context.py
terrex/event/dispatcher.py
terrex/event/manager.py
terrex/event/types.py
terrex/event/filter/__init__.py
terrex/event/filter/base.py
terrex/event/filter/combinators.py
terrex/event/filter/item.py
terrex/event/filter/message.py
terrex/event/filter/player.py
terrex/event/filter/world.py
terrex/id/AchievementHelperID.py
terrex/id/AmmoID.py
terrex/id/AnimationID.py
terrex/id/ArmorIDs.py
terrex/id/BiomeConversionID.py
terrex/id/BuffID.py
terrex/id/DustID.py
terrex/id/ExtrasID.py
terrex/id/GameEventClearedID.py
terrex/id/GameModeID.py
terrex/id/GameVersionID.py
terrex/id/GlowMaskID.py
terrex/id/GoreID.py
terrex/id/HousingCategoryID.py
terrex/id/InvasionID.py
terrex/id/ItemAlternativeFunctionID.py
terrex/id/ItemHoldStyleID.py
terrex/id/ItemID.py
terrex/id/ItemSourceID.py
terrex/id/ItemUseStyleID.py
terrex/id/LiquidID.py
terrex/id/MessageID.py
terrex/id/MountID.py
terrex/id/MusicID.py
terrex/id/NPCHeadID.py
terrex/id/NPCID.py
terrex/id/PaintCoatingID.py
terrex/id/PaintID.py
terrex/id/PlayerDifficultyID.py
terrex/id/PlayerTeamID.py
terrex/id/PlayerTextureID.py
terrex/id/PlayerVariantID.py
terrex/id/PlayerVoiceID.py
terrex/id/PlayerVoiceOverrideID.py
terrex/id/PrefixID.py
terrex/id/ProjectileDrawLayerID.py
terrex/id/ProjectileID.py
terrex/id/ProjectileSourceID.py
terrex/id/StatusID.py
terrex/id/SurfaceBackgroundID.py
terrex/id/TeleportationSide.py
terrex/id/TeleportationStyleID.py
terrex/id/TileChangeType.py
terrex/id/TileID.py
terrex/id/TorchID.py
terrex/id/TreeTopID.py
terrex/id/WallID.py
terrex/id/WaterStyleID.py
terrex/id/__init__.py
terrex/id/set_factory.py
terrex/item/__init__.py
terrex/item/item.py
terrex/localization/__init__.py
terrex/localization/culture_name.py
terrex/localization/localization.py
terrex/localization/network_text.py
terrex/net/__init__.py
terrex/net/bits_byte.py
terrex/net/protocol.py
terrex/net/streamer.py
terrex/net/tile_npc_data.py
terrex/net/tile_stack.py
terrex/net/world_zone.py
terrex/net/ambience/__init__.py
terrex/net/ambience/sky_entity_type.py
terrex/net/creative_power/__init__.py
terrex/net/creative_power/creative_power.py
terrex/net/creative_power/difficulty_slider_power.py
terrex/net/creative_power/far_placement_range_power.py
terrex/net/creative_power/freeze_rain_power.py
terrex/net/creative_power/freeze_time_power.py
terrex/net/creative_power/freeze_wind_direction_and_strength_power.py
terrex/net/creative_power/godmode_power.py
terrex/net/creative_power/modify_rain_power.py
terrex/net/creative_power/modify_time_rate_power.py
terrex/net/creative_power/modify_wind_direction_and_strength_power.py
terrex/net/creative_power/spawn_rate_slider_per_player_power.py
terrex/net/creative_power/start_day_immediately_power.py
terrex/net/creative_power/start_midnight_immediately_power.py
terrex/net/creative_power/start_night_immediately_power.py
terrex/net/creative_power/start_noon_immediately_power.py
terrex/net/creative_power/stop_biome_spread_power.py
terrex/net/drawing/__init__.py
terrex/net/drawing/particle_orchestra_settings.py
terrex/net/enum/__init__.py
terrex/net/enum/chat_command.py
terrex/net/enum/difficulty_level.py
terrex/net/enum/mode.py
terrex/net/enum/section_size.py
terrex/net/enum/teleport_pylon_operation.py
terrex/net/enum/teleport_pylon_type.py
terrex/net/enum/teleport_request_type.py
terrex/net/enum/teleport_type.py
terrex/net/enum/world_size.py
terrex/net/module/__init__.py
terrex/net/module/net_ambience_module.py
terrex/net/module/net_banners_module.py
terrex/net/module/net_bestiary_module.py
terrex/net/module/net_crafting_request_module.py
terrex/net/module/net_crafting_response_module.py
terrex/net/module/net_creative_power_permissions_module.py
terrex/net/module/net_creative_powers_module.py
terrex/net/module/net_creative_unlocks_player_report_module.py
terrex/net/module/net_leashed_entity_module.py
terrex/net/module/net_liquid_module.py
terrex/net/module/net_module.py
terrex/net/module/net_particles_module.py
terrex/net/module/net_ping_module.py
terrex/net/module/net_tag_effect_module.py
terrex/net/module/net_teleport_pylon_module.py
terrex/net/module/net_text_module.py
terrex/net/module/net_unbreakable_wall_scan_module.py
terrex/net/structure/__init__.py
terrex/net/structure/bestiary.py
terrex/net/structure/chest.py
terrex/net/structure/liquid.py
terrex/net/structure/player_death_reason.py
terrex/net/structure/rgb.py
terrex/net/structure/sign.py
terrex/net/structure/tile.py
terrex/net/structure/vec2.py
terrex/net/structure/world_section.py
terrex/net/variable/__init__.py
terrex/net/variable/any_var.py
terrex/net/variable/bool_var.py
terrex/net/variable/const_var.py
terrex/net/variable/float_var.py
terrex/net/variable/int_var.py
terrex/net/variable/str_var.py
terrex/packet/__init__.py
terrex/packet/achievement_message_event_happened.py
terrex/packet/achievement_message_npc_killed.py
terrex/packet/add_npc_buff.py
terrex/packet/add_player_buff_pvp.py
terrex/packet/angler_quest.py
terrex/packet/angler_quest_finished.py
terrex/packet/area_tile_change.py
terrex/packet/base.py
terrex/packet/bug_catching.py
terrex/packet/bug_releasing.py
terrex/packet/chest_name.py
terrex/packet/chest_updates.py
terrex/packet/client_synced_inventory.py
terrex/packet/client_uuid.py
terrex/packet/combat_text_int.py
terrex/packet/combat_text_string.py
terrex/packet/crystal_invasion_send_wait_time.py
terrex/packet/crystal_invasion_start.py
terrex/packet/crystal_invasion_wipe_all_the_thingsss.py
terrex/packet/damage_npc.py
terrex/packet/dead_player.py
terrex/packet/dev_commands.py
terrex/packet/emoji.py
terrex/packet/finished_connecting_to_server.py
terrex/packet/fish_out_npc.py
terrex/packet/food_platter_try_placing.py
terrex/packet/gem_lock_toggle.py
terrex/packet/heal_other_player.py
terrex/packet/hello.py
terrex/packet/hit_switch.py
terrex/packet/initial_spawn.py
terrex/packet/instrument_sound.py
terrex/packet/invasion_progress_report.py
terrex/packet/item_frame_try_placing.py
terrex/packet/item_owner.py
terrex/packet/item_rotation_and_animation.py
terrex/packet/item_tweaker.py
terrex/packet/kick.py
terrex/packet/kill_projectile.py
terrex/packet/land_golf_ball_in_cup.py
terrex/packet/liquid_update.py
terrex/packet/lock_and_unlock.py
terrex/packet/mana_effect.py
terrex/packet/mass_wire_operation.py
terrex/packet/mass_wire_operation_pay.py
terrex/packet/minion_attack_target_update.py
terrex/packet/minion_rest_target_update.py
terrex/packet/moonlord_horror.py
terrex/packet/murder_someone_elses_portal.py
terrex/packet/nebula_levelup_request.py
terrex/packet/net_modules.py
terrex/packet/npc_buffs.py
terrex/packet/open_sign_request.py
terrex/packet/open_sign_response.py
terrex/packet/ping.py
terrex/packet/place_object.py
terrex/packet/play_legacy_sound.py
terrex/packet/player_active.py
terrex/packet/player_buffs.py
terrex/packet/player_controls.py
terrex/packet/player_death_v2.py
terrex/packet/player_dodge.py
terrex/packet/player_heal.py
terrex/packet/player_hurt_v2.py
terrex/packet/player_info.py
terrex/packet/player_life_mana.py
terrex/packet/player_mana.py
terrex/packet/player_spawn.py
terrex/packet/player_stealth.py
terrex/packet/poof_of_smoke.py
terrex/packet/quests_count_sync.py
terrex/packet/quick_stack_chests.py
terrex/packet/release_item_ownership.py
terrex/packet/remove_revenge_marker.py
terrex/packet/request_chest_open.py
terrex/packet/request_npc_buff_removal.py
terrex/packet/request_password.py
terrex/packet/request_teleportation_by_server.py
terrex/packet/request_tile_entity_interaction.py
terrex/packet/request_world_data.py
terrex/packet/send_password.py
terrex/packet/set_counts_as_host_for_gameplay.py
terrex/packet/set_time.py
terrex/packet/shop_override.py
terrex/packet/smart_text_message.py
terrex/packet/spawn_boss_use_license_start_event.py
terrex/packet/spawn_tile_data.py
terrex/packet/special_fx.py
terrex/packet/status_text_size.py
terrex/packet/sync_cavern_monster_type.py
terrex/packet/sync_chest_item.py
terrex/packet/sync_emote_bubble.py
terrex/packet/sync_equipment.py
terrex/packet/sync_extra_value.py
terrex/packet/sync_item.py
terrex/packet/sync_loadout.py
terrex/packet/sync_npc.py
terrex/packet/sync_player.py
terrex/packet/sync_player_chest.py
terrex/packet/sync_player_chest_index.py
terrex/packet/sync_player_zone.py
terrex/packet/sync_projectile.py
terrex/packet/sync_revenge_marker.py
terrex/packet/sync_talk_npc.py
terrex/packet/sync_tile_paint_or_coating.py
terrex/packet/sync_tile_picking.py
terrex/packet/sync_wall_paint_or_coating.py
terrex/packet/tamper_with_npc.py
terrex/packet/te_display_doll_data_sync.py
terrex/packet/te_hat_rack_item_sync.py
terrex/packet/team_change.py
terrex/packet/teleport_entity.py
terrex/packet/teleport_npc_through_portal.py
terrex/packet/teleport_player_through_portal.py
terrex/packet/temporary_animation.py
terrex/packet/tile_entity_placement.py
terrex/packet/tile_entity_sharing.py
terrex/packet/tile_frame_section.py
terrex/packet/tile_manipulation.py
terrex/packet/tile_section.py
terrex/packet/toggle_door_state.py
terrex/packet/toggle_party.py
terrex/packet/toggle_pvp.py
terrex/packet/travel_merchant_items.py
terrex/packet/tshock_placeholder.py
terrex/packet/unique_town_npc_info_sync_request.py
terrex/packet/unknown15.py
terrex/packet/unused83.py
terrex/packet/unused_melee_strike.py
terrex/packet/update_good_evil.py
terrex/packet/update_home_npc.py
terrex/packet/update_item_drop2.py
terrex/packet/update_player_luck_factors.py
terrex/packet/update_tower_shield_strengths.py
terrex/packet/weapons_rack_try_placing.py
terrex/packet/wired_cannon_shot.py
terrex/packet/world_data.py
terrex/player/__init__.py
terrex/player/player.py
terrex/terrex.egg-info/PKG-INFO
terrex/terrex.egg-info/SOURCES.txt
terrex/terrex.egg-info/dependency_links.txt
terrex/terrex.egg-info/requires.txt
terrex/terrex.egg-info/top_level.txt
terrex/util/__init__.py
terrex/util/stringify.py
terrex/world/__init__.py
terrex/world/map_colors.py
terrex/world/map_helper.py
terrex/world/world.py
terrex/world/world_gen.py
terrex/world/shape/__init__.py
terrex/world/shape/base.py
terrex/world/shape/circle.py
terrex/world/shape/half_circle.py
terrex/world/shape/mound.py
terrex/world/shape/rectangle.py
terrex/world/shape/slime.py
terrex/world/shape/tail.py