A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
C
- calculateBase(io.github.pylonmc.pylon.core.item.PylonItem,java.lang.Integer) - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculator
- Calculate the basic recipe data of a single item (for recursive calculation)
- calculateFinal(io.github.pylonmc.pylon.core.recipe.FluidOrItem.Fluid,java.lang.Integer) - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculator
- Calculate material requirements and along products for fluids
- calculateFinal(org.bukkit.inventory.ItemStack,java.lang.Integer) - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculator
- Calculate the final material requirements for an item stack with amount (including amount scaling)
- callEvent() - function in org.bukkit.event.Event
- CampfireRecipeType - class in io.github.pylonmc.pylon.core.recipe.vanilla
- Key:
minecraft:campfire_cookingDespite the vanilla default cooking time being 100 ticks, we set it to 600 ticks here to match the actual in-game behavior - CampfireRecipeWrapper - class in io.github.pylonmc.pylon.core.recipe.vanilla
- canMine(org.bukkit.Material) - function in io.github.pylonmc.pylon.core.util.MiningLevel
- canPass(io.github.pylonmc.pylon.core.fluid.PylonFluid) - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipe
- Returns whether the pipe is capable of moving the given fluid through it.
- canPlayerCraft(org.bukkit.entity.Player,io.github.pylonmc.pylon.core.item.PylonItem,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- Checks whether a player can craft an item (ie has the associated research, or has permission to bypass research.
- canPlayerCraft(org.bukkit.entity.Player,io.github.pylonmc.pylon.core.item.PylonItem) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- Checks whether a player can craft an item (ie has the associated research, or has permission to bypass research.
- canPlayerPickUp(org.bukkit.entity.Player,io.github.pylonmc.pylon.core.item.PylonItem,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- Checks whether a player can pick up an item (ie has the associated research, or has permission to bypass research.
- canPlayerPickUp(org.bukkit.entity.Player,io.github.pylonmc.pylon.core.item.PylonItem) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- Checks whether a player can pick up an item (ie has the associated research, or has permission to bypass research.
- canPlayerUse(org.bukkit.entity.Player,io.github.pylonmc.pylon.core.item.PylonItem,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- Checks whether a player can use an item (ie has the associated research, or has permission to bypass research.
- canPlayerUse(org.bukkit.entity.Player,io.github.pylonmc.pylon.core.item.PylonItem) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- Checks whether a player can use an item (ie has the associated research, or has permission to bypass research.
- canSetFluid(io.github.pylonmc.pylon.core.fluid.PylonFluid,java.lang.Double) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Checks if a new amount of fluid is greater than zero and fits inside the corresponding buffer.
- canSetFluid(java.lang.Double) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Checks if a new amount of fluid is greater than zero and fits inside the tank.
- canTranslate(java.lang.String,java.util.Locale) - function in io.github.pylonmc.pylon.core.i18n.PylonTranslator
- CENTI - enum entry in io.github.pylonmc.pylon.core.util.gui.unit.MetricPrefix
- CharPersistentDataType - class in io.github.pylonmc.pylon.core.datatypes
- checkFormed() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- Warning: You should not call this yourself.
- chestplate(java.lang.Double,java.lang.Double) - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder
- ChunkPosition - class in io.github.pylonmc.pylon.core.util.position
- Represents the position of a chunk (x, z, and world).
- ChunkPositionKt - class in io.github.pylonmc.pylon.core.util.position
- ChunkPositionPersistentDataType - class in io.github.pylonmc.pylon.core.datatypes
- clear() - function in io.github.pylonmc.pylon.core.util.Octree
- clear() - function in kotlin.collections.MutableSet
- clearLore() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder
- clone() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder
- COLD - enum entry in io.github.pylonmc.pylon.core.fluid.tags.FluidTemperature
Generally fluids that are considered cryogenic, like liquid nitrogen or liquid helium.
- CommandBuilder - class in io.github.pylonmc.pylon.core.command
- If you are using Kotlin, you can use this class to create Brigadier commands Kotlin-style.
- CommandBuilderKt - class in io.github.pylonmc.pylon.core.command
- ConfettiParticle - class in io.github.pylonmc.pylon.core.particles
- Config - class in io.github.pylonmc.pylon.core.config
- Wraps a config file and provides useful facilities for writing/reading it.
- ConfigAdapter - class in io.github.pylonmc.pylon.core.config.adapter
- ConfigAdapterKt - class in io.github.pylonmc.pylon.core.config.adapter
- ConfigSection - class in io.github.pylonmc.pylon.core.config
- A wrapper around ConfigurationSection providing useful utilities for reading/writing.
- ConfigSection.KeyNotFoundException - class in io.github.pylonmc.pylon.core.config.ConfigSection
- Thrown when a key is not found.
- ConfigurableRecipeType - class in io.github.pylonmc.pylon.core.recipe
- connectPipeDisplay(java.util.UUID) - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- connectPipeDisplay(java.util.UUID) - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionDisplay
- connectPipeDisplay(java.util.UUID) - function in io.github.pylonmc.pylon.core.content.fluid.FluidPointDisplay
- Container - class in io.github.pylonmc.pylon.core.recipe
- A variable FluidOrItem container
- Container.Companion - class in io.github.pylonmc.pylon.core.recipe.Container
- Container.Fluid - class in io.github.pylonmc.pylon.core.recipe.Container
- Container.Item - class in io.github.pylonmc.pylon.core.recipe.Container
- contains(io.github.pylonmc.pylon.core.fluid.PylonFluid) - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Fluid
- contains(org.bukkit.inventory.ItemStack) - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Item
- contains(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- contains(org.bukkit.Tag) - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- contains(io.github.pylonmc.pylon.core.util.WeightedSet.Element) - function in kotlin.collections.Set
- containsAll(java.util.Collection) - function in kotlin.collections.Set
- convert(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.command.RegistryCommandArgument
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.ConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.CullingPresetConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.EnumConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.FluidOrItemConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.ItemStackConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.ItemTagConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.KeyedConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.ListConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.MapConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.RandomizedSoundConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.RecipeInputConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.RecipeInputFluidAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.RecipeInputItemAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.SetConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.SoundConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.WailaDisplayConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(java.lang.Object) - function in io.github.pylonmc.pylon.core.config.adapter.WeightedSetConfigAdapter
- Converts the given value obtained from config to the target type T.
- convert(org.bukkit.NamespacedKey,S) - function in io.papermc.paper.command.brigadier.argument.CustomArgumentType.Converted
- CookingRecipeWrapper - class in io.github.pylonmc.pylon.core.recipe.vanilla
- copy(io.papermc.paper.datacomponent.item.ItemAttributeModifiers.Builder,java.util.List) - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- CraftingRecipeWrapper - class in io.github.pylonmc.pylon.core.recipe.vanilla
- create() - function in io.github.pylonmc.pylon.core.util.RandomizedSound
- createFluidBuffer(io.github.pylonmc.pylon.core.fluid.PylonFluid,java.lang.Double,java.lang.Boolean,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid buffer with the specified fluid type and capacity
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,io.github.pylonmc.pylon.core.block.context.BlockCreateContext,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,io.github.pylonmc.pylon.core.block.context.BlockCreateContext,java.lang.Boolean,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,org.bukkit.entity.Player,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,org.bukkit.entity.Player,java.lang.Boolean,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,io.github.pylonmc.pylon.core.block.context.BlockCreateContext,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,io.github.pylonmc.pylon.core.block.context.BlockCreateContext,java.lang.Boolean,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,org.bukkit.entity.Player,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,org.bukkit.entity.Player,java.lang.Boolean,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,io.github.pylonmc.pylon.core.block.context.BlockCreateContext,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,io.github.pylonmc.pylon.core.block.context.BlockCreateContext,java.lang.Boolean,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,org.bukkit.entity.Player,java.lang.Boolean) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Creates a fluid input point.
- createFluidPoint(io.github.pylonmc.pylon.core.fluid.FluidPointType,org.bukkit.block.BlockFace,org.bukkit.entity.Player,java.lang.Boolean,java.lang.Float) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Creates a fluid input point.
- createGui() - function in io.github.pylonmc.pylon.core.block.base.PylonGuiBlock
- Returns the block's GUI.
- createItemStack() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper
- createItemStack() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Pylon
- createItemStack() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Vanilla
- createSection(java.lang.String) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- createSection(java.lang.String) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- CullingPreset - class in io.github.pylonmc.pylon.core.resourcepack.block
- CullingPresetConfigAdapter - class in io.github.pylonmc.pylon.core.config.adapter
- CyclePlayerSettingButton - class in io.github.pylonmc.pylon.core.guide.button.setting
- A button which cycles through a fixed set of values for a player setting.