History - net.minecraft.block.entity.BrewingStandBlockEntity
26.3-snapshot-3
Names
Fields
ServerRecipeManager$MatchGetter<BrewingRecipeInput, BrewingRecipe>: quickCheck, field_1_8732, field_1_8732
Constructors
Methods
void (World, BlockPos, BlockState, BrewingStandBlockEntity): serverTick, method_31665, tick
boolean (BrewingRecipeRegistry, DefaultedList<ItemStack>): isBrewable, method_11027, canCraft
void (World, BlockPos, DefaultedList<ItemStack>): doBrew, method_11029, craft
void (ServerWorld, BlockPos, BlockState, BrewingStandBlockEntity): serverTick, method_31665, tick
boolean (ServerWorld, BrewingStandBlockEntity): isBrewable, method_11027, canCraft
void (ServerWorld, BlockPos, BrewingStandBlockEntity): doBrew, method_11029, craft
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.world.level.block.entity.BrewingStandBlockEntity
net.minecraft.class_2589
net.minecraft.block.entity.BrewingStandBlockEntity
Fields
int: INGREDIENT_SLOT, field_31328, INPUT_SLOT_INDEX
int: FUEL_SLOT, field_31329, FUEL_SLOT_INDEX
int[]: SLOTS_FOR_UP, field_11886, TOP_SLOTS
int[]: SLOTS_FOR_DOWN, field_11879, BOTTOM_SLOTS
int[]: SLOTS_FOR_SIDES, field_11880, SIDE_SLOTS
int: FUEL_USES, field_31324, MAX_FUEL_USES
int: DATA_BREW_TIME, field_31325, BREW_TIME_PROPERTY_INDEX
int: DATA_FUEL_USES, field_31326, FUEL_PROPERTY_INDEX
int: NUM_DATA_VALUES, field_31327, PROPERTY_COUNT
short: DEFAULT_BREW_TIME, field_57769, DEFAULT_BREW_TIME
byte: DEFAULT_FUEL, field_57770, DEFAULT_FUEL
Text: DEFAULT_NAME, field_63038, CONTAINER_NAME_TEXT
DefaultedList<ItemStack>: items, field_11882, inventory
int: brewTime, field_11878, brewTime
boolean[]: lastPotionCount, field_11883, slotsEmptyLastTick
Item: ingredient, field_11881, itemBrewing
int: fuel, field_11885, fuel
PropertyDelegate: dataAccess, field_17381, propertyDelegate
Constructors
Methods
Text (): getDefaultName, method_17823, getContainerName
int (): getContainerSize, method_5439, size
DefaultedList<ItemStack> (): getItems, method_11282, getHeldStacks
void (DefaultedList<ItemStack>): setItems, method_11281, setHeldStacks
void (World, BlockPos, BlockState, BrewingStandBlockEntity): serverTick, method_31665, tick
boolean[] (): getPotionBits, method_11028, getSlotsEmpty
boolean (BrewingRecipeRegistry, DefaultedList<ItemStack>): isBrewable, method_11027, canCraft
void (World, BlockPos, DefaultedList<ItemStack>): doBrew, method_11029, craft
void (ReadView): loadAdditional, method_11014, readData
void (WriteView): saveAdditional, method_11007, writeData
boolean (int, ItemStack): canPlaceItem, method_5437, isValid
int[] (Direction): getSlotsForFace, method_5494, getAvailableSlots
boolean (int, ItemStack, Direction): canPlaceItemThroughFace, method_5492, canInsert
boolean (int, ItemStack, Direction): canTakeItemThroughFace, method_5493, canExtract
ScreenHandler (int, PlayerInventory): createMenu, method_5465, createScreenHandler