Package net.minecraft.item
Class WallStandingBlockItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BlockItem
net.minecraft.item.WallStandingBlockItem
- All Implemented Interfaces:
ItemConvertible
- Direct Known Subclasses:
BannerItem
,SignItem
,SkullItem
public class WallStandingBlockItem extends BlockItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings
-
Field Summary
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group, RANDOM
-
Constructor Summary
Constructors Constructor Description WallStandingBlockItem(Block standingBlock, Block wallBlock, Item.Settings settings)
-
Method Summary
Modifier and Type Method Description void
appendBlocks(Map<Block,Item> map, Item item)
protected BlockState
getPlacementState(ItemPlacementContext context)
Methods inherited from class net.minecraft.item.BlockItem
appendStacks, appendTooltip, canPlace, checkStatePlacement, getBlock, getPlacementContext, getPlaceSound, getTranslationKey, place, place, postPlacement, useOnBlock, writeTagToBlockEntity
Methods inherited from class net.minecraft.item.Item
asItem, byRawId, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getFoodComponent, getGroup, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEffectiveOn, isEnchantable, isFireproof, isFood, isIn, isIn, isNetworkSynced, isUsedOnRelease, onCraft, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnEntity
-
Field Details
-
wallBlock
-
-
Constructor Details
-
WallStandingBlockItem
-
-
Method Details
-
getPlacementState
- Overrides:
getPlacementState
in classBlockItem
-
appendBlocks
- Overrides:
appendBlocks
in classBlockItem
-