public interface IPodium
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
getDisplayItemStack() |
net.minecraft.block.BlockState |
getPodiumBlockState() |
PodiumInventory |
getPodiumInventory() |
net.minecraft.util.math.BlockPos |
getPodiumPos() |
net.minecraft.world.IWorld |
getPodiumWorld() |
void |
pulseRedstone() |
void |
requestSave() |
void |
setDisplayItemStack(net.minecraft.item.ItemStack itemStack) |
@Nonnull net.minecraft.util.math.BlockPos getPodiumPos()
@Nonnull net.minecraft.block.BlockState getPodiumBlockState()
@Nonnull net.minecraft.item.ItemStack getDisplayItemStack()
void setDisplayItemStack(@Nonnull net.minecraft.item.ItemStack itemStack)
@Nonnull net.minecraft.world.IWorld getPodiumWorld()
void pulseRedstone()
@Nonnull PodiumInventory getPodiumInventory()
void requestSave()