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
- Mappings:
Namespace Name official bpaintermediary net/minecraft/class_1827named net/minecraft/item/WallStandingBlockItem
-
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, onItemEntityDestroyed, 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
- Mappings:
Namespace Name Mixin selector official aLbpa;a:Lbwu;intermediary field_8918Lnet/minecraft/class_1827;field_8918:Lnet/minecraft/class_2248;named wallBlockLnet/minecraft/item/WallStandingBlockItem;wallBlock:Lnet/minecraft/block/Block;
-
-
Constructor Details
-
WallStandingBlockItem
- Mappings:
Namespace Name Mixin selector official <init>Lbpa;<init>(Lbwu;Lbwu;Lbnr$a;)Vintermediary <init>Lnet/minecraft/class_1827;<init>(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/WallStandingBlockItem;<init>(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
getPlacementState
- Overrides:
getPlacementStatein classBlockItem- Mappings:
Namespace Name Mixin selector official cLbma;c(Lbpv;)Lcht;intermediary method_7707Lnet/minecraft/class_1747;method_7707(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;named getPlacementStateLnet/minecraft/item/BlockItem;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
-
appendBlocks
- Overrides:
appendBlocksin classBlockItem- Mappings:
Namespace Name Mixin selector official aLbma;a(Ljava/util/Map;Lbnr;)Vintermediary method_7713Lnet/minecraft/class_1747;method_7713(Ljava/util/Map;Lnet/minecraft/class_1792;)Vnamed appendBlocksLnet/minecraft/item/BlockItem;appendBlocks(Ljava/util/Map;Lnet/minecraft/item/Item;)V
-