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
G
- GameTest - class in io.github.pylonmc.rebar.gametest
- A game test is a special blocked-off area in the world that allows you to test blocks, items, entities, and other game mechanics in a controlled environment.
- GameTestConfig - class in io.github.pylonmc.rebar.gametest
- Represents the configuration for a GameTest.
- GameTestConfig.Builder - class in io.github.pylonmc.rebar.gametest.GameTestConfig
- Builds a io.github.pylonmc.rebar.gametest.GameTestConfig.
- GameTestFailException - class in io.github.pylonmc.rebar.gametest
- Thrown when a GameTest fails.
- get(io.github.pylonmc.rebar.util.position.BlockPosition) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block at the given blockPosition, or null if the block does not exist
- get(org.bukkit.Location) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block at the given location, or null if the block does not exist.
- get(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block at the given block, or null if the block does not exist.
- get(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.config.ConfigSection
- Returns null if the key does not exist or if the value cannot be converted to the desired type.
- get(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.config.ConfigSection
- Returns defaultValue if the key does not exist or if the value cannot be converted to the desired type.
- get(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.config.ConfigSection
- Returns the computed defaultValue if the key does not exist or if the value cannot be converted to the desired type.
- get(java.util.UUID) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns the RebarEntity with this uuid, or null if the entity does not exist or is not a Rebar entity.
- get(org.bukkit.entity.Entity) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns the RebarEntity corresponding to this entity, or null if this entity is not a Rebar entity.
- get(io.papermc.paper.datacomponent.DataComponentType.Valued) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
- get(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.registry.RebarRegistry
- get(kotlin.coroutines.CoroutineContext.Key) - function in kotlin.coroutines.CoroutineContext.Element
- get(java.lang.String,Object) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getAbbreviation() - function in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- getAbbreviation() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getActiveGhostBlockId() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- getAddon() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getAddon() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getAddon() - function in io.github.pylonmc.rebar.guide.button.AddonPageButton
- getAddon() - function in io.github.pylonmc.rebar.guide.button.ContributorButton
- getAddon() - function in io.github.pylonmc.rebar.guide.pages.help.AddonContributorsPage
- getAddon() - function in io.github.pylonmc.rebar.guide.pages.research.AddonResearchesPage
- getAddon() - function in io.github.pylonmc.rebar.item.RebarItem
- getAddon() - function in io.github.pylonmc.rebar.item.RebarItem
- getAddon() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- getAddon(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.util.RebarUtils
- getAdministratorsPage() - function in io.github.pylonmc.rebar.guide.pages.help.HelpPage
- getAdminOnlyItems() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Admin items do not show up in searches unless a player has the
rebar.guide.cheatpermission - getAge() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getAllowedTemperatures() - function in io.github.pylonmc.rebar.content.fluid.FluidPipe
- getAlwaysShowRadius() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getAlwaysShowRadius() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- getAlwaysShowRadiusKey() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getAmount() - function in io.github.pylonmc.rebar.guide.button.FluidButton
- The amount of the fluid to display in the lore, or null if no amount should be displayed.
- getAmount() - function in io.github.pylonmc.rebar.logistics.slot.ItemDisplayLogisticSlot
- getAmount() - function in io.github.pylonmc.rebar.logistics.slot.LogisticSlot
- getAmount() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getAmount() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getAmount() - function in io.github.pylonmc.rebar.logistics.slot.VirtualInventoryLogisticSlot
- getAmount() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Item
- getAmountMillibuckets() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Fluid
- getAmountMillibuckets() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Fluid
- getAngleX() - function in io.github.pylonmc.rebar.entity.display.transform.LookAlong
- getAngleY() - function in io.github.pylonmc.rebar.entity.display.transform.LookAlong
- getAngularVelocity() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getAs(io.github.pylonmc.rebar.util.position.BlockPosition) - function in io.github.pylonmc.rebar.block.BlockStorage
- Gets the Rebar block (of type T) at the given blockPosition.
- getAs(java.lang.Class,io.github.pylonmc.rebar.util.position.BlockPosition) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block (of type T) at the given blockPosition, or null if the block does not exist or is not of the expected class.
- getAs(java.lang.Class,org.bukkit.Location) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block (of type T) at the given location, or null if the block does not exist or is not of the expected class.
- getAs(java.lang.Class,org.bukkit.block.Block) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block (of type T) at the given block, or null if the block does not exist or is not of the expected class.
- getAs(org.bukkit.Location) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block (of type T) at the given location.
- getAs(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns the Rebar block (of type T) at the given block.
- getAs(java.lang.Class,java.util.UUID) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns the RebarEntity with this uuid, or null if the entity does not exist, is not a Rebar entity, or is not of type T.
- getAs(java.lang.Class,org.bukkit.entity.Entity) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns the RebarEntity corresponding to this entity, or if this entity is not a Rebar entity, or is not of type T.
- getAs(java.util.UUID) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns the RebarEntity with this uuid, or null if the entity does not exist, is not a Rebar entity, or is not of type T.
- getAs(org.bukkit.entity.Entity) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns the RebarEntity corresponding to this entity, or if this entity is not a Rebar entity, or is not of type T.
- getAuthor() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getAuthor() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getBackButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getBarColor() - function in io.github.pylonmc.rebar.util.ProgressBar
- getBars() - function in io.github.pylonmc.rebar.util.ProgressBar
- getBarString() - function in io.github.pylonmc.rebar.util.ProgressBar
- getBaseAttackDamage() - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- getBaseAttackKnockback() - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- getBaseAttackSpeed() - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- getBaseTickInterval() - function in io.github.pylonmc.rebar.item.interfaces.InventoryEffectRebarItem
- Determines the rate at which the onTick method will be called.
- getBaseTickInterval() - function in io.github.pylonmc.rebar.item.interfaces.InventoryTickerRebarItem
- Determines the rate at which the onTick method will be called.
- getBillboard() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getBlock() - function in io.github.pylonmc.rebar.block.RebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.RebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.RebarBlock
- Implemented automatically by any class that extends PylonBlock
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockBreak
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockExploded
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockExplosionOrigin
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Burned
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Delete
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Destroyed
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.EntityExploded
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Faded
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PlayerBreak
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PluginBreak
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.Default
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.ManualLoading
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- Automatically implemented when this interface is implemented by a io.github.pylonmc.rebar.block.RebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.FacadeRebarBlock
- Implemented automatically by any class that extends PylonBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.LogisticRebarBlock
- Automatically implemented when this interface is implemented by a io.github.pylonmc.rebar.block.RebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.RebarMultiblock
- getBlock() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getBlock() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getBlock() - function in io.github.pylonmc.rebar.event.PreRebarBlockBreakEvent
- getBlock() - function in io.github.pylonmc.rebar.event.PreRebarBlockPlaceEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockDeserializeEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockLoadEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockPhantomEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockPlaceEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockUnloadEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarBlockWailaEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarEntityWailaEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarMultiblockFormEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarMultiblockRefreshEvent
- getBlock() - function in io.github.pylonmc.rebar.event.RebarMultiblockUnformEvent
- getBlock() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getBlock() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getBlock() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getBlock() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getBlock1() - function in io.github.pylonmc.rebar.event.RebarCargoConnectEvent
- getBlock1() - function in io.github.pylonmc.rebar.event.RebarCargoDisconnectEvent
- getBlock2() - function in io.github.pylonmc.rebar.event.RebarCargoConnectEvent
- getBlock2() - function in io.github.pylonmc.rebar.event.RebarCargoDisconnectEvent
- getBlockBreakTicks(org.bukkit.inventory.ItemStack,org.bukkit.block.Block) - function in io.github.pylonmc.rebar.util.RebarUtils
- getBlockClass() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getBlockCullingSettingsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getBlockData() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.RebarFallingBlockEntity
- getBlocks() - function in io.github.pylonmc.rebar.block.interfaces.GroupCulledRebarBLock.CullingGroup
- getBlocks() - function in io.github.pylonmc.rebar.block.interfaces.GroupCulledRebarBLock.CullingGroup
- getBlockSchema() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.RebarFallingBlockEntity
- getBlockSchema() - function in io.github.pylonmc.rebar.event.PreRebarBlockPlaceEvent
- getBlocksKey() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getBlocksType() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getBlockTextureEntity() - function in io.github.pylonmc.rebar.block.RebarBlock
- A packet based ItemDisplay sent to players who have
customBlockTexturesenabled. - getBlockTextureEntity() - function in io.github.pylonmc.rebar.block.RebarBlock
- A packet based ItemDisplay sent to players who have
customBlockTexturesenabled. - getBlockTextureItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that should be used to display the block's texture.
- getBlockTextureItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that should be used to display the block's texture.
- getBlockTextureProperties() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns a map of custom block state properties to be used for the block texture item.
- getBlockTextureProperties() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns a map of custom block state properties to be used for the block texture item.
- getBoolean(java.lang.String,boolean) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getBoundingBox() - function in io.github.pylonmc.rebar.gametest.GameTest
- getBoundingBox() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getBreakProgress() - function in io.github.pylonmc.rebar.util.RebarUtils
- getBrightness() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.AdvancedBlockCullingSettingsPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.BlockCullingSettingsPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.MainSettingsPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.ResourcePackSettingsPage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.SimpleStaticGuidePage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.SimpleStaticGuidePage
- The list of buttons to be displayed on this page.
- getButtons() - function in io.github.pylonmc.rebar.guide.pages.base.WailaSettingsPage
- The list of buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.AdvancedBlockCullingSettingsPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.BlockCullingSettingsPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.ContributorsPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.MainSettingsPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.ResourcePackSettingsPage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- Supplies the buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.rebar.guide.pages.base.WailaSettingsPage
- Supplies the buttons to be displayed on this page.
- getByChunk(io.github.pylonmc.rebar.util.position.ChunkPosition) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns all the Rebar blocks in the chunk at chunkPosition.
- getByKey(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns all the Rebar blocks with key key.
- getByKey(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.entity.EntityStorage
- Returns all the Rebar entities associated with this key.
- getByproducts() - function in io.github.pylonmc.rebar.recipe.IngredientCalculation
- getBySchema(io.github.pylonmc.rebar.block.RebarBlockSchema) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns all the Rebar blocks with schema schema
- getByType(java.lang.Class) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns all the Rebar blocks whose Class inherits type
- getCargoLogisticGroup(org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getCargoLogisticGroups() - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getCargoTransferRate() - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getCause() - function in kotlin.Throwable
- getCenter() - function in io.github.pylonmc.rebar.gametest.GameTest
- getChunk() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksLoadEvent
- getChunk() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksUnloadEvent
- getChunk() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getChunk() - function in io.github.pylonmc.rebar.util.position.ChunkPosition
- WARNING: Getting the chunk will load the chunk if it is not already loaded.
- getChunksOccupied() - function in io.github.pylonmc.rebar.block.interfaces.RebarMultiblock
- All chunks containing at least one component of the multiblock
- getChunksOccupied() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- All chunks containing at least one component of the multiblock
- getChunkX() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getChunkZ() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getCleanup() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getColor() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getColor() - function in io.github.pylonmc.rebar.waila.WailaDisplay
- getCommand() - function in io.github.pylonmc.rebar.command.CommandBuilder
- getCommand(java.lang.String) - function in org.bukkit.plugin.java.Rebar
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.BlockDataPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.BlockDataPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.CharPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.CharPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ComponentPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ComponentPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.DelegatingPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.EnumPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.EnumPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.FluidConnectionPointPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.FluidConnectionPointPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.InventoryPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.InventoryPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ItemStackPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ItemStackPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.KeyedPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.KeyedPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.MapPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.MapPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.NamespacedKeyPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.NamespacedKeyPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ReadableItemStackPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.ReadableItemStackPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.SetPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.SetPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.UUIDPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.UUIDPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.VirtualInventoryPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.VirtualInventoryPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.WorldPersistentDataType
- getComplexType() - function in io.github.pylonmc.rebar.datatypes.WorldPersistentDataType
- getComplexType() - function in org.bukkit.persistence.PersistentDataType
- getComponentLogger() - function in org.bukkit.plugin.Rebar
- getComponents() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- The positions and corresponding components of the multiblock.
- getComponents() - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- getComponents() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Item
- getConfettiCreeper() - function in io.github.pylonmc.rebar.entity.ConfettiCreeperListener
- getConfig() - function in io.github.pylonmc.rebar.gametest.GameTest
- getConfig() - function in org.bukkit.plugin.java.Rebar
- getConfigSection() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getConfigSection(java.lang.String) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getConnectedFaces() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct
- getConnectedFacesKey() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getConnectedFacesType() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getConnectedPipeDisplay() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getConnectedPipeDisplays() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getConnectedPipeDisplays() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionDisplay
- getConnectedPipeDisplays() - function in io.github.pylonmc.rebar.content.fluid.FluidPointDisplay
- getConnectedPoints() - function in io.github.pylonmc.rebar.fluid.VirtualFluidPoint
- getContext() - function in io.github.pylonmc.rebar.event.PreRebarBlockBreakEvent
- getContext() - function in io.github.pylonmc.rebar.event.PreRebarBlockPlaceEvent
- getContext() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent
- getContext() - function in io.github.pylonmc.rebar.event.RebarBlockPlaceEvent
- getContributor() - function in io.github.pylonmc.rebar.guide.button.ContributorButton
- getContributorsPage() - function in io.github.pylonmc.rebar.guide.pages.help.HelpPage
- getCoroutineContext() - function in io.github.pylonmc.rebar.async.ChunkScope
- getCoroutineContext() - function in io.github.pylonmc.rebar.async.PlayerScope
- getCost() - function in io.github.pylonmc.rebar.item.research.Research
- If null, the research cannot be unlocked using points
- getCountDownKey() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getCraftingRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.CraftingRecipeWrapper
- getCraftingRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.CraftingRecipeWrapper
- getCulledEntityIds() - function in io.github.pylonmc.rebar.block.interfaces.EntityCulledRebarBlock
- Any entity id's that should be culled when the block is considered culled by the BlockTextureEngine.
- getCulledEntityIds() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- Any entity id's that should be culled when the block is considered culled by the BlockTextureEngine.
- getCullingConfigKey() - function in io.github.pylonmc.rebar.culling.BlockCullingEngine
- getCullingEnabledKey() - function in io.github.pylonmc.rebar.culling.BlockCullingEngine
- getCullingGroups() - function in io.github.pylonmc.rebar.block.interfaces.EntityGroupCulledRebarBlock
- getCullingGroups() - function in io.github.pylonmc.rebar.block.interfaces.GroupCulledRebarBLock
- getCullingGroups() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct
- getCullRadius() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getCullRadius() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- getCullRadiusKey() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getCurrentFluid() - function in io.github.pylonmc.rebar.guide.button.FluidButton
- getCurrentRecipe() - function in io.github.pylonmc.rebar.block.interfaces.RecipeProcessorRebarBlock
- getCurrentStack() - function in io.github.pylonmc.rebar.guide.button.ItemButton
- getCustomArmorTexturesKey() - function in io.github.pylonmc.rebar.resourcepack.armor.ArmorTextureEngine
- getCustomBlockTexturesKey() - function in io.github.pylonmc.rebar.resourcepack.block.BlockTextureEngine
- getCustomMiniMessage() - function in io.github.pylonmc.rebar.i18n.RebarMiniMessage
- Rebar's custom MiniMessage instance with custom tags.
- getDataFolder() - function in org.bukkit.plugin.java.Rebar
- getDataPath() - function in org.bukkit.plugin.Rebar
- getDebug() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent
- getDecorator() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getDecorator() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getDecorator() - function in io.github.pylonmc.rebar.guide.button.setting.TogglePlayerSettingButton
- getDefaultBiomeProvider(java.lang.String,java.lang.String) - function in org.bukkit.plugin.java.Rebar
- getDefaultItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- getDefaultItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- getDefaultLanguage() - function in io.github.pylonmc.rebar.Rebar
- The language to fall back to if a language entry is not found for the user's language.
- getDefaultLanguage() - function in io.github.pylonmc.rebar.addon.RebarAddon
- The language to fall back to if a language entry is not found for the user's language.
- getDefaultPrefix() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getDefaultStyle() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getDefaultWorldGenerator(java.lang.String,java.lang.String) - function in org.bukkit.plugin.java.Rebar
- getDelayTicks() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getDelegate() - function in io.github.pylonmc.rebar.datatypes.DelegatingPersistentDataType
- getDescription() - function in io.github.pylonmc.rebar.config.ContributorConfig
- getDescription() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getDescription() - function in org.bukkit.plugin.java.Rebar
- getDirection(org.bukkit.Location,org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getDirection(org.joml.Vector3d,org.joml.Vector3d) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getDirection(org.joml.Vector3f,org.joml.Vector3f) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getDisableBlockTextureEntity() - function in io.github.pylonmc.rebar.block.PhantomBlock
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableBlockTextureEntity() - function in io.github.pylonmc.rebar.block.RebarBlock
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableBlockTextureEntity() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableBlockTextureEntity() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableBlockTextureEntity() - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableNameHacksKey() - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- getDisplacement(org.bukkit.Location,org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getDisplacement(org.joml.Vector3d,org.joml.Vector3d) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getDisplacement(org.joml.Vector3f,org.joml.Vector3f) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getDisplay() - function in io.github.pylonmc.rebar.event.RebarBlockWailaEvent
- getDisplay() - function in io.github.pylonmc.rebar.event.RebarEntityWailaEvent
- getDisplay() - function in io.github.pylonmc.rebar.logistics.slot.ItemDisplayLogisticSlot
- getDisplay() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getDisplayHeight() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getDisplayName() - function in io.github.pylonmc.rebar.addon.Rebar
- The name used to represent this addon in the guide and other places.
- getDisplayName() - function in io.github.pylonmc.rebar.addon.RebarAddon
- The name used to represent this addon in the guide and other places.
- getDisplayName() - function in io.github.pylonmc.rebar.config.ContributorConfig
- getDisplayNamespace(xyz.xenondevs.invui.item.Item,org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.SearchPage
- getDisplayNamespace(xyz.xenondevs.invui.item.Item,org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.SearchPage
- getDisplayText() - function in io.github.pylonmc.rebar.fluid.RebarFluidTag
- A component which is added to the lore of fluids to give information about this tag.
- getDisplayText() - function in io.github.pylonmc.rebar.fluid.tags.FluidTemperature
- A component which is added to the lore of fluids to give information about this tag.
- getDisplayWidth() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getDouble(java.lang.String,double) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getDropItem(io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.PhantomBlock
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.rebar.block.context.BlockBreakContext) - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- Returns the item that the block should drop.
- getDrops() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent
- getElement() - function in io.github.pylonmc.rebar.util.WeightedSet.Element
- getElements() - function in io.github.pylonmc.rebar.util.WeightedSet
- getElementType() - function in io.github.pylonmc.rebar.datatypes.SetPersistentDataType
- getEmptyColor() - function in io.github.pylonmc.rebar.util.ProgressBar
- getENABLED() - function in io.github.pylonmc.rebar.config.RebarConfig.WailaConfig
- getEnabled() - function in io.github.pylonmc.rebar.waila.PlayerWailaConfig
- getEnabledKey() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getEntity() - function in io.github.pylonmc.rebar.content.fluid.FluidPointDisplay
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- A 'endpoint display' is one of the red/green displays that indicates a block's fluid input/output.
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- A 'intersection display' is one of the gray displays that indicates one or more pipes being joined together.
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- A display that visually represents a pipe.
- getEntity() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getEntity() - function in org.bukkit.event.entity.EntityEvent
- getEntityClass() - function in io.github.pylonmc.rebar.entity.RebarEntitySchema
- getEntityIds() - function in io.github.pylonmc.rebar.block.interfaces.EntityGroupCulledRebarBlock.EntityCullingGroup
- getEntityType() - function in org.bukkit.event.entity.EntityEvent
- getEntries() - function in io.github.pylonmc.rebar.fluid.FluidPointType
- getEntries() - function in io.github.pylonmc.rebar.fluid.tags.FluidTemperature
- getEntries() - function in io.github.pylonmc.rebar.logistics.LogisticGroupType
- getEntries() - function in io.github.pylonmc.rebar.util.MiningLevel
- getEntries() - function in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- getEntries() - function in io.github.pylonmc.rebar.waila.Waila.Type
- getEnumClass() - function in io.github.pylonmc.rebar.datatypes.EnumPersistentDataType
- getEquipmentType() - function in io.github.pylonmc.rebar.item.interfaces.ArmorRebarItem
- The equipment type of this armor piece, used for custom armor textures.
- getERROR_UNKNOWN() - function in io.github.pylonmc.rebar.command.DualBlockRegistryCommandArgument
- getERROR_UNKNOWN() - function in io.github.pylonmc.rebar.command.DualItemRegistryCommandArgument
- getErroredBlockKey() - function in io.github.pylonmc.rebar.block.PhantomBlock
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockBreak
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockExploded
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockExplosionOrigin
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Burned
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Destroyed
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.EntityExploded
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Faded
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PlayerBreak
- getEvent() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- getEvent() - function in io.github.pylonmc.rebar.event.RebarEntityDeathEvent
- getEventName() - function in org.bukkit.event.Event
- getExamples() - function in io.github.pylonmc.rebar.command.DualBlockRegistryCommandArgument
- getExamples() - function in io.github.pylonmc.rebar.command.DualItemRegistryCommandArgument
- getExamples() - function in io.github.pylonmc.rebar.command.RegistryCommandArgument
- getFacadeDefaultBlockType() - function in io.github.pylonmc.rebar.block.interfaces.FacadeRebarBlock
- getFacadeDefaultBlockType() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct
- getFacadeDefaultBlockType() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- getFacadeDefaultBlockType() - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- getFace() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getFaceGroups() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct
- getFacing() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext
- The direction in which this block was placed.
- getFacing() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.Default
- The direction in which this block was placed.
- getFacing() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.ManualLoading
- The direction in which this block was placed.
- getFacing() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- The direction in which this block was placed.
- getFacing() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- The direction in which this block was placed.
- getFacing() - function in io.github.pylonmc.rebar.block.interfaces.DirectionalRebarBlock
- getFacing() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- The direction in which this block was placed.
- getFacingVertical() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext
- The direction in which this block was placed.
- getFacingVertical() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.Default
- The direction in which this block was placed.
- getFacingVertical() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.ManualLoading
- The direction in which this block was placed.
- getFacingVertical() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- The direction in which this block was placed.
- getFacingVertical() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- The direction in which this block was placed.
- getFacingVertical() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- The direction in which this block was placed.
- getFallingBlockDataKey() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.Companion
- getFallingBlockFallbackItemKey() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.Companion
- getFallingBlockStartPositionKey() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.Companion
- getFallingBlockTypeKey() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.Companion
- getFallStartPosition() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.RebarFallingBlockEntity
- getFilter() - function in io.github.pylonmc.rebar.logistics.LogisticGroup
- Returns whether the provided item stack can be inserted into any slots within the group.
- getFluid() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage
- getFluid() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
- getFluid() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Fluid
- getFluidAmount() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- The amount of fluid stored in the tank
- getFluidButtons(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.SearchItemsAndFluidsPage
- getFluidCapacity() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- The capacity of the tank
- getFluidIntersectionDisplay() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- getFluidPerSecond() - function in io.github.pylonmc.rebar.content.fluid.FluidPipe
- getFluidPointDisplay(io.github.pylonmc.rebar.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getFluidPointDisplay(io.github.pylonmc.rebar.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getFluidPointDisplay(io.github.pylonmc.rebar.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.rebar.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.rebar.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.rebar.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getFluids() - function in io.github.pylonmc.rebar.guide.button.FluidButton
- getFluids() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Fluid
- getFluidsButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getFluidSpaceRemaining() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- The amount of space remaining in the tank
- getFluidsPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getFluidType() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- The type of fluid stored in the tank
- getFooterName() - function in io.github.pylonmc.rebar.addon.Rebar
- The name used to represent this addon in the item tooltips.
- getFooterName() - function in io.github.pylonmc.rebar.addon.RebarAddon
- The name used to represent this addon in the item tooltips.
- getFrom() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getFromDisplay() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getFullName() - function in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- getGetter() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getGetter() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getGhostBlockHitbox(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getGhostBlockHitbox(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getGithubUsername() - function in io.github.pylonmc.rebar.config.ContributorConfig
- getGlowColorOverride() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.MachineRecipesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.RootPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.ContributorsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.GuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.TabbedGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.item.ItemIngredientsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.settings.AdvancedBlockCullingSettingsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.settings.BlockCullingSettingsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.settings.PlayerSettingsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.settings.ResourcePackSettingsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.settings.WailaSettingsPage
- Created the page for the given player.
- getGui() - function in xyz.xenondevs.invui.item.AbstractBoundItem
- getGuideHints(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getGuideHintsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getGuideSounds(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getGuideSoundsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getGuiTitle() - function in io.github.pylonmc.rebar.block.interfaces.GuiRebarBlock
- The title of the GUI
- getHandlerList() - function in io.github.pylonmc.rebar.event.PreRebarBlockBreakEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.PreRebarBlockPlaceEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointConnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointDisconnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockDeserializeEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockLoadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockPhantomEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockPlaceEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockUnloadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarBlockWailaEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarCargoConnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarCargoDisconnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksLoadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksUnloadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarConfigurableRecipesLoadedEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntityAddEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntityDeathEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntityDeserializeEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntityLoadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntitySerializeEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntityUnloadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarEntityWailaEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarFluidPointConnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarFluidPointDisconnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarMultiblockFormEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarMultiblockRefreshEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarMultiblockUnformEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarRegisterEvent.Companion
- getHandlerList() - function in io.github.pylonmc.rebar.event.RebarUnregisterEvent.Companion
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockDeserializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockDeserializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockLoadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockLoadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockPhantomEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockPhantomEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockUnloadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockUnloadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockWailaEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarBlockWailaEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarCargoConnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarCargoConnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarCargoDisconnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarCargoDisconnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksLoadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksLoadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksUnloadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksUnloadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarConfigurableRecipesLoadedEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarConfigurableRecipesLoadedEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityAddEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityAddEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityDeathEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityDeathEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityDeserializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityDeserializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityLoadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityLoadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntitySerializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntitySerializeEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityUnloadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityUnloadEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityWailaEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarEntityWailaEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarMultiblockFormEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarMultiblockFormEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarMultiblockRefreshEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarMultiblockRefreshEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarMultiblockUnformEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarMultiblockUnformEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarRegisterEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarRegisterEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarUnregisterEvent
- getHandlers() - function in io.github.pylonmc.rebar.event.RebarUnregisterEvent
- getHasBlockCulling(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.culling.BlockCullingEngine
- getHasCustomArmorTextures(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.resourcepack.armor.ArmorTextureEngine
- getHasCustomBlockTextures(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.resourcepack.block.BlockTextureEngine
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.MachineRecipesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.AdvancedBlockCullingSettingsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.BlockCullingSettingsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.ContributorsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.MainSettingsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.ResourcePackSettingsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.SimpleInfoPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.base.WailaSettingsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.rebar.guide.pages.research.ResearchItemsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldRebarEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.EntityHolderRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getHelpButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getHelpPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getHiddenComponents() - function in io.github.pylonmc.rebar.guide.button.PageButton.Companion
- Page buttons are just icons in the guide, we don't want any random component data to be appended to the tooltip.
- getHiddenFluids() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Hidden fluids do not show up in searches
- getHiddenInterval() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getHiddenInterval() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- getHiddenIntervalKey() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getHiddenItems() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Hidden items do not show up in searches
- getHiddenResearches() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Hidden researches do not show up in the researches category
- getHistory() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Keeps track of the pages the player last visited Resets when the player ends up on the root page
- getHorizontalRadius() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- Imagine the smallest square containing the multiblock; this is the radius of that square.
- getId() - function in io.github.pylonmc.rebar.block.interfaces.GroupCulledRebarBLock.CullingGroup
- getId() - function in io.github.pylonmc.rebar.block.interfaces.GroupCulledRebarBLock.CullingGroup
- getId() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getId() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getId() - function in io.github.pylonmc.rebar.fluid.VirtualFluidPoint
- getIdentifier() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getIdentifier() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getIdentifier() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getIndex() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getInfoPage(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Returns the info page menu for an item or fluid.
- getInfoPages() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getInput() - function in io.github.pylonmc.rebar.guide.pages.item.ItemIngredientsPage
- getInputs() - function in io.github.pylonmc.rebar.recipe.IngredientCalculation
- getInputs() - function in io.github.pylonmc.rebar.recipe.RebarRecipe
- getInputs() - function in io.github.pylonmc.rebar.recipe.RebarRecipe
- getInputs() - function in io.github.pylonmc.rebar.recipe.VanillaRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.AShapelessRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.AShapelessRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.ShapedRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getInt(java.lang.String,int) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getInternalSection() - function in io.github.pylonmc.rebar.config.ConfigSection
- getInventory() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getInventory() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getInventory() - function in io.github.pylonmc.rebar.logistics.slot.VirtualInventoryLogisticSlot
- getIsChunkLoaded() - function in io.github.pylonmc.rebar.util.RebarUtils
- getItem() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.Default
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.ManualLoading
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getItem() - function in io.github.pylonmc.rebar.item.ItemTypeWrapper.Rebar
- getItem() - function in io.github.pylonmc.rebar.item.research.Research
- getItem() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Item
- getItem() - function in io.github.pylonmc.rebar.util.gui.ProgressItem
- The item to be displayed
- getItemButtons(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.SearchItemsAndFluidsPage
- getItemClass() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- getItemDisplayTransform() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getItemKey() - function in io.github.pylonmc.rebar.item.interfaces.InventoryEffectRebarItem
- getItemNamePairs(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.rebar.guide.pages.SearchItemsAndFluidsPage
- getItemNamePairs(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.rebar.guide.pages.base.SearchPage
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.AddonPageButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.BackButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.ContributorButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.FluidButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.ItemButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.ItemRecipesButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.MachineRecipesButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.PageButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.ResearchButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.button.setting.TogglePlayerSettingButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.util.gui.ProgressItem
- getItemProvider(org.bukkit.entity.Player) - function in xyz.xenondevs.invui.item.Item
- getItems(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.rebar.guide.pages.base.SearchPage
- getItems(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.rebar.guide.pages.base.SearchPage
- getItems() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Item
- getItemStack() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getItemStack(java.lang.Integer) - function in io.github.pylonmc.rebar.item.RebarItemSchema
- Return's a clone of the template
- getItemStack() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- Return's a clone of the template
- getItemStack() - function in io.github.pylonmc.rebar.logistics.slot.ItemDisplayLogisticSlot
- The amount of the returned ItemStack does not matter and will not be used at any point.
- getItemStack() - function in io.github.pylonmc.rebar.logistics.slot.LogisticSlot
- The amount of the returned ItemStack does not matter and will not be used at any point.
- getItemStack() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- The amount of the returned ItemStack does not matter and will not be used at any point.
- getItemStack() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- The amount of the returned ItemStack does not matter and will not be used at any point.
- getItemStack() - function in io.github.pylonmc.rebar.logistics.slot.VirtualInventoryLogisticSlot
- The amount of the returned ItemStack does not matter and will not be used at any point.
- getItemStackKey() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getJavaPlugin() - function in io.github.pylonmc.rebar.Rebar
- Must return
this - getJavaPlugin() - function in io.github.pylonmc.rebar.addon.RebarAddon
- Must return
this - getJob() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getKey() - function in io.github.pylonmc.rebar.addon.Rebar
- getKey() - function in io.github.pylonmc.rebar.addon.RebarAddon
- getKey() - function in io.github.pylonmc.rebar.addon.RebarAddon
- getKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getKey() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getKey() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getKEY() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.Companion
- getKey() - function in io.github.pylonmc.rebar.block.interfaces.FallingRebarBlockHandler.RebarFallingBlockEntity
- getKey() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlock
- getKey() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- getKEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox.Companion
- getKey() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock
- getKEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock.Companion
- getKey() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock
- getKEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock.Companion
- getKey() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getKey() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionDisplay
- getKEY() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionDisplay.Companion
- getKey() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getKEY() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay.Companion
- getKEY() - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker.Companion
- getKey() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getKey() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getKey() - function in io.github.pylonmc.rebar.entity.RebarEntitySchema
- getKey() - function in io.github.pylonmc.rebar.entity.RebarEntitySchema
- getKey() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getKey() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getKey() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getKey() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getKey() - function in io.github.pylonmc.rebar.gametest.GameTestConfig.Builder
- getKey() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getKey() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getKey() - function in io.github.pylonmc.rebar.guide.button.setting.TogglePlayerSettingButton
- getKey() - function in io.github.pylonmc.rebar.guide.pages.MachineRecipesPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.MachineRecipesPage
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.MachineRecipesPage.Companion
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.AdvancedBlockCullingSettingsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.BlockCullingSettingsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.ContributorsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.MainSettingsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.ResourcePackSettingsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.SimpleDynamicGuidePage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.base.WailaSettingsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage.Companion
- getKey() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage.Companion
- getKey() - function in io.github.pylonmc.rebar.guide.pages.item.ItemIngredientsPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.item.ItemIngredientsPage
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.item.ItemIngredientsPage.Companion
- getKey() - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage.Companion
- getKey() - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage
- getKey() - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage.Companion
- getKEY() - function in io.github.pylonmc.rebar.guide.pages.research.ResearchItemsPage.Companion
- getKey() - function in io.github.pylonmc.rebar.item.ItemTypeWrapper.Rebar
- getKey() - function in io.github.pylonmc.rebar.item.ItemTypeWrapper.Rebar
- getKey() - function in io.github.pylonmc.rebar.item.ItemTypeWrapper.Vanilla
- getKey() - function in io.github.pylonmc.rebar.item.ItemTypeWrapper.Vanilla
- getKey() - function in io.github.pylonmc.rebar.item.RebarItem
- getKey() - function in io.github.pylonmc.rebar.item.RebarItem
- getKey() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- getKey() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- getKey() - function in io.github.pylonmc.rebar.item.RebarItemTag
- getKey() - function in io.github.pylonmc.rebar.item.RebarItemTag
- getKey() - function in io.github.pylonmc.rebar.item.research.Research
- getKey() - function in io.github.pylonmc.rebar.item.research.Research
- getKey() - function in io.github.pylonmc.rebar.recipe.BlastingRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.CampfireRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.ConfigurableRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Fluid
- getKey() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Fluid
- getKey() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Item
- getKey() - function in io.github.pylonmc.rebar.recipe.FluidOrItem.Item
- getKey() - function in io.github.pylonmc.rebar.recipe.FurnaceRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.RecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.RecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.ShapedRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.ShapelessRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.SmithingTransformRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.SmithingTrimRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.SmokingRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.TransmuteRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.BlastingRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.CampfireRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.CraftingRecipeWrapper
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.CraftingRecipeWrapper
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.FurnaceRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.ShapedRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.ShapelessRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingTransformRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingTrimRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.SmokingRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.TransmuteRecipeType
- getKey() - function in io.github.pylonmc.rebar.recipe.vanilla.VanillaRecipeType
- getKey() - function in kotlin.coroutines.AbstractCoroutineContextElement
- getKey() - function in org.bukkit.DirectionalRebarBlock
- getKey() - function in org.bukkit.FluidOrItem
- getKey() - function in org.bukkit.GuidePage
- getKey() - function in org.bukkit.ItemTypeWrapper
- getKey() - function in org.bukkit.PagedGuidePage
- getKey() - function in org.bukkit.RebarRecipe
- getKey() - function in org.bukkit.TabbedGuidePage
- getKey() - function in org.bukkit.VanillaRecipeWrapper
- getKeyPath() - function in io.github.pylonmc.rebar.config.ConfigSection.KeyNotFoundException
- getKeys() - function in io.github.pylonmc.rebar.config.ConfigSection
- Returns all the keys in the section.
- getKeys() - function in io.github.pylonmc.rebar.registry.RebarRegistry
- getKeys() - function in io.github.pylonmc.rebar.util.RandomizedSound
- getLanguages() - function in io.github.pylonmc.rebar.i18n.RebarTranslator
- getLastColor() - function in io.github.pylonmc.rebar.waila.Waila
- getLastDisplayedItem() - function in io.github.pylonmc.rebar.util.gui.ProgressItem
- getLastInteract() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- getLastOverlay() - function in io.github.pylonmc.rebar.waila.Waila
- getLastProgress() - function in io.github.pylonmc.rebar.waila.Waila
- getLastRecipe() - function in io.github.pylonmc.rebar.block.interfaces.RecipeProcessorRebarBlock
- getLastText() - function in io.github.pylonmc.rebar.waila.Waila
- getLifecycleManager() - function in org.bukkit.plugin.java.Rebar
- getLifetime() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getLightDelegatePositions() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getLightDelegates() - function in io.github.pylonmc.rebar.culling.PlayerCullingJob
- getLink() - function in io.github.pylonmc.rebar.config.ContributorConfig
- getLink() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getLoadedBlockPositions() - function in io.github.pylonmc.rebar.block.BlockStorage
- getLoadedChunks() - function in io.github.pylonmc.rebar.block.BlockStorage
- getLoadedEntities() - function in io.github.pylonmc.rebar.entity.EntityStorage
- All the loaded RebarEntitys
- getLoadedRebarBlocks() - function in io.github.pylonmc.rebar.block.BlockStorage
- getLocalizedMessage() - function in kotlin.Throwable
- getLocation() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getLog4JLogger() - function in org.bukkit.plugin.Rebar
- getLogger() - function in org.bukkit.plugin.java.Rebar
- getLogisticGroup(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getLogisticGroup(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.LogisticRebarBlock
- getLogisticGroupOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getLogisticGroupOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.interfaces.LogisticRebarBlock
- getLogisticGroups() - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- getLogisticGroups() - function in io.github.pylonmc.rebar.block.interfaces.LogisticRebarBlock
- getLong(java.lang.String,long) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getLoreTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getLoreTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getLoreTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getMainSettingsButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getMainSettingsPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getMaterial() - function in io.github.pylonmc.rebar.Rebar
- The material to represent this addon in menus.
- getMaterial() - function in io.github.pylonmc.rebar.addon.RebarAddon
- The material to represent this addon in menus.
- getMaterial() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getMaterial() - function in io.github.pylonmc.rebar.content.fluid.FluidPipe
- getMaterial() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getMaterial() - function in io.github.pylonmc.rebar.fluid.FluidPointType
- getMaterial() - function in io.github.pylonmc.rebar.item.ItemTypeWrapper.Vanilla
- getMax() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.BrewingStandFuelLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.BrewingStandPotionLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.ChiseledBookshelfFuelLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.FurnaceFuelLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.ItemDisplayLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.JukeboxLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.LogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxAmount(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.logistics.slot.VirtualInventoryLogisticSlot
- Returns the maximum amount for the given stack (which may not necessarily be the same as the stack returned by getItemStack).
- getMaxCorner() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- Imagine the smallest cuboid (with equal width and length) containing the multiblock; this is the corner with the highest X, Y, and Z coordinates.
- getMaxOccludingCount() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getMaxOccludingCount() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- getMaxOccludingCountKey() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getMessage() - function in kotlin.Throwable
- getMidpoint(org.bukkit.Location,org.bukkit.Location) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getMidpoint(org.joml.Vector3d,org.joml.Vector3d) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getMidpoint(org.joml.Vector3f,org.joml.Vector3f) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- getMin() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getMinCorner() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- Imagine the smallest cuboid (with equal width and length) containing the multiblock; this is the corner with the lowest X, Y, and Z coordinates.
- getMinecraftUUID() - function in io.github.pylonmc.rebar.config.ContributorConfig
- getMultiblockBlock(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getMultiblockComponent(java.lang.Class,org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getMultiblockComponent(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getMultiblockComponentOrThrow(java.lang.Class,org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getMultiblockComponentOrThrow(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getMultiblockDirection() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- The 'direction' we expect the multiblock to be built in.
- getName() - function in io.github.pylonmc.rebar.config.ConfigSection
- getName() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getName() - function in io.github.pylonmc.rebar.i18n.RebarArgument
- getName() - function in io.github.pylonmc.rebar.item.research.Research
- getName() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getName() - function in kotlin.FluidPointType
- getName() - function in kotlin.FluidTemperature
- getName() - function in kotlin.LogisticGroupType
- getName() - function in kotlin.MetricPrefix
- getName() - function in kotlin.MiningLevel
- getName() - function in kotlin.Waila.Type
- getName() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getName() - function in org.bukkit.plugin.Rebar
- getNameTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getNameTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getNameTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getNameWithoutColor() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getNanosKey() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- getNativeType() - function in io.github.pylonmc.rebar.command.DualBlockRegistryCommandArgument
- getNativeType() - function in io.github.pylonmc.rebar.command.DualBlockRegistryCommandArgument
- getNativeType() - function in io.github.pylonmc.rebar.command.DualItemRegistryCommandArgument
- getNativeType() - function in io.github.pylonmc.rebar.command.DualItemRegistryCommandArgument
- getNativeType() - function in io.github.pylonmc.rebar.command.RegistryCommandArgument
- getNativeType() - function in io.github.pylonmc.rebar.command.RegistryCommandArgument
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockBreak
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockExploded
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.BlockExplosionOrigin
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Burned
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Delete
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Destroyed
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.EntityExploded
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Faded
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PlayerBreak
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PluginBreak
- Determines the default drop behavior of the context
- getNumericalLevel() - function in io.github.pylonmc.rebar.util.MiningLevel
- getOctreeBounds(org.bukkit.World) - function in io.github.pylonmc.rebar.culling.BlockCullingEngine
- getOrCreate(org.bukkit.NamespacedKey,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.registry.RebarRegistry
- getOrCreateInfoPage(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- Returns the info page menu for an item or fluid.
- getOrdinal() - function in kotlin.FluidPointType
- getOrdinal() - function in kotlin.FluidTemperature
- getOrdinal() - function in kotlin.LogisticGroupType
- getOrdinal() - function in kotlin.MetricPrefix
- getOrdinal() - function in kotlin.MiningLevel
- getOrdinal() - function in kotlin.Waila.Type
- getOriginalSize() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- getOriginalTemplate() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- Returns the raw template of the RebarItemSchema, this is the template used for all base instances of this item.
- getOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.config.ConfigSection
- Throws an error if the key does not exist or if the value cannot be converted to the desired type.
- getOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.registry.RebarRegistry
- getOrThrow(org.bukkit.NamespacedKey,java.lang.Throwable) - function in io.github.pylonmc.rebar.registry.RebarRegistry
- getOverlay() - function in io.github.pylonmc.rebar.waila.WailaDisplay
- getPage() - function in io.github.pylonmc.rebar.guide.button.AddonPageButton
- getPage() - function in io.github.pylonmc.rebar.guide.button.PageButton
- getPageNumbers() - function in io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage.Companion
- getPages() - function in io.github.pylonmc.rebar.guide.pages.MachineRecipesPage
- getPages() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidRecipesPage
- getPages() - function in io.github.pylonmc.rebar.guide.pages.fluid.FluidUsagesPage
- getPages() - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage
- getPages() - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage
- getPdc() - function in io.github.pylonmc.rebar.block.PhantomBlock
- getPdc() - function in io.github.pylonmc.rebar.event.RebarBlockDeserializeEvent
- getPdc() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent
- getPdc() - function in io.github.pylonmc.rebar.event.RebarEntityDeserializeEvent
- getPdc() - function in io.github.pylonmc.rebar.event.RebarEntitySerializeEvent
- getPhantomBlock() - function in io.github.pylonmc.rebar.event.RebarBlockPhantomEvent
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.PhantomBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock
- Returns the item that should be given when the entity is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock
- Returns the item that should be given when the entity is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- Returns the item that should be given when the block is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- Returns the item that should be given when the block is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Returns the item that should be given when the entity is middle clicked.
- getPickItem(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Returns the item that should be given when the entity is middle clicked.
- getPipe() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- getPipe() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getPipe() - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- getPipeAmount() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getPipeDisplay() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getPipeDisplay() - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- getPitch() - function in io.github.pylonmc.rebar.util.RandomizedSound
- getPitchKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getPlaceholderAPI() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getPlaceholderProvider() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getPlaceholderProvider() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getPlaceholderProvider() - function in io.github.pylonmc.rebar.guide.button.setting.TogglePlayerSettingButton
- getPlaceholders() - function in io.github.pylonmc.rebar.content.fluid.FluidPipe
- Returns the list of placeholders to be substituted into the item's lore.
- getPlaceholders() - function in io.github.pylonmc.rebar.item.RebarItem
- Returns the list of placeholders to be substituted into the item's lore.
- getPlaceholders() - function in io.github.pylonmc.rebar.item.RebarItem
- Returns the list of placeholders to be substituted into the item's lore.
- getPlaceholders() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getPlaceholders() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getPlainText() - function in io.github.pylonmc.rebar.util.RebarUtils
- getPlayer() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext
- The player who placed/caused the block to be placed, if applicable
- getPlayer() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.Default
- The player who placed/caused the block to be placed, if applicable
- getPlayer() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.ManualLoading
- The player who placed/caused the block to be placed, if applicable
- getPlayer() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- The player who placed/caused the block to be placed, if applicable
- getPlayer() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- The player who placed/caused the block to be placed, if applicable
- getPlayer() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- The player who placed/caused the block to be placed, if applicable
- getPlayer() - function in io.github.pylonmc.rebar.waila.PlayerWailaConfig
- getPlayer() - function in org.bukkit.event.player.PlayerEvent
- getPlayerCullingConfig(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.culling.BlockCullingEngine
- getPlayerId() - function in io.github.pylonmc.rebar.culling.PlayerCullingJob
- getPlugin() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- getPlugin() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getPluginLoader() - function in org.bukkit.plugin.java.Rebar
- getPluginMeta() - function in org.bukkit.plugin.java.Rebar
- getPlural() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getPoint() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getPoint() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionDisplay
- getPoint() - function in io.github.pylonmc.rebar.content.fluid.FluidPointDisplay
- getPoint1() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointConnectEvent
- getPoint1() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointDisconnectEvent
- getPoint1() - function in io.github.pylonmc.rebar.event.RebarFluidPointConnectEvent
- getPoint1() - function in io.github.pylonmc.rebar.event.RebarFluidPointDisconnectEvent
- getPoint2() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointConnectEvent
- getPoint2() - function in io.github.pylonmc.rebar.event.PreRebarFluidPointDisconnectEvent
- getPoint2() - function in io.github.pylonmc.rebar.event.RebarFluidPointConnectEvent
- getPoint2() - function in io.github.pylonmc.rebar.event.RebarFluidPointDisconnectEvent
- getPosition() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlock
- getPosition() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlock
- getPosition() - function in io.github.pylonmc.rebar.fluid.VirtualFluidPoint
- getPOSITION_KEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlock.Companion
- getPositionOverride() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getPreDisplayDecorator() - function in io.github.pylonmc.rebar.guide.button.FluidButton
- A function to apply to the button item after creating it.
- getPreDisplayDecorator() - function in io.github.pylonmc.rebar.guide.button.ItemButton
- A function to apply to the button item after creating it.
- getPreferredTool(org.bukkit.Material) - function in io.github.pylonmc.rebar.util.RebarUtils
- getPrefix() - function in io.github.pylonmc.rebar.util.ProgressBar
- getPreventErrorEntity() - function in io.github.pylonmc.rebar.block.PhantomBlock
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.BlockDataPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.BlockDataPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.CharPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.CharPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ComponentPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ComponentPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.DelegatingPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.DelegatingPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.EnumPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.EnumPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.FluidConnectionPointPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.FluidConnectionPointPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.InventoryPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.InventoryPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ItemStackPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ItemStackPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.KeyedPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.KeyedPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.MapPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.MapPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.NamespacedKeyPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.NamespacedKeyPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ReadableItemStackPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.ReadableItemStackPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.SetPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.SetPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.UUIDPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.UUIDPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.VirtualInventoryPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.VirtualInventoryPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.WorldPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.rebar.datatypes.WorldPersistentDataType
- getProcessProgress() - function in io.github.pylonmc.rebar.block.interfaces.ProcessorRebarBlock
- getProcessProgressItem() - function in io.github.pylonmc.rebar.block.interfaces.ProcessorRebarBlock
- getProcessSecondsRemaining() - function in io.github.pylonmc.rebar.block.interfaces.ProcessorRebarBlock
- getProcessTicksRemaining() - function in io.github.pylonmc.rebar.block.interfaces.ProcessorRebarBlock
- getProcessTimeSeconds() - function in io.github.pylonmc.rebar.block.interfaces.ProcessorRebarBlock
- getProcessTimeTicks() - function in io.github.pylonmc.rebar.block.interfaces.ProcessorRebarBlock
- getProgress() - function in io.github.pylonmc.rebar.util.gui.ProgressItem
- How far through the totalTime we are, between 0.0 and 1.
- getProgress() - function in io.github.pylonmc.rebar.waila.WailaDisplay
- getProgressKey() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getProportion() - function in io.github.pylonmc.rebar.util.ProgressBar
- getRadius() - function in io.github.pylonmc.rebar.content.fluid.FluidEndpointDisplay
- getRandom(java.util.Random) - function in io.github.pylonmc.rebar.util.WeightedSet
- Returns a single random element from the set, with selection probability based on weights.
- getRandom() - function in io.github.pylonmc.rebar.util.WeightedSet
- Returns a single random element from the set, with selection probability based on weights.
- getRandomSubset(java.lang.Integer,java.util.Random) - function in io.github.pylonmc.rebar.util.WeightedSet
- Returns a random subset of the specified size from the set, with selection probability based on weights.
- getRandomSubset(java.lang.Integer) - function in io.github.pylonmc.rebar.util.WeightedSet
- Returns a random subset of the specified size from the set, with selection probability based on weights.
- getREBAR_BLOCKS_KEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock.Companion
- getREBAR_GHOST_BLOCK_ID_KEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox.Companion
- getRebarBlock(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.block.RebarBlock.Companion
- getRebarBlock(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.block.RebarBlock.Companion
- getRebarBlock() - function in io.github.pylonmc.rebar.event.PreRebarBlockBreakEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockBreakEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockDeserializeEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockLoadEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockPhantomEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockPlaceEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockSerializeEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarBlockUnloadEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarMultiblockFormEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarMultiblockRefreshEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.event.RebarMultiblockUnformEvent
- getRebarBlock() - function in io.github.pylonmc.rebar.item.RebarItem
- getRebarBlock() - function in io.github.pylonmc.rebar.item.RebarItem
- getRebarBlockKey() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- getRebarBlockKeyKey() - function in io.github.pylonmc.rebar.block.RebarBlock.Companion
- getRebarBlockPositionKey() - function in io.github.pylonmc.rebar.block.RebarBlock.Companion
- getRebarBlocks() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock
- getRebarBlocks() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock.MultiblockComponent
- getRebarBlocks() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksLoadEvent
- getRebarBlocks() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksUnloadEvent
- getRebarBlocksKey() - function in io.github.pylonmc.rebar.block.BlockStorage
- getRebarBlocksType() - function in io.github.pylonmc.rebar.block.BlockStorage
- getRebarBlockTextureEntityKey() - function in io.github.pylonmc.rebar.block.RebarBlock.Companion
- getRebarEntity() - function in io.github.pylonmc.rebar.event.RebarEntityAddEvent
- getRebarEntity() - function in io.github.pylonmc.rebar.event.RebarEntityDeathEvent
- getRebarEntity() - function in io.github.pylonmc.rebar.event.RebarEntityDeserializeEvent
- getRebarEntity() - function in io.github.pylonmc.rebar.event.RebarEntityLoadEvent
- getRebarEntity() - function in io.github.pylonmc.rebar.event.RebarEntitySerializeEvent
- getRebarEntity() - function in io.github.pylonmc.rebar.event.RebarEntityUnloadEvent
- getRebarEntityKeyKey() - function in io.github.pylonmc.rebar.entity.RebarEntity.Companion
- getRebarFluidKeyKey() - function in io.github.pylonmc.rebar.fluid.RebarFluid.Companion
- getRebarGhostBlockDisplay(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getRebarGhostBlockDisplay(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getRebarGhostBlockId() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- getRebarGuiItemKeyKey() - function in io.github.pylonmc.rebar.util.gui.GuiItems
- getRebarHelpPageButton() - function in io.github.pylonmc.rebar.guide.pages.help.HelpPage
- getRebarItem() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- Return's a new instance of the RebarItem from the itemClass using a copy of the template
- getRebarItemKeyKey() - function in io.github.pylonmc.rebar.item.RebarItemSchema.Companion
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.BlastingRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.CampfireRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.FurnaceRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.ShapedRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.ShapelessRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.SmithingTransformRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.SmithingTrimRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.SmokingRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.TransmuteRecipeType
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.ShapedRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.ShapelessRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingTransformRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingTrimRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.TransmuteRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.VanillaRecipeWrapper
- getRecipe() - function in io.github.pylonmc.rebar.recipe.vanilla.VanillaRecipeWrapper
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.BlastingRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.CampfireRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.FurnaceRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.ShapedRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.ShapelessRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.SmithingTransformRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.SmithingTrimRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.SmokingRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.TransmuteRecipeType
- getRecipeProgress() - function in io.github.pylonmc.rebar.block.interfaces.RecipeProcessorRebarBlock
- getRecipeProgressItem() - function in io.github.pylonmc.rebar.block.interfaces.RecipeProcessorRebarBlock
- getRecipes() - function in io.github.pylonmc.rebar.recipe.BlastingRecipeType
- Key:
minecraft:blasting - getRecipes() - function in io.github.pylonmc.rebar.recipe.CampfireRecipeType
- Key:
minecraft:campfire_cookingDespite the vanilla default cooking time being 100 ticks, we set it to 600 ticks here to match the actual in-game behavior - getRecipes() - function in io.github.pylonmc.rebar.recipe.FurnaceRecipeType
- Key:
minecraft:smelting - getRecipes() - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.RecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.ShapedRecipeType
- Key:
minecraft:crafting_shaped - getRecipes() - function in io.github.pylonmc.rebar.recipe.ShapelessRecipeType
- Key:
minecraft:crafting_shapeless - getRecipes() - function in io.github.pylonmc.rebar.recipe.SmithingTransformRecipeType
- Key:
minecraft:smithing_transform - getRecipes() - function in io.github.pylonmc.rebar.recipe.SmithingTrimRecipeType
- Key:
minecraft:smithing_trim - getRecipes() - function in io.github.pylonmc.rebar.recipe.SmokingRecipeType
- Key:
minecraft:smoking - getRecipes() - function in io.github.pylonmc.rebar.recipe.TransmuteRecipeType
- Key:
minecraft:crafting_transmute - getRecipeTicksRemaining() - function in io.github.pylonmc.rebar.block.interfaces.RecipeProcessorRebarBlock
- getRecipeTimeTicks() - function in io.github.pylonmc.rebar.block.interfaces.RecipeProcessorRebarBlock
- getRecipeType() - function in io.github.pylonmc.rebar.guide.button.MachineRecipesButton
- getRegistry() - function in io.github.pylonmc.rebar.event.RebarRegisterEvent
- getRegistry() - function in io.github.pylonmc.rebar.event.RebarUnregisterEvent
- getRelative(org.bukkit.block.Block,org.joml.Vector3i) - function in io.github.pylonmc.rebar.util.RebarUtils
- getRelative(org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getRepairItems() - function in io.github.pylonmc.rebar.item.interfaces.RepairableRebarItem
- getReplaceableOrAir() - function in io.github.pylonmc.rebar.util.RebarUtils
- getRepresentativeItem() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Item
- getRepresentativeItems() - function in io.github.pylonmc.rebar.recipe.RecipeInput.Item
- getRequiredPlugin() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getRequirement() - function in io.github.pylonmc.rebar.command.CommandBuilder
- getResearch() - function in io.github.pylonmc.rebar.guide.button.ResearchButton
- getResearch() - function in io.github.pylonmc.rebar.item.RebarItem
- getResearch() - function in io.github.pylonmc.rebar.item.RebarItem
- getResearch() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- getResearchConfetti(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.item.research.Research.Companion
- getResearchConfettiButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getResearches(org.bukkit.OfflinePlayer) - function in io.github.pylonmc.rebar.item.research.Research.Companion
- getResearchesButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getResearchesPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getResearchingHelpPageButton() - function in io.github.pylonmc.rebar.guide.pages.help.HelpPage
- getResearchPoints(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.item.research.Research.Companion
- getResearchSounds(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.item.research.Research.Companion
- getResearchSoundsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getResource(java.lang.String) - function in org.bukkit.plugin.java.Rebar
- getResourcePackSettingsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getResults() - function in io.github.pylonmc.rebar.recipe.RebarRecipe
- getResults() - function in io.github.pylonmc.rebar.recipe.VanillaRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.CookingRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.CraftingRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.CraftingRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getRootPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getRotatedPosition(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getRotationX() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getRotationY() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getRotationZ() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getScale() - function in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- getSchema() - function in io.github.pylonmc.rebar.block.RebarBlock
- All the data needed to create or load the block.
- getSchema() - function in io.github.pylonmc.rebar.block.RebarBlock
- All the data needed to create or load the block.
- getSchema() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getSchema() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getSchema() - function in io.github.pylonmc.rebar.item.RebarItem
- Additional data about the item's type.
- getSchema() - function in io.github.pylonmc.rebar.item.RebarItem
- Additional data about the item's type.
- getSearchItemsAndFluidsButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getSearchItemsAndFluidsPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getSecondsKey() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- getSection(java.lang.String) - function in io.github.pylonmc.rebar.config.ConfigSection
- getSectionOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.config.ConfigSection
- getSections() - function in io.github.pylonmc.rebar.config.ConfigSection
- Gets all the values in the section that are themselves sections.
- getSegment() - function in io.github.pylonmc.rebar.fluid.VirtualFluidPoint
- getSeperator() - function in io.github.pylonmc.rebar.waila.WailaDisplay.Companion
- getServer() - function in org.bukkit.plugin.java.Rebar
- getSetter() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getSetter() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().get(...
- getSetting(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().get(...
- getSettingOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().getOrThrow(...
- getSettingOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.block.RebarBlock
- Shorthand for getSettings().getOrThrow(...
- getSettingOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().getOrThrow(...
- getSettingOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.entity.RebarEntity
- Shorthand for getSettings().getOrThrow(...
- getSettingOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().getOrThrow(...
- getSettingOrThrow(java.lang.String,io.github.pylonmc.rebar.config.adapter.ConfigAdapter) - function in io.github.pylonmc.rebar.item.RebarItem
- Shorthand for getSettings().getOrThrow(...
- getSettings() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns settings associated with the block.
- getSettings() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns settings associated with the block.
- getSettings() - function in io.github.pylonmc.rebar.entity.RebarEntity
- Returns settings associated with the entity.
- getSettings() - function in io.github.pylonmc.rebar.entity.RebarEntity
- Returns settings associated with the entity.
- getSettings() - function in io.github.pylonmc.rebar.item.RebarItem
- Returns settings associated with the item.
- getSettings() - function in io.github.pylonmc.rebar.item.RebarItem
- Returns settings associated with the item.
- getSetUp() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getShadowRadius() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getShadowStrength() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getShiftStep() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getShouldSetToAir() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.Delete
- If true, the block will be set to air after the Rebar data is removed
- getShouldSetToAir() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PlayerBreak
- If true, the block will be set to air after the Rebar data is removed
- getShouldSetToAir() - function in io.github.pylonmc.rebar.block.context.BlockBreakContext.PluginBreak
- If true, the block will be set to air after the Rebar data is removed
- getShouldSetType() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.Default
- If true, the type of the block will be set to the type of the Rebar block
- getShouldSetType() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.ManualLoading
- If true, the type of the block will be set to the type of the Rebar block
- getShouldSetType() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- If true, the type of the block will be set to the type of the Rebar block
- getShouldSetType() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PluginGenerate
- If true, the type of the block will be set to the type of the Rebar block
- getShouldSetType() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- If true, the type of the block will be set to the type of the Rebar block
- getSingular() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getSize() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getSize() - function in io.github.pylonmc.rebar.util.WeightedSet
- getSLF4JLogger() - function in org.bukkit.plugin.Rebar
- getSlot() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getSlot() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getSlot() - function in io.github.pylonmc.rebar.logistics.slot.VirtualInventoryLogisticSlot
- getSlots() - function in io.github.pylonmc.rebar.logistics.LogisticGroup
- getSlotType() - function in io.github.pylonmc.rebar.logistics.LogisticGroup
- getSortedValues() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- getSource() - function in io.github.pylonmc.rebar.util.RandomizedSound
- getSourceBlock() - function in io.github.pylonmc.rebar.block.interfaces.FireRebarBlockHandler.FireSpread
- getStack() - function in io.github.pylonmc.rebar.guide.button.ItemRecipesButton
- getStack() - function in io.github.pylonmc.rebar.guide.button.PageButton
- getStack() - function in io.github.pylonmc.rebar.guide.pages.item.ItemRecipesPage
- getStack() - function in io.github.pylonmc.rebar.guide.pages.item.ItemUsagesPage
- getStack() - function in io.github.pylonmc.rebar.item.RebarItem
- getStack() - function in io.github.pylonmc.rebar.item.RebarItem
- getStack() - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
- getStack() - function in io.github.pylonmc.rebar.item.interfaces.BlockInteractRebarItemHandler
- getStack() - function in io.github.pylonmc.rebar.item.interfaces.CooldownRebarItem
- getStack() - function in io.github.pylonmc.rebar.item.interfaces.EntityInteractRebarItemHandler
- getStack() - function in io.github.pylonmc.rebar.item.interfaces.InteractRebarItemHandler
- getStacks() - function in io.github.pylonmc.rebar.guide.button.ItemButton
- getStackTrace() - function in kotlin.Throwable
- getStep() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getStoryText(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.i18n.RebarTranslator.Companion
- getStoryTextButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getString(java.lang.String,java.lang.String) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getStringList(java.lang.String) - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- getSuffix() - function in io.github.pylonmc.rebar.util.ProgressBar
- getSuppliedFluids() - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- Returns a list of fluid types - and their corresponding amounts - that can be supplied by the block for this fluid tick.
- getSuppliedFluids() - function in io.github.pylonmc.rebar.block.interfaces.FluidRebarBlock
- Returns a list of fluid types - and their corresponding amounts - that can be supplied by the block for this fluid tick.
- getSuppliedFluids() - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- Returns a list of fluid types - and their corresponding amounts - that can be supplied by the block for this fluid tick.
- getSuppressed() - function in kotlin.Throwable
- getTabNumbers() - function in io.github.pylonmc.rebar.guide.pages.base.TabbedGuidePage.Companion
- getTag() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getTag(java.lang.Class) - function in io.github.pylonmc.rebar.fluid.RebarFluid
- getText() - function in io.github.pylonmc.rebar.waila.WailaDisplay
- getThicknesses() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getThicknessKey() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getThicknessType() - function in io.github.pylonmc.rebar.content.cargo.CargoDuct.Companion
- getTick() - function in io.github.pylonmc.rebar.culling.PlayerCullingJob
- getTickInterval() - function in io.github.pylonmc.rebar.block.interfaces.TickingRebarBlock
- The interval at which the tick function is called.
- getTickInterval() - function in io.github.pylonmc.rebar.entity.interfaces.TickingRebarEntity
- The interval at which the tick function is called.
- getTimeoutTicks() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.AdvancedBlockCullingSettingsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.BlockCullingSettingsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.ContributorsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.GuidePage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.GuidePage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.MainSettingsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.ResourcePackSettingsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.TabbedGuidePage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.base.WailaSettingsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.help.AddonContributorsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.research.AddonResearchesPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTitle() - function in io.github.pylonmc.rebar.guide.pages.research.ResearchItemsPage
- The title of this page, displayed at the top of the GUI when the page is open.
- getTo() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getToDisplay() - function in io.github.pylonmc.rebar.content.fluid.FluidPipeDisplay
- getToggle() - function in io.github.pylonmc.rebar.guide.button.setting.TogglePlayerSettingButton
- getTotalTime() - function in io.github.pylonmc.rebar.util.gui.ProgressItem
- The total time of whatever process this item is representing
- getTotalTimeKey() - function in io.github.pylonmc.rebar.datatypes.ProgressItemPersistentDataType
- getTranslatorForAddon(io.github.pylonmc.rebar.addon.RebarAddon) - function in io.github.pylonmc.rebar.i18n.RebarTranslator.Companion
- getType() - function in io.github.pylonmc.rebar.config.adapter.ConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.ConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.ConfigSectionConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.ContributorConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.CullingPresetConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.EnumConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.FluidOrItemConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.IntRangeAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.ItemStackConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.ItemTagConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.ListConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.MapConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.RandomizedSoundConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.RecipeChoiceConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.RecipeInputConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.RecipeInputFluidAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.RecipeInputItemAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.SetConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.SoundConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.TextColorConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.UUIDConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.WailaDisplayConfigAdapter
- getType() - function in io.github.pylonmc.rebar.config.adapter.WeightedSetConfigAdapter
- getType() - function in io.github.pylonmc.rebar.datatypes.KeyedPersistentDataType
- getType() - function in io.github.pylonmc.rebar.fluid.VirtualFluidPoint
- getType() - function in io.github.pylonmc.rebar.guide.button.setting.NumericPlayerSettingButton
- getType() - function in io.github.pylonmc.rebar.waila.PlayerWailaConfig
- getTypeKey() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getUnlocks() - function in io.github.pylonmc.rebar.item.research.Research
- The keys of the items that are unlocked by this research
- getUpdateInterval() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getUpdateInterval() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- getUpdateIntervalKey() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getUpdatePeriod(java.lang.Integer) - function in io.github.pylonmc.rebar.guide.button.FluidButton
- getUpdatePeriod(java.lang.Integer) - function in io.github.pylonmc.rebar.guide.button.ItemButton
- getUpdatePeriod(int) - function in xyz.xenondevs.invui.Observable
- getUuid() - function in io.github.pylonmc.rebar.content.fluid.FluidPointDisplay
- getUuid() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getUuid() - function in io.github.pylonmc.rebar.entity.RebarEntity
- A 'endpoint display' is one of the red/green displays that indicates a block's fluid input/output.
- getUuid() - function in io.github.pylonmc.rebar.entity.RebarEntity
- A 'intersection display' is one of the gray displays that indicates one or more pipes being joined together.
- getUuid() - function in io.github.pylonmc.rebar.entity.RebarEntity
- getUuid() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getValue() - function in io.github.pylonmc.rebar.event.RebarRegisterEvent
- getValue() - function in io.github.pylonmc.rebar.event.RebarUnregisterEvent
- getValue() - function in io.github.pylonmc.rebar.i18n.RebarArgument
- getValues() - function in io.github.pylonmc.rebar.item.RebarItemTag
- getValues() - function in io.github.pylonmc.rebar.item.RebarItemTag
- getValues() - function in io.github.pylonmc.rebar.registry.RebarRegistry
- getValueText() - function in io.github.pylonmc.rebar.fluid.tags.FluidTemperature
- The display name of this temperature (eg: 'Cold').
- getVANILLA_BLOCKS_KEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock.Companion
- getVANILLA_BLOCKS_TYPE() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock.Companion
- getVANILLA_BLOCKS_TYPE() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock.Companion
- getVANILLA_GHOST_BLOCK_ID_KEY() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox.Companion
- getVanillaBlocks() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock
- getVanillaBlocks() - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock.MultiblockComponent
- getVanillaGhostBlockDisplay(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- getVanillaGhostBlockDisplay(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- getVanillaGhostBlockId() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- getVanillaLogisticSlots(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.logistics.LogisticGroup.Companion
- getVanillaWailaEnabled() - function in io.github.pylonmc.rebar.waila.PlayerWailaConfig
- getVanillaWailaEnabledKey() - function in io.github.pylonmc.rebar.datatypes.PlayerWailaConfigPersistentDataType
- getVector() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getVector3i() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getVelocity() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- getVersion() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getVersion() - function in io.github.pylonmc.rebar.waila.WailaPlaceholders
- getViewers() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getViewRange() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- getVirtualInventories() - function in io.github.pylonmc.rebar.block.interfaces.VirtualInventoryRebarBlock
- A map of inventory names to virtual inventories associated with this block
- getVisible() - function in io.github.pylonmc.rebar.culling.PlayerCullingJob
- getVisibleInterval() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getVisibleInterval() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- getVisibleIntervalKey() - function in io.github.pylonmc.rebar.datatypes.PlayerCullingConfigPersistentDataType
- getVolume() - function in io.github.pylonmc.rebar.util.RandomizedSound
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.PhantomBlock
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.RebarBlock
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.RebarBlock
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- Automatically implemented by RebarBlock
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.entity.RebarEntity
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.entity.RebarEntity
- WAILA is the text that shows up when looking at a block to tell you what the block is.
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.waila.Waila.Companion
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.waila.WailaSupplier
- getWailaConfig(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.waila.Waila.Companion
- getWailaSettingsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getWeaponItem(org.bukkit.entity.Entity) - function in io.github.pylonmc.rebar.util.RebarUtils
- getWeight() - function in io.github.pylonmc.rebar.util.WeightedSet.Element
- getWorld() - function in io.github.pylonmc.rebar.gametest.GameTest
- getWorld() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getWorld() - function in io.github.pylonmc.rebar.util.position.ChunkPosition
- getWorldId() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getWorldId() - function in io.github.pylonmc.rebar.util.position.ChunkPosition
- getWorldKey() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getWorldKey() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getWorldKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getX() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getX() - function in io.github.pylonmc.rebar.util.position.ChunkPosition
- getXKey() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getXKey() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getXKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getXKey() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getXKey() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getXKey() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getXKey() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- getY() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getYawKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getYKey() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getYKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getYKey() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getYKey() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getYKey() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getYKey() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- getZ() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getZ() - function in io.github.pylonmc.rebar.util.position.ChunkPosition
- getZKey() - function in io.github.pylonmc.rebar.datatypes.BlockPositionPersistentDataType
- getZKey() - function in io.github.pylonmc.rebar.datatypes.ChunkPositionPersistentDataType
- getZKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- getZKey() - function in io.github.pylonmc.rebar.datatypes.Vector3dPersistentDataType
- getZKey() - function in io.github.pylonmc.rebar.datatypes.Vector3fPersistentDataType
- getZKey() - function in io.github.pylonmc.rebar.datatypes.Vector3iPersistentDataType
- getZKey() - function in io.github.pylonmc.rebar.datatypes.VectorPersistentDataType
- GhostBlockHolderRebarBlock - class in io.github.pylonmc.rebar.block.interfaces
- A wrapper over EntityHolderRebarBlock which allows for 'ghost blocks' (like those used to show how to build a multiblock) to be managed.
- GhostBlockHolderRebarBlock.Companion - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- GhostBlockHolderRebarBlock.GhostBlock - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- GhostBlockHolderRebarBlock.GhostBlock.Companion - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlock
- GhostBlockHolderRebarBlock.GhostBlockHitbox - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- GhostBlockHolderRebarBlock.GhostBlockHitbox.Companion - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- GhostBlockHolderRebarBlock.RebarGhostBlock - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- GhostBlockHolderRebarBlock.RebarGhostBlock.Companion - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.RebarGhostBlock
- GhostBlockHolderRebarBlock.VanillaGhostBlock - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- GhostBlockHolderRebarBlock.VanillaGhostBlock.Companion - class in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.VanillaGhostBlock
- GIGA - enum entry in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- glow(org.bukkit.Color) - function in io.github.pylonmc.rebar.entity.display.BlockDisplayBuilder
- glow(org.bukkit.Color) - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- glow(org.bukkit.Color) - function in io.github.pylonmc.rebar.entity.display.TextDisplayBuilder
- GOLD - enum entry in io.github.pylonmc.rebar.util.MiningLevel
- GroupCulledRebarBLock - class in io.github.pylonmc.rebar.block.interfaces
- A variant of CulledRebarBlock that defines groups of GroupCulledRebarBLocks that should be culled together.
- GroupCulledRebarBLock.CullingGroup - class in io.github.pylonmc.rebar.block.interfaces.GroupCulledRebarBLock
- GrowRebarBlockHandler - class in io.github.pylonmc.rebar.block.interfaces
- gui(org.bukkit.Material,java.lang.String) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a GUI item, sets its pdc key and adds a custom model data string for resource packs.
- gui(org.bukkit.Material,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a GUI item, sets its pdc key and adds a custom model data string for resource packs.
- gui(org.bukkit.inventory.ItemStack,java.lang.String) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a GUI item, sets its pdc key and adds a custom model data string for resource packs.
- gui(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a GUI item, sets its pdc key and adds a custom model data string for resource packs.
- guide(org.bukkit.Material,io.github.pylonmc.rebar.addon.RebarAddon,java.lang.String) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- guide(org.bukkit.inventory.ItemStack,io.github.pylonmc.rebar.addon.RebarAddon,java.lang.String) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- GuideButton - class in io.github.pylonmc.rebar.guide.button
- GuidePage - class in io.github.pylonmc.rebar.guide.pages.base
- Represents a page in the RebarGuide.
- GuiItems - class in io.github.pylonmc.rebar.util.gui
- A utility class containing items commonly used in GUIs.
- GuiRebarBlock - class in io.github.pylonmc.rebar.block.interfaces
- A simple interface that opens a GUI when the block is right clickedThe title of the window opened is by default the block's name.
- GuiRebarBlock.Companion - class in io.github.pylonmc.rebar.block.interfaces.GuiRebarBlock