Uses of Class
net.minecraft.world.level.block.entity.FuelValues
Packages that use FuelValues
Package
Description
-
Uses of FuelValues in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as FuelValuesMethods in net.minecraft.client.multiplayer that return FuelValues -
Uses of FuelValues in net.minecraft.server
Fields in net.minecraft.server declared as FuelValuesMethods in net.minecraft.server that return FuelValues -
Uses of FuelValues in net.minecraft.server.level
Methods in net.minecraft.server.level that return FuelValues -
Uses of FuelValues in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display with type parameters of type FuelValuesModifier and TypeFieldDescriptionstatic final ContextKey
<FuelValues> SlotDisplayContext.FUEL_VALUES
-
Uses of FuelValues in net.minecraft.world.level
Methods in net.minecraft.world.level that return FuelValues -
Uses of FuelValues in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return FuelValuesModifier and TypeMethodDescriptionFuelValues.Builder.build()
static FuelValues
FuelValues.vanillaBurnTimes
(HolderLookup.Provider p_360841_, FeatureFlagSet p_365144_) static FuelValues
FuelValues.vanillaBurnTimes
(HolderLookup.Provider p_362290_, FeatureFlagSet p_364291_, int p_363365_) static FuelValues
FuelValues.vanillaBurnTimes
(FuelValues.Builder builder, int p_363365_) Methods in net.minecraft.world.level.block.entity with parameters of type FuelValuesModifier and TypeMethodDescriptionprotected int
AbstractFurnaceBlockEntity.getBurnDuration
(FuelValues p_363501_, ItemStack p_58343_) protected int
BlastFurnaceBlockEntity.getBurnDuration
(FuelValues p_362551_, ItemStack p_58852_) protected int
SmokerBlockEntity.getBurnDuration
(FuelValues p_360506_, ItemStack p_59786_) -
Uses of FuelValues in net.neoforged.neoforge.client
Method parameters in net.neoforged.neoforge.client with type arguments of type FuelValuesModifier and TypeMethodDescriptionstatic void
ClientHooks.handleUpdateRecipes
(ClientPacketListener packetListener, Consumer<FuelValues> fuelValuesSetter) -
Uses of FuelValues in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common that return FuelValuesModifier and TypeMethodDescriptionstatic FuelValues
DataMapHooks.populateFuelValues
(RegistryAccess lookupProvider, FeatureFlagSet features) -
Uses of FuelValues in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions with parameters of type FuelValuesModifier and TypeMethodDescriptiondefault int
IItemExtension.getBurnTime
(ItemStack itemStack, @Nullable RecipeType<?> recipeType, FuelValues fuelValues) default int
IItemStackExtension.getBurnTime
(@Nullable RecipeType<?> recipeType, FuelValues fuelValues) Returns the fuel burn time for this item stack. -
Uses of FuelValues in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type FuelValuesModifier and TypeMethodDescriptionstatic int
EventHooks.getItemBurnTime
(ItemStack itemStack, int burnTime, @Nullable RecipeType<?> recipeType, FuelValues fuelValues) -
Uses of FuelValues in net.neoforged.neoforge.event.furnace
Fields in net.neoforged.neoforge.event.furnace declared as FuelValuesMethods in net.neoforged.neoforge.event.furnace that return FuelValuesModifier and TypeMethodDescriptionFurnaceFuelBurnTimeEvent.getFuelValues()
Get theFuelValues
populated from thedata map
Constructors in net.neoforged.neoforge.event.furnace with parameters of type FuelValuesModifierConstructorDescriptionFurnaceFuelBurnTimeEvent
(ItemStack itemStack, int burnTime, @Nullable RecipeType<?> recipeType, FuelValues fuelValues)