Interface MultiblockPartEntity
- All Superinterfaces:
FakeBlockEntity,SavesControllerPosBlockEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault @Nullable net.minecraft.core.BlockPosnet.minecraft.core.BlockPosdefault net.minecraft.world.level.block.entity.BlockEntityself()Methods inherited from interface com.portingdeadmods.portingdeadlibs.api.blockentities.multiblocks.SavesControllerPosBlockEntity
setControllerPos
-
Method Details
-
getControllerPos
net.minecraft.core.BlockPos getControllerPos() -
self
default net.minecraft.world.level.block.entity.BlockEntity self() -
actualBlockEntity
default boolean actualBlockEntity()- Specified by:
actualBlockEntityin interfaceFakeBlockEntity
-
getActualBlockEntityPos
@Nullable default @Nullable net.minecraft.core.BlockPos getActualBlockEntityPos()- Specified by:
getActualBlockEntityPosin interfaceFakeBlockEntity
-