A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z 

B

BackButton - class in io.github.pylonmc.rebar.guide.button
Represents the back button in the guide.
background(java.lang.String) - function in io.github.pylonmc.rebar.util.gui.GuiItems
A gray glass pane with no name or lore.
background() - function in io.github.pylonmc.rebar.util.gui.GuiItems
A gray glass pane with no name or lore.
backgroundBlack(java.lang.String) - function in io.github.pylonmc.rebar.util.gui.GuiItems
A black glass pane with no name or lore.
backgroundBlack() - function in io.github.pylonmc.rebar.util.gui.GuiItems
A black glass pane with no name or lore.
backgroundColor(org.bukkit.Color) - function in io.github.pylonmc.rebar.entity.display.TextDisplayBuilder
 
billboard(org.bukkit.entity.Display.Billboard) - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
 
billboard(org.bukkit.entity.Display.Billboard) - function in io.github.pylonmc.rebar.entity.display.TextDisplayBuilder
 
bind(xyz.xenondevs.invui.gui.Gui) - function in xyz.xenondevs.invui.item.BoundItem
 
BlastingRecipeType - class in io.github.pylonmc.rebar.recipe.vanilla
Key: minecraft:blasting
BlastingRecipeWrapper - class in io.github.pylonmc.rebar.recipe.vanilla
 
BlockBreakContext - class in io.github.pylonmc.rebar.block.context
Information surrounding a block break event.
BlockBreakContext.BlockBreak - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is being broken by another block (see BlockBreakBlockEvent for more details)
BlockBreakContext.BlockExploded - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is being exploded as a result of another block exploding
BlockBreakContext.BlockExplosionOrigin - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is exploding (e.g.
BlockBreakContext.Burned - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block has been burned away by fire
BlockBreakContext.Delete - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is being forcefully broken by BlockStorage.deleteBlockSee DebugWaxedWeatheredCutCopperStairs for example
BlockBreakContext.Destroyed - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block has been destroyed for another reason, such as a lever dropping because the block it was attached to was broken.
BlockBreakContext.EntityExploded - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is being exploded by an entity (e.g.
BlockBreakContext.Faded - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block has faded away (see BlockFadeEvent for more details)
BlockBreakContext.PlayerBreak - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is being broken by a player
BlockBreakContext.PluginBreak - class in io.github.pylonmc.rebar.block.context.BlockBreakContext
The block is being broken by a plugin
BlockCreateContext - class in io.github.pylonmc.rebar.block.context
Information surrounding a block place event.
BlockCreateContext.Default - class in io.github.pylonmc.rebar.block.context.BlockCreateContext
A context in which no other reason is specified
BlockCreateContext.ManualLoading - class in io.github.pylonmc.rebar.block.context.BlockCreateContext
 
BlockCreateContext.PlayerPlace - class in io.github.pylonmc.rebar.block.context.BlockCreateContext
A player has placed the block
BlockCreateContext.PluginGenerate - class in io.github.pylonmc.rebar.block.context.BlockCreateContext
A plugin generated the block ex:
  • Growing of Rebar Trees

  • Evolution of Rebar Sponges

BlockCullingEngine - class in io.github.pylonmc.rebar.culling
 
BlockCullingSettingsPage - class in io.github.pylonmc.rebar.guide.pages.settings
 
blockData(org.bukkit.block.data.BlockData) - function in io.github.pylonmc.rebar.entity.display.BlockDisplayBuilder
 
blockDataList() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.MultiblockComponentBlockDisplay
 
blockDataList() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.VanillaBlockdataMultiblockComponent
 
blockDataList() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.VanillaMultiblockComponent
 
BlockDisplayBuilder - class in io.github.pylonmc.rebar.entity.display
 
BlockPosition - class in io.github.pylonmc.rebar.util.position
Represents the position of a block (x, y, z, and world).
BlockPosition.Companion - class in io.github.pylonmc.rebar.util.position.BlockPosition
 
BlockPositionKt - class in io.github.pylonmc.rebar.util.position
 
BlockPositionPersistentDataType - class in io.github.pylonmc.rebar.datatypes
 
blocksOnPath(io.github.pylonmc.rebar.util.position.BlockPosition,io.github.pylonmc.rebar.util.position.BlockPosition) - function in io.github.pylonmc.rebar.util.RebarUtils
Does not include first or last block
BlockStorage - class in io.github.pylonmc.rebar.block
Welcome to the circus!
BlockTextureEngine - class in io.github.pylonmc.rebar.resourcepack.block
 
BlockTextureEntity - class in io.github.pylonmc.rebar.entity.packet
A specific WrapperEntity for RebarBlock textures.
BlockTextureEntity.Companion - class in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
 
boots(java.lang.Double,java.lang.Double) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
 
BOSSBAR - enum entry in io.github.pylonmc.rebar.waila.Waila.Type
 
BOTH - enum entry in io.github.pylonmc.rebar.logistics.LogisticGroupType

Both input to and output from the attached machine

breakBlock(io.github.pylonmc.rebar.block.RebarBlock,io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(io.github.pylonmc.rebar.block.RebarBlock) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(io.github.pylonmc.rebar.util.position.BlockPosition,io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(io.github.pylonmc.rebar.util.position.BlockPosition) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(org.bukkit.Location,io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(org.bukkit.Location) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(org.bukkit.block.Block,io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
breakBlock(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.block.BlockStorage
Removes a Rebar block and breaks the physical block in the world.
BrewingStandFuelLogisticSlot - class in io.github.pylonmc.rebar.logistics.slot
 
BrewingStandPotionLogisticSlot - class in io.github.pylonmc.rebar.logistics.slot
 
brightness(java.lang.Integer) - function in io.github.pylonmc.rebar.entity.display.BlockDisplayBuilder
 
brightness(org.bukkit.entity.Display.Brightness) - function in io.github.pylonmc.rebar.entity.display.BlockDisplayBuilder
 
brightness(java.lang.Integer) - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
 
brightness(org.bukkit.entity.Display.Brightness) - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
 
brightness(java.lang.Integer) - function in io.github.pylonmc.rebar.entity.display.TextDisplayBuilder
 
brightness(org.bukkit.entity.Display.Brightness) - function in io.github.pylonmc.rebar.entity.display.TextDisplayBuilder
 
build() - function in io.github.pylonmc.rebar.command.CommandBuilder
 
build(org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.BlockDisplayBuilder
 
build(org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.InteractionBuilder
 
build(org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
 
build(org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.TextDisplayBuilder
 
build() - function in io.github.pylonmc.rebar.entity.display.transform.LineBuilder
 
build() - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
 
build() - function in io.github.pylonmc.rebar.gametest.GameTestConfig.Builder
 
build() - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
 
buildForBlockDisplay() - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
Adjusts the transformation so that the transformation acts on the center of the block display; otherwise it would act on a corner
buildForItemDisplay() - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
 
buildForTextDisplay() - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
 
BukkitMainThreadDispatcher - class in io.github.pylonmc.rebar.async
A CoroutineDispatcher that runs on the Bukkit main thread.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z