Uses of Class
dev.rono.igniscore.api.model.PlacedBlock
Packages that use PlacedBlock
Package
Description
Extension definitions loaded from JAR
config.yml files.-
Uses of PlacedBlock in dev.rono.igniscore.api.event
Methods in dev.rono.igniscore.api.event that return PlacedBlockModifier and TypeMethodDescriptionBlockBreakEvent.block()BlockClickEvent.block()BlockEvent.block()BlockInteractEvent.block()BlockPlaceEvent.block()default PlacedBlockRuntimeBlockEvent.block()Constructors in dev.rono.igniscore.api.event with parameters of type PlacedBlockModifierConstructorDescriptionBlockBreakEvent(PlacedBlock block, IgnisItem droppedItem) BlockClickEvent(PlacedBlock block, IgnisPlayer player, IgnisInteraction interaction, IgnisItem heldItem, CustomBlockAction defaultResult) BlockInteractEvent(PlacedBlock block, IgnisPlayer player, IgnisInteraction interaction, IgnisItem heldItem, CustomBlockAction action) BlockPlaceEvent(PlacedBlock block, IgnisItem placedFrom) -
Uses of PlacedBlock in dev.rono.igniscore.api.model
Methods in dev.rono.igniscore.api.model that return PlacedBlockModifier and TypeMethodDescriptionstatic PlacedBlockPlacedBlock.from(RuntimeBlockInstance instance) static PlacedBlockPlacedBlock.of(BlockDefinition definition, IgnisLocation location)