public interface Cauldron extends BlockEntity
| Modifier and Type | Method and Description |
|---|---|
BlockColor |
getCustomColor() |
short |
getPotionId() |
short |
getPotionType() |
boolean |
hasCustomColor() |
boolean |
isSplash() |
void |
setCustomColor(BlockColor color) |
void |
setPotionId(int potionId) |
void |
setPotionType(int potionType) |
void |
setSplash(boolean splash) |
close, getBlock, getBlockState, getCustomName, getLevel, getPosition, getType, hasCustomName, isClosed, isMovable, isSpawnable, isValid, onBreak, onUpdate, scheduleUpdate, setCustomName, setDirty, setMovable, spawnTo, spawnToAllshort getPotionId()
void setPotionId(int potionId)
short getPotionType()
void setPotionType(int potionType)
boolean isSplash()
void setSplash(boolean splash)
BlockColor getCustomColor()
void setCustomColor(BlockColor color)
boolean hasCustomColor()
Copyright © 2021. All rights reserved.