selery v0.1.1 (2018-02-09T09:47:44Z)
Dub
Repo
FilledBucketItem
selery
item
miscellaneous
Undocumented in source.
class
FilledBucketItem : SimpleItem!(si)(
sul
.
items
.
Item
si
block_t
place
item_t
residue
) {
alias
sul
=
si
;
this
(F args);
bool
placeable
[@property getter];
bool
onPlaced
(Player player, BlockPosition position, uint tface);
}
Constructors
this
this
(F args)
Undocumented in source.
Members
Aliases
sul
alias
sul
=
si
Undocumented in source.
Functions
onPlaced
bool
onPlaced
(Player player, BlockPosition position, uint tface)
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
miscellaneous
classes
BucketItem
FilledBucketItem
MapItem