Versions in this module Expand all Collapse all v1 v1.20.2 Aug 8, 2023 Changes in this version + type ChatType struct + Chat chat.Decoration + Narration chat.Decoration + type DamageType struct + DeathMessageType string + Effects string + Exhaustion float32 + MessageID string + Scaling string + type Dimension struct + AmbientLight float64 + BedWorks bool + CoordinateScale float64 + Effects string + FixedTime int64 + HasCeiling bool + HasRaids byte + HasSkylight bool + Height int32 + InfiniteBurn string + LogicalHeight int32 + MinY int32 + MonsterSpawnBlockLightLimit int32 + MonsterSpawnLightLevel nbt.RawMessage + Natural bool + PiglinSafe byte + RespawnAnchorWorks byte + Ultrawarm bool + type NetworkCodec struct + ChatType Registry[ChatType] + DamageType Registry[DamageType] + DimensionType Registry[Dimension] + TrimMaterial Registry[nbt.RawMessage] + TrimPattern Registry[nbt.RawMessage] + WorldGenBiome Registry[nbt.RawMessage] + type Registry struct + Type string + Value []struct{ ... } + func (r *Registry[E]) Find(name string) (int32, *E) + func (r *Registry[E]) FindByID(id int32) *E