Interface RedstoneBlockEntity
public interface RedstoneBlockEntity
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintdefault net.minecraft.world.level.block.entity.BlockEntityself()voidsetRedstoneSignalType(RedstoneBlockEntity.RedstoneSignalType redstoneSignalType)
-
Method Details
-
self
default net.minecraft.world.level.block.entity.BlockEntity self() -
emitRedstoneLevel
int emitRedstoneLevel() -
setRedstoneSignalType
-
getRedstoneSignalType
RedstoneBlockEntity.RedstoneSignalType getRedstoneSignalType()
-