net.minecraft.block.entity

public class StructureBlockEntity

extends BlockEntity

are
net.minecraft.class_2738
net.minecraft.block.entity.StructureBlockEntity
net.minecraft.tileentity.TileEntityStructure

Field summary

Modifier and TypeField
private String
a
field_12858
structureName
name
private String
f
field_12859
author
author
private String
g
field_12860
structureMetadata
metadata
private BlockPos
h
field_12861
structurePos
position
private BlockPos
i
field_12862
size
size
private BlockMirror
j
field_12863
mirror
mirror
private BlockRotation
k
field_12864
rotation
rotation
private StructureBlockEntity$Mode
l
field_12865
mode
mode
private boolean
m
field_12866
ignoreEntities
ignoreEntities
private boolean
n
field_14838
powered
powered
private boolean
o
field_14839
showAir
showAir
private boolean
p
field_14840
showBoundingBox
showBoundingBox
private float
q
field_14841
integrity
integrity
private long
r
field_14842
seed
seed

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public NbtCompound
b(dr arg0)
method_541(class_322 arg0)
writeNbt(NbtCompound arg0)
writeToNBT(NBTTagCompound arg0)
public void
a(dr arg0)
method_537(class_322 arg0)
readNbt(NbtCompound arg0)
readFromNBT(NBTTagCompound arg0)
private void
J()
method_13337()
updateState()
updateBlockState()
public BlockEntityUpdateS2CPacket
D_()
method_544()
createUpdatePacket()
getUpdatePacket()
public NbtCompound
c()
method_11646()
toNbt()
getUpdateTag()
public boolean
a(zs arg0)
method_13342(class_988 arg0)
use(PlayerEntity player)
usedBy(EntityPlayer player)
public String
d()
method_13345()
getName()
getName()
public void
a(String arg0)
method_11673(String arg0)
setStructureName(String name)
setName(String nameIn)
public void
a(sf arg0)
method_13341(class_1699 arg0)
setAuthor(LivingEntity entity)
createdBy(EntityLivingBase arg0)
public void
b(cm arg0)
method_11677(class_2552 arg0)
setStructurePos(BlockPos pos)
setPosition(BlockPos posIn)
public void
c(cm arg0)
method_11679(class_2552 arg0)
setSize(BlockPos size)
setSize(BlockPos sizeIn)
public void
b(anf arg0)
method_11667(class_2727 arg0)
setMirror(BlockMirror mirror)
setMirror(Mirror mirrorIn)
public void
b(aos arg0)
method_11668(class_2734 arg0)
setRotation(BlockRotation rotation)
setRotation(Rotation rotationIn)
public void
b(String arg0)
method_11678(String arg0)
setStructureMetadata(String metadata)
setMetadata(String metadataIn)
public StructureBlockEntity$Mode
k()
method_13354()
getMode()
getMode()
public void
a(are$a arg0)
method_11669(class_2738$class_2739 arg0)
setMode(StructureBlockEntity$Mode mode)
setMode(TileEntityStructure$Mode modeIn)
public void
a(boolean arg0)
method_11675(boolean arg0)
setIgnoreEntities(boolean ignoreEntities)
setIgnoresEntities(boolean ignoreEntitiesIn)
public void
a(float arg0)
method_13338(float arg0)
setIntegrity(float integrity)
setIntegrity(float integrityIn)
public void
a(long arg0)
method_13339(long arg0)
setSeed(long seed)
setSeed(long seedIn)
public boolean
p()
method_11680()
findSize()
detectSize()
private List<StructureBlockEntity>
a(List<are> arg0)
method_11674(List<class_2738> arg0)
filterCorners(List<StructureBlockEntity> structures)
filterRelatedCornerBlocks(List<TileEntityStructure> arg0)
private List<StructureBlockEntity>
a(cm arg0, cm arg1)
method_11671(class_2552 arg0, class_2552 arg1)
findCorners(BlockPos pos1, BlockPos pos2)
getNearbyCornerBlocks(BlockPos arg0, BlockPos arg1)
private StructureBox
a(cm arg0, List<are> arg1)
method_11672(class_2552 arg0, List<class_2738> arg1)
findStructureBox(BlockPos pos, List<StructureBlockEntity> structures)
calculateEnclosingBoundingBox(BlockPos arg0, List<TileEntityStructure> arg1)
public boolean
q()
method_11681()
saveStructure()
save()
public boolean
b(boolean arg0)
method_13343(boolean arg0)
saveStructure(boolean saveToFile)
save(boolean arg0)
public boolean
r()
method_11682()
loadStructure()
load()
public boolean
c(boolean arg0)
method_13344(boolean arg0)
loadStructure(boolean noResize)
load(boolean arg0)
public void
E()
method_13332()
unloadStructure()
unloadStructure()
public boolean
F()
method_13333()
isStructureAvailable()
isStructureLoadable()
public boolean
G()
method_13334()
isPowered()
isPowered()
public void
d(boolean arg0)
method_13346(boolean arg0)
setPowered(boolean powered)
setPowered(boolean poweredIn)
public void
e(boolean arg0)
method_13348(boolean arg0)
setShowAir(boolean showAir)
setShowAir(boolean showAirIn)
public void
f(boolean arg0)
method_13349(boolean arg0)
setShowBoundingBox(boolean showBoundingBox)
setShowBoundingBox(boolean showBoundingBoxIn)
public Text
i_()
method_6344()
getDisplayName()
getDisplayName()
public BlockPos
e()
method_13347()
getStructurePos()
getPosition()
public BlockPos
g()
method_13350()
getSize()
getStructureSize()
public BlockMirror
h()
method_13351()
getMirror()
getMirror()
public BlockRotation
i()
method_13352()
getRotation()
getRotation()
public String
j()
method_13353()
getStructureMetadata()
getMetadata()
public void
l()
method_13355()
cycleMode()
nextMode()
public boolean
m()
method_13356()
ignoreEntities()
ignoresEntities()
public float
n()
method_13357()
getIntegrity()
getIntegrity()
public long
o()
method_13358()
getSeed()
getSeed()
public void
a(io.netty.buffer.ByteBuf arg0)
method_13340(io.netty.buffer.ByteBuf arg0)
serialize(io.netty.buffer.ByteBuf buffer)
writeCoordinates(io.netty.buffer.ByteBuf buf)
public boolean
H()
method_13335()
showAir()
showsAir()
public boolean
I()
method_13336()
showBoundingBox()
showsBoundingBox()