net.minecraft.world.level.block.entity

public abstract class BlockEntity

eaz
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.class_2586
net.minecraft.block.entity.BlockEntity
net.minecraft.src.C_1991_

Field summary

Modifier and TypeField
private static final com.mojang.serialization.Codec<BlockEntityType<?>>
d
TYPE_CODEC
field_57768
TYPE_CODEC
f_380759_
private static final org.slf4j.Logger
e
LOGGER
field_11868
LOGGER
f_58854_
private final BlockEntityType<?>
f
type
field_11864
type
f_58855_
protected Level
n
level
field_11863
world
f_58857_
protected final BlockPos
o
worldPosition
field_11867
pos
f_58858_
protected boolean
p
remove
field_11865
removed
f_58859_
private BlockState
g
blockState
field_11866
cachedState
f_58856_
private DataComponentMap
h
components
field_50172
components
f_314183_

Constructor summary

ModifierConstructor
public (BlockEntityType<?> type, BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
private void
a(eeb arg0)
validateBlockState(BlockState arg0)
method_61175(class_2680 arg0)
validateSupports(BlockState state)
m_345529_(C_2064_ arg0)
public boolean
b(eeb arg0)
isValidBlockState(BlockState arg0)
method_61176(class_2680 arg0)
supports(BlockState state)
m_345532_(C_2064_ arg0)
public static BlockPos
a(dlz arg0, ui arg1)
getPosFromTag(ChunkPos arg0, CompoundTag arg1)
method_38239(class_1923 arg0, class_2487 arg1)
posFromNbt(ChunkPos chunkPos, NbtCompound nbt)
m_187472_(C_1560_ p_396083_, C_4917_ p_187473_)
public Level
i()
getLevel()
method_10997()
getWorld()
m_58904_()
public void
a(dmu arg0)
setLevel(Level arg0)
method_31662(class_1937 arg0)
setWorld(World world)
m_142339_(C_1596_ arg0)
public boolean
l()
hasLevel()
method_11002()
hasWorld()
m_58898_()
protected void
a(fda arg0)
loadAdditional(ValueInput arg0)
method_11014(class_11368 arg0)
readData(ReadView view)
m_318667_(C_398549_ arg0)
public final void
b(fda arg0)
loadWithComponents(ValueInput arg0)
method_58690(class_11368 arg0)
read(ReadView view)
m_320998_(C_398549_ arg0)
public final void
c(fda arg0)
loadCustomOnly(ValueInput arg0)
method_58691(class_11368 arg0)
readComponentlessData(ReadView view)
m_324273_(C_398549_ arg0)
protected void
a(fdc arg0)
saveAdditional(ValueOutput arg0)
method_11007(class_11372 arg0)
writeData(WriteView view)
m_183515_(C_398537_ arg0)
public final CompoundTag
b(jn$a arg0)
saveWithFullMetadata(HolderLookup$Provider arg0)
method_38242(class_7225$class_7874 arg0)
createNbtWithIdentifyingData(RegistryWrapper$WrapperLookup registries)
m_187480_(C_213466_$C_254607_ arg0)
public void
c(fdc arg0)
saveWithFullMetadata(ValueOutput arg0)
method_71399(class_11372 arg0)
writeFullData(WriteView view)
m_402496_(C_398537_ arg0)
public void
d(fdc arg0)
saveWithId(ValueOutput arg0)
method_38243(class_11372 arg0)
writeDataWithId(WriteView view)
m_187481_(C_398537_ arg0)
public final CompoundTag
c(jn$a arg0)
saveWithoutMetadata(HolderLookup$Provider arg0)
method_38244(class_7225$class_7874 arg0)
createNbt(RegistryWrapper$WrapperLookup registries)
m_187482_(C_213466_$C_254607_ arg0)
public void
e(fdc arg0)
saveWithoutMetadata(ValueOutput arg0)
method_71400(class_11372 arg0)
writeDataWithoutId(WriteView data)
m_404344_(C_398537_ arg0)
public final CompoundTag
d(jn$a arg0)
saveCustomOnly(HolderLookup$Provider arg0)
method_58692(class_7225$class_7874 arg0)
createComponentlessNbt(RegistryWrapper$WrapperLookup registries)
m_320696_(C_213466_$C_254607_ arg0)
public void
f(fdc arg0)
saveCustomOnly(ValueOutput arg0)
method_71401(class_11372 arg0)
writeComponentlessData(WriteView view)
m_404554_(C_398537_ arg0)
private void
g(fdc arg0)
saveId(ValueOutput arg0)
method_38241(class_11372 arg0)
writeId(WriteView view)
m_187474_(C_398537_ arg0)
public static void
a(fdc arg0, ebb<?> arg1)
addEntityType(ValueOutput arg0, BlockEntityType<?> arg1)
method_38238(class_11372 arg0, class_2591<?> arg1)
writeId(WriteView view, BlockEntityType<?> type)
m_187468_(C_398537_ p_409334_, C_1992_<?> p_187470_)
private void
h(fdc arg0)
saveMetadata(ValueOutput arg0)
method_10999(class_11372 arg0)
writeIdentifyingData(WriteView view)
m_187478_(C_398537_ arg0)
public static BlockEntity
a(jb arg0, eeb arg1, ui arg2, jn$a arg3)
loadStatic(BlockPos arg0, BlockState arg1, CompoundTag arg2, HolderLookup$Provider arg3)
method_11005(class_2338 arg0, class_2680 arg1, class_2487 arg2, class_7225$class_7874 arg3)
createFromNbt(BlockPos pos, BlockState state, NbtCompound nbt, RegistryWrapper$WrapperLookup registries)
m_155241_(C_4675_ p_155242_, C_2064_ p_155243_, C_4917_ p_155244_, C_213466_$C_254607_ p_336084_)
public void
e()
setChanged()
method_5431()
markDirty()
m_6596_()
protected static void
a(dmu arg0, jb arg1, eeb arg2)
setChanged(Level arg0, BlockPos arg1, BlockState arg2)
method_31663(class_1937 arg0, class_2338 arg1, class_2680 arg2)
markDirty(World world, BlockPos pos, BlockState state)
m_155232_(C_1596_ p_155233_, C_4675_ p_155234_, C_2064_ p_155235_)
public BlockPos
aA_()
getBlockPos()
method_11016()
getPos()
m_58899_()
public BlockState
m()
getBlockState()
method_11010()
getCachedState()
m_58900_()
public Packet<ClientGamePacketListener>
ax_()
getUpdatePacket()
method_38235()
toUpdatePacket()
m_58483_()
public CompoundTag
a(jn$a arg0)
getUpdateTag(HolderLookup$Provider arg0)
method_16887(class_7225$class_7874 arg0)
toInitialChunkDataNbt(RegistryWrapper$WrapperLookup registries)
m_5995_(C_213466_$C_254607_ arg0)
public boolean
n()
isRemoved()
method_11015()
isRemoved()
m_58901_()
public void
av_()
setRemoved()
method_11012()
markRemoved()
m_7651_()
public void
o()
clearRemoved()
method_10996()
cancelRemoval()
m_6339_()
public void
a(jb arg0, eeb arg1)
preRemoveSideEffects(BlockPos arg0, BlockState arg1)
method_66473(class_2338 arg0, class_2680 arg1)
onBlockReplaced(BlockPos pos, BlockState oldState)
m_384369_(C_4675_ p_395805_, C_2064_ arg1)
public boolean
a_(int arg0, int arg1)
triggerEvent(int arg0, int arg1)
method_11004(int arg0, int arg1)
onSyncedBlockEvent(int type, int data)
m_7531_(int p_58890_, int arg1)
public void
a(q arg0)
fillCrashReportCategory(CrashReportCategory arg0)
method_11003(class_129 arg0)
populateCrashReport(CrashReportSection crashReportSection)
m_58886_(C_4909_ arg0)
public String
p()
getNameForReporting()
method_61177()
getNameForReport()
m_345537_()
public BlockEntityType<?>
q()
getType()
method_11017()
getType()
m_58903_()
public void
c(eeb arg0)
setBlockState(BlockState arg0)
method_31664(class_2680 arg0)
setCachedState(BlockState state)
m_155250_(C_2064_ arg0)
protected void
a(kl arg0)
applyImplicitComponents(DataComponentGetter arg0)
method_57568(class_9473 arg0)
readComponents(ComponentsAccess components)
m_318741_(C_379187_ arg0)
public final void
a(dcv arg0)
applyComponentsFromItemStack(ItemStack arg0)
method_58683(class_1799 arg0)
readComponents(ItemStack stack)
m_322533_(C_1391_ arg0)
public final void
a(kn arg0, ko arg1)
applyComponents(DataComponentMap arg0, DataComponentPatch arg1)
method_58685(class_9323 arg0, class_9326 arg1)
readComponents(ComponentMap defaultComponents, ComponentChanges components)
m_322221_(C_313470_ p_331646_, C_313461_ arg1)
protected void
a(kn$a arg0)
collectImplicitComponents(DataComponentMap$Builder arg0)
method_57567(class_9323$class_9324 arg0)
addComponents(ComponentMap$Builder builder)
m_318837_(C_313470_$C_313535_ arg0)
public void
b(fdc arg0)
removeComponentsFromTag(ValueOutput arg0)
method_57569(class_11372 arg0)
removeFromCopiedStackData(WriteView view)
m_318942_(C_398537_ arg0)
public final DataComponentMap
r()
collectComponents()
method_57590()
createComponentMap()
m_321843_()
public DataComponentMap
s()
components()
method_58693()
getComponents()
m_324356_()
public void
a(kn arg0)
setComponents(DataComponentMap arg0)
method_58684(class_9323 arg0)
setComponents(ComponentMap components)
m_323608_(C_313470_ arg0)
public static Component
a(fda arg0, String arg1)
parseCustomNameSafe(ValueInput arg0, String arg1)
method_59894(class_11368 arg0, String arg1)
tryParseCustomName(ReadView view, String key)
m_336414_(C_398549_ p_408442_, String p_410488_)
public ProblemReporter$PathElement
t()
problemPath()
method_71402()
getReporterContext()
m_401685_()