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) - 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,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.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(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.config.Settings
- Retrieves the settings for the given key
- 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
- getAbbreviation() - function in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- getAbbreviation() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getAddon() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- 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.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 - 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
- getArmorSlots() - function in io.github.pylonmc.rebar.resourcepack.armor.ArmorTextureEngine
- 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.
- getBackButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- 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
- getBillboard() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- getBlock() - function in io.github.pylonmc.rebar.block.RebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarFacadeBlock
- Implemented automatically by any class that extends PylonBlock
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarLogisticBlock
- Automatically implemented when this interface is implemented by a io.github.pylonmc.rebar.block.RebarBlock
- getBlock() - function in io.github.pylonmc.rebar.block.base.RebarMultiblock
- 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.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.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.CrafterLogisticSlot
- 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.base.RebarFallingBlock.RebarFallingBlockEntity
- getBlockDatas() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.VanillaBlockdataMultiblockComponent
- getBlocks() - function in io.github.pylonmc.rebar.block.base.RebarGroupCulledBlock.CullingGroup
- getBlockSchema() - function in io.github.pylonmc.rebar.block.base.RebarFallingBlock.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. - 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.
- getBoundingBox() - function in io.github.pylonmc.rebar.gametest.GameTest
- getBrightness() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- 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.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.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 Plyon blocks in the chunk at chunkPosition.
- getByKey(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.block.BlockStorage
- Returns all the Plyon blocks with type 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
- getCargoLogisticGroup(org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getCargoLogisticGroups() - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getCargoTransferRate() - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- 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.base.RebarMultiblock
- All chunks containing at least one component of the multiblock
- getChunksOccupied() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- All chunks containing at least one component of the multiblock
- 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.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.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.base.RebarSimpleMultiblock
- The positions and corresponding components of the multiblock.
- getComponents() - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- getConfig() - function in io.github.pylonmc.rebar.gametest.GameTest
- getConfig() - function in org.bukkit.plugin.java.Rebar
- 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
- getCulledEntityIds() - function in io.github.pylonmc.rebar.block.base.RebarEntityCulledBlock
- 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.base.RebarSimpleMultiblock
- 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.base.RebarEntityGroupCulledBlock
- getCullingGroups() - function in io.github.pylonmc.rebar.block.base.RebarGroupCulledBlock
- 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.base.RebarRecipeProcessor
- 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.item.builder.RebarMiniMessage
- 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
- getDEFAULT_SCALE() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity.Companion
- getDEFAULT_TRANSLATION() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity.Companion
- getDefaultBiomeProvider(java.lang.String,java.lang.String) - function in org.bukkit.plugin.Rebar
- getDefaultItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- getDefaultPrefix() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getDefaultStyle() - function in io.github.pylonmc.rebar.util.gui.unit.UnitFormat
- getDefaultWailaTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getDefaultWailaTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getDefaultWorldGenerator(java.lang.String,java.lang.String) - function in org.bukkit.plugin.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 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
- getDisplayHeight() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- 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.block.base.RebarSimpleMultiblock.MultiblockGhostBlock
- getDisplayName() - function in io.github.pylonmc.rebar.config.ContributorConfig
- 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.display.ItemDisplayBuilder
- 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
- 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 org.bukkit.event.entity.EntityEvent
- getEntityClass() - function in io.github.pylonmc.rebar.entity.RebarEntitySchema
- getEntityId() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getEntityIds() - function in io.github.pylonmc.rebar.block.base.RebarEntityGroupCulledBlock.EntityCullingGroup
- getEntityMeta() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getEntityType() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getEntityType() - function in org.bukkit.event.entity.EntityEvent
- getEntries() - function in io.github.pylonmc.rebar.fluid.FluidPointType
- Returns a representation of an immutable list of all enum entries, in the order they're declared.
- getEntries() - function in io.github.pylonmc.rebar.fluid.tags.FluidTemperature
- Returns a representation of an immutable list of all enum entries, in the order they're declared.
- getEntries() - function in io.github.pylonmc.rebar.logistics.LogisticGroupType
- Returns a representation of an immutable list of all enum entries, in the order they're declared.
- getEntries() - function in io.github.pylonmc.rebar.util.MiningLevel
- Returns a representation of an immutable list of all enum entries, in the order they're declared.
- getEntries() - function in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- Returns a representation of an immutable list of all enum entries, in the order they're declared.
- getEntries() - function in io.github.pylonmc.rebar.waila.Waila.Type
- Returns a representation of an immutable list of all enum entries, in the order they're declared.
- getEnumClass() - function in io.github.pylonmc.rebar.datatypes.EnumPersistentDataType
- getEquipmentType() - function in io.github.pylonmc.rebar.item.base.RebarArmor
- The equipment type of this armor piece, used for custom armor textures.
- 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.RegistryCommandArgument
- getFacadeDefaultBlockType() - function in io.github.pylonmc.rebar.block.base.RebarFacadeBlock
- 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.base.RebarDirectionalBlock
- 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.
- 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.
- getFallStartPosition() - function in io.github.pylonmc.rebar.block.base.RebarFallingBlock.RebarFallingBlockEntity
- getFile() - function in io.github.pylonmc.rebar.config.Config
- 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.base.RebarFluidTank
- 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.base.RebarFluidTank
- 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) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getFluidPointDisplay(io.github.pylonmc.rebar.fluid.FluidPointType) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getFluidPointDisplay(io.github.pylonmc.rebar.fluid.FluidPointType) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getFluidPointDisplayOrThrow(io.github.pylonmc.rebar.fluid.FluidPointType) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.rebar.fluid.FluidPointType) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.rebar.fluid.FluidPointType) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- 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.base.RebarFluidTank
- 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.base.RebarFluidTank
- 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
- getGithubUsername() - function in io.github.pylonmc.rebar.config.ContributorConfig
- getGlowColor() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- 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.item.research.Research.Companion
- getGuideHintsButton() - function in io.github.pylonmc.rebar.guide.pages.settings.MainSettingsPage
- getGuiTitle() - function in io.github.pylonmc.rebar.block.base.RebarGuiBlock
- 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.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.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.base.RebarCargoBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntities() - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntities() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldRebarEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarEntityHolderBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidBufferBlock
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarFluidTank
- getHeldRebarEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getHelpButton() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- getHelpPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- 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.base.RebarSimpleMultiblock
- Imagine the smallest square containing the multiblock; this is the radius of that square.
- getId() - function in io.github.pylonmc.rebar.block.base.RebarGroupCulledBlock.CullingGroup
- getId() - function in io.github.pylonmc.rebar.culling.CullingPreset
- getId() - function in io.github.pylonmc.rebar.fluid.VirtualFluidPoint
- getIdentifier() - function in io.github.pylonmc.rebar.guide.button.setting.CyclePlayerSettingButton
- 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.CookingRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.ShapedRecipeWrapper
- getInputs() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getInternalConfig() - function in io.github.pylonmc.rebar.config.Config
- The YamlConfiguration that this object wraps.
- getInternalSection() - function in io.github.pylonmc.rebar.config.ConfigSection
- getInterpolationDelay() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- getInterpolationDuration() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- getInventory() - function in io.github.pylonmc.rebar.logistics.slot.VanillaInventoryLogisticSlot
- getInventory() - function in io.github.pylonmc.rebar.logistics.slot.VirtualInventoryLogisticSlot
- 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.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.display.ItemDisplayBuilder
- getItemKey() - function in io.github.pylonmc.rebar.item.base.RebarInventoryEffectItem
- 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.display.ItemDisplayBuilder
- getItemStack() - function in io.github.pylonmc.rebar.item.RebarItemSchema
- 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 - 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.base.RebarSimpleMultiblock.MultiblockGhostBlock.Companion
- getKey() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.RebarMultiblockComponent
- getKey() - function in io.github.pylonmc.rebar.config.ConfigSection.KeyNotFoundException
- getKEY() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionDisplay.Companion
- 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.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 io.github.pylonmc.rebar.registry.RebarRegistry
- the key of this registry
- 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.RebarDirectionalBlock
- getKey() - function in org.bukkit.RebarRecipe
- getKey() - function in org.bukkit.TabbedGuidePage
- getKey() - function in org.bukkit.VanillaRecipeWrapper
- 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.Rebar
- The set of Locales this addon has translations for.
- getLanguages() - function in io.github.pylonmc.rebar.addon.RebarAddon
- The set of Locales this addon has translations for.
- getLanguages() - function in io.github.pylonmc.rebar.i18n.RebarTranslator
- getLastDisplayedItem() - function in io.github.pylonmc.rebar.util.gui.ProgressItem
- getLifecycleManager() - function in org.bukkit.plugin.java.Rebar
- getLink() - function in io.github.pylonmc.rebar.config.ContributorConfig
- 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
- getLocation() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- 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.base.RebarCargoBlock
- getLogisticGroup(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarLogisticBlock
- getLogisticGroupOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getLogisticGroupOrThrow(java.lang.String) - function in io.github.pylonmc.rebar.block.base.RebarLogisticBlock
- getLogisticGroups() - function in io.github.pylonmc.rebar.block.base.RebarCargoBlock
- getLogisticGroups() - function in io.github.pylonmc.rebar.block.base.RebarLogisticBlock
- 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
- getMaterials() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.VanillaMultiblockComponent
- 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.base.RebarSimpleMultiblock
- 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.base.RebarSimpleMultiblock
- 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.base.RebarSimpleMultiblock
- getMultiblockComponent(java.lang.Class,org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getMultiblockComponent(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getMultiblockComponentOrThrow(java.lang.Class,org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getMultiblockComponentOrThrow(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- getMultiblockComponents() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.MixedMultiblockComponent
- getMultiblockDirection() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock
- The 'direction' we expect the multiblock to be built in.
- 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 org.bukkit.plugin.Rebar
- getNAME_KEY() - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.MultiblockGhostBlock.Companion
- getNameTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlock
- getNameTranslationKey() - function in io.github.pylonmc.rebar.block.RebarBlockSchema
- getNanosKey() - function in io.github.pylonmc.rebar.datatypes.DurationPersistentDataType
- 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
- 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(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
- 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
- getParentContainer() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getPassengers() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- 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
- getPickItem() - function in io.github.pylonmc.rebar.block.PhantomBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.rebar.content.fluid.FluidIntersectionMarker
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.rebar.content.fluid.FluidSectionMarker
- Returns the item that should be given when the block 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
- getPitch() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getPitchKey() - function in io.github.pylonmc.rebar.datatypes.LocationPersistentDataType
- 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.
- getPlainText() - function in io.github.pylonmc.rebar.util.RebarUtils
- getPlayer() - function in io.github.pylonmc.rebar.block.context.BlockCreateContext.PlayerPlace
- 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
- 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.fluid.VirtualFluidPoint
- 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.
- getPreRidingLocation() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- 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.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
- getProcessProgressItem() - function in io.github.pylonmc.rebar.block.base.RebarProcessor
- getProcessTicksRemaining() - function in io.github.pylonmc.rebar.block.base.RebarProcessor
- getProcessTimeTicks() - function in io.github.pylonmc.rebar.block.base.RebarProcessor
- 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
- 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.
- 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.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
- 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.event.RebarChunkBlocksLoadEvent
- getRebarBlocks() - function in io.github.pylonmc.rebar.event.RebarChunkBlocksUnloadEvent
- getRebarBlocksKey() - 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
- getRebarFluidKeyKey() - function in io.github.pylonmc.rebar.fluid.RebarFluid.Companion
- getRebarGuiItemKeyKey() - function in io.github.pylonmc.rebar.util.gui.GuiItems
- getRebarHelpPageButton() - function in io.github.pylonmc.rebar.guide.pages.help.HelpPage
- 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.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
- getRecipeProgressItem() - function in io.github.pylonmc.rebar.block.base.RebarRecipeProcessor
- getRecipes() - function in io.github.pylonmc.rebar.recipe.BlastingRecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.CampfireRecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.FurnaceRecipeType
- 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
- getRecipes() - function in io.github.pylonmc.rebar.recipe.ShapelessRecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.SmithingTransformRecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.SmithingTrimRecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.SmokingRecipeType
- getRecipes() - function in io.github.pylonmc.rebar.recipe.TransmuteRecipeType
- getRecipeTicksRemaining() - function in io.github.pylonmc.rebar.block.base.RebarRecipeProcessor
- 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
- getRegistry(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.registry.RebarRegistry.Companion
- getRegistryOrNull(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.registry.RebarRegistry.Companion
- 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
- 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
- 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.RebarItemSchema
- getResearchBypassPermission() - function in io.github.pylonmc.rebar.item.RebarItem
- getResearchBypassPermission() - 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.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.CraftingRecipeWrapper
- getResults() - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingRecipeWrapper
- getRiding() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getRidingId() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getRootPage() - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- 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.entity.RebarEntity
- 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
- getSection(java.lang.String) - function in io.github.pylonmc.rebar.config.ConfigSection
- getSectionOrThrow(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.
- 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
- 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
- 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 block.
- getSettings() - function in io.github.pylonmc.rebar.entity.RebarEntity
- Returns settings associated with the block.
- 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.
- getSettings(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.RebarItem.Companion
- getSetUp() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- 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.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
- 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.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
- getSpawnPacket(com.github.retrooper.packetevents.protocol.player.User) - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getStack() - function in io.github.pylonmc.rebar.guide.button.ItemRecipesButton
- getStack() - function in io.github.pylonmc.rebar.guide.button.MachineRecipesButton
- 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.builder.ItemStackBuilder
- 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
- getSuppliedFluids() - function in io.github.pylonmc.rebar.block.base.RebarFluidBlock
- 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.base.RebarFluidBufferBlock
- 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.base.RebarFluidTank
- 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.base.RebarTickingBlock
- The interval at which the tick function is called.
- getTickInterval() - function in io.github.pylonmc.rebar.entity.base.RebarTickingEntity
- The interval at which the tick function is called.
- getTickInterval() - function in io.github.pylonmc.rebar.item.base.RebarInventoryEffectItem
- Determines the rate at which the onTick method will be called.
- getTickInterval() - function in io.github.pylonmc.rebar.item.base.RebarInventoryTicker
- Determines the rate at which the onTick method will be 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
- getTransformation() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- 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.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(java.lang.Integer) - 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 me.tofaa.entitylib.wrapper.WrapperEntity
- 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').
- 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
- getVector3i() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getVelocity() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getVelocityPacket() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getViewerRule(java.lang.Integer) - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getViewerRules() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getViewers() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getViewRange() - function in io.github.pylonmc.rebar.entity.display.ItemDisplayBuilder
- getVirtualInventories() - function in io.github.pylonmc.rebar.block.base.RebarVirtualInventoryBlock
- 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.base.RebarSimpleMultiblock
- Automatically implemented by RebarBlock
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.block.base.RebarSimpleMultiblock.MultiblockGhostBlock
- 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.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.
- 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
- 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
- getX() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- 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.VectorPersistentDataType
- getY() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getY() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- getYaw() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- 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.VectorPersistentDataType
- getZ() - function in io.github.pylonmc.rebar.util.position.BlockPosition
- getZ() - function in io.github.pylonmc.rebar.util.position.ChunkPosition
- getZ() - function in me.tofaa.entitylib.wrapper.WrapperEntity
- 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.VectorPersistentDataType
- 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
- 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.