Class BrewingStandBlockEntity
java.lang.Object
net.neoforged.neoforge.attachment.AttachmentHolder
net.minecraft.world.level.block.entity.BlockEntity
net.minecraft.world.level.block.entity.BaseContainerBlockEntity
net.minecraft.world.level.block.entity.BrewingStandBlockEntity
- All Implemented Interfaces:
 Clearable,Container,MenuConstructor,MenuProvider,Nameable,WorldlyContainer,IAttachmentHolder,IMenuProviderExtension,IBlockEntityExtension,INBTSerializable<CompoundTag>
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
AttachmentHolder.AsField - 
Field Summary
FieldsModifier and TypeFieldDescription(package private) intstatic final intstatic final intprotected final ContainerData(package private) intprivate static final intstatic final intprivate Itemprivate static final intprivate NonNullList<ItemStack>private boolean[]static final intprivate static final int[]private static final int[]private static final int[]Fields inherited from class net.minecraft.world.level.block.entity.BlockEntity
level, remove, worldPositionFields inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
ATTACHMENTS_NBT_KEYFields inherited from interface net.minecraft.world.Container
DEFAULT_DISTANCE_LIMIT, LARGE_MAX_STACK_SIZE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanPlaceItem(int p_59017_, ItemStack p_59018_) booleancanPlaceItemThroughFace(int p_58996_, ItemStack p_58997_, Direction p_58998_) booleancanTakeItemThroughFace(int p_59020_, ItemStack p_59021_, Direction p_59022_) voidprotected AbstractContainerMenucreateMenu(int p_58990_, Inventory p_58991_) private static voiddoBrew(Level p_155291_, BlockPos p_155292_, NonNullList<ItemStack> p_155293_) intprotected ComponentgetItem(int p_58985_) private boolean[]int[]getSlotsForFace(Direction p_59010_) private static booleanisBrewable(NonNullList<ItemStack> p_155295_) booleanisEmpty()voidload(CompoundTag p_155297_) removeItem(int p_58987_, int p_58988_) removeItemNoUpdate(int p_59015_) protected voidsaveAdditional(CompoundTag p_187484_) static voidserverTick(Level p_155286_, BlockPos p_155287_, BlockState p_155288_, BrewingStandBlockEntity p_155289_) voidbooleanstillValid(Player p_59000_) Methods inherited from class net.minecraft.world.level.block.entity.BaseContainerBlockEntity
canOpen, canUnlock, createMenu, getCustomName, getDisplayName, getName, setCustomNameMethods inherited from class net.minecraft.world.level.block.entity.BlockEntity
addEntityType, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getPersistentData, getPosFromTag, getType, getUpdatePacket, getUpdateTag, hasLevel, isRemoved, loadStatic, onlyOpCanSetNbt, removeData, saveToItem, saveWithFullMetadata, saveWithId, saveWithoutMetadata, setBlockState, setChanged, setChanged, setData, setLevel, setRemoved, triggerEventMethods inherited from class net.neoforged.neoforge.attachment.AttachmentHolder
areAttachmentsCompatible, deserializeAttachments, getData, hasAttachments, hasData, serializeAttachmentsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.Container
canTakeItem, countItem, getMaxStackSize, hasAnyMatching, hasAnyOf, setChanged, startOpen, stopOpenMethods inherited from interface net.neoforged.neoforge.attachment.IAttachmentHolder
getData, hasData, removeData, setDataMethods inherited from interface net.neoforged.neoforge.common.extensions.IBlockEntityExtension
deserializeNBT, getModelData, handleUpdateTag, hasCustomOutlineRendering, invalidateCapabilities, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTMethods inherited from interface net.neoforged.neoforge.client.extensions.IMenuProviderExtension
shouldTriggerClientSideContainerClosingOnOpenMethods inherited from interface net.minecraft.world.Nameable
hasCustomName 
- 
Field Details
- 
INGREDIENT_SLOT
private static final int INGREDIENT_SLOT- See Also:
 
 - 
FUEL_SLOT
private static final int FUEL_SLOT- See Also:
 
 - 
SLOTS_FOR_UP
private static final int[] SLOTS_FOR_UP - 
SLOTS_FOR_DOWN
private static final int[] SLOTS_FOR_DOWN - 
SLOTS_FOR_SIDES
private static final int[] SLOTS_FOR_SIDES - 
FUEL_USES
public static final int FUEL_USES- See Also:
 
 - 
DATA_BREW_TIME
public static final int DATA_BREW_TIME- See Also:
 
 - 
DATA_FUEL_USES
public static final int DATA_FUEL_USES- See Also:
 
 - 
NUM_DATA_VALUES
public static final int NUM_DATA_VALUES- See Also:
 
 - 
items
 - 
brewTime
int brewTime - 
lastPotionCount
private boolean[] lastPotionCount - 
ingredient
 - 
fuel
int fuel - 
dataAccess
 
 - 
 - 
Constructor Details
- 
BrewingStandBlockEntity
 
 - 
 - 
Method Details
- 
getDefaultName
- Specified by:
 getDefaultNamein classBaseContainerBlockEntity
 - 
getContainerSize
public int getContainerSize()- Specified by:
 getContainerSizein interfaceContainer
 - 
isEmpty
public boolean isEmpty() - 
serverTick
public static void serverTick(Level p_155286_, BlockPos p_155287_, BlockState p_155288_, BrewingStandBlockEntity p_155289_)  - 
getPotionBits
private boolean[] getPotionBits() - 
isBrewable
 - 
doBrew
 - 
load
- Overrides:
 loadin classBaseContainerBlockEntity
 - 
saveAdditional
- Overrides:
 saveAdditionalin classBaseContainerBlockEntity
 - 
getItem
 - 
removeItem
- Specified by:
 removeItemin interfaceContainer
 - 
removeItemNoUpdate
- Specified by:
 removeItemNoUpdatein interfaceContainer
 - 
setItem
 - 
stillValid
- Specified by:
 stillValidin interfaceContainer
 - 
canPlaceItem
- Specified by:
 canPlaceItemin interfaceContainer
 - 
getSlotsForFace
- Specified by:
 getSlotsForFacein interfaceWorldlyContainer
 - 
canPlaceItemThroughFace
public boolean canPlaceItemThroughFace(int p_58996_, ItemStack p_58997_, @Nullable Direction p_58998_) - Specified by:
 canPlaceItemThroughFacein interfaceWorldlyContainer
 - 
canTakeItemThroughFace
- Specified by:
 canTakeItemThroughFacein interfaceWorldlyContainer
 - 
clearContent
public void clearContent()- Specified by:
 clearContentin interfaceClearable
 - 
createMenu
- Specified by:
 createMenuin classBaseContainerBlockEntity
 
 -