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
R
- RandomizedSound - class in io.github.pylonmc.rebar.util
- RandomizedSoundConfigAdapter - class in io.github.pylonmc.rebar.config.adapter
- randomMaterial() - function in io.github.pylonmc.rebar.util.ConfettiParticle.Companion
- ReadableItemStackPersistentDataType - class in io.github.pylonmc.rebar.datatypes
- Rebar - class in io.github.pylonmc.rebar
- The one and only Rebar plugin!
- rebar(org.bukkit.Material,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem by setting the name and lore to the default translation keys, and setting the item's Rebar ID to the provided key.
- rebar(org.bukkit.Material,org.bukkit.NamespacedKey,kotlin.jvm.functions.Function2) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem by setting the name and lore to the default translation keys, and setting the item's Rebar ID to the provided key.
- rebar(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem by setting the name and lore to the default translation keys, and setting the item's Rebar ID to the provided key.
- rebar(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,kotlin.jvm.functions.Function2) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem by setting the name and lore to the default translation keys, and setting the item's Rebar ID to the provided key.
- RebarAddon - class in io.github.pylonmc.rebar.addon
- Welcome to the place where it all begins: the Rebar addon!
- RebarArgument - class in io.github.pylonmc.rebar.i18n
- A TranslationArgument only to be used when translating Rebar keys
- rebarArmor(org.bukkit.Material,org.bukkit.NamespacedKey,org.bukkit.inventory.EquipmentSlotGroup,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the specified slot.
- rebarArmor(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,org.bukkit.inventory.EquipmentSlotGroup,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the specified slot.
- RebarBlock - class in io.github.pylonmc.rebar.block
- Represents a Rebar block in the world.
- RebarBlock.Companion - class in io.github.pylonmc.rebar.block.RebarBlock
- RebarBlockBreakEvent - class in io.github.pylonmc.rebar.event
- Called after a RebarBlock has been broken.
- RebarBlockDeserializeEvent - class in io.github.pylonmc.rebar.event
- Called after the rebarBlock has been deserialized.
- RebarBlockLoadEvent - class in io.github.pylonmc.rebar.event
- Called after the rebarBlock's load constructor is called.
- RebarBlockPhantomEvent - class in io.github.pylonmc.rebar.event
- Called when a RebarBlock turns into a PhantomBlock due to errors or the command.
- RebarBlockPlaceEvent - class in io.github.pylonmc.rebar.event
- Called after a RebarBlock has been placed.
- RebarBlockSchema - class in io.github.pylonmc.rebar.block
- Stores information about a Rebar block type, including its key, material, and class.
- RebarBlockSerializeEvent - class in io.github.pylonmc.rebar.event
- Called after the rebarBlock is serialized.
- RebarBlockUnloadEvent - class in io.github.pylonmc.rebar.event
- Unloaded after the rebarBlock and its chunk have been unloaded.
- RebarBlockWailaEvent - class in io.github.pylonmc.rebar.event
- Called when the players WAILA display is being generated for a targeted Block.
- rebarBoots(org.bukkit.Material,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the boots slot.
- rebarBoots(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the boots slot.
- RebarCargoConnectEvent - class in io.github.pylonmc.rebar.event
- Called before a CargoDuct or CargoRebarBlock connects to an adjacent CargoDuct or CargoRebarBlock
- RebarCargoDisconnectEvent - class in io.github.pylonmc.rebar.event
- Called after a CargoDuct disconnects from an adjacent CargoDuct or CargoRebarBlock
- rebarChestplate(org.bukkit.Material,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the chestplate slot.
- rebarChestplate(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the chestplate slot.
- RebarChunkBlocksLoadEvent - class in io.github.pylonmc.rebar.event
- Called after the blocks in a chunk (but not the chunk itself) have been loaded.
- RebarChunkBlocksUnloadEvent - class in io.github.pylonmc.rebar.event
- Called after the rebarBlocks in a chunk (and the chunk itself) have been unloaded.
- RebarCommandKt - class in io.github.pylonmc.rebar.command
- RebarConfig - class in io.github.pylonmc.rebar.config
- The config options for Rebar.
- RebarConfig.ArmorTextureConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfig.BlockTextureConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfig.ConfettiCreeperConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfig.CullingEngineConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfig.GuideConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfig.ResearchConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfig.WailaConfig - class in io.github.pylonmc.rebar.config.RebarConfig
- RebarConfigurableRecipesLoadedEvent - class in io.github.pylonmc.rebar.event
- Called when all the configurable recipes are loaded
- RebarEntity - class in io.github.pylonmc.rebar.entity
- Represents a Rebar entity in the world.
- RebarEntity.Companion - class in io.github.pylonmc.rebar.entity.RebarEntity
- RebarEntityAddEvent - class in io.github.pylonmc.rebar.event
- Called when an entity is added to io.github.pylonmc.rebar.entity.EntityStorage, when this is called, the entity already spawned in the world.
- RebarEntityDeathEvent - class in io.github.pylonmc.rebar.event
- Called when a RebarEntity is removed for any reason.
- RebarEntityDeserializeEvent - class in io.github.pylonmc.rebar.event
- RebarEntityLoadEvent - class in io.github.pylonmc.rebar.event
- Called after a RebarEntity has been loaded.
- RebarEntitySchema - class in io.github.pylonmc.rebar.entity
- Stores information about a Rebar entity type, including its key, vanilla entity class, and Pylion entity class.
- RebarEntitySerializeEvent - class in io.github.pylonmc.rebar.event
- RebarEntityUnloadEvent - class in io.github.pylonmc.rebar.event
- Called after a RebarEntity has been unloaded.
- RebarEntityWailaEvent - class in io.github.pylonmc.rebar.event
- Called when the players WAILA display is being generated for a targeted Entity.
- RebarFluid - class in io.github.pylonmc.rebar.fluid
- Fluids aren't necessarily just liquids, they can also be gases or other substances that can flow.
- RebarFluid.Companion - class in io.github.pylonmc.rebar.fluid.RebarFluid
- RebarFluidPointConnectEvent - class in io.github.pylonmc.rebar.event
- Called after two VirtualFluidPoints have been connected.
- RebarFluidPointDisconnectEvent - class in io.github.pylonmc.rebar.event
- Called after two VirtualFluidPoints have been disconnected.
- RebarFluidTag - class in io.github.pylonmc.rebar.fluid
- Fluid tags represent properties of a fluid, such as temperature or whether it can be used as a coolant.
- RebarGuide - class in io.github.pylonmc.rebar.content.guide
- The one and only Rebar guide.
- RebarGuide.Companion - class in io.github.pylonmc.rebar.content.guide.RebarGuide
- rebarHelmet(org.bukkit.Material,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the helmet slot.
- rebarHelmet(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the helmet slot.
- RebarHelpPage - class in io.github.pylonmc.rebar.guide.pages.help.sub
- rebarHitbox() - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock.GhostBlockHitbox
- RebarItem - class in io.github.pylonmc.rebar.item
- RebarItems are wrappers around ItemStacks that allow you to easily add extra functionality.
- RebarItem.Companion - class in io.github.pylonmc.rebar.item.RebarItem
- RebarItemSchema - class in io.github.pylonmc.rebar.item
- Stores information about a Rebar item type, including its key, template ItemStack, class, and any associated blocks.
- RebarItemSchema.Companion - class in io.github.pylonmc.rebar.item.RebarItemSchema
- RebarItemTag - class in io.github.pylonmc.rebar.item
- rebarLeggings(org.bukkit.Material,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the leggings slot.
- rebarLeggings(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be worn in the leggings slot.
- RebarMiniMessage - class in io.github.pylonmc.rebar.i18n
- RebarMultiblock - class in io.github.pylonmc.rebar.block.interfaces
- Represents a structure composed of multiple blocks.
- RebarMultiblockFormEvent - class in io.github.pylonmc.rebar.event
- RebarMultiblockRefreshEvent - class in io.github.pylonmc.rebar.event
- RebarMultiblockUnformEvent - class in io.github.pylonmc.rebar.event
- RebarRecipe - class in io.github.pylonmc.rebar.recipe
- RebarRegisterEvent - class in io.github.pylonmc.rebar.event
- Called when something is registered to a registry.
- RebarRegistry - class in io.github.pylonmc.rebar.registry
- Represents a list of things that can be registered and looked up by NamespacedKey.
- RebarSerializers - class in io.github.pylonmc.rebar.datatypes
- A collection of various PersistentDataTypes for use by Rebar and Rebar addons
- rebarTool(org.bukkit.Material,org.bukkit.NamespacedKey,io.papermc.paper.registry.set.RegistryKeySet,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be used as a tool for the mineable blocks.
- rebarTool(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,io.papermc.paper.registry.set.RegistryKeySet,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be used as a tool for the mineable blocks.
- rebarToolWeapon(org.bukkit.Material,org.bukkit.NamespacedKey,io.papermc.paper.registry.set.RegistryKeySet,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be used as a weapon and tool for the mineable blocks.
- rebarToolWeapon(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,io.papermc.paper.registry.set.RegistryKeySet,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be used as a weapon and tool for the mineable blocks.
- RebarTranslator - class in io.github.pylonmc.rebar.i18n
- The Translator for a given RebarAddon.
- RebarTranslator.Companion - class in io.github.pylonmc.rebar.i18n.RebarTranslator
- rebarTypeSimilar(org.bukkit.inventory.ItemStack,org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.util.RebarUtils
- Checks whether two items are of the same type, comparing Rebar IDs if they are Rebar items and vanilla IDs if they are not.
- RebarUnregisterEvent - class in io.github.pylonmc.rebar.event
- Called when something is unregistered from a registry.
- RebarUtils - class in io.github.pylonmc.rebar.util
- rebarWeapon(org.bukkit.Material,org.bukkit.NamespacedKey,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be used as a weapon.
- rebarWeapon(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder.Companion
- Creates a new ItemStack for a RebarItem that can be used as a weapon.
- RecipeChoiceConfigAdapter - class in io.github.pylonmc.rebar.config.adapter
- RecipeCompletion - class in io.github.pylonmc.rebar.recipe
- RecipeInput - class in io.github.pylonmc.rebar.recipe
- RecipeInput.Fluid - class in io.github.pylonmc.rebar.recipe.RecipeInput
- RecipeInput.Item - class in io.github.pylonmc.rebar.recipe.RecipeInput
- RecipeInputConfigAdapter - class in io.github.pylonmc.rebar.config.adapter
- RecipeInputFluidAdapter - class in io.github.pylonmc.rebar.config.adapter
- RecipeInputItemAdapter - class in io.github.pylonmc.rebar.config.adapter
- RecipeProcessorRebarBlock - class in io.github.pylonmc.rebar.block.interfaces
- An interface that stores and progresses a recipe.
- recipeProgress(java.lang.Double) - function in io.github.pylonmc.rebar.util.ProgressBar.Companion
- Example: '||||||||||||||||---- 80%'(where | represents a filled bar and - an empty bar)
- RecipeType - class in io.github.pylonmc.rebar.recipe
- Serves as a registry and container for recipes of a specific type.
- redirect(com.mojang.brigadier.tree.CommandNode) - function in io.github.pylonmc.rebar.command.CommandBuilder
- RedstoneRebarBlockHandler - class in io.github.pylonmc.rebar.block.interfaces
- refreshBlockTextureItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- Call this method to refresh the block texture entity's item to be the result of getBlockTextureItem, or a barrier if that returns null.
- refreshBlockTextureItem() - function in io.github.pylonmc.rebar.block.RebarBlock
- Call this method to refresh the block texture entity's item to be the result of getBlockTextureItem, or a barrier if that returns null.
- refreshGui() - function in io.github.pylonmc.rebar.block.interfaces.GuiRebarBlock
- Refreshes the stores GUI by calling createGui again.
- refreshViewer(java.util.UUID,java.lang.Double) - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- register(org.bukkit.NamespacedKey,org.bukkit.Material,java.lang.Class) - function in io.github.pylonmc.rebar.block.RebarBlock.Companion
- Registers a new block type with Rebar.
- register(org.bukkit.NamespacedKey,java.lang.Class,java.lang.Class,java.lang.Boolean) - function in io.github.pylonmc.rebar.entity.RebarEntity.Companion
- register(org.bukkit.NamespacedKey,java.lang.Class,java.lang.Class) - function in io.github.pylonmc.rebar.entity.RebarEntity.Companion
- register(org.bukkit.plugin.Plugin,org.bukkit.plugin.PluginManager) - function in io.github.pylonmc.rebar.event.api.AnvilUseRebarItemHandler.Companion
- register(org.bukkit.plugin.Plugin,org.bukkit.plugin.PluginManager) - function in io.github.pylonmc.rebar.event.api.CargoRebarBlockHandler.Companion
- register(org.bukkit.plugin.Plugin,org.bukkit.plugin.PluginManager) - function in io.github.pylonmc.rebar.event.api.ConfettiCreeperListener
- register(org.bukkit.plugin.Plugin,org.bukkit.plugin.PluginManager) - function in io.github.pylonmc.rebar.event.api.LootDispenserRebarBlockHandler.Companion
- register(org.bukkit.plugin.Plugin,org.bukkit.plugin.PluginManager) - function in io.github.pylonmc.rebar.event.api.MultiListener
- register(org.bukkit.plugin.Plugin,org.bukkit.plugin.PluginManager) - function in io.github.pylonmc.rebar.event.api.TargetEntityRebarEntityHandler.Companion
- register() - function in io.github.pylonmc.rebar.fluid.RebarFluid
- register() - function in io.github.pylonmc.rebar.gametest.GameTestConfig
- register(java.lang.Class,org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.RebarItem.Companion
- register(java.lang.Class,org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.item.RebarItem.Companion
- register(org.bukkit.inventory.ItemStack,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.RebarItem.Companion
- register() - function in io.github.pylonmc.rebar.item.research.Research
- register() - function in io.github.pylonmc.rebar.recipe.BlastingRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.CampfireRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.FurnaceRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.RecipeType
- register() - function in io.github.pylonmc.rebar.recipe.RecipeType
- register() - function in io.github.pylonmc.rebar.recipe.ShapedRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.ShapelessRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.SmithingTransformRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.SmithingTrimRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.SmokingRecipeType
- register() - function in io.github.pylonmc.rebar.recipe.TransmuteRecipeType
- register(org.bukkit.Tag) - function in io.github.pylonmc.rebar.registry.RebarRegistry
- register(T) - function in io.github.pylonmc.rebar.registry.RebarRegistry
- register() - function in me.clip.placeholderapi.expansion.WailaPlaceholders
- registerCommand(java.lang.String,io.papermc.paper.command.brigadier.BasicCommand) - function in org.bukkit.plugin.java.Rebar
- registerCommand(java.lang.String,java.lang.String,io.papermc.paper.command.brigadier.BasicCommand) - function in org.bukkit.plugin.java.Rebar
- registerCommand(java.lang.String,java.lang.String,java.util.Collection,io.papermc.paper.command.brigadier.BasicCommand) - function in org.bukkit.plugin.java.Rebar
- registerCommand(java.lang.String,java.util.Collection,io.papermc.paper.command.brigadier.BasicCommand) - function in org.bukkit.plugin.java.Rebar
- registerWithRebar() - function in io.github.pylonmc.rebar.addon.Rebar
- Must be called as the first thing in your plugin's
onEnable - registerWithRebar() - function in io.github.pylonmc.rebar.addon.RebarAddon
- Must be called as the first thing in your plugin's
onEnable - RegistryCommandArgument - class in io.github.pylonmc.rebar.command
- RegistryHandler - class in io.github.pylonmc.rebar.registry
- Implement this interface to detect when something is registered or unregistered in a RebarRegistry
- releaseInterceptedContinuation(kotlin.coroutines.Continuation) - function in kotlinx.coroutines.CoroutineDispatcher
- reload() - function in io.github.pylonmc.rebar.i18n.RebarTranslator
- reloadConfig() - function in org.bukkit.plugin.java.Rebar
- remove() - function in io.github.pylonmc.rebar.util.ConfettiParticle
- remove(N) - function in io.github.pylonmc.rebar.util.Octree
- remove(io.github.pylonmc.rebar.util.WeightedSet.Element) - function in kotlin.collections.MutableSet
- removeAll(java.util.Collection) - function in kotlin.collections.MutableSet
- removeAllViewers() - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- removeAttributeModifier(org.bukkit.attribute.Attribute,org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
- removeAttributeModifiers(org.bukkit.attribute.Attribute) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
- removeAttributeModifiers(org.bukkit.attribute.Attribute,kotlin.jvm.functions.Function1) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
- removeCargoLogisticGroup(org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.block.interfaces.CargoRebarBlock
- removeFluid(io.github.pylonmc.rebar.fluid.RebarFluid,java.lang.Double) - function in io.github.pylonmc.rebar.block.interfaces.FluidBufferRebarBlock
- Removes from a fluid buffer only if the new amount of fluid is greater than zero and fits in the buffer.
- removeFluid(java.lang.Double) - function in io.github.pylonmc.rebar.block.interfaces.FluidTankRebarBlock
- Removes from the tank only if the new amount of fluid is greater than zero and fits in the tank.
- removeFrom(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.item.research.Research
- Removes a research from a player.
- removeGhostBlock(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.GhostBlockHolderRebarBlock
- removeGhostBlock(org.joml.Vector3i) - function in io.github.pylonmc.rebar.block.interfaces.SimpleRebarMultiblock
- removeIf(java.util.function.Predicate) - function in kotlin.collections.MutableCollection
- removeObserver(xyz.xenondevs.invui.Observer,int,int) - function in xyz.xenondevs.invui.item.AbstractItem
- removeObserver(xyz.xenondevs.invui.Observer,java.lang.Integer,java.lang.Integer) - function in xyz.xenondevs.invui.item.AbstractItem
- removePlayer(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.waila.Waila.Companion
- Forcibly removes a WAILA display for the given player.
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.RecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.BlastingRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.CampfireRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.FurnaceRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.ShapedRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.ShapelessRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingTransformRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.SmithingTrimRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.SmokingRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.TransmuteRecipeType
- removeRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.recipe.vanilla.VanillaRecipeType
- removeResearch(org.bukkit.entity.Player,io.github.pylonmc.rebar.item.research.Research) - function in io.github.pylonmc.rebar.item.research.Research.Companion
- removeTag(io.github.pylonmc.rebar.fluid.RebarFluidTag) - function in io.github.pylonmc.rebar.fluid.RebarFluid
- removeViewer(java.util.UUID) - function in io.github.pylonmc.rebar.entity.packet.BlockTextureEntity
- removeWailaOverride(io.github.pylonmc.rebar.util.position.BlockPosition) - function in io.github.pylonmc.rebar.waila.Waila.Companion
- Removes any existing WAILA override for the given position.
- removeWailaOverride(org.bukkit.block.Block) - function in io.github.pylonmc.rebar.waila.Waila.Companion
- Removes any existing WAILA override for the given position.
- removeWailaOverride(org.bukkit.entity.Entity) - function in io.github.pylonmc.rebar.waila.Waila.Companion
- Removes any existing WAILA override for the given entity.
- RepairableRebarItem - class in io.github.pylonmc.rebar.item.interfaces
- repairInvalid() - function in io.github.pylonmc.rebar.culling.PlayerCullingConfig
- requires(net.kyori.adventure.text.Component,kotlin.jvm.functions.Function2) - function in io.github.pylonmc.rebar.command.CommandBuilder
- Research - class in io.github.pylonmc.rebar.item.research
- A Rebar research as seem in the 'researches' guide section.
- Research.Companion - class in io.github.pylonmc.rebar.item.research.Research
- ResearchButton - class in io.github.pylonmc.rebar.guide.button
- A button that shows a research.
- ResearchesPage - class in io.github.pylonmc.rebar.guide.pages.research
- Shows buttons to view each addon's researches.
- ResearchingHelpPage - class in io.github.pylonmc.rebar.guide.pages.help.sub
- researchItemsPage(io.github.pylonmc.rebar.item.research.Research) - function in io.github.pylonmc.rebar.content.guide.RebarGuide.Companion
- ResearchItemsPage - class in io.github.pylonmc.rebar.guide.pages.research
- Shows the items that a research unlocks.
- ResearchItemsPage.Companion - class in io.github.pylonmc.rebar.guide.pages.research.ResearchItemsPage
- ResearchKt - class in io.github.pylonmc.rebar.item.research
- reset(io.papermc.paper.datacomponent.DataComponentType) - function in io.github.pylonmc.rebar.item.builder.ItemStackBuilder
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.AdministratorsPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.AdvancedBlockCullingSettingsPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.BlockCullingSettingsPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.ContributorsPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.HelpPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.MainSettingsPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.PagedGuidePage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.RebarHelpPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.ResearchingHelpPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.ResourcePackSettingsPage
- resetCurrentPage(org.bukkit.entity.Player) - function in io.github.pylonmc.rebar.guide.pages.base.WailaSettingsPage
- resetItem(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.rebar.resourcepack.armor.ArmorTextureEngine
- resize(org.bukkit.util.BoundingBox) - function in io.github.pylonmc.rebar.util.Octree
- ResourcePackSettingsPage - class in io.github.pylonmc.rebar.guide.pages.settings
- respectCooldown() - function in io.github.pylonmc.rebar.item.interfaces.BlockInteractRebarItemHandler
- respectCooldown() - function in io.github.pylonmc.rebar.item.interfaces.CooldownRebarItem
- respectCooldown() - function in io.github.pylonmc.rebar.item.interfaces.CooldownRebarItem
- respectCooldown() - function in io.github.pylonmc.rebar.item.interfaces.EntityInteractRebarItemHandler
- respectCooldown() - function in io.github.pylonmc.rebar.item.interfaces.InteractRebarItemHandler
- ResurrectRebarEntityHandler - class in io.github.pylonmc.rebar.entity.interfaces
- retainAll(java.util.Collection) - function in kotlin.collections.MutableSet
- retrieve(org.bukkit.NamespacedKey) - function in io.github.pylonmc.rebar.datatypes.KeyedPersistentDataType
- Gets the value of the keyed type corresponding to T.
- roll(java.lang.Double) - function in io.github.pylonmc.rebar.entity.display.transform.LineBuilder
- roll(java.lang.Float) - function in io.github.pylonmc.rebar.entity.display.transform.LineBuilder
- RONNA - enum entry in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- RONTO - enum entry in io.github.pylonmc.rebar.util.gui.unit.MetricPrefix
- RootPage - class in io.github.pylonmc.rebar.guide.pages
- The first page that appears when you open the guide.
- rotate(java.lang.Double,java.lang.Double,java.lang.Double) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotate(java.lang.Float,java.lang.Float,java.lang.Float) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotate(org.joml.Quaterniond) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotate(org.joml.Quaternionf) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotate(org.joml.Vector3d) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotate(org.joml.Vector3f) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotateBackwards(java.lang.Double,java.lang.Double,java.lang.Double) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotateBackwards(java.lang.Float,java.lang.Float,java.lang.Float) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotateBackwards(org.joml.Quaterniond) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotateBackwards(org.joml.Quaternionf) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotateBackwards(org.joml.Vector3d) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotateBackwards(org.joml.Vector3f) - function in io.github.pylonmc.rebar.entity.display.transform.TransformBuilder
- rotatedRadius(java.lang.Double,java.lang.Double) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- rotatedRadius(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- rotatedRadius(java.lang.Float,java.lang.Float) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- rotatedRadius(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) - function in io.github.pylonmc.rebar.entity.display.transform.TransformUtil
- rotateFaceToReference(org.bukkit.block.BlockFace,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.util.RebarUtils
- Rotates face to be relative to referenceFace.
- rotateVectorToFace(org.joml.Vector3d,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.util.RebarUtils
- Rotates vector to face a directionAssumes north to be the default direction (i.e.
- rotateVectorToFace(org.joml.Vector3i,org.bukkit.block.BlockFace) - function in io.github.pylonmc.rebar.util.RebarUtils
- Rotates vector to face a directionAssumes north to be the default direction (i.e.
- Rotation - class in io.github.pylonmc.rebar.entity.display.transform
- RotationBackwards - class in io.github.pylonmc.rebar.entity.display.transform
- run() - function in io.github.pylonmc.rebar.async.BukkitMainThreadDispatcher
- run() - function in io.github.pylonmc.rebar.culling.PlayerCullingJob