RebarGuide

The one and only Rebar guide.

Constructors

Link copied to clipboard
constructor(stack: ItemStack)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val addon: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val rebarBlock: <Error class: unknown class>
Link copied to clipboard
val research: <Error class: unknown class>
Link copied to clipboard
val researchBypassPermission: <Error class: unknown class>
Link copied to clipboard
@get:JvmName(name = "respectCooldown")
open val respectCooldown: Boolean
Link copied to clipboard
val schema: <Error class: unknown class>

Additional data about the item's type.

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getKey(): NamespacedKey
Link copied to clipboard

Returns the list of placeholders to be substituted into the item's lore.

Link copied to clipboard

Returns settings associated with the item.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun key(): @NotNull Key
Link copied to clipboard
open override fun onUsedToClick(event: PlayerInteractEvent, priority: EventPriority)

Called when a player right clicks with the item in either main or off hand.

Link copied to clipboard
open fun place(context: BlockCreateContext): RebarBlock

Places the block associated with this item, if it exists.

Link copied to clipboard
open fun prePlace(context: BlockCreateContext): Boolean

Checks if the block associated with this item can be placed in the given context.