module Shatter::Packet::Handler
Direct including types
- Shatter::Packet::Login::CryptRequest
- Shatter::Packet::Login::LoginSuccess
- Shatter::Packet::Login::SetCompression
- Shatter::Packet::Play::BlockAction
- Shatter::Packet::Play::BlockChange
- Shatter::Packet::Play::ChatMessage
- Shatter::Packet::Play::ChunkPacket1171
- Shatter::Packet::Play::ChunkPacket119
- Shatter::Packet::Play::DestroyEntity
- Shatter::Packet::Play::Disconnect
- Shatter::Packet::Play::EntityHeadLook
- Shatter::Packet::Play::EntityMeta
- Shatter::Packet::Play::EntityPosition
- Shatter::Packet::Play::EntityPosRot
- Shatter::Packet::Play::EntityProp
- Shatter::Packet::Play::EntityRotation
- Shatter::Packet::Play::EntityStatus
- Shatter::Packet::Play::EntityTeleport
- Shatter::Packet::Play::EntityVelocity
- Shatter::Packet::Play::Equipment
- Shatter::Packet::Play::GameState
- Shatter::Packet::Play::JoinGame
- Shatter::Packet::Play::KeepAlive
- Shatter::Packet::Play::MultiBlocks
- Shatter::Packet::Play::PlayInfo
- Shatter::Packet::Play::PluginMessage
- Shatter::Packet::Play::SoundPacket
- Shatter::Packet::Play::SpawnEntity
- Shatter::Packet::Play::SpawnLiving
- Shatter::Packet::Play::SpawnPlayer
- Shatter::Packet::Play::WindowItems
- Shatter::Packet::Play::WorldTime
- Shatter::Packet::Status::Response
Defined in:
shatter/packet/handler.crConstant Summary
-
ALL_TAGS_DISABLED =
TAG_OPTIONS.includes?("-*")
-
ALL_TAGS_ENABLED =
TAG_OPTIONS.includes?("*")
-
DISABLED_TAGS =
TAG_OPTIONS.select(&.starts_with?("-")).map(&.[](1..))
-
ENABLED_TAGS =
TAG_OPTIONS.reject(&.starts_with?("-"))
-
TAG_OPTIONS =
(ENV["SHATTER_DESCRIBE_TAGS"]? || "").split(",")