CLASS net/minecraft/class_1827 net/minecraft/item/VerticallyAttachableBlockItem COMMENT An item for a block that can be vertically attached as well as horizontally. COMMENT This is usually a block that is either standing or attached to a wall; however, COMMENT some blocks are instead hung from the ceiling. FIELD field_40240 verticalAttachmentDirection Lnet/minecraft/class_2350; FIELD field_8918 wallBlock Lnet/minecraft/class_2248; METHOD (Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_1792$class_1793;Lnet/minecraft/class_2350;)V ARG 1 standingBlock ARG 2 wallBlock ARG 3 settings ARG 4 verticalAttachmentDirection COMMENT the direction of the item's vertical attachment, {@link Direction#UP} for hanging blocks COMMENT and {@link Direction#DOWN} for standing blocks METHOD method_45431 canPlaceAt (Lnet/minecraft/class_4538;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)Z ARG 1 world ARG 2 state ARG 3 pos