@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
public class BlazeBurnerBlockItem
extends net.minecraft.item.BlockItem
| Modifier and Type | Method and Description |
|---|---|
static BlazeBurnerBlockItem |
empty(net.minecraft.item.Item.Properties properties) |
void |
fillItemCategory(net.minecraft.item.ItemGroup p_150895_1_,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> p_150895_2_) |
java.lang.String |
getDescriptionId() |
protected void |
giveBurnerItemTo(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.item.ItemStack heldItem,
net.minecraft.util.Hand hand) |
boolean |
hasCapturedBlaze() |
net.minecraft.util.ActionResultType |
interactLivingEntity(net.minecraft.item.ItemStack heldItem,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.entity.LivingEntity entity,
net.minecraft.util.Hand hand) |
void |
registerBlocks(java.util.Map<net.minecraft.block.Block,net.minecraft.item.Item> p_195946_1_,
net.minecraft.item.Item p_195946_2_) |
net.minecraft.util.ActionResultType |
useOn(net.minecraft.item.ItemUseContext context) |
static BlazeBurnerBlockItem |
withBlaze(net.minecraft.block.Block block,
net.minecraft.item.Item.Properties properties) |
appendHoverText, canPlace, getBlock, getPlacementState, getPlaceSound, getPlaceSound, mustSurvive, place, placeBlock, removeFromBlockToItemMap, updateCustomBlockEntityTag, updateCustomBlockEntityTag, updatePlacementContextallowdedIn, asItem, byBlock, byId, canAttackBlock, canBeDepleted, canBeHurtBy, finishUsingItem, getCraftingRemainingItem, getDefaultAttributeModifiers, getDefaultInstance, getDescription, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getEnchantmentValue, getFoodProperties, getHarvestLevel, getId, getItemCategory, getItemStackTileEntityRenderer, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getTags, getToolTypes, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, inventoryTick, is, isComplex, isCorrectToolForDrops, isEdible, isEnchantable, isFireResistant, isFoil, isRepairable, isValidRepairItem, mineBlock, onCraftedBy, onUseTick, releaseUsing, shouldOverrideMultiplayerNbt, toString, use, useOnRelease, verifyTagAfterLoadgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canHarvestBlock, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getArmorModel, getArmorTexture, getAttributeModifiers, getBurnTime, getBurnTime, getContainerItem, getCreativeTabs, getCreatorModId, getDamage, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getHighlightTip, getItem, getItemEnchantability, getItemStackLimit, getMaxDamage, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getXpRepairRatio, hasContainerItem, hasCustomEntity, initCapabilities, isBookEnchantable, isDamageable, isDamaged, isEnderMask, isPiglinCurrency, isShield, makesPiglinsNeutral, onArmorTick, onBlockStartBreak, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onItemUseFirst, onLeftClickEntity, onUsingTick, readShareTag, renderHelmetOverlay, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation, showDurabilityBarpublic static BlazeBurnerBlockItem empty(net.minecraft.item.Item.Properties properties)
public static BlazeBurnerBlockItem withBlaze(net.minecraft.block.Block block, net.minecraft.item.Item.Properties properties)
public void registerBlocks(java.util.Map<net.minecraft.block.Block,net.minecraft.item.Item> p_195946_1_,
net.minecraft.item.Item p_195946_2_)
registerBlocks in class net.minecraft.item.BlockItempublic void fillItemCategory(net.minecraft.item.ItemGroup p_150895_1_,
net.minecraft.util.NonNullList<net.minecraft.item.ItemStack> p_150895_2_)
fillItemCategory in class net.minecraft.item.BlockItempublic java.lang.String getDescriptionId()
getDescriptionId in class net.minecraft.item.BlockItempublic net.minecraft.util.ActionResultType useOn(net.minecraft.item.ItemUseContext context)
useOn in class net.minecraft.item.BlockItempublic net.minecraft.util.ActionResultType interactLivingEntity(net.minecraft.item.ItemStack heldItem,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.entity.LivingEntity entity,
net.minecraft.util.Hand hand)
interactLivingEntity in class net.minecraft.item.Itemprotected void giveBurnerItemTo(net.minecraft.entity.player.PlayerEntity player,
net.minecraft.item.ItemStack heldItem,
net.minecraft.util.Hand hand)
public boolean hasCapturedBlaze()