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 -
Constructor Summary
Constructors Constructor Description WallStandingBlockItem(Block standingBlock, Block wallBlock, Item.Settings settings) -
Method Summary
Modifier and Type Method Description voidappendBlocks(Map<Block,Item> map, Item item)protected BlockStategetPlacementState(ItemPlacementContext context)Methods inherited from class net.minecraft.item.BlockItem
appendStacks, appendTooltip, canPlace, checkStatePlacement, getBlock, getPlacementContext, getPlaceSound, getTranslationKey, hasStoredInventory, method_33261, place, place, postPlacement, useOnBlock, writeTagToBlockEntityMethods inherited from class net.minecraft.item.Item
asItem, byRawId, canMine, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getEquipSound, getFoodComponent, getGroup, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getTooltipData, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnEntity
-
Field Details
-
wallBlock
-
-
Constructor Details
-
WallStandingBlockItem
-
-
Method Details
-
getPlacementState
- Overrides:
getPlacementStatein classBlockItem
-
appendBlocks
- Overrides:
appendBlocksin classBlockItem
-