selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
BeansItem
selery
item
placeable
Undocumented in source.
class
BeansItem : SimpleItem!(si)(
sul
.
items
.
Item
si
block_t
[]
blocks
)
if
(
blocks
.
length
== 4
) {
alias
sul
=
si
;
this
(E args);
bool
placeable
[@property getter];
block_t
place
(World world, BlockPosition position, uint face);
}
Constructors
this
this
(E args)
Undocumented in source.
Members
Aliases
sul
alias
sul
=
si
Undocumented in source.
Functions
place
block_t
place
(World world, BlockPosition position, uint face)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
placeable
bool
placeable
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
item
placeable
aliases
PlaceableOnSolidItem
classes
BeansItem
GenericPlaceableItem
PlaceableOnBlockItem
SlabItem
StairsItem
TorchItem
WoodItem
templates
PlaceableItem