A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
G
- GameTest - class in io.github.pylonmc.pylon.core.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.pylon.core.gametest
- Represents the configuration for a GameTest.
- GameTestConfig.Builder - class in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- Builds a io.github.pylonmc.pylon.core.gametest.GameTestConfig.
- GameTestFailException - class in io.github.pylonmc.pylon.core.gametest
- Thrown when a GameTest fails.
- get(io.github.pylonmc.pylon.core.util.position.BlockPosition) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns the Pylon block at the given blockPosition, or null if the block does not exist
- get(org.bukkit.Location) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns the Pylon block at the given location, or null if the block does not exist.
- get(org.bukkit.block.Block) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns the Pylon block at the given block, or null if the block does not exist.
- get(java.lang.String,io.github.pylonmc.pylon.core.config.adapter.ConfigAdapter) - function in io.github.pylonmc.pylon.core.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.pylon.core.config.adapter.ConfigAdapter) - function in io.github.pylonmc.pylon.core.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.pylon.core.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.pylon.core.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.pylon.core.config.adapter.ConfigAdapter,T) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- Returns 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.pylon.core.config.Settings
- Retrieves the settings for the given key
- get(java.util.UUID) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns the PylonEntity with this uuid, or null if the entity does not exist or is not a Pylon entity.
- get(org.bukkit.entity.Entity) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns the PylonEntity corresponding to this entity, or null if this entity is not a Pylon entity.
- get(io.papermc.paper.datacomponent.DataComponentType.Valued) - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder
- get(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- get() - function in java.util.function.Supplier
- getAbbreviation() - function in io.github.pylonmc.pylon.core.util.gui.unit.MetricPrefix
- getAbbreviation() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getAddon() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getAddon() - function in io.github.pylonmc.pylon.core.guide.pages.research.AddonResearchesPage
- getAddon() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getAddon() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getAddon(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.util.PylonUtils
- getAllowedBlockErrors() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getAllowedBossBarColors() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getAllowedBossBarOverlays() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getAllowedEntityErrors() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getAllowedTemperatures() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipe
- getAlwaysShowRadius() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getAmount() - function in io.github.pylonmc.pylon.core.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.pylon.core.recipe.RecipeInput.Item
- getAmountMillibuckets() - function in io.github.pylonmc.pylon.core.recipe.Container.Fluid
- getAmountMillibuckets() - function in io.github.pylonmc.pylon.core.recipe.FluidOrItem.Fluid
- getAmountMillibuckets() - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Fluid
- getAngleX() - function in io.github.pylonmc.pylon.core.entity.display.transform.LookAlong
- getAngleY() - function in io.github.pylonmc.pylon.core.entity.display.transform.LookAlong
- getArmorSlots() - function in io.github.pylonmc.pylon.core.resourcepack.armor.ArmorTextureEngine
- getAs(io.github.pylonmc.pylon.core.util.position.BlockPosition) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Gets the Pylon block (of type T) at the given blockPosition.
- getAs(java.lang.Class,io.github.pylonmc.pylon.core.util.position.BlockPosition) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns the Pylon 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.pylon.core.block.BlockStorage
- Returns the Pylon 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.pylon.core.block.BlockStorage
- Returns the Pylon 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.pylon.core.block.BlockStorage
- Returns the Pylon block (of type T) at the given location.
- getAs(org.bukkit.block.Block) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns the Pylon block (of type T) at the given block.
- getAs(java.lang.Class,java.util.UUID) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns the PylonEntity with this uuid, or null if the entity does not exist, is not a Pylon entity, or is not of type T.
- getAs(java.lang.Class,org.bukkit.entity.Entity) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns the PylonEntity corresponding to this entity, or if this entity is not a Pylon entity, or is not of type T.
- getAs(java.util.UUID) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns the PylonEntity with this uuid, or null if the entity does not exist, is not a Pylon entity, or is not of type T.
- getAs(org.bukkit.entity.Entity) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns the PylonEntity corresponding to this entity, or if this entity is not a Pylon entity, or is not of type T.
- getBaseArmor() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- getBaseArmorToughness() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- getBaseAttackDamage() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- getBaseAttackKnockback() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- getBaseAttackSpeed() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- getBillboard() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getBlock() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- getBlock() - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getBlock() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getBlock() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getBlock() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getBlock() - function in io.github.pylonmc.pylon.core.block.base.PylonMultiblock
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.BlockExploded
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.BlockExplosionOrigin
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Burned
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Delete
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Destroyed
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.EntityExploded
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Faded
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.PlayerBreak
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.PluginBreak
- The block that is about to be broken.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.Default
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PlayerPlace
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PluginGenerate
- The old block where the new block is about to be created.
- getBlock() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockBreakEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockPlaceEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockLoadEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockPlaceEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockSerializeEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockUnloadEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockWailaEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonCraftEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonEntityWailaEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockFormEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockRefreshEvent
- getBlock() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockUnformEvent
- getBlock() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getBlockDataAutosaveIntervalSeconds() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getBlockDatas() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock.VanillaBlockdataMultiblockComponent
- getBlockSchema() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockPlaceEvent
- getBlockTextureEntity() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- A packet based ItemDisplay sent to players with
customBlockTexturesenabled. - getBlockTextureItem() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Returns the item that should be used to display the block's texture.
- getBlockTextureItem() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Returns the item that should be used to display the block's texture.
- getBlockTextureSettings() - function in io.github.pylonmc.pylon.core.guide.pages.PlayerSettingsPage.Companion
- getBoundingBox() - function in io.github.pylonmc.pylon.core.gametest.GameTest
- getBrightness() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getButtons() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleStaticGuidePage
- The list of buttons to be displayed on this page.
- getButtonSupplier() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- Supplies the buttons to be displayed on this page.
- getByChunk(io.github.pylonmc.pylon.core.util.position.ChunkPosition) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns all the Plyon blocks in the chunk at chunkPosition.
- getByKey(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.block.BlockStorage
- Returns all the Plyon blocks with type key.
- getByKey(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- Returns all the Pylon entities associated with this key.
- getCause() - function in kotlin.Throwable
- getCenter() - function in io.github.pylonmc.pylon.core.gametest.GameTest
- getChunk() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksLoadEvent
- getChunk() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksUnloadEvent
- getChunk() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getChunk() - function in io.github.pylonmc.pylon.core.util.position.ChunkPosition
- WARNING: Getting the chunk will load the chunk if it is not already loaded.
- getChunksOccupied() - function in io.github.pylonmc.pylon.core.block.base.PylonMultiblock
- All chunks containing at least one component of the multiblock
- getChunksOccupied() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- All chunks containing at least one component of the multiblock
- getColor() - function in io.github.pylonmc.pylon.core.waila.WailaDisplay
- getCommand() - function in io.github.pylonmc.pylon.core.command.CommandBuilder
- getCommand(java.lang.String) - function in org.bukkit.plugin.java.PylonCore
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.CharPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.CharPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.DelegatingPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.EnumPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.EnumPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.FluidConnectionPointDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.FluidConnectionPointDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.InventoryPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.InventoryPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.ItemStackPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.ItemStackPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.KeyedPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.KeyedPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.MapPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.MapPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.NamespacedKeyPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.NamespacedKeyPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.SetPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.SetPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.UUIDPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.UUIDPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.WorldPersistentDataType
- getComplexType() - function in io.github.pylonmc.pylon.core.datatypes.WorldPersistentDataType
- getComplexType() - function in org.bukkit.persistence.PersistentDataType
- getComponentLogger() - function in org.bukkit.plugin.PylonCore
- getComponents() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- The positions and corresponding components of the multiblock.
- getComponents() - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformBuilder
- getConfig() - function in io.github.pylonmc.pylon.core.gametest.GameTest
- getConfig() - function in org.bukkit.plugin.java.PylonCore
- getConnectedPipeDisplay() - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- getConnectedPipeDisplays() - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- getConnectedPipeDisplays() - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionDisplay
- getConnectedPipeDisplays() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPointDisplay
- getConnectedPoints() - function in io.github.pylonmc.pylon.core.fluid.VirtualFluidPoint
- getContext() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockBreakEvent
- getContext() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockPlaceEvent
- getContext() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent
- getContext() - function in io.github.pylonmc.pylon.core.event.PylonBlockPlaceEvent
- getCost() - function in io.github.pylonmc.pylon.core.item.research.Research
- If null, the research cannot be unlocked using points
- getCraftingRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CraftingRecipeWrapper
- getCullingPreset(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.resourcepack.block.BlockTextureEngine
- getCullingPresets() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getCullRadius() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getCurrentFluid() - function in io.github.pylonmc.pylon.core.guide.button.FluidButton
- getCurrentStack() - function in io.github.pylonmc.pylon.core.guide.button.ItemButton
- getCustomArmorTexturesKey() - function in io.github.pylonmc.pylon.core.resourcepack.armor.ArmorTextureEngine
- getCustomBlockTexturesKey() - function in io.github.pylonmc.pylon.core.resourcepack.block.BlockTextureEngine
- getCustomMiniMessage() - function in io.github.pylonmc.pylon.core.item.builder.PylonMiniMessage
- getDataFolder() - function in org.bukkit.plugin.java.PylonCore
- getDataPath() - function in org.bukkit.plugin.PylonCore
- getDecorator() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getDecorator() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getDecorator() - function in io.github.pylonmc.pylon.core.guide.button.setting.TogglePlayerSettingButton
- getDefault() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getDefaultBiomeProvider(java.lang.String,java.lang.String) - function in org.bukkit.plugin.PylonCore
- getDefaultCullingPreset() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getDefaultDisplay() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getDefaultItem() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- getDefaultPrefix() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getDefaultStyle() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getDefaultTickInterval() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getDefaultType() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getDefaultWailaTranslationKey() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- getDefaultWailaTranslationKey() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getDefaultWorldGenerator(java.lang.String,java.lang.String) - function in org.bukkit.plugin.PylonCore
- getDelayTicks() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getDelegate() - function in io.github.pylonmc.pylon.core.datatypes.DelegatingPersistentDataType
- getDescription() - function in org.bukkit.plugin.java.PylonCore
- getDirection(org.bukkit.Location,org.bukkit.Location) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getDirection(org.joml.Vector3d,org.joml.Vector3d) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getDirection(org.joml.Vector3f,org.joml.Vector3f) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getDisableBlockTextureEntity() - function in io.github.pylonmc.pylon.core.block.PhantomBlock
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableBlockTextureEntity() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisableBlockTextureEntity() - function in io.github.pylonmc.pylon.core.content.fluid.FluidSectionMarker
- Set this to
trueif your block should not have a blockTextureEntity for custom models/textures. - getDisabledItems() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getDisableNameHacksKey() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder.Companion
- getDisplacement(org.bukkit.Location,org.bukkit.Location) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getDisplacement(org.joml.Vector3d,org.joml.Vector3d) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getDisplacement(org.joml.Vector3f,org.joml.Vector3f) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getDisplay() - function in io.github.pylonmc.pylon.core.event.PylonBlockWailaEvent
- getDisplay() - function in io.github.pylonmc.pylon.core.event.PylonEntityWailaEvent
- getDisplayName() - function in io.github.pylonmc.pylon.core.addon.PylonAddon
- The name used to represent this addon in the item tooltips.
- getDisplayName() - function in io.github.pylonmc.pylon.core.addon.PylonCore
- The name used to represent this addon in the item tooltips.
- getDisplayText() - function in io.github.pylonmc.pylon.core.fluid.PylonFluidTag
- A component which is added to the lore of fluids to give information about this tag.
- getDisplayText() - function in io.github.pylonmc.pylon.core.fluid.tags.FluidTemperature
- A component which is added to the lore of fluids to give information about this tag.
- getDropItem(io.github.pylonmc.pylon.core.block.context.BlockBreakContext) - function in io.github.pylonmc.pylon.core.block.PhantomBlock
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.pylon.core.block.context.BlockBreakContext) - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.pylon.core.block.context.BlockBreakContext) - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionMarker
- Returns the item that the block should drop.
- getDropItem(io.github.pylonmc.pylon.core.block.context.BlockBreakContext) - function in io.github.pylonmc.pylon.core.content.fluid.FluidSectionMarker
- Returns the item that the block should drop.
- getDrops() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent
- getElement() - function in io.github.pylonmc.pylon.core.util.WeightedSet.Element
- getElements() - function in io.github.pylonmc.pylon.core.util.WeightedSet
- getElementType() - function in io.github.pylonmc.pylon.core.datatypes.SetPersistentDataType
- getEnabled() - function in io.github.pylonmc.pylon.core.config.PylonConfig.ArmorTextureConfig
- getEnabled() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getEnabled() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getEnabled() - function in io.github.pylonmc.pylon.core.waila.PlayerWailaConfig
- getEnabledKey() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getEnabledTypes() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getEntity() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPointDisplay
- getEntity() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- getEntity() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- getEntity() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- getEntityClass() - function in io.github.pylonmc.pylon.core.entity.PylonEntitySchema
- getEntityDataAutosaveIntervalSeconds() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getEntries() - function in io.github.pylonmc.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.datatypes.EnumPersistentDataType
- getEquipmentType() - function in io.github.pylonmc.pylon.core.item.base.PylonArmor
- The equipment type of this armor piece, used for custom armor textures.
- getErroredBlockKey() - function in io.github.pylonmc.pylon.core.block.PhantomBlock
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.BlockExploded
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.BlockExplosionOrigin
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Burned
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Destroyed
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.EntityExploded
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Faded
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.PlayerBreak
- getEvent() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PlayerPlace
- getEvent() - function in io.github.pylonmc.pylon.core.event.PylonEntityDeathEvent
- getEventName() - function in org.bukkit.event.Event
- getExamples() - function in io.github.pylonmc.pylon.core.command.RegistryCommandArgument
- getFace() - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- getFacing() - function in io.github.pylonmc.pylon.core.block.base.PylonDirectionalBlock
- getFacing() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getFacing() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getFacing() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getFacing() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- The 'direction' we expect the multiblock to be built in.
- getFile() - function in io.github.pylonmc.pylon.core.config.Config
- getFluid() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage
- getFluid() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- getFluid() - function in io.github.pylonmc.pylon.core.recipe.Container.Fluid
- getFluid() - function in io.github.pylonmc.pylon.core.recipe.FluidOrItem.Fluid
- getFluidAmount() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- The amount of fluid stored in the tank
- getFluidButtons(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.SearchItemsAndFluidsPage
- getFluidCapacity() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- The capacity of the tank
- getFluidIntersectionDisplay() - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionMarker
- getFluidPerSecond() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipe
- getFluidPointDisplay(io.github.pylonmc.pylon.core.fluid.FluidPointType) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getFluidPointDisplay(io.github.pylonmc.pylon.core.fluid.FluidPointType) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getFluidPointDisplay(io.github.pylonmc.pylon.core.fluid.FluidPointType) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getFluidPointDisplayOrThrow(io.github.pylonmc.pylon.core.fluid.FluidPointType) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.pylon.core.fluid.FluidPointType) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getFluidPointDisplayOrThrow(io.github.pylonmc.pylon.core.fluid.FluidPointType) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getFluids() - function in io.github.pylonmc.pylon.core.guide.button.FluidButton
- getFluids() - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Fluid
- getFluidSpaceRemaining() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- The amount of space remaining in the tank
- getFluidsPage() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- getFluidTickInterval() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getFluidType() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- The type of fluid stored in the tank
- getForced() - function in io.github.pylonmc.pylon.core.config.PylonConfig.ArmorTextureConfig
- getForced() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getFrom() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipeDisplay
- getFromDisplay() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipeDisplay
- getFullName() - function in io.github.pylonmc.pylon.core.util.gui.unit.MetricPrefix
- getGetter() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getGetter() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getGlowColor() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getGui() - function in io.github.pylonmc.pylon.core.block.base.PylonGuiBlock
- The GUI associated with this block.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.PlayerSettingsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.RootPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.base.GuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.base.PagedGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- Created the page for the given player.
- getGui(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- Created the page for the given player.
- getGuiHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getGuiTitle() - function in io.github.pylonmc.pylon.core.block.base.PylonGuiBlock
- The title of the GUI
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockBreakEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockPlaceEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointConnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointDisconnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockLoadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockPlaceEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockSerializeEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockUnloadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonBlockWailaEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksLoadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksUnloadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonCraftEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonEntityDeathEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonEntityLoadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonEntityUnloadEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonEntityWailaEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointConnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointDisconnectEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockFormEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockRefreshEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockUnformEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonRegisterEvent.Companion
- getHandlerList() - function in io.github.pylonmc.pylon.core.event.PylonUnregisterEvent.Companion
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockLoadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockLoadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockPlaceEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockSerializeEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockSerializeEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockUnloadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockUnloadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockWailaEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonBlockWailaEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksLoadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksLoadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksUnloadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksUnloadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonCraftEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonCraftEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityDeathEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityDeathEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityLoadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityLoadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityUnloadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityUnloadEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityWailaEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonEntityWailaEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointConnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointDisconnectEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockFormEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockFormEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockRefreshEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockRefreshEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockUnformEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockUnformEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonRegisterEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonRegisterEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonUnregisterEvent
- getHandlers() - function in io.github.pylonmc.pylon.core.event.PylonUnregisterEvent
- getHasCustomArmorTextures(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.resourcepack.armor.ArmorTextureEngine
- getHasCustomBlockTextures(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.resourcepack.block.BlockTextureEngine
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.pylon.core.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.pylon.core.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.pylon.core.guide.pages.fluid.FluidRecipesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- getHeader(org.bukkit.entity.Player,java.util.List) - function in io.github.pylonmc.pylon.core.guide.pages.research.ResearchItemsPage
- Returns a page containing the header (the top row of the page) and a section for the items to go.
- getHeight() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getHeldEntities() - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntities() - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntities() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntities() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntities() - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntities() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldEntity(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldEntityOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntityUuid(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldEntityUuidOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldPylonEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldPylonEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldPylonEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldPylonEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldPylonEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldPylonEntity(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHeldPylonEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldPylonEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonEntityHolderBlock
- getHeldPylonEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- getHeldPylonEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- getHeldPylonEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- getHeldPylonEntityOrThrow(java.lang.Class,java.lang.String) - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- getHiddenFluids() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- Hidden fluids do not show up in searches
- getHiddenInterval() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getHiddenItems() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- Hidden items do not show up in searches
- getHiddenResearches() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- Hidden researches do not show up in the researches category
- getHistory() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.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.pylon.core.block.base.PylonSimpleMultiblock
- Imagine the smallest square containing the multiblock; this is the radius of that square.
- getId() - function in io.github.pylonmc.pylon.core.fluid.VirtualFluidPoint
- getId() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getIdentifier() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getIndex() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getInfoPage() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculation
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.PylonRecipe
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.PylonRecipe
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.VanillaRecipeWrapper
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.vanilla.AShapelessRecipeWrapper
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CookingRecipeWrapper
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.vanilla.ShapedRecipeWrapper
- getInputs() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingRecipeWrapper
- getIntermediates() - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculation
- getIntermediatesButton() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getInternalConfig() - function in io.github.pylonmc.pylon.core.config.Config
- The YamlConfiguration that this object wraps.
- getInternalSection() - function in io.github.pylonmc.pylon.core.config.ConfigSection
- getInterpolationDelay() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getInterpolationDuration() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getInventoryTickerBaseRate() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getItem() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.Default
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PlayerPlace
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PluginGenerate
- The item used to create the block, if applicable.
- getItem() - function in io.github.pylonmc.pylon.core.fluid.PylonFluid
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.base.GuidePage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.base.PagedGuidePage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.guide.pages.research.AddonResearchesPage
- The item representing this page.
- getItem() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Pylon
- getItem() - function in io.github.pylonmc.pylon.core.recipe.Container.Item
- getItem() - function in io.github.pylonmc.pylon.core.recipe.FluidOrItem.Item
- getItemButtons(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.pages.SearchItemsAndFluidsPage
- getItemKey() - function in io.github.pylonmc.pylon.core.item.base.PylonInventoryEffectItem
- getItemNamePairs(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.pylon.core.guide.pages.SearchItemsAndFluidsPage
- getItemNamePairs(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.pylon.core.guide.pages.base.SearchPage
- getItemProvider() - function in io.github.pylonmc.pylon.core.guide.button.BackButton
- getItemProvider() - function in io.github.pylonmc.pylon.core.guide.button.BackButton
- getItemProvider() - function in io.github.pylonmc.pylon.core.guide.button.FluidButton
- getItemProvider() - function in io.github.pylonmc.pylon.core.guide.button.FluidButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.button.ItemButton
- getItemProvider() - function in io.github.pylonmc.pylon.core.guide.button.PageButton
- getItemProvider() - function in io.github.pylonmc.pylon.core.guide.button.PageButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.button.ResearchButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getItemProvider(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.guide.button.setting.TogglePlayerSettingButton
- getItemProvider() - function in io.github.pylonmc.pylon.core.util.gui.ProgressItem
- getItemProvider() - function in io.github.pylonmc.pylon.core.util.gui.ProgressItem
- getItemProvider() - function in xyz.xenondevs.invui.item.Item
- getItemProvider(org.bukkit.entity.Player) - function in xyz.xenondevs.invui.item.Item
- getItems() - function in io.github.pylonmc.pylon.core.block.base.PylonGuiBlock
- Returns all the (non-null) items stored across all inventories in the block's GUI.
- getItems(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.pylon.core.guide.pages.base.SearchPage
- getItems(org.bukkit.entity.Player,java.lang.String) - function in io.github.pylonmc.pylon.core.guide.pages.base.SearchPage
- getItems() - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Item
- getItemStack() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getItemStack() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getItemStackBuilder() - function in io.github.pylonmc.pylon.core.util.gui.ProgressItem
- The item to be displayed
- getJavaPlugin() - function in io.github.pylonmc.pylon.core.PylonCore
- Must return
this - getJavaPlugin() - function in io.github.pylonmc.pylon.core.addon.PylonAddon
- Must return
this - getKey() - function in io.github.pylonmc.pylon.core.addon.PylonAddon
- getKey() - function in io.github.pylonmc.pylon.core.addon.PylonAddon
- getKey() - function in io.github.pylonmc.pylon.core.addon.PylonCore
- getKey() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- getKey() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getKey() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getKEY() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock.MultiblockGhostBlock.Companion
- getKey() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock.PylonMultiblockComponent
- getKEY() - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionDisplay.Companion
- getKEY() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipeDisplay.Companion
- getKEY() - function in io.github.pylonmc.pylon.core.content.fluid.FluidSectionMarker.Companion
- getKey() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- getKey() - function in io.github.pylonmc.pylon.core.entity.PylonEntitySchema
- getKey() - function in io.github.pylonmc.pylon.core.entity.PylonEntitySchema
- getKey() - function in io.github.pylonmc.pylon.core.fluid.PylonFluid
- getKey() - function in io.github.pylonmc.pylon.core.fluid.PylonFluid
- getKey() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getKey() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getKey() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig.Builder
- getKey() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getKey() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getKey() - function in io.github.pylonmc.pylon.core.guide.button.setting.TogglePlayerSettingButton
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleStaticGuidePage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleStaticGuidePage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage
- getKEY() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage.Companion
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- getKEY() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage.Companion
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getKEY() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage.Companion
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- getKEY() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage.Companion
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- getKey() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- getKEY() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage.Companion
- getKEY() - function in io.github.pylonmc.pylon.core.guide.pages.research.ResearchItemsPage.Companion
- getKey() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Pylon
- getKey() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Pylon
- getKey() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Vanilla
- getKey() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Vanilla
- getKey() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getKey() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getKey() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getKey() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getKey() - function in io.github.pylonmc.pylon.core.item.PylonItemTag
- getKey() - function in io.github.pylonmc.pylon.core.item.PylonItemTag
- getKey() - function in io.github.pylonmc.pylon.core.item.research.Research
- getKey() - function in io.github.pylonmc.pylon.core.item.research.Research
- getKey() - function in io.github.pylonmc.pylon.core.recipe.BlastingRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.CampfireRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.ConfigurableRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.FurnaceRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.ShapedRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.ShapelessRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.SmithingTransformRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.SmithingTrimRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.SmokingRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.TransmuteRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.BlastingRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CampfireRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CookingRecipeWrapper
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CookingRecipeWrapper
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CraftingRecipeWrapper
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CraftingRecipeWrapper
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.FurnaceRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.ShapedRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.ShapelessRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingRecipeWrapper
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingRecipeWrapper
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingTransformRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingTrimRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmokingRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.TransmuteRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.recipe.vanilla.VanillaRecipeType
- getKey() - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- getKey() - function in org.bukkit.GuidePage
- getKey() - function in org.bukkit.ItemTypeWrapper
- getKey() - function in org.bukkit.PagedGuidePage
- getKey() - function in org.bukkit.PylonRecipe
- getKey() - function in org.bukkit.VanillaRecipeWrapper
- getKeys() - function in io.github.pylonmc.pylon.core.config.ConfigSection
- Returns all the keys in the section.
- getKeys() - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- getKeys() - function in io.github.pylonmc.pylon.core.util.RandomizedSound
- getLanguages() - function in io.github.pylonmc.pylon.core.PylonCore
- The set of Locales this addon has translations for.
- getLanguages() - function in io.github.pylonmc.pylon.core.addon.PylonAddon
- The set of Locales this addon has translations for.
- getLanguages() - function in io.github.pylonmc.pylon.core.i18n.PylonTranslator
- getLifecycleManager() - function in org.bukkit.plugin.java.PylonCore
- getLines() - function in io.github.pylonmc.pylon.core.i18n.wrapping.LineWrapRepresentation
- getLoadedBlockPositions() - function in io.github.pylonmc.pylon.core.block.BlockStorage
- getLoadedChunks() - function in io.github.pylonmc.pylon.core.block.BlockStorage
- getLoadedEntities() - function in io.github.pylonmc.pylon.core.entity.EntityStorage
- All the loaded PylonEntitys
- getLoadedPylonBlocks() - function in io.github.pylonmc.pylon.core.block.BlockStorage
- getLocalizedMessage() - function in kotlin.Throwable
- getLocation() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getLog4JLogger() - function in org.bukkit.plugin.PylonCore
- getLogger() - function in org.bukkit.plugin.java.PylonCore
- getLoreTranslationKey() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- getLoreTranslationKey() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getMainProductButton() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getMaterial() - function in io.github.pylonmc.pylon.core.PylonCore
- The material to represent this addon in menus.
- getMaterial() - function in io.github.pylonmc.pylon.core.addon.PylonAddon
- The material to represent this addon in menus.
- getMaterial() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getMaterial() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipe
- getMaterial() - function in io.github.pylonmc.pylon.core.fluid.FluidPointType
- getMaterial() - function in io.github.pylonmc.pylon.core.guide.pages.base.SimpleDynamicGuidePage
- The material representing this page.
- getMaterial() - function in io.github.pylonmc.pylon.core.item.ItemTypeWrapper.Vanilla
- getMaterial() - function in io.github.pylonmc.pylon.core.item.research.Research
- getMaterial() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getMaterials() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock.VanillaMultiblockComponent
- getMax() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getMaxCorner() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- 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.pylon.core.resourcepack.block.CullingPreset
- getMessage() - function in kotlin.Throwable
- getMetricsSaveIntervalTicks() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getMidpoint(org.bukkit.Location,org.bukkit.Location) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getMidpoint(org.joml.Vector3d,org.joml.Vector3d) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getMidpoint(org.joml.Vector3f,org.joml.Vector3f) - function in io.github.pylonmc.pylon.core.entity.display.transform.TransformUtil
- getMin() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getMinCorner() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock
- Imagine the smallest cuboid (with equal width and length) containing the multiblock; this is the corner with the lowest X, Y, and Z coordinates.
- getName() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock.MultiblockGhostBlock
- getName() - function in io.github.pylonmc.pylon.core.fluid.PylonFluid
- getName() - function in io.github.pylonmc.pylon.core.i18n.PylonArgument
- getName() - function in io.github.pylonmc.pylon.core.item.research.Research
- getName() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getName() - function in kotlin.FluidPointType
- getName() - function in kotlin.FluidTemperature
- getName() - function in kotlin.MetricPrefix
- getName() - function in kotlin.MiningLevel
- getName() - function in kotlin.Waila.Type
- getName() - function in org.bukkit.plugin.PylonCore
- getNAME_KEY() - function in io.github.pylonmc.pylon.core.block.base.PylonSimpleMultiblock.MultiblockGhostBlock.Companion
- getNamespace() - function in io.github.pylonmc.pylon.core.registry.PylonRegistryKey
- getNameTranslationKey() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- getNameTranslationKey() - function in io.github.pylonmc.pylon.core.block.PylonBlockSchema
- getNativeType() - function in io.github.pylonmc.pylon.core.command.RegistryCommandArgument
- getNativeType() - function in io.github.pylonmc.pylon.core.command.RegistryCommandArgument
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.BlockExploded
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.BlockExplosionOrigin
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Burned
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Delete
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Destroyed
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.EntityExploded
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Faded
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.PlayerBreak
- Determines the default drop behavior of the context
- getNormallyDrops() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.PluginBreak
- Determines the default drop behavior of the context
- getNumericalLevel() - function in io.github.pylonmc.pylon.core.util.MiningLevel
- getOccludingCacheRefreshInterval() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getOccludingCacheRefreshShare() - function in io.github.pylonmc.pylon.core.config.PylonConfig.BlockTextureConfig
- getOrCreate(org.bukkit.NamespacedKey,kotlin.jvm.functions.Function0) - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- getOrdinal() - function in kotlin.FluidPointType
- getOrdinal() - function in kotlin.FluidTemperature
- getOrdinal() - function in kotlin.MetricPrefix
- getOrdinal() - function in kotlin.MiningLevel
- getOrdinal() - function in kotlin.Waila.Type
- getOrThrow(java.lang.String,io.github.pylonmc.pylon.core.config.adapter.ConfigAdapter) - function in io.github.pylonmc.pylon.core.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.pylon.core.config.adapter.ConfigAdapter) - function in io.github.pylonmc.pylon.core.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.pylon.core.registry.PylonRegistry
- getOutputAmount() - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculation
- Output amount:
In basic recipe calculation -> the amount of main product output per recipe cycle
In final calculation results -> the total amount of main product to be produced (after scaling)
- getOverlay() - function in io.github.pylonmc.pylon.core.waila.WailaDisplay
- getPage() - function in io.github.pylonmc.pylon.core.guide.button.PageButton
- getPageNumbers() - function in io.github.pylonmc.pylon.core.guide.pages.base.PagedGuidePage.Companion
- getPages() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidRecipesPage
- getPages() - function in io.github.pylonmc.pylon.core.guide.pages.fluid.FluidUsagesPage
- getPages() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- getPages() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- getPath() - function in io.github.pylonmc.pylon.core.registry.PylonRegistryKey
- getPdc() - function in io.github.pylonmc.pylon.core.block.PhantomBlock
- getPdc() - function in io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent
- getPdc() - function in io.github.pylonmc.pylon.core.event.PylonBlockSerializeEvent
- getPickItem() - function in io.github.pylonmc.pylon.core.block.PhantomBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionMarker
- Returns the item that should be given when the block is middle clicked.
- getPickItem() - function in io.github.pylonmc.pylon.core.content.fluid.FluidSectionMarker
- Returns the item that should be given when the block is middle clicked.
- getPipe() - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionMarker
- getPipe() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipeDisplay
- getPipe() - function in io.github.pylonmc.pylon.core.content.fluid.FluidSectionMarker
- getPipeAmount() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipeDisplay
- getPipeDisplay() - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- getPipeDisplay() - function in io.github.pylonmc.pylon.core.content.fluid.FluidSectionMarker
- getPipePlacementCancelDistance() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getPipePlacementMaxLength() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getPipePlacementTaskIntervalTicks() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getPitch() - function in io.github.pylonmc.pylon.core.util.RandomizedSound
- getPitchKey() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getPlaceholderProvider() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getPlaceholderProvider() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getPlaceholderProvider() - function in io.github.pylonmc.pylon.core.guide.button.setting.TogglePlayerSettingButton
- getPlaceholders() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipe
- Returns the list of placeholders to be substituted into the item's lore.
- getPlaceholders() - function in io.github.pylonmc.pylon.core.item.PylonItem
- Returns the list of placeholders to be substituted into the item's lore.
- getPlaceholders() - function in io.github.pylonmc.pylon.core.item.PylonItem
- Returns the list of placeholders to be substituted into the item's lore.
- getPlainText() - function in io.github.pylonmc.pylon.core.util.PylonUtils
- getPlayer() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PlayerPlace
- getPlayer() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent
- getPlayer() - function in io.github.pylonmc.pylon.core.waila.PlayerWailaConfig
- getPlayer() - function in org.bukkit.event.player.PlayerEvent
- getPlugin() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PluginGenerate
- getPluginLoader() - function in org.bukkit.plugin.java.PylonCore
- getPluginMeta() - function in org.bukkit.plugin.java.PylonCore
- getPlural() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getPoint() - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- getPoint() - function in io.github.pylonmc.pylon.core.content.fluid.FluidIntersectionDisplay
- getPoint() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPointDisplay
- getPoint1() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointConnectEvent
- getPoint1() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointDisconnectEvent
- getPoint1() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointConnectEvent
- getPoint1() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointDisconnectEvent
- getPoint2() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointConnectEvent
- getPoint2() - function in io.github.pylonmc.pylon.core.event.PrePylonFluidPointDisconnectEvent
- getPoint2() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointConnectEvent
- getPoint2() - function in io.github.pylonmc.pylon.core.event.PylonFluidPointDisconnectEvent
- getPosition() - function in io.github.pylonmc.pylon.core.fluid.VirtualFluidPoint
- getPositionOverride() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getPreDisplayDecorator() - function in io.github.pylonmc.pylon.core.guide.button.FluidButton
- A function to apply to the button item after creating it.
- getPreDisplayDecorator() - function in io.github.pylonmc.pylon.core.guide.button.ItemButton
- A function to apply to the button item after creating it.
- getPresetKey() - function in io.github.pylonmc.pylon.core.resourcepack.block.BlockTextureEngine
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.CharPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.CharPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.DelegatingPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.DelegatingPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.EnumPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.EnumPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.FluidConnectionPointDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.FluidConnectionPointDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.InventoryPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.InventoryPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.ItemStackPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.ItemStackPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.KeyedPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.KeyedPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.MapPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.MapPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.NamespacedKeyPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.NamespacedKeyPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.SetPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.SetPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.UUIDPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.UUIDPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.WorldPersistentDataType
- getPrimitiveType() - function in io.github.pylonmc.pylon.core.datatypes.WorldPersistentDataType
- getProgress() - function in io.github.pylonmc.pylon.core.util.gui.ProgressItem
- How far through the totalTime we are
- getProgress() - function in io.github.pylonmc.pylon.core.waila.WailaDisplay
- getPylonBlock(org.bukkit.block.Block) - function in io.github.pylonmc.pylon.core.block.PylonBlock.Companion
- getPylonBlock(org.bukkit.block.Block) - function in io.github.pylonmc.pylon.core.block.PylonBlock.Companion
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PrePylonBlockBreakEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockBreakEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockLoadEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockPlaceEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockSerializeEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonBlockUnloadEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockFormEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockRefreshEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.event.PylonMultiblockUnformEvent
- getPylonBlock() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getPylonBlockKey() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getPylonBlocks() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksLoadEvent
- getPylonBlocks() - function in io.github.pylonmc.pylon.core.event.PylonChunkBlocksUnloadEvent
- getPylonEntity() - function in io.github.pylonmc.pylon.core.event.PylonEntityDeathEvent
- getPylonEntity() - function in io.github.pylonmc.pylon.core.event.PylonEntityLoadEvent
- getPylonEntity() - function in io.github.pylonmc.pylon.core.event.PylonEntityUnloadEvent
- getPylonFluidKeyKey() - function in io.github.pylonmc.pylon.core.fluid.PylonFluid.Companion
- getPylonGuideOnFirstJoin() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getPylonGuiItemKeyKey() - function in io.github.pylonmc.pylon.core.util.gui.GuiItems
- getPylonItemKeyKey() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema.Companion
- getRadius() - function in io.github.pylonmc.pylon.core.content.fluid.FluidEndpointDisplay
- getRandom(java.util.Random) - function in io.github.pylonmc.pylon.core.util.WeightedSet
- Returns a single random element from the set, with selection probability based on weights.
- getRandom() - function in io.github.pylonmc.pylon.core.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.pylon.core.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.pylon.core.util.WeightedSet
- Returns a random subset of the specified size from the set, with selection probability based on weights.
- getRecipe() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent
- getRecipe() - function in io.github.pylonmc.pylon.core.event.PylonCraftEvent
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.BlastingRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.CampfireRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.FurnaceRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.ShapedRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.ShapelessRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.SmithingTransformRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.SmithingTrimRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.SmokingRecipeType
- getRecipe(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.TransmuteRecipeType
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CookingRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.ShapedRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.ShapelessRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingTransformRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingTrimRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.TransmuteRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.VanillaRecipeWrapper
- getRecipe() - function in io.github.pylonmc.pylon.core.recipe.vanilla.VanillaRecipeWrapper
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.BlastingRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.CampfireRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.FurnaceRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.ShapedRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.ShapelessRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.SmithingTransformRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.SmithingTrimRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.SmokingRecipeType
- getRecipeOrThrow(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.recipe.TransmuteRecipeType
- getRecipeOutputAmount(io.github.pylonmc.pylon.core.recipe.PylonRecipe,io.github.pylonmc.pylon.core.item.PylonItem) - function in io.github.pylonmc.pylon.core.recipe.IngredientCalculator
- Calculate the single output amount of the main product in the recipe separately
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.BlastingRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.CampfireRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.FurnaceRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.RecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.ShapedRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.ShapelessRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.SmithingTransformRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.SmithingTrimRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.SmokingRecipeType
- getRecipes() - function in io.github.pylonmc.pylon.core.recipe.TransmuteRecipeType
- getRegistry() - function in io.github.pylonmc.pylon.core.event.PylonRegisterEvent
- getRegistry() - function in io.github.pylonmc.pylon.core.event.PylonUnregisterEvent
- getRegistry(io.github.pylonmc.pylon.core.registry.PylonRegistryKey) - function in io.github.pylonmc.pylon.core.registry.PylonRegistry.Companion
- getRegistryOrNull(io.github.pylonmc.pylon.core.registry.PylonRegistryKey) - function in io.github.pylonmc.pylon.core.registry.PylonRegistry.Companion
- getReplaceableOrAir() - function in io.github.pylonmc.pylon.core.util.PylonUtils
- getRepresentativeItem() - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Item
- getRepresentativeItems() - function in io.github.pylonmc.pylon.core.recipe.RecipeInput.Item
- getRequirement() - function in io.github.pylonmc.pylon.core.command.CommandBuilder
- getResearch() - function in io.github.pylonmc.pylon.core.guide.button.ResearchButton
- getResearch() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getResearch() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getResearchBaseConfettiAmount() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getResearchBypassPermission() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getResearchBypassPermission() - function in io.github.pylonmc.pylon.core.item.PylonItemSchema
- getResearchConfetti() - function in io.github.pylonmc.pylon.core.guide.pages.PlayerSettingsPage.Companion
- getResearchConfetti(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- getResearches(org.bukkit.OfflinePlayer) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- getResearchesEnabled() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getResearchesPage() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- getResearchMaxConfettiAmount() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getResearchMultiplierConfettiAmount() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getResearchPoints(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- getResearchSounds() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getResearchSounds() - function in io.github.pylonmc.pylon.core.guide.pages.PlayerSettingsPage.Companion
- getResearchSounds(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.item.research.Research.Companion
- getResource(java.lang.String) - function in org.bukkit.plugin.PylonCore
- getResourcePackSettings() - function in io.github.pylonmc.pylon.core.guide.pages.PlayerSettingsPage.Companion
- getResults() - function in io.github.pylonmc.pylon.core.recipe.PylonRecipe
- getResults() - function in io.github.pylonmc.pylon.core.recipe.VanillaRecipeWrapper
- getResults() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CookingRecipeWrapper
- getResults() - function in io.github.pylonmc.pylon.core.recipe.vanilla.CraftingRecipeWrapper
- getResults() - function in io.github.pylonmc.pylon.core.recipe.vanilla.SmithingRecipeWrapper
- getRootPage() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- getScale() - function in io.github.pylonmc.pylon.core.util.gui.unit.MetricPrefix
- getSchema() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- All the data needed to create or load the block.
- getSchema() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- getSchema() - function in io.github.pylonmc.pylon.core.item.PylonItem
- Additional data about the item's type.
- getSearchItemsAndFluidsPage() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- getSection(java.lang.String) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- getSection(java.lang.String) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- getSectionOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- getSectionOrThrow(java.lang.String) - function in io.github.pylonmc.pylon.core.config.ConfigSection
- getSections() - function in io.github.pylonmc.pylon.core.config.ConfigSection
- Gets all the values in the section that are themselves sections.
- getSections() - function in io.github.pylonmc.pylon.core.config.ConfigSection
- Gets all the values in the section that are themselves sections.
- getSegment() - function in io.github.pylonmc.pylon.core.fluid.VirtualFluidPoint
- getServer() - function in org.bukkit.plugin.java.PylonCore
- getSetter() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getSetter() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getSettings() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Returns settings associated with the block.
- getSettings() - function in io.github.pylonmc.pylon.core.block.PylonBlock
- Returns settings associated with the block.
- getSettings() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- Returns settings associated with the block.
- getSettings() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- Returns settings associated with the block.
- getSettings() - function in io.github.pylonmc.pylon.core.item.PylonItem
- Returns settings associated with the item.
- getSettings() - function in io.github.pylonmc.pylon.core.item.PylonItem
- Returns settings associated with the item.
- getSettings(org.bukkit.NamespacedKey) - function in io.github.pylonmc.pylon.core.item.PylonItem.Companion
- getSettingsPage() - function in io.github.pylonmc.pylon.core.content.guide.PylonGuide.Companion
- getSetUp() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getShiftStep() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getShouldSetToAir() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.Delete
- If true, the block will be set to air after the Pylon data is removed
- getShouldSetToAir() - function in io.github.pylonmc.pylon.core.block.context.BlockBreakContext.PluginBreak
- If true, the block will be set to air after the Pylon data is removed
- getShouldSetType() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.Default
- If true, the type of the block will be set to the type of the Pylon block
- getShouldSetType() - function in io.github.pylonmc.pylon.core.block.context.BlockCreateContext.PlayerPlace
- If true, the type of the block will be set to the type of the Pylon block
- getSingular() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getSize() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getSize() - function in io.github.pylonmc.pylon.core.util.WeightedSet
- getSLF4JLogger() - function in org.bukkit.plugin.PylonCore
- getSortedValues() - function in io.github.pylonmc.pylon.core.guide.button.setting.CyclePlayerSettingButton
- getSource() - function in io.github.pylonmc.pylon.core.util.RandomizedSound
- getStack() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getStack() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemRecipesPage
- getStack() - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemUsagesPage
- getStack() - function in io.github.pylonmc.pylon.core.item.PylonItem
- getStack() - function in io.github.pylonmc.pylon.core.item.builder.ItemStackBuilder
- getStacks() - function in io.github.pylonmc.pylon.core.guide.button.ItemButton
- getStackTrace() - function in kotlin.Throwable
- getStep() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getStyles() - function in io.github.pylonmc.pylon.core.i18n.wrapping.LineWrapRepresentation
- getSubPage(org.bukkit.entity.Player,org.bukkit.inventory.ItemStack,io.github.pylonmc.pylon.core.recipe.IngredientCalculation,java.lang.Integer,java.lang.Integer) - function in io.github.pylonmc.pylon.core.guide.pages.item.ItemIngredientsPage
- getSuppliedFluids(java.lang.Double) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBlock
- Returns a map of fluid types - and their corresponding amounts - that can be supplied by the block for this fluid tick.
- getSuppliedFluids(java.lang.Double) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidBufferBlock
- Returns a map of fluid types - and their corresponding amounts - that can be supplied by the block for this fluid tick.
- getSuppliedFluids(java.lang.Double) - function in io.github.pylonmc.pylon.core.block.base.PylonFluidTank
- Returns a map of fluid types - and their corresponding amounts - that can be supplied by the block for this fluid tick.
- getSuppressed() - function in kotlin.Throwable
- getTag() - function in io.github.pylonmc.pylon.core.fluid.PylonFluid
- getTag(java.lang.Class) - function in io.github.pylonmc.pylon.core.fluid.PylonFluid
- getText() - function in io.github.pylonmc.pylon.core.waila.WailaDisplay
- getTickInterval() - function in io.github.pylonmc.pylon.core.block.base.PylonTickingBlock
- The interval at which the tick function is called.
- getTickInterval() - function in io.github.pylonmc.pylon.core.config.PylonConfig.WailaConfig
- getTickInterval() - function in io.github.pylonmc.pylon.core.item.base.PylonInventoryEffectItem
- Determines the rate at which the onTick method will be called.
- getTickInterval() - function in io.github.pylonmc.pylon.core.item.base.PylonInventoryTicker
- Determines the rate at which the onTick method will be called.
- getTimeoutTicks() - function in io.github.pylonmc.pylon.core.gametest.GameTestConfig
- getTitle() - function in io.github.pylonmc.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.content.fluid.FluidPipeDisplay
- getToDisplay() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPipeDisplay
- getToggle() - function in io.github.pylonmc.pylon.core.guide.button.setting.TogglePlayerSettingButton
- getTotalTime() - function in io.github.pylonmc.pylon.core.util.gui.ProgressItem
- The total time of whatever process this item is representing
- getTransformation() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getTranslationWrapLimit() - function in io.github.pylonmc.pylon.core.config.PylonConfig
- getTranslatorForAddon(io.github.pylonmc.pylon.core.addon.PylonAddon) - function in io.github.pylonmc.pylon.core.i18n.PylonTranslator.Companion
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.ConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.ConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.CullingPresetConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.EnumConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.FluidOrItemConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.ItemStackConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.ItemTagConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.ListConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.MapConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.RandomizedSoundConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.RecipeInputConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.RecipeInputFluidAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.RecipeInputItemAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.SetConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.SoundConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.WailaDisplayConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.config.adapter.WeightedSetConfigAdapter
- getType() - function in io.github.pylonmc.pylon.core.datatypes.KeyedPersistentDataType
- getType() - function in io.github.pylonmc.pylon.core.event.PrePylonCraftEvent
- getType() - function in io.github.pylonmc.pylon.core.event.PylonCraftEvent
- getType() - function in io.github.pylonmc.pylon.core.fluid.VirtualFluidPoint
- getType() - function in io.github.pylonmc.pylon.core.guide.button.setting.NumericPlayerSettingButton
- getType() - function in io.github.pylonmc.pylon.core.waila.PlayerWailaConfig
- getTypeKey() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getUnlocks() - function in io.github.pylonmc.pylon.core.item.research.Research
- The keys of the items that are unlocked by this research
- getUpdateInterval() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getUsePrefixes() - function in io.github.pylonmc.pylon.core.util.gui.unit.UnitFormat
- getUuid() - function in io.github.pylonmc.pylon.core.content.fluid.FluidPointDisplay
- getUuid() - function in io.github.pylonmc.pylon.core.entity.PylonEntity
- getValue() - function in io.github.pylonmc.pylon.core.event.PylonRegisterEvent
- getValue() - function in io.github.pylonmc.pylon.core.event.PylonUnregisterEvent
- getValue() - function in io.github.pylonmc.pylon.core.i18n.PylonArgument
- getValues() - function in io.github.pylonmc.pylon.core.item.PylonItemTag
- getValues() - function in io.github.pylonmc.pylon.core.item.PylonItemTag
- getValues() - function in io.github.pylonmc.pylon.core.registry.PylonRegistry
- getValueText() - function in io.github.pylonmc.pylon.core.fluid.tags.FluidTemperature
- The display name of this temperature (eg: 'Cold').
- getVanillaWailaEnabled() - function in io.github.pylonmc.pylon.core.waila.PlayerWailaConfig
- getVanillaWailaEnabledKey() - function in io.github.pylonmc.pylon.core.datatypes.PlayerWailaConfigPersistentDataType
- getVector3i() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getViewRange() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getVisibleInterval() - function in io.github.pylonmc.pylon.core.resourcepack.block.CullingPreset
- getVolume() - function in io.github.pylonmc.pylon.core.util.RandomizedSound
- getWaila(org.bukkit.entity.Player) - function in io.github.pylonmc.pylon.core.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.pylon.core.block.PylonBlock
- 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.pylon.core.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.pylon.core.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.pylon.core.entity.PylonEntity
- 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.pylon.core.entity.PylonEntity
- 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.pylon.core.waila.Waila.Companion
- getWailaSettings() - function in io.github.pylonmc.pylon.core.guide.pages.PlayerSettingsPage.Companion
- getWeight() - function in io.github.pylonmc.pylon.core.util.WeightedSet.Element
- getWidth() - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- getWindows() - function in xyz.xenondevs.invui.item.impl.AbstractItem
- getWorld() - function in io.github.pylonmc.pylon.core.gametest.GameTest
- getWorld() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getWorld() - function in io.github.pylonmc.pylon.core.util.position.ChunkPosition
- getWorldId() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getWorldId() - function in io.github.pylonmc.pylon.core.util.position.ChunkPosition
- getWorldKey() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getWorldKey() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getWorldKey() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getX() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getX() - function in io.github.pylonmc.pylon.core.util.position.ChunkPosition
- getXKey() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getXKey() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getXKey() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getXKey() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- getY() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getYawKey() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getYKey() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getYKey() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getYKey() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- getZ() - function in io.github.pylonmc.pylon.core.util.position.BlockPosition
- getZ() - function in io.github.pylonmc.pylon.core.util.position.ChunkPosition
- getZKey() - function in io.github.pylonmc.pylon.core.datatypes.BlockPositionPersistentDataType
- getZKey() - function in io.github.pylonmc.pylon.core.datatypes.ChunkPositionPersistentDataType
- getZKey() - function in io.github.pylonmc.pylon.core.datatypes.LocationPersistentDataType
- getZKey() - function in io.github.pylonmc.pylon.core.datatypes.VectorPersistentDataType
- GIGA - enum entry in io.github.pylonmc.pylon.core.util.gui.unit.MetricPrefix
- glow(org.bukkit.Color) - function in io.github.pylonmc.pylon.core.entity.display.BlockDisplayBuilder
- glow(org.bukkit.Color) - function in io.github.pylonmc.pylon.core.entity.display.ItemDisplayBuilder
- glow(org.bukkit.Color) - function in io.github.pylonmc.pylon.core.entity.display.TextDisplayBuilder
- GOLD - enum entry in io.github.pylonmc.pylon.core.util.MiningLevel
- gui(org.bukkit.Material,java.lang.String) - function in io.github.pylonmc.pylon.core.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.pylon.core.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.pylon.core.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.pylon.core.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.
- GuidePage - class in io.github.pylonmc.pylon.core.guide.pages.base
- Represents a page in the PylonGuide.
- GuiItems - class in io.github.pylonmc.pylon.core.util.gui
- A utility class containing items commonly used in GUIs.