History - net.minecraft.world.level.block.entity.StructureBlockEntity
25w18a
Names
eah
eax
Fields
ResourceLocation: u, structureName, field_12102, templateName, f_59812_
ResourceLocation: u, structureName, field_12102
String: v, author, field_12104, author, f_59813_
String: v, author, field_12104
String: w, metaData, field_12098, metadata, f_59814_
String: w, metaData, field_12098
BlockPos: x, structurePos, field_12092, offset, f_59815_
BlockPos: x, structurePos, field_12092
Mirror: z, mirror, field_12093, mirror, f_59817_
Mirror: z, mirror, field_12093
Rotation: A, rotation, field_12105, rotation, f_59818_
Rotation: A, rotation, field_12105
StructureMode: B, mode, field_12094, mode, f_59819_
StructureMode: B, mode, field_12094
boolean: C, ignoreEntities, field_12099, ignoreEntities, f_59820_
boolean: C, ignoreEntities, field_12099
boolean: E, powered, field_12097, powered, f_59821_
boolean: E, powered, field_12097
boolean: F, showAir, field_12096, showAir, f_59822_
boolean: F, showAir, field_12096
boolean: G, showBoundingBox, field_12095, showBoundingBox, f_59823_
boolean: G, showBoundingBox, field_12095
float: H, integrity, field_12101, integrity, f_59824_
float: H, integrity, field_12101
long: I, seed, field_12103, seed, f_59825_
long: I, seed, field_12103
int: d, SCAN_CORNER_BLOCKS_RANGE, field_31367, field_31367, f_155777_
int: d, SCAN_CORNER_BLOCKS_RANGE, field_31367
int: a, MAX_OFFSET_PER_AXIS, field_31364, field_31364, f_155774_
int: a, MAX_OFFSET_PER_AXIS, field_31364
int: b, MAX_SIZE_PER_AXIS, field_31365, field_31365, f_155775_
int: b, MAX_SIZE_PER_AXIS, field_31365
String: c, AUTHOR_TAG, field_31366, AUTHOR_KEY, f_155776_
String: c, AUTHOR_TAG, field_31366
Vec3i: y, structureSize, field_12100, size, f_59816_
Vec3i: y, structureSize, field_12100
String: e, DEFAULT_AUTHOR, field_57787, DEFAULT_AUTHOR, f_380744_
String: e, DEFAULT_AUTHOR, field_57787
String: f, DEFAULT_METADATA, field_57788, DEFAULT_METADATA, f_382184_
String: f, DEFAULT_METADATA, field_57788
BlockPos: g, DEFAULT_POS, field_57789, DEFAULT_OFFSET, f_381552_
BlockPos: g, DEFAULT_POS, field_57789
Vec3i: h, DEFAULT_SIZE, field_57790, DEFAULT_SIZE, f_380038_
Vec3i: h, DEFAULT_SIZE, field_57790
Rotation: i, DEFAULT_ROTATION, field_57791, DEFAULT_ROTATION, f_381211_
Rotation: i, DEFAULT_ROTATION, field_57791
Mirror: j, DEFAULT_MIRROR, field_57792, DEFAULT_MIRROR, f_379373_
Mirror: j, DEFAULT_MIRROR, field_57792
boolean: k, DEFAULT_IGNORE_ENTITIES, field_57793, DEFAULT_IGNORE_ENTITIES, f_381499_
boolean: k, DEFAULT_IGNORE_ENTITIES, field_57793
boolean: l, DEFAULT_STRICT, field_57794, DEFAULT_STRICT, f_382237_
boolean: l, DEFAULT_STRICT, field_57794
boolean: m, DEFAULT_POWERED, field_57795, DEFAULT_POWERED, f_381226_
boolean: m, DEFAULT_POWERED, field_57795
boolean: q, DEFAULT_SHOW_AIR, field_57796, DEFAULT_SHOW_AIR, f_382432_
boolean: q, DEFAULT_SHOW_AIR, field_57796
boolean: r, DEFAULT_SHOW_BOUNDING_BOX, field_57797, DEFAULT_SHOW_BOUNDING_BOX, f_380149_
boolean: r, DEFAULT_SHOW_BOUNDING_BOX, field_57797
float: s, DEFAULT_INTEGRITY, field_57798, DEFAULT_INTEGRITY, f_380309_
float: s, DEFAULT_INTEGRITY, field_57798
long: t, DEFAULT_SEED, field_57799, DEFAULT_SEED, f_381179_
long: t, DEFAULT_SEED, field_57799
boolean: D, strict, field_55823, strict, f_381308_
boolean: D, strict, field_55823
Constructors
Methods
void (): H, updateBlockState, method_11348, updateBlockMode, m_59836_
void (): J, updateBlockState, method_11348
ClientboundBlockEntityDataPacket (): a, getUpdatePacket, method_38252, toUpdatePacket, m_58483_
ClientboundBlockEntityDataPacket (): a, getUpdatePacket, method_38252
boolean (Player): a, usedBy, method_11351, openScreen, m_59853_
boolean (Player): a, usedBy, method_11351
String (): d, getStructureName, method_11362, getTemplateName, m_59895_
String (): d, getStructureName, method_11362
boolean (): f, hasStructureName, method_11384, hasStructureName, m_59901_
boolean (): f, hasStructureName, method_11384
void (String): a, setStructureName, method_11343, setTemplateName, m_59868_
void (String): a, setStructureName, method_11343
void (ResourceLocation): a, setStructureName, method_11344, setTemplateName, m_59874_
void (ResourceLocation): a, setStructureName, method_11344
void (LivingEntity): a, createdBy, method_11373, setAuthor, m_59851_
void (LivingEntity): a, createdBy, method_11373
void (BlockPos): a, setStructurePos, method_11378, setOffset, m_59885_
void (BlockPos): a, setStructurePos, method_11378
void (Mirror): a, setMirror, method_11356, setMirror, m_59881_
void (Mirror): a, setMirror, method_11356
void (Rotation): a, setRotation, method_11385, setRotation, m_59883_
void (Rotation): a, setRotation, method_11385
void (String): b, setMetaData, method_11363, setMetadata, m_59887_
void (String): b, setMetaData, method_11363
StructureMode (): v, getMode, method_11374, getMode, m_59908_
StructureMode (): x, getMode, method_11374
void (StructureMode): a, setMode, method_11381, setMode, m_59860_
void (StructureMode): a, setMode, method_11381
void (boolean): a, setIgnoreEntities, method_11352, setIgnoreEntities, m_59876_
void (boolean): a, setIgnoreEntities, method_11352
void (float): a, setIntegrity, method_11370, setIntegrity, m_59838_
void (float): a, setIntegrity, method_11370
void (long): a, setSeed, method_11382, setSeed, m_59840_
void (long): a, setSeed, method_11382
boolean (): A, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): C, detectSize, method_11383
boolean (): B, saveStructure, method_11365, saveStructure, m_59830_
boolean (): D, saveStructure, method_11365
boolean (boolean): c, saveStructure, method_11366, saveStructure, m_59889_
boolean (boolean): c, saveStructure, method_11366
void (): C, unloadStructure, method_11361, unloadStructure, m_59831_
void (): E, unloadStructure, method_11361
boolean (): D, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): F, isStructureLoadable, method_11372
boolean (): E, isPowered, method_11354, isPowered, m_59833_
boolean (): G, isPowered, method_11354
void (boolean): d, setPowered, method_11379, setPowered, m_59893_
void (boolean): d, setPowered, method_11379
void (boolean): e, setShowAir, method_11347, setShowAir, m_59896_
void (boolean): e, setShowAir, method_11347
void (boolean): f, setShowBoundingBox, method_11360, setShowBoundingBox, m_59898_
void (boolean): f, setShowBoundingBox, method_11360
BlockPos (): j, getStructurePos, method_11359, getOffset, m_59902_
BlockPos (): j, getStructurePos, method_11359
Mirror (): s, getMirror, method_11345, getMirror, m_59905_
Mirror (): u, getMirror, method_11345
Rotation (): t, getRotation, method_11353, getRotation, m_59906_
Rotation (): v, getRotation, method_11353
String (): u, getMetaData, method_11358, getMetadata, m_59907_
String (): w, getMetaData, method_11358
boolean (): w, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
boolean (): y, isIgnoreEntities, method_11367
float (): y, getIntegrity, method_11346, getIntegrity, m_59827_
float (): A, getIntegrity, method_11346
long (): z, getSeed, method_11371, getSeed, m_59828_
long (): B, getSeed, method_11371
boolean (): F, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): H, getShowAir, method_11375
boolean (): G, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
boolean (): I, getShowBoundingBox, method_11357
boolean (ServerLevel): b, loadStructureInfo, method_11376, loadStructure, m_305135_
boolean (ServerLevel): b, loadStructureInfo, method_11376
Vec3i (): k, getStructureSize, method_11349, getSize, m_155805_
Vec3i (): k, getStructureSize, method_11349
void (Vec3i): a, setStructureSize, method_11377, setSize, m_155797_
void (Vec3i): a, setStructureSize, method_11377
Stream<BlockPos> (BlockPos, BlockPos): a, getRelatedCorners, method_34276, streamCornerPos, m_155791_
Stream<BlockPos> (BlockPos, BlockPos): a, getRelatedCorners, method_34276
Optional<BoundingBox> (BlockPos, Stream<BlockPos>): a, calculateEnclosingBoundingBox, method_34277, getStructureBox, m_155794_
Optional<BoundingBox> (BlockPos, Stream<BlockPos>): a, calculateEnclosingBoundingBox, method_34277
RandomSource (long): b, createRandom, method_20048, createRandom, m_222888_
RandomSource (long): b, createRandom, method_20048
boolean (ServerLevel): a, placeStructureIfSameSize, method_54874, loadAndTryPlaceStructure, m_306422_
boolean (ServerLevel): a, placeStructureIfSameSize, method_54874
void (StructureTemplate): a, loadStructureInfo, method_54877, loadStructure, m_305456_
void (StructureTemplate): a, loadStructureInfo, method_54877
void (ServerLevel): c, placeStructure, method_54878, loadAndPlaceStructure, m_305508_
void (ServerLevel): c, placeStructure, method_54878
StructureTemplate (ServerLevel): d, getStructureTemplate, method_54879, getStructureTemplate, m_305438_
StructureTemplate (ServerLevel): d, getStructureTemplate, method_54879
void (ServerLevel, StructureTemplate): a, placeStructure, method_54875, loadAndPlaceStructure, m_306620_
void (ServerLevel, StructureTemplate): a, placeStructure, method_54875
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt, m_183515_
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt, m_318667_
CompoundTag (HolderLookup$Provider): a, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (HolderLookup$Provider): a, getUpdateTag, method_16887
boolean (): x, isStrict, method_66477, isStrict, m_384700_
boolean (): z, isStrict, method_66477
void (boolean): b, setStrict, method_66476, setStrict, m_386326_
void (boolean): b, setStrict, method_66476
boolean (ServerLevel, ResourceLocation, BlockPos, Vec3i, boolean, String, boolean): a, saveStructure, method_66717, saveStructure, m_388476_
boolean (ServerLevel, ResourceLocation, BlockPos, Vec3i, boolean, String, boolean): a, saveStructure, method_66717
BoundingBoxRenderable$Mode (): b, renderMode, method_66713, getRenderMode, m_385043_
BoundingBoxRenderable$Mode (): b, renderMode, method_66713
BoundingBoxRenderable$RenderableBox (): c, getRenderableBox, method_66714, getStructureBox, m_385706_
BoundingBoxRenderable$RenderableBox (): c, getRenderableBox, method_66714
void (ValueOutput): a, saveAdditional, method_11007
void (ValueInput): a, loadAdditional, method_11014
1.21.5
Names
dvs
eah
Fields
ResourceLocation: e, structureName, field_12102, templateName, f_59812_
ResourceLocation: u, structureName, field_12102, templateName, f_59812_
String: f, author, field_12104, author, f_59813_
String: v, author, field_12104, author, f_59813_
String: g, metaData, field_12098, metadata, f_59814_
String: w, metaData, field_12098, metadata, f_59814_
BlockPos: h, structurePos, field_12092, offset, f_59815_
BlockPos: x, structurePos, field_12092, offset, f_59815_
Mirror: j, mirror, field_12093, mirror, f_59817_
Mirror: z, mirror, field_12093, mirror, f_59817_
Rotation: k, rotation, field_12105, rotation, f_59818_
Rotation: A, rotation, field_12105, rotation, f_59818_
StructureMode: l, mode, field_12094, mode, f_59819_
StructureMode: B, mode, field_12094, mode, f_59819_
boolean: m, ignoreEntities, field_12099, ignoreEntities, f_59820_
boolean: C, ignoreEntities, field_12099, ignoreEntities, f_59820_
boolean: q, powered, field_12097, powered, f_59821_
boolean: E, powered, field_12097, powered, f_59821_
boolean: r, showAir, field_12096, showAir, f_59822_
boolean: F, showAir, field_12096, showAir, f_59822_
boolean: s, showBoundingBox, field_12095, showBoundingBox, f_59823_
boolean: G, showBoundingBox, field_12095, showBoundingBox, f_59823_
float: t, integrity, field_12101, integrity, f_59824_
float: H, integrity, field_12101, integrity, f_59824_
long: u, seed, field_12103, seed, f_59825_
long: I, seed, field_12103, seed, f_59825_
Vec3i: i, structureSize, field_12100, size, f_59816_
Vec3i: y, structureSize, field_12100, size, f_59816_
String: e, DEFAULT_AUTHOR, field_57787, DEFAULT_AUTHOR, f_380744_
String: f, DEFAULT_METADATA, field_57788, DEFAULT_METADATA, f_382184_
BlockPos: g, DEFAULT_POS, field_57789, DEFAULT_OFFSET, f_381552_
Vec3i: h, DEFAULT_SIZE, field_57790, DEFAULT_SIZE, f_380038_
Rotation: i, DEFAULT_ROTATION, field_57791, DEFAULT_ROTATION, f_381211_
Mirror: j, DEFAULT_MIRROR, field_57792, DEFAULT_MIRROR, f_379373_
boolean: k, DEFAULT_IGNORE_ENTITIES, field_57793, DEFAULT_IGNORE_ENTITIES, f_381499_
boolean: l, DEFAULT_STRICT, field_57794, DEFAULT_STRICT, f_382237_
boolean: m, DEFAULT_POWERED, field_57795, DEFAULT_POWERED, f_381226_
boolean: q, DEFAULT_SHOW_AIR, field_57796, DEFAULT_SHOW_AIR, f_382432_
boolean: r, DEFAULT_SHOW_BOUNDING_BOX, field_57797, DEFAULT_SHOW_BOUNDING_BOX, f_380149_
float: s, DEFAULT_INTEGRITY, field_57798, DEFAULT_INTEGRITY, f_380309_
long: t, DEFAULT_SEED, field_57799, DEFAULT_SEED, f_381179_
boolean: D, strict, field_55823, strict, f_381308_
Constructors
Methods
void (): F, updateBlockState, method_11348, updateBlockMode, m_59836_
void (): H, updateBlockState, method_11348, updateBlockMode, m_59836_
ClientboundBlockEntityDataPacket (): b, getUpdatePacket, method_38252, toUpdatePacket, m_58483_
ClientboundBlockEntityDataPacket (): a, getUpdatePacket, method_38252, toUpdatePacket, m_58483_
String (): c, getStructureName, method_11362, getTemplateName, m_59895_
String (): d, getStructureName, method_11362, getTemplateName, m_59895_
boolean (): d, hasStructureName, method_11384, hasStructureName, m_59901_
boolean (): f, hasStructureName, method_11384, hasStructureName, m_59901_
StructureMode (): u, getMode, method_11374, getMode, m_59908_
StructureMode (): v, getMode, method_11374, getMode, m_59908_
boolean (): y, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): A, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): z, saveStructure, method_11365, saveStructure, m_59830_
boolean (): B, saveStructure, method_11365, saveStructure, m_59830_
boolean (boolean): b, saveStructure, method_11366, saveStructure, m_59889_
boolean (boolean): c, saveStructure, method_11366, saveStructure, m_59889_
void (): A, unloadStructure, method_11361, unloadStructure, m_59831_
void (): C, unloadStructure, method_11361, unloadStructure, m_59831_
boolean (): B, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): D, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): C, isPowered, method_11354, isPowered, m_59833_
boolean (): E, isPowered, method_11354, isPowered, m_59833_
void (boolean): c, setPowered, method_11379, setPowered, m_59893_
void (boolean): d, setPowered, method_11379, setPowered, m_59893_
void (boolean): d, setShowAir, method_11347, setShowAir, m_59896_
void (boolean): e, setShowAir, method_11347, setShowAir, m_59896_
void (boolean): e, setShowBoundingBox, method_11360, setShowBoundingBox, m_59898_
void (boolean): f, setShowBoundingBox, method_11360, setShowBoundingBox, m_59898_
BlockPos (): f, getStructurePos, method_11359, getOffset, m_59902_
BlockPos (): j, getStructurePos, method_11359, getOffset, m_59902_
Mirror (): k, getMirror, method_11345, getMirror, m_59905_
Mirror (): s, getMirror, method_11345, getMirror, m_59905_
Rotation (): s, getRotation, method_11353, getRotation, m_59906_
Rotation (): t, getRotation, method_11353, getRotation, m_59906_
String (): t, getMetaData, method_11358, getMetadata, m_59907_
String (): u, getMetaData, method_11358, getMetadata, m_59907_
boolean (): v, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
boolean (): w, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
float (): w, getIntegrity, method_11346, getIntegrity, m_59827_
float (): y, getIntegrity, method_11346, getIntegrity, m_59827_
long (): x, getSeed, method_11371, getSeed, m_59828_
long (): z, getSeed, method_11371, getSeed, m_59828_
boolean (): D, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): F, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): E, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
boolean (): G, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
Vec3i (): j, getStructureSize, method_11349, getSize, m_155805_
Vec3i (): k, getStructureSize, method_11349, getSize, m_155805_
boolean (): x, isStrict, method_66477, isStrict, m_384700_
void (boolean): b, setStrict, method_66476, setStrict, m_386326_
boolean (ServerLevel, ResourceLocation, BlockPos, Vec3i, boolean, String, boolean): a, saveStructure, method_66717, saveStructure, m_388476_
BoundingBoxRenderable$Mode (): b, renderMode, method_66713, getRenderMode, m_385043_
BoundingBoxRenderable$RenderableBox (): c, getRenderableBox, method_66714, getStructureBox, m_385706_
1.21.4
Names
dwp
dvs
Fields
boolean: n, powered, field_12097, powered, f_59821_
boolean: q, powered, field_12097, powered, f_59821_
Constructors
Methods
void (): G, updateBlockState, method_11348, updateBlockMode, m_59836_
void (): F, updateBlockState, method_11348, updateBlockMode, m_59836_
StructureMode (): v, getMode, method_11374, getMode, m_59908_
StructureMode (): u, getMode, method_11374, getMode, m_59908_
boolean (): z, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): y, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): A, saveStructure, method_11365, saveStructure, m_59830_
boolean (): z, saveStructure, method_11365, saveStructure, m_59830_
void (): B, unloadStructure, method_11361, unloadStructure, m_59831_
void (): A, unloadStructure, method_11361, unloadStructure, m_59831_
boolean (): C, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): B, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): D, isPowered, method_11354, isPowered, m_59833_
boolean (): C, isPowered, method_11354, isPowered, m_59833_
Rotation (): t, getRotation, method_11353, getRotation, m_59906_
Rotation (): s, getRotation, method_11353, getRotation, m_59906_
String (): u, getMetaData, method_11358, getMetadata, m_59907_
String (): t, getMetaData, method_11358, getMetadata, m_59907_
boolean (): w, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
boolean (): v, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
float (): x, getIntegrity, method_11346, getIntegrity, m_59827_
float (): w, getIntegrity, method_11346, getIntegrity, m_59827_
long (): y, getSeed, method_11371, getSeed, m_59828_
long (): x, getSeed, method_11371, getSeed, m_59828_
boolean (): E, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): D, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): F, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
boolean (): E, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
1.21.3
Names
drx
dwp
Fields
boolean: q, powered, field_12097, powered, f_59821_
boolean: n, powered, field_12097, powered, f_59821_
Constructors
Methods
Rotation (): l, getRotation, method_11353, getRotation, m_59906_
Rotation (): t, getRotation, method_11353, getRotation, m_59906_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
dqy
drx
Fields
Constructors
Methods
1.20.6
Names
dij
dqy
Fields
boolean: n, powered, field_12097, powered, f_59821_
boolean: q, powered, field_12097, powered, f_59821_
Constructors
Methods
void (CompoundTag): a, load, method_11014, readNbt, m_142466_
void (): I, updateBlockState, method_11348, updateBlockMode, m_59836_
void (): G, updateBlockState, method_11348, updateBlockMode, m_59836_
ClientboundBlockEntityDataPacket (): c, getUpdatePacket, method_38252, toUpdatePacket, m_58483_
ClientboundBlockEntityDataPacket (): b, getUpdatePacket, method_38252, toUpdatePacket, m_58483_
CompoundTag (): ax_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
String (): d, getStructureName, method_11362, getTemplateName, m_59895_
String (): c, getStructureName, method_11362, getTemplateName, m_59895_
boolean (): f, hasStructureName, method_11384, hasStructureName, m_59901_
boolean (): d, hasStructureName, method_11384, hasStructureName, m_59901_
StructureMode (): x, getMode, method_11374, getMode, m_59908_
StructureMode (): v, getMode, method_11374, getMode, m_59908_
boolean (): B, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): z, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): C, saveStructure, method_11365, saveStructure, m_59830_
boolean (): A, saveStructure, method_11365, saveStructure, m_59830_
void (): D, unloadStructure, method_11361, unloadStructure, m_59831_
void (): B, unloadStructure, method_11361, unloadStructure, m_59831_
boolean (): E, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): C, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): F, isPowered, method_11354, isPowered, m_59833_
boolean (): D, isPowered, method_11354, isPowered, m_59833_
BlockPos (): g, getStructurePos, method_11359, getOffset, m_59902_
BlockPos (): f, getStructurePos, method_11359, getOffset, m_59902_
Mirror (): l, getMirror, method_11345, getMirror, m_59905_
Mirror (): k, getMirror, method_11345, getMirror, m_59905_
Rotation (): m, getRotation, method_11353, getRotation, m_59906_
Rotation (): l, getRotation, method_11353, getRotation, m_59906_
String (): w, getMetaData, method_11358, getMetadata, m_59907_
String (): u, getMetaData, method_11358, getMetadata, m_59907_
boolean (): y, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
boolean (): w, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
float (): z, getIntegrity, method_11346, getIntegrity, m_59827_
float (): x, getIntegrity, method_11346, getIntegrity, m_59827_
long (): A, getSeed, method_11371, getSeed, m_59828_
long (): y, getSeed, method_11371, getSeed, m_59828_
boolean (): G, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): E, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): H, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
boolean (): F, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
Vec3i (): k, getStructureSize, method_11349, getSize, m_155805_
Vec3i (): j, getStructureSize, method_11349, getSize, m_155805_
void (CompoundTag): b, saveAdditional, method_11007, writeNbt, m_183515_
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt, m_183515_
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt, m_318667_
CompoundTag (HolderLookup$Provider): a, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
1.20.4
Names
dei
dij
Fields
Constructors
Methods
void (): J, updateBlockState, method_11348, updateBlockMode, m_59836_
void (): I, updateBlockState, method_11348, updateBlockMode, m_59836_
CompoundTag (): as_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): ax_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
boolean (): g, hasStructureName, method_11384, hasStructureName, m_59901_
boolean (): f, hasStructureName, method_11384, hasStructureName, m_59901_
StructureMode (): y, getMode, method_11374, getMode, m_59908_
StructureMode (): x, getMode, method_11374, getMode, m_59908_
boolean (): C, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): B, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): D, saveStructure, method_11365, saveStructure, m_59830_
boolean (): C, saveStructure, method_11365, saveStructure, m_59830_
void (): E, unloadStructure, method_11361, unloadStructure, m_59831_
void (): D, unloadStructure, method_11361, unloadStructure, m_59831_
boolean (): F, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): E, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): G, isPowered, method_11354, isPowered, m_59833_
boolean (): F, isPowered, method_11354, isPowered, m_59833_
BlockPos (): i, getStructurePos, method_11359, getOffset, m_59902_
BlockPos (): g, getStructurePos, method_11359, getOffset, m_59902_
Mirror (): v, getMirror, method_11345, getMirror, m_59905_
Mirror (): l, getMirror, method_11345, getMirror, m_59905_
Rotation (): w, getRotation, method_11353, getRotation, m_59906_
Rotation (): m, getRotation, method_11353, getRotation, m_59906_
String (): x, getMetaData, method_11358, getMetadata, m_59907_
String (): w, getMetaData, method_11358, getMetadata, m_59907_
boolean (): z, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
boolean (): y, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
float (): A, getIntegrity, method_11346, getIntegrity, m_59827_
float (): z, getIntegrity, method_11346, getIntegrity, m_59827_
long (): B, getSeed, method_11371, getSeed, m_59828_
long (): A, getSeed, method_11371, getSeed, m_59828_
boolean (): H, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): G, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): I, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
boolean (): H, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
String (): f, getStructurePath, method_21865, getStructurePath, m_59900_
boolean (ServerLevel): a, loadStructure, method_11376, loadStructure, m_59842_
boolean (ServerLevel): b, loadStructureInfo, method_11376, loadStructure, m_305135_
boolean (ServerLevel, boolean): a, loadStructure, method_11368, loadStructure, m_59844_
boolean (ServerLevel, boolean, StructureTemplate): a, loadStructure, method_21864, place, m_59847_
Vec3i (): j, getStructureSize, method_11349, getSize, m_155805_
Vec3i (): k, getStructureSize, method_11349, getSize, m_155805_
boolean (ServerLevel): a, placeStructureIfSameSize, method_54874, loadAndTryPlaceStructure, m_306422_
void (StructureTemplate): a, loadStructureInfo, method_54877, loadStructure, m_305456_
void (ServerLevel): c, placeStructure, method_54878, loadAndPlaceStructure, m_305508_
StructureTemplate (ServerLevel): d, getStructureTemplate, method_54879, getStructureTemplate, m_305438_
void (ServerLevel, StructureTemplate): a, placeStructure, method_54875, loadAndPlaceStructure, m_306620_
1.20.2
Names
dba
dei
Fields
Constructors
Methods
CompoundTag (): ao_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): as_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
1.20.1
Names
dao
dba
Fields
Constructors
Methods
CompoundTag (): aq_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): ao_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
1.19.4
Names
cxt
dao
Fields
boolean: q, powered, field_12097, powered, f_59821_
boolean: n, powered, field_12097, powered, f_59821_
Constructors
Methods
CompoundTag (): ad_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): aq_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
Mirror (): t, getMirror, method_11345, getMirror, m_59905_
Mirror (): v, getMirror, method_11345, getMirror, m_59905_
1.19.3
Names
cuo
cxt
Fields
Constructors
Methods
CompoundTag (): aa_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): ad_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
ctr
cuo
Fields
Constructors
Methods
CompoundTag (): ab_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): aa_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
1.19
Names
cnv
ctr
Fields
ResourceLocation: e, structureName, field_12102, structureName, f_59812_
ResourceLocation: e, structureName, field_12102, templateName, f_59812_
Constructors
Methods
ClientboundBlockEntityDataPacket (): c, getUpdatePacket, method_38252, toUpdatePacket, m_183216_
ClientboundBlockEntityDataPacket (): c, getUpdatePacket, method_38252, toUpdatePacket, m_58483_
CompoundTag (): aa_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): ab_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
String (): d, getStructureName, method_11362, getStructureName, m_59895_
String (): d, getStructureName, method_11362, getTemplateName, m_59895_
void (String): a, setStructureName, method_11343, setStructureName, m_59868_
void (String): a, setStructureName, method_11343, setTemplateName, m_59868_
void (ResourceLocation): a, setStructureName, method_11344, setStructureName, m_59874_
void (ResourceLocation): a, setStructureName, method_11344, setTemplateName, m_59874_
Random (long): b, createRandom, method_20048, createRandom, m_59879_
Mirror (): v, getMirror, method_11345, getMirror, m_59905_
Mirror (): t, getMirror, method_11345, getMirror, m_59905_
RandomSource (long): b, createRandom, method_20048, createRandom, m_222888_
1.18.2
Names
cnd
cnv
Fields
Constructors
Methods
CompoundTag (): Z_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
CompoundTag (): aa_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
cju
cnd
Fields
Constructors
Methods
CompoundTag (CompoundTag): b, save, method_11007, writeNbt, m_6945_
void (): F, updateBlockState, method_11348, updateBlockMode, m_59836_
void (): J, updateBlockState, method_11348, updateBlockMode, m_59836_
ClientboundBlockEntityDataPacket (): Y_, getUpdatePacket, method_16886, toUpdatePacket, m_7033_
ClientboundBlockEntityDataPacket (): c, getUpdatePacket, method_38252, toUpdatePacket, m_183216_
StructureMode (): u, getMode, method_11374, getMode, m_59908_
StructureMode (): y, getMode, method_11374, getMode, m_59908_
boolean (): y, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): C, detectSize, method_11383, detectStructureSize, m_59829_
boolean (): z, saveStructure, method_11365, saveStructure, m_59830_
boolean (): D, saveStructure, method_11365, saveStructure, m_59830_
void (): A, unloadStructure, method_11361, unloadStructure, m_59831_
void (): E, unloadStructure, method_11361, unloadStructure, m_59831_
boolean (): B, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): F, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): C, isPowered, method_11354, isPowered, m_59833_
boolean (): G, isPowered, method_11354, isPowered, m_59833_
BlockPos (): h, getStructurePos, method_11359, getOffset, m_59902_
BlockPos (): i, getStructurePos, method_11359, getOffset, m_59902_
Mirror (): j, getMirror, method_11345, getMirror, m_59905_
Mirror (): v, getMirror, method_11345, getMirror, m_59905_
Rotation (): s, getRotation, method_11353, getRotation, m_59906_
Rotation (): w, getRotation, method_11353, getRotation, m_59906_
String (): t, getMetaData, method_11358, getMetadata, m_59907_
String (): x, getMetaData, method_11358, getMetadata, m_59907_
boolean (): v, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
boolean (): z, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
float (): w, getIntegrity, method_11346, getIntegrity, m_59827_
float (): A, getIntegrity, method_11346, getIntegrity, m_59827_
long (): x, getSeed, method_11371, getSeed, m_59828_
long (): B, getSeed, method_11371, getSeed, m_59828_
boolean (): D, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): H, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): E, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
boolean (): I, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
Vec3i (): i, getStructureSize, method_11349, getSize, m_155805_
Vec3i (): j, getStructureSize, method_11349, getSize, m_155805_
void (CompoundTag): b, saveAdditional, method_11007, writeNbt, m_183515_
1.17.1
Names
cjt
cju
Fields
Constructors
Methods
1.17
Names
cdj
cjt
net.minecraft.tileentity.StructureBlockTileEntity
net.minecraft.src.C_2029_
Fields
ResourceLocation: a, structureName, field_12102, structureName, field_184420_a
ResourceLocation: e, structureName, field_12102, structureName, f_59812_
String: b, author, field_12104, author, field_184421_f
String: f, author, field_12104, author, f_59813_
String: c, metaData, field_12098, metadata, field_184422_g
String: g, metaData, field_12098, metadata, f_59814_
BlockPos: g, structurePos, field_12092, offset, field_184423_h
BlockPos: h, structurePos, field_12092, offset, f_59815_
BlockPos: h, structureSize, field_12100, size, field_184424_i
Mirror: i, mirror, field_12093, mirror, field_184425_j
Mirror: j, mirror, field_12093, mirror, f_59817_
Rotation: j, rotation, field_12105, rotation, field_184426_k
Rotation: k, rotation, field_12105, rotation, f_59818_
StructureMode: k, mode, field_12094, mode, field_184427_l
StructureMode: l, mode, field_12094, mode, f_59819_
boolean: l, ignoreEntities, field_12099, ignoreEntities, field_184428_m
boolean: m, ignoreEntities, field_12099, ignoreEntities, f_59820_
boolean: m, powered, field_12097, powered, field_189727_n
boolean: q, powered, field_12097, powered, f_59821_
boolean: n, showAir, field_12096, showAir, field_189728_o
boolean: r, showAir, field_12096, showAir, f_59822_
boolean: o, showBoundingBox, field_12095, showBoundingBox, field_189729_p
boolean: s, showBoundingBox, field_12095, showBoundingBox, f_59823_
float: p, integrity, field_12101, integrity, field_189730_q
float: t, integrity, field_12101, integrity, f_59824_
long: q, seed, field_12103, seed, field_189731_r
long: u, seed, field_12103, seed, f_59825_
int: d, SCAN_CORNER_BLOCKS_RANGE, field_31367, field_31367, f_155777_
int: a, MAX_OFFSET_PER_AXIS, field_31364, field_31364, f_155774_
int: b, MAX_SIZE_PER_AXIS, field_31365, field_31365, f_155775_
String: c, AUTHOR_TAG, field_31366, AUTHOR_KEY, f_155776_
Vec3i: i, structureSize, field_12100, size, f_59816_
Constructors
()
Methods
CompoundTag (CompoundTag): a, save, method_11007, writeNbt, func_189515_b
CompoundTag (CompoundTag): b, save, method_11007, writeNbt, m_6945_
void (CompoundTag): a, load, method_11014, readNbt, m_142466_
void (): K, updateBlockState, method_11348, updateBlockMode, func_189704_J
void (): F, updateBlockState, method_11348, updateBlockMode, m_59836_
ClientboundBlockEntityDataPacket (): a, getUpdatePacket, method_16886, toUpdatePacket, func_189518_D_
ClientboundBlockEntityDataPacket (): Y_, getUpdatePacket, method_16886, toUpdatePacket, m_7033_
CompoundTag (): b, getUpdateTag, method_16887, toInitialChunkDataNbt, func_189517_E_
CompoundTag (): Z_, getUpdateTag, method_16887, toInitialChunkDataNbt, m_5995_
boolean (Player): a, usedBy, method_11351, openScreen, func_189701_a
boolean (Player): a, usedBy, method_11351, openScreen, m_59853_
String (): d, getStructureName, method_11362, getStructureName, func_189715_d
String (): d, getStructureName, method_11362, getStructureName, m_59895_
boolean (): g, hasStructureName, method_11384, hasStructureName, func_208404_d
boolean (): g, hasStructureName, method_11384, hasStructureName, m_59901_
void (String): a, setStructureName, method_11343, setStructureName, func_184404_a
void (String): a, setStructureName, method_11343, setStructureName, m_59868_
void (ResourceLocation): a, setStructureName, method_11344, setStructureName, func_210163_a
void (ResourceLocation): a, setStructureName, method_11344, setStructureName, m_59874_
void (LivingEntity): a, createdBy, method_11373, setAuthor, func_189720_a
void (LivingEntity): a, createdBy, method_11373, setAuthor, m_59851_
void (BlockPos): b, setStructurePos, method_11378, setOffset, func_184414_b
void (BlockPos): a, setStructurePos, method_11378, setOffset, m_59885_
void (BlockPos): c, setStructureSize, method_11377, setSize, func_184409_c
void (Mirror): b, setMirror, method_11356, setMirror, func_184411_a
void (Mirror): a, setMirror, method_11356, setMirror, m_59881_
void (Rotation): b, setRotation, method_11385, setRotation, func_184408_a
void (Rotation): a, setRotation, method_11385, setRotation, m_59883_
void (String): b, setMetaData, method_11363, setMetadata, func_184410_b
void (String): b, setMetaData, method_11363, setMetadata, m_59887_
StructureMode (): x, getMode, method_11374, getMode, func_189700_k
StructureMode (): u, getMode, method_11374, getMode, m_59908_
void (StructureMode): a, setMode, method_11381, setMode, func_184405_a
void (StructureMode): a, setMode, method_11381, setMode, m_59860_
void (boolean): a, setIgnoreEntities, method_11352, setIgnoreEntities, func_184406_a
void (boolean): a, setIgnoreEntities, method_11352, setIgnoreEntities, m_59876_
void (float): a, setIntegrity, method_11370, setIntegrity, func_189718_a
void (float): a, setIntegrity, method_11370, setIntegrity, m_59838_
void (long): a, setSeed, method_11382, setSeed, func_189725_a
void (long): a, setSeed, method_11382, setSeed, m_59840_
boolean (): C, detectSize, method_11383, detectStructureSize, func_184417_l
boolean (): y, detectSize, method_11383, detectStructureSize, m_59829_
List<StructureBlockEntity> (List<StructureBlockEntity>): a, filterRelatedCornerBlocks, method_11364, findCorners, func_184415_a
List<StructureBlockEntity> (BlockPos, BlockPos): a, getNearbyCornerBlocks, method_11369, findStructureBlockEntities, func_184418_a
BoundingBox (BlockPos, List<StructureBlockEntity>): a, calculateEnclosingBoundingBox, method_11355, makeBoundingBox, func_184416_a
boolean (): D, saveStructure, method_11365, saveStructure, func_184419_m
boolean (): z, saveStructure, method_11365, saveStructure, m_59830_
boolean (boolean): b, saveStructure, method_11366, saveStructure, func_189712_b
boolean (boolean): b, saveStructure, method_11366, saveStructure, m_59889_
Random (long): b, createRandom, method_20048, createRandom, func_214074_b
Random (long): b, createRandom, method_20048, createRandom, m_59879_
void (): E, unloadStructure, method_11361, unloadStructure, func_189706_E
void (): A, unloadStructure, method_11361, unloadStructure, m_59831_
boolean (): F, isStructureLoadable, method_11372, isStructureAvailable, func_189709_F
boolean (): B, isStructureLoadable, method_11372, isStructureAvailable, m_59832_
boolean (): G, isPowered, method_11354, isPowered, func_189722_G
boolean (): C, isPowered, method_11354, isPowered, m_59833_
void (boolean): c, setPowered, method_11379, setPowered, func_189723_d
void (boolean): c, setPowered, method_11379, setPowered, m_59893_
void (boolean): d, setShowAir, method_11347, setShowAir, func_189703_e
void (boolean): d, setShowAir, method_11347, setShowAir, m_59896_
void (boolean): e, setShowBoundingBox, method_11360, setShowBoundingBox, func_189710_f
void (boolean): e, setShowBoundingBox, method_11360, setShowBoundingBox, m_59898_
BlockPos (): h, getStructurePos, method_11359, getOffset, func_189711_e
BlockPos (): h, getStructurePos, method_11359, getOffset, m_59902_
BlockPos (): j, getStructureSize, method_11349, getSize, func_189717_g
Mirror (): k, getMirror, method_11345, getMirror, func_189716_h
Mirror (): j, getMirror, method_11345, getMirror, m_59905_
Rotation (): l, getRotation, method_11353, getRotation, func_189726_i
Rotation (): s, getRotation, method_11353, getRotation, m_59906_
String (): m, getMetaData, method_11358, getMetadata, func_189708_j
String (): t, getMetaData, method_11358, getMetadata, m_59907_
void (): y, nextMode, method_11380, cycleMode, func_189724_l
boolean (): z, isIgnoreEntities, method_11367, shouldIgnoreEntities, func_189713_m
boolean (): v, isIgnoreEntities, method_11367, shouldIgnoreEntities, m_59910_
float (): A, getIntegrity, method_11346, getIntegrity, func_189702_n
float (): w, getIntegrity, method_11346, getIntegrity, m_59827_
long (): B, getSeed, method_11371, getSeed, func_189719_o
long (): x, getSeed, method_11371, getSeed, m_59828_
boolean (): H, getShowAir, method_11375, shouldShowAir, func_189707_H
boolean (): D, getShowAir, method_11375, shouldShowAir, m_59834_
boolean (): I, getShowBoundingBox, method_11357, shouldShowBoundingBox, func_189721_I
boolean (): E, getShowBoundingBox, method_11357, shouldShowBoundingBox, m_59835_
String (): f, getStructurePath, method_21865, getStructurePath, func_227014_f_
String (): f, getStructurePath, method_21865, getStructurePath, m_59900_
void (BlockState, CompoundTag): a, load, method_11014, fromTag, func_230337_a_
double (): i, getViewDistance, method_11006, getRenderDistance, func_145833_n
boolean (ServerLevel): a, loadStructure, method_11376, loadStructure, func_242687_a
boolean (ServerLevel): a, loadStructure, method_11376, loadStructure, m_59842_
boolean (ServerLevel, boolean): a, loadStructure, method_11368, loadStructure, func_242688_a
boolean (ServerLevel, boolean): a, loadStructure, method_11368, loadStructure, m_59844_
boolean (ServerLevel, boolean, StructureTemplate): a, loadStructure, method_21864, place, func_242689_a
boolean (ServerLevel, boolean, StructureTemplate): a, loadStructure, method_21864, place, m_59847_
Vec3i (): i, getStructureSize, method_11349, getSize, m_155805_
void (Vec3i): a, setStructureSize, method_11377, setSize, m_155797_
Stream<BlockPos> (BlockPos, BlockPos): a, getRelatedCorners, method_34276, streamCornerPos, m_155791_
Optional<BoundingBox> (BlockPos, Stream<BlockPos>): a, calculateEnclosingBoundingBox, method_34277, getStructureBox, m_155794_
1.16.5
Names
Fields
Constructors
Methods
CompoundTag (CompoundTag): a, save, method_11007, toTag, func_189515_b
CompoundTag (CompoundTag): a, save, method_11007, writeNbt, func_189515_b
CompoundTag (): b, getUpdateTag, method_16887, toInitialChunkDataTag, func_189517_E_
CompoundTag (): b, getUpdateTag, method_16887, toInitialChunkDataNbt, func_189517_E_
double (): i, getViewDistance, method_11006, getSquaredRenderDistance, func_145833_n
double (): i, getViewDistance, method_11006, getRenderDistance, func_145833_n
1.16.4
Names
cdg
cdj
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
cel
cdg
Fields
Constructors
Methods
void (): L, updateBlockState, method_11348, updateBlockMode, func_189704_J
void (): K, updateBlockState, method_11348, updateBlockMode, func_189704_J
boolean (): E, loadStructure, method_11376, loadStructure, func_184412_n
boolean (boolean): c, loadStructure, method_11368, loadStructure, func_189714_c
void (): F, unloadStructure, method_11361, unloadStructure, func_189706_E
void (): E, unloadStructure, method_11361, unloadStructure, func_189706_E
boolean (): G, isStructureLoadable, method_11372, isStructureAvailable, func_189709_F
boolean (): F, isStructureLoadable, method_11372, isStructureAvailable, func_189709_F
boolean (): H, isPowered, method_11354, isPowered, func_189722_G
boolean (): G, isPowered, method_11354, isPowered, func_189722_G
void (boolean): d, setPowered, method_11379, setPowered, func_189723_d
void (boolean): c, setPowered, method_11379, setPowered, func_189723_d
void (boolean): e, setShowAir, method_11347, setShowAir, func_189703_e
void (boolean): d, setShowAir, method_11347, setShowAir, func_189703_e
void (boolean): f, setShowBoundingBox, method_11360, setShowBoundingBox, func_189710_f
void (boolean): e, setShowBoundingBox, method_11360, setShowBoundingBox, func_189710_f
boolean (): I, getShowAir, method_11375, shouldShowAir, func_189707_H
boolean (): H, getShowAir, method_11375, shouldShowAir, func_189707_H
boolean (): J, getShowBoundingBox, method_11357, shouldShowBoundingBox, func_189721_I
boolean (): I, getShowBoundingBox, method_11357, shouldShowBoundingBox, func_189721_I
boolean (boolean, StructureTemplate): a, loadStructure, method_21864, place, func_227013_a_
boolean (ServerLevel): a, loadStructure, method_11376, loadStructure, func_242687_a
boolean (ServerLevel, boolean): a, loadStructure, method_11368, loadStructure, func_242688_a
boolean (ServerLevel, boolean, StructureTemplate): a, loadStructure, method_21864, place, func_242689_a
1.16.1
Names
bxl
cel
Fields
Constructors
Methods
CompoundTag (CompoundTag): b, save, method_11007, toTag, func_189515_b
CompoundTag (CompoundTag): a, save, method_11007, toTag, func_189515_b
void (CompoundTag): a, load, method_11014, fromTag, func_145839_a
void (BlockState, CompoundTag): a, load, method_11014, fromTag, func_230337_a_
double (): i, getViewDistance, method_11006, getSquaredRenderDistance, func_145833_n
1.15.2
Names
bxi
bxl
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
buw
bxi
Fields
Constructors
Methods
void (): K, updateBlockState, method_11348, updateBlockMode, func_189704_J
void (): L, updateBlockState, method_11348, updateBlockMode, func_189704_J
boolean (): f, hasStructureName, method_11384, hasStructureName, func_208404_d
boolean (): g, hasStructureName, method_11384, hasStructureName, func_208404_d
StructureMode (): v, getMode, method_11374, getMode, func_189700_k
StructureMode (): x, getMode, method_11374, getMode, func_189700_k
boolean (): B, detectSize, method_11383, detectStructureSize, func_184417_l
boolean (): C, detectSize, method_11383, detectStructureSize, func_184417_l
boolean (): C, saveStructure, method_11365, saveStructure, func_184419_m
boolean (): D, saveStructure, method_11365, saveStructure, func_184419_m
boolean (): D, loadStructure, method_11376, loadStructure, func_184412_n
boolean (): E, loadStructure, method_11376, loadStructure, func_184412_n
void (): E, unloadStructure, method_11361, unloadStructure, func_189706_E
void (): F, unloadStructure, method_11361, unloadStructure, func_189706_E
boolean (): F, isStructureLoadable, method_11372, isStructureAvailable, func_189709_F
boolean (): G, isStructureLoadable, method_11372, isStructureAvailable, func_189709_F
boolean (): G, isPowered, method_11354, isPowered, func_189722_G
boolean (): H, isPowered, method_11354, isPowered, func_189722_G
BlockPos (): g, getStructurePos, method_11359, getOffset, func_189711_e
BlockPos (): h, getStructurePos, method_11359, getOffset, func_189711_e
BlockPos (): h, getStructureSize, method_11349, getSize, func_189717_g
BlockPos (): j, getStructureSize, method_11349, getSize, func_189717_g
Mirror (): s, getMirror, method_11345, getMirror, func_189716_h
Mirror (): k, getMirror, method_11345, getMirror, func_189716_h
Rotation (): t, getRotation, method_11353, getRotation, func_189726_i
Rotation (): l, getRotation, method_11353, getRotation, func_189726_i
String (): u, getMetaData, method_11358, getMetadata, func_189708_j
String (): m, getMetaData, method_11358, getMetadata, func_189708_j
void (): x, nextMode, method_11380, cycleMode, func_189724_l
void (): y, nextMode, method_11380, cycleMode, func_189724_l
boolean (): y, isIgnoreEntities, method_11367, shouldIgnoreEntities, func_189713_m
boolean (): z, isIgnoreEntities, method_11367, shouldIgnoreEntities, func_189713_m
float (): z, getIntegrity, method_11346, getIntegrity, func_189702_n
float (): A, getIntegrity, method_11346, getIntegrity, func_189702_n
long (): A, getSeed, method_11371, getSeed, func_189719_o
long (): B, getSeed, method_11371, getSeed, func_189719_o
boolean (): H, getShowAir, method_11375, shouldShowAir, func_189707_H
boolean (): I, getShowAir, method_11375, shouldShowAir, func_189707_H
boolean (): I, getShowBoundingBox, method_11357, shouldShowBoundingBox, func_189721_I
boolean (): J, getShowBoundingBox, method_11357, shouldShowBoundingBox, func_189721_I
String (): f, getStructurePath, method_21865, getStructurePath, func_227014_f_
boolean (boolean, StructureTemplate): a, loadStructure, method_21864, place, func_227013_a_
1.14.4
Names
bur
buw
net.minecraft.world.level.block.entity.StructureBlockEntity
Fields
Identifier: a, field_12102, structureName, field_184420_a
ResourceLocation: a, structureName, field_12102, structureName, field_184420_a
String: b, field_12104, author, field_184421_f
String: b, author, field_12104, author, field_184421_f
String: c, field_12098, metadata, field_184422_g
String: c, metaData, field_12098, metadata, field_184422_g
BlockPos: g, field_12092, offset, field_184423_h
BlockPos: g, structurePos, field_12092, offset, field_184423_h
BlockPos: h, field_12100, size, field_184424_i
BlockPos: h, structureSize, field_12100, size, field_184424_i
BlockMirror: i, field_12093, mirror, field_184425_j
Mirror: i, mirror, field_12093, mirror, field_184425_j
BlockRotation: j, field_12105, rotation, field_184426_k
Rotation: j, rotation, field_12105, rotation, field_184426_k
StructureBlockMode: k, field_12094, mode, field_184427_l
StructureMode: k, mode, field_12094, mode, field_184427_l
boolean: l, field_12099, ignoreEntities, field_184428_m
boolean: l, ignoreEntities, field_12099, ignoreEntities, field_184428_m
boolean: m, field_12097, powered, field_189727_n
boolean: m, powered, field_12097, powered, field_189727_n
boolean: n, field_12096, showAir, field_189728_o
boolean: n, showAir, field_12096, showAir, field_189728_o
boolean: o, field_12095, showBoundingBox, field_189729_p
boolean: o, showBoundingBox, field_12095, showBoundingBox, field_189729_p
float: p, field_12101, integrity, field_189730_q
float: p, integrity, field_12101, integrity, field_189730_q
long: q, field_12103, seed, field_189731_r
long: q, seed, field_12103, seed, field_189731_r
Constructors
Methods
CompoundTag (CompoundTag): b, method_11007, toTag, func_189515_b
CompoundTag (CompoundTag): b, save, method_11007, toTag, func_189515_b
void (CompoundTag): a, method_11014, fromTag, func_145839_a
void (CompoundTag): a, load, method_11014, fromTag, func_145839_a
void (): K, method_11348, updateBlockMode, func_189704_J
void (): K, updateBlockState, method_11348, updateBlockMode, func_189704_J
BlockEntityUpdateS2CPacket (): a, method_16886, toUpdatePacket, func_189518_D_
ClientboundBlockEntityDataPacket (): a, getUpdatePacket, method_16886, toUpdatePacket, func_189518_D_
CompoundTag (): b, method_16887, toInitialChunkDataTag, func_189517_E_
CompoundTag (): b, getUpdateTag, method_16887, toInitialChunkDataTag, func_189517_E_
boolean (PlayerEntity): a, method_11351, openScreen, func_189701_a
boolean (Player): a, usedBy, method_11351, openScreen, func_189701_a
String (): d, method_11362, getStructureName, func_189715_d
String (): d, getStructureName, method_11362, getStructureName, func_189715_d
boolean (): f, method_11384, hasStructureName, func_208404_d
boolean (): f, hasStructureName, method_11384, hasStructureName, func_208404_d
void (String): a, method_11343, setStructureName, func_184404_a
void (String): a, setStructureName, method_11343, setStructureName, func_184404_a
void (Identifier): a, method_11344, setStructureName, func_210163_a
void (ResourceLocation): a, setStructureName, method_11344, setStructureName, func_210163_a
void (LivingEntity): a, method_11373, setAuthor, func_189720_a
void (LivingEntity): a, createdBy, method_11373, setAuthor, func_189720_a
void (BlockPos): b, method_11378, setOffset, func_184414_b
void (BlockPos): b, setStructurePos, method_11378, setOffset, func_184414_b
void (BlockPos): c, method_11377, setSize, func_184409_c
void (BlockPos): c, setStructureSize, method_11377, setSize, func_184409_c
void (BlockMirror): b, method_11356, setMirror, func_184411_a
void (Mirror): b, setMirror, method_11356, setMirror, func_184411_a
void (BlockRotation): b, method_11385, setRotation, func_184408_a
void (Rotation): b, setRotation, method_11385, setRotation, func_184408_a
void (String): b, method_11363, setMetadata, func_184410_b
void (String): b, setMetaData, method_11363, setMetadata, func_184410_b
StructureBlockMode (): v, method_11374, getMode, func_189700_k
StructureMode (): v, getMode, method_11374, getMode, func_189700_k
void (StructureBlockMode): a, method_11381, setMode, func_184405_a
void (StructureMode): a, setMode, method_11381, setMode, func_184405_a
void (boolean): a, method_11352, setIgnoreEntities, func_184406_a
void (boolean): a, setIgnoreEntities, method_11352, setIgnoreEntities, func_184406_a
void (float): a, method_11370, setIntegrity, func_189718_a
void (float): a, setIntegrity, method_11370, setIntegrity, func_189718_a
void (long): a, method_11382, setSeed, func_189725_a
void (long): a, setSeed, method_11382, setSeed, func_189725_a
boolean (): B, method_11383, detectStructureSize, func_184417_l
boolean (): B, detectSize, method_11383, detectStructureSize, func_184417_l
List<StructureBlockBlockEntity> (List<StructureBlockBlockEntity>): a, method_11364, findCorners, func_184415_a
List<StructureBlockEntity> (List<StructureBlockEntity>): a, filterRelatedCornerBlocks, method_11364, findCorners, func_184415_a
List<StructureBlockBlockEntity> (BlockPos, BlockPos): a, method_11369, findStructureBlockEntities, func_184418_a
List<StructureBlockEntity> (BlockPos, BlockPos): a, getNearbyCornerBlocks, method_11369, findStructureBlockEntities, func_184418_a
MutableIntBoundingBox (BlockPos, List<StructureBlockBlockEntity>): a, method_11355, makeBoundingBox, func_184416_a
BoundingBox (BlockPos, List<StructureBlockEntity>): a, calculateEnclosingBoundingBox, method_11355, makeBoundingBox, func_184416_a
boolean (): C, method_11365, saveStructure, func_184419_m
boolean (): C, saveStructure, method_11365, saveStructure, func_184419_m
boolean (boolean): b, method_11366, saveStructure, func_189712_b
boolean (boolean): b, saveStructure, method_11366, saveStructure, func_189712_b
boolean (): D, method_11376, loadStructure, func_184412_n
boolean (): D, loadStructure, method_11376, loadStructure, func_184412_n
Random (long): b, method_20048, createRandom, func_214074_b
Random (long): b, createRandom, method_20048, createRandom, func_214074_b
boolean (boolean): c, method_11368, loadStructure, func_189714_c
boolean (boolean): c, loadStructure, method_11368, loadStructure, func_189714_c
void (): E, method_11361, unloadStructure, func_189706_E
void (): E, unloadStructure, method_11361, unloadStructure, func_189706_E
boolean (): F, method_11372, isStructureAvailable, func_189709_F
boolean (): F, isStructureLoadable, method_11372, isStructureAvailable, func_189709_F
boolean (): G, method_11354, isPowered, func_189722_G
boolean (): G, isPowered, method_11354, isPowered, func_189722_G
void (boolean): d, method_11379, setPowered, func_189723_d
void (boolean): d, setPowered, method_11379, setPowered, func_189723_d
void (boolean): e, method_11347, setShowAir, func_189703_e
void (boolean): e, setShowAir, method_11347, setShowAir, func_189703_e
void (boolean): f, method_11360, setShowBoundingBox, func_189710_f
void (boolean): f, setShowBoundingBox, method_11360, setShowBoundingBox, func_189710_f
BlockPos (): g, method_11359, getOffset, func_189711_e
BlockPos (): g, getStructurePos, method_11359, getOffset, func_189711_e
BlockPos (): h, method_11349, getSize, func_189717_g
BlockPos (): h, getStructureSize, method_11349, getSize, func_189717_g
BlockMirror (): s, method_11345, getMirror, func_189716_h
Mirror (): s, getMirror, method_11345, getMirror, func_189716_h
BlockRotation (): t, method_11353, getRotation, func_189726_i
Rotation (): t, getRotation, method_11353, getRotation, func_189726_i
String (): u, method_11358, getMetadata, func_189708_j
String (): u, getMetaData, method_11358, getMetadata, func_189708_j
void (): x, method_11380, cycleMode, func_189724_l
void (): x, nextMode, method_11380, cycleMode, func_189724_l
boolean (): y, method_11367, shouldIgnoreEntities, func_189713_m
boolean (): y, isIgnoreEntities, method_11367, shouldIgnoreEntities, func_189713_m
float (): z, method_11346, getIntegrity, func_189702_n
float (): z, getIntegrity, method_11346, getIntegrity, func_189702_n
long (): A, method_11371, getSeed, func_189719_o
long (): A, getSeed, method_11371, getSeed, func_189719_o
boolean (): H, method_11375, shouldShowAir, func_189707_H
boolean (): H, getShowAir, method_11375, shouldShowAir, func_189707_H
boolean (): I, method_11357, shouldShowBoundingBox, func_189721_I
boolean (): I, getShowBoundingBox, method_11357, shouldShowBoundingBox, func_189721_I
1.14.3
Names
bun
bur
net.minecraft.block.entity.StructureBlockBlockEntity
Fields
ResourceLocation: a, field_12102, field_184420_a
Identifier: a, field_12102, structureName, field_184420_a
String: b, field_12104, field_184421_f
String: b, field_12104, author, field_184421_f
String: c, field_12098, field_184422_g
String: c, field_12098, metadata, field_184422_g
BlockPos: g, field_12092, field_184423_h
BlockPos: g, field_12092, offset, field_184423_h
BlockPos: h, field_12100, field_184424_i
BlockPos: h, field_12100, size, field_184424_i
Mirror: i, field_12093, field_184425_j
BlockMirror: i, field_12093, mirror, field_184425_j
Rotation: j, field_12105, field_184426_k
BlockRotation: j, field_12105, rotation, field_184426_k
StructureMode: k, field_12094, field_184427_l
StructureBlockMode: k, field_12094, mode, field_184427_l
boolean: l, field_12099, field_184428_m
boolean: l, field_12099, ignoreEntities, field_184428_m
boolean: m, field_12097, field_189727_n
boolean: m, field_12097, powered, field_189727_n
boolean: n, field_12096, field_189728_o
boolean: n, field_12096, showAir, field_189728_o
boolean: o, field_12095, field_189729_p
boolean: o, field_12095, showBoundingBox, field_189729_p
float: p, field_12101, field_189730_q
float: p, field_12101, integrity, field_189730_q
long: q, field_12103, field_189731_r
long: q, field_12103, seed, field_189731_r
Constructors
Methods
CompoundNBT (CompoundNBT): b, method_11007, func_189515_b
CompoundTag (CompoundTag): b, method_11007, toTag, func_189515_b
void (CompoundNBT): a, method_11014, func_145839_a
void (CompoundTag): a, method_11014, fromTag, func_145839_a
void (): K, method_11348, func_189704_J
void (): K, method_11348, updateBlockMode, func_189704_J
SUpdateTileEntityPacket (): a, method_16886, func_189518_D_
BlockEntityUpdateS2CPacket (): a, method_16886, toUpdatePacket, func_189518_D_
CompoundNBT (): b, method_16887, func_189517_E_
CompoundTag (): b, method_16887, toInitialChunkDataTag, func_189517_E_
boolean (PlayerEntity): a, method_11351, func_189701_a
boolean (PlayerEntity): a, method_11351, openScreen, func_189701_a
String (): d, method_11362, func_189715_d
String (): d, method_11362, getStructureName, func_189715_d
boolean (): f, method_11384, func_208404_d
boolean (): f, method_11384, hasStructureName, func_208404_d
void (String): a, method_11343, func_184404_a
void (String): a, method_11343, setStructureName, func_184404_a
void (ResourceLocation): a, method_11344, func_210163_a
void (Identifier): a, method_11344, setStructureName, func_210163_a
void (LivingEntity): a, method_11373, func_189720_a
void (LivingEntity): a, method_11373, setAuthor, func_189720_a
void (BlockPos): b, method_11378, func_184414_b
void (BlockPos): b, method_11378, setOffset, func_184414_b
void (BlockPos): c, method_11377, func_184409_c
void (BlockPos): c, method_11377, setSize, func_184409_c
void (Mirror): b, method_11356, func_184411_a
void (BlockMirror): b, method_11356, setMirror, func_184411_a
void (Rotation): b, method_11385, func_184408_a
void (BlockRotation): b, method_11385, setRotation, func_184408_a
void (String): b, method_11363, func_184410_b
void (String): b, method_11363, setMetadata, func_184410_b
StructureMode (): v, method_11374, func_189700_k
StructureBlockMode (): v, method_11374, getMode, func_189700_k
void (StructureMode): a, method_11381, func_184405_a
void (StructureBlockMode): a, method_11381, setMode, func_184405_a
void (boolean): a, method_11352, func_184406_a
void (boolean): a, method_11352, setIgnoreEntities, func_184406_a
void (float): a, method_11370, func_189718_a
void (float): a, method_11370, setIntegrity, func_189718_a
void (long): a, method_11382, func_189725_a
void (long): a, method_11382, setSeed, func_189725_a
boolean (): B, method_11383, func_184417_l
boolean (): B, method_11383, detectStructureSize, func_184417_l
List<StructureBlockTileEntity> (List<StructureBlockTileEntity>): a, method_11364, func_184415_a
List<StructureBlockBlockEntity> (List<StructureBlockBlockEntity>): a, method_11364, findCorners, func_184415_a
List<StructureBlockTileEntity> (BlockPos, BlockPos): a, method_11369, func_184418_a
List<StructureBlockBlockEntity> (BlockPos, BlockPos): a, method_11369, findStructureBlockEntities, func_184418_a
MutableBoundingBox (BlockPos, List<StructureBlockTileEntity>): a, method_11355, func_184416_a
MutableIntBoundingBox (BlockPos, List<StructureBlockBlockEntity>): a, method_11355, makeBoundingBox, func_184416_a
boolean (): C, method_11365, func_184419_m
boolean (): C, method_11365, saveStructure, func_184419_m
boolean (boolean): b, method_11366, func_189712_b
boolean (boolean): b, method_11366, saveStructure, func_189712_b
boolean (): D, method_11376, func_184412_n
boolean (): D, method_11376, loadStructure, func_184412_n
Random (long): b, method_20048, func_214074_b
Random (long): b, method_20048, createRandom, func_214074_b
boolean (boolean): c, method_11368, func_189714_c
boolean (boolean): c, method_11368, loadStructure, func_189714_c
void (): E, method_11361, func_189706_E
void (): E, method_11361, unloadStructure, func_189706_E
boolean (): F, method_11372, func_189709_F
boolean (): F, method_11372, isStructureAvailable, func_189709_F
boolean (): G, method_11354, func_189722_G
boolean (): G, method_11354, isPowered, func_189722_G
void (boolean): d, method_11379, func_189723_d
void (boolean): d, method_11379, setPowered, func_189723_d
void (boolean): e, method_11347, func_189703_e
void (boolean): e, method_11347, setShowAir, func_189703_e
void (boolean): f, method_11360, func_189710_f
void (boolean): f, method_11360, setShowBoundingBox, func_189710_f
BlockPos (): g, method_11359, func_189711_e
BlockPos (): g, method_11359, getOffset, func_189711_e
BlockPos (): h, method_11349, func_189717_g
BlockPos (): h, method_11349, getSize, func_189717_g
Mirror (): s, method_11345, func_189716_h
BlockMirror (): s, method_11345, getMirror, func_189716_h
Rotation (): t, method_11353, func_189726_i
BlockRotation (): t, method_11353, getRotation, func_189726_i
String (): u, method_11358, func_189708_j
String (): u, method_11358, getMetadata, func_189708_j
void (): x, method_11380, func_189724_l
void (): x, method_11380, cycleMode, func_189724_l
boolean (): y, method_11367, func_189713_m
boolean (): y, method_11367, shouldIgnoreEntities, func_189713_m
float (): z, method_11346, func_189702_n
float (): z, method_11346, getIntegrity, func_189702_n
long (): A, method_11371, func_189719_o
long (): A, method_11371, getSeed, func_189719_o
boolean (): H, method_11375, func_189707_H
boolean (): H, method_11375, shouldShowAir, func_189707_H
boolean (): I, method_11357, func_189721_I
boolean (): I, method_11357, shouldShowBoundingBox, func_189721_I
1.14.2
Names
Fields
Constructors
Methods
String (): c, method_11362, func_189715_d
String (): d, method_11362, func_189715_d
boolean (): d, method_11384, func_208404_d
boolean (): f, method_11384, func_208404_d
BlockPos (): f, method_11359, func_189711_e
BlockPos (): g, method_11359, func_189711_e
BlockPos (): g, method_11349, func_189717_g
BlockPos (): h, method_11349, func_189717_g
1.14.1
Names
bum
bun
Fields
Constructors
Methods
void (): J, method_11348, func_189704_J
void (): K, method_11348, func_189704_J
StructureMode (): u, method_11374, func_189700_k
StructureMode (): v, method_11374, func_189700_k
boolean (): A, method_11383, func_184417_l
boolean (): B, method_11383, func_184417_l
boolean (): B, method_11365, func_184419_m
boolean (): C, method_11365, func_184419_m
boolean (): C, method_11376, func_184412_n
boolean (): D, method_11376, func_184412_n
void (): D, method_11361, func_189706_E
void (): E, method_11361, func_189706_E
boolean (): E, method_11372, func_189709_F
boolean (): F, method_11372, func_189709_F
boolean (): F, method_11354, func_189722_G
boolean (): G, method_11354, func_189722_G
Mirror (): r, method_11345, func_189716_h
Mirror (): s, method_11345, func_189716_h
Rotation (): s, method_11353, func_189726_i
Rotation (): t, method_11353, func_189726_i
String (): t, method_11358, func_189708_j
String (): u, method_11358, func_189708_j
void (): v, method_11380, func_189724_l
void (): x, method_11380, func_189724_l
boolean (): x, method_11367, func_189713_m
boolean (): y, method_11367, func_189713_m
float (): y, method_11346, func_189702_n
float (): z, method_11346, func_189702_n
long (): z, method_11371, func_189719_o
long (): A, method_11371, func_189719_o
boolean (): G, method_11375, func_189707_H
boolean (): H, method_11375, func_189707_H
boolean (): H, method_11357, func_189721_I
boolean (): I, method_11357, func_189721_I
1.14
Names
bum
net.minecraft.class_2633
net.minecraft.tileentity.StructureBlockTileEntity
Fields
ResourceLocation: a, field_12102, field_184420_a
String: b, field_12104, field_184421_f
String: c, field_12098, field_184422_g
BlockPos: g, field_12092, field_184423_h
BlockPos: h, field_12100, field_184424_i
Mirror: i, field_12093, field_184425_j
Rotation: j, field_12105, field_184426_k
StructureMode: k, field_12094, field_184427_l
boolean: l, field_12099, field_184428_m
boolean: m, field_12097, field_189727_n
boolean: n, field_12096, field_189728_o
boolean: o, field_12095, field_189729_p
float: p, field_12101, field_189730_q
long: q, field_12103, field_189731_r
Constructors
()
Methods
CompoundNBT (CompoundNBT): b, method_11007, func_189515_b
void (CompoundNBT): a, method_11014, func_145839_a
void (): J, method_11348, func_189704_J
SUpdateTileEntityPacket (): a, method_16886, func_189518_D_
CompoundNBT (): b, method_16887, func_189517_E_
boolean (PlayerEntity): a, method_11351, func_189701_a
String (): c, method_11362, func_189715_d
boolean (): d, method_11384, func_208404_d
void (String): a, method_11343, func_184404_a
void (ResourceLocation): a, method_11344, func_210163_a
void (LivingEntity): a, method_11373, func_189720_a
void (BlockPos): b, method_11378, func_184414_b
void (BlockPos): c, method_11377, func_184409_c
void (Mirror): b, method_11356, func_184411_a
void (Rotation): b, method_11385, func_184408_a
void (String): b, method_11363, func_184410_b
StructureMode (): u, method_11374, func_189700_k
void (StructureMode): a, method_11381, func_184405_a
void (boolean): a, method_11352, func_184406_a
void (float): a, method_11370, func_189718_a
void (long): a, method_11382, func_189725_a
boolean (): A, method_11383, func_184417_l
List<StructureBlockTileEntity> (List<StructureBlockTileEntity>): a, method_11364, func_184415_a
List<StructureBlockTileEntity> (BlockPos, BlockPos): a, method_11369, func_184418_a
MutableBoundingBox (BlockPos, List<StructureBlockTileEntity>): a, method_11355, func_184416_a
boolean (): B, method_11365, func_184419_m
boolean (boolean): b, method_11366, func_189712_b
boolean (): C, method_11376, func_184412_n
Random (long): b, method_20048, func_214074_b
boolean (boolean): c, method_11368, func_189714_c
void (): D, method_11361, func_189706_E
boolean (): E, method_11372, func_189709_F
boolean (): F, method_11354, func_189722_G
void (boolean): d, method_11379, func_189723_d
void (boolean): e, method_11347, func_189703_e
void (boolean): f, method_11360, func_189710_f
BlockPos (): f, method_11359, func_189711_e
BlockPos (): g, method_11349, func_189717_g
Mirror (): r, method_11345, func_189716_h
Rotation (): s, method_11353, func_189726_i
String (): t, method_11358, func_189708_j
void (): v, method_11380, func_189724_l
boolean (): x, method_11367, func_189713_m
float (): y, method_11346, func_189702_n
long (): z, method_11371, func_189719_o
boolean (): G, method_11375, func_189707_H
boolean (): H, method_11357, func_189721_I