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, getChunkTag, getClientTag, getCustomName, getItemTag, getLevel, getPosition, getServerTag, getType, hasCustomName, isClosed, isMovable, isSpawnable, isValid, loadAdditionalData, onBreak, onUpdate, saveAdditionalData, scheduleUpdate, setCustomName, setDirty, setMovable, spawnTo, spawnToAll, updateFromClientshort 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 © 2020. All rights reserved.