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 FuelValuesFuelValues.vanillaBurnTimes(HolderLookup.Provider pRegistries, FeatureFlagSet pEnabledFeatures) static FuelValuesFuelValues.vanillaBurnTimes(HolderLookup.Provider pRegistries, FeatureFlagSet pEnabledFeatures, int pSmeltingTime) static FuelValuesFuelValues.vanillaBurnTimes(FuelValues.Builder builder, int p_363365_) Methods in net.minecraft.world.level.block.entity with parameters of type FuelValuesModifier and TypeMethodDescriptionprotected intAbstractFurnaceBlockEntity.getBurnDuration(FuelValues pFuelValues, ItemStack pStack) protected intBlastFurnaceBlockEntity.getBurnDuration(FuelValues p_362551_, ItemStack p_58852_) protected intSmokerBlockEntity.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 voidClientHooks.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 FuelValuesDataMapHooks.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 intIItemExtension.getBurnTime(ItemStack itemStack, @Nullable RecipeType<?> recipeType, FuelValues fuelValues) default intIItemStackExtension.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 intEventHooks.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 theFuelValuespopulated from thedata mapConstructors in net.neoforged.neoforge.event.furnace with parameters of type FuelValuesModifierConstructorDescriptionFurnaceFuelBurnTimeEvent(ItemStack itemStack, int burnTime, @Nullable RecipeType<?> recipeType, FuelValues fuelValues)