[[분류:마인크래프트/NBT]][[분류:템플릿/마인크래프트]] [include(틀:관련 문서, top1=마인크래프트/NBT)] [목차] == NBT == === 기본 NBT 설명 === ||<-2> {{{+3 {{{#000 '''NBT'''}}}}}} || ||<-2> {{{{NBT:인자} }}} || || '''기능''' || 기능 설명 || || '''사용 대상''' || 사용 대상 설명(엔티티, 몹, 아이템 등) || || '''기본값''' || {{{기본값이 없으면 -}}} || || '''관련 NBT 태그''' || {{{없으면 -}}} || || '''유형''' || [include(틀:NBTUndefined)] || === NBT 트리 === || [[파일:nbtFileIcon.svg]][br]{{{+3 '''NBT'''}}} || || * '''NBT''' < [include(틀:NBTUndefined)] > * '''NBT''' < [include(틀:NBTUndefined)] > * '''NBT''' < [include(틀:NBTUndefined)] > || * 예시 {{{Foo: [1.0f, 1.0f]}}} || * '''Foo''' < [include(틀:NBTList)] > * < [include(틀:NBTFloat)] > * < [include(틀:NBTFloat)] > || {{{Foo: [ { bar1: 1, bar2: 3b }, { bar1: 2, bar2: 5b }, ... ]}}} || * '''Foo''' < [include(틀:NBTList)] > * [include(틀:NBTCompound)] * '''bar1''' < [include(틀:NBTInt)] > * '''bar2''' < [include(틀:NBTByte)] > || === NBT 유형 === [include(틀:다른 뜻1, other1=자세한 NBT 유형, rd1=마인크래프트/NBT, anchor1=데이터 형식)] || 배지[* 이 배지를 유형 부분에 복붙바람] || 유형 || 사용법 || || [include(틀:NBTUndefined)] || 타입이 확인되지 않았을 경우에 사용 || {{{[include(틀:NBTUndefined)]}}} || || [include(틀:NBTByte)] || Byte 타입 || {{{[include(틀:NBTByte)]}}} || || [include(틀:NBTShort)] || Short 타입 || {{{[include(틀:NBTShort)]}}} || || [include(틀:NBTInt)] || Int 타입 || {{{[include(틀:NBTInt)]}}} || || [include(틀:NBTLong)] || Long 타입 || {{{[include(틀:NBTLong)]}}} || || [include(틀:NBTFloat)] || Float 타입 || {{{[include(틀:NBTFloat)]}}} || || [include(틀:NBTDouble)] || Double 타입 || {{{[include(틀:NBTDouble)]}}} || || [include(틀:NBTString)] || String 타입 || {{{[include(틀:NBTString)]}}} || || [include(틀:NBTList)] || List 타입 || {{{[include(틀:NBTList)]}}} || || [include(틀:NBTCompound)] || Compound 타입 || {{{[include(틀:NBTCompound)]}}} || || [include(틀:NBTByteArray)] || Byte Array 타입 || {{{[include(틀:NBTByteArray)]}}} || || [include(틀:NBTIntArray)] || Int Array 타입 || {{{[include(틀:NBTIntArray)]}}} || || [include(틀:NBTLongArray)] || Long Array 타입 || {{{[include(틀:NBTLongArray)]}}} || || [include(틀:NBTBoolean)] || Boolean 타입 || {{{[include(틀:NBTBoolean)]}}} || === 블록 상태 NBT 구조 === 블록 상태의 NBT 구조는 {{{[include(틀:마인크래프트/NBT/블록 상태, key=BlockState)]}}}로 조직합니다. 틀의 매개변수인 key는 바뀔 수 있습니다. 예시, inBlockState의 블록 상태의 구조를 표시한다. [include(틀:마인크래프트/NBT/블록 상태, key=inBlockState)] 이때는 key에 inBlockState를 입력합니다. [각주][include(틀:문서 가져옴, title=템플릿:마인크래프트/명령어, version=36)]