Sha256: 2375204930c233b3707246c9a7c4e4dba2cc303c9cd8dc35848c5d361f3b301e
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module NBTUtils module Tag class End include NBTUtils::Tag type_id 0 def initialize(...) @name = '' end def to_s(...) '' end def to_nbt_string(...) binary_type_id end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nbt_utils-0.5.0 | lib/nbt_utils/tag/end.rb |