Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/McJtyMods/TheOneProbe
/ functions
Functions
958 in github.com/McJtyMods/TheOneProbe
⨍
Functions
958
◇
Types & classes
133
↓ 4 callers
Method
getShowTankSetting
()
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:48
↓ 4 callers
Method
getStackInSlot
(int index)
src/api/java/baubles/api/inv/BaublesInventoryWrapper.java:51
↓ 4 callers
Method
getTopY
()
src/main/java/mcjty/theoneprobe/api/IOverlayStyle.java:60
↓ 4 callers
Method
icon
Create an icon. If u and v are -1 then the default texture atlas is used and TheOneProbe will try to find the resource location on that atlas
src/main/java/mcjty/theoneprobe/api/IProbeInfo.java:68
↓ 4 callers
Method
isLifeBar
()
src/main/java/mcjty/theoneprobe/api/IProgressStyle.java:81
↓ 4 callers
Method
progress
This creates a progress bar of 100 width
src/main/java/mcjty/theoneprobe/api/IProbeInfo.java:108
↓ 4 callers
Method
registerProbeInfo
(RegistryKey<World> dim, BlockPos pos, ProbeInfo probeInfo)
src/main/java/mcjty/theoneprobe/rendering/OverlayRenderer.java:57
↓ 4 callers
Method
render
(ITextComponent text, MatrixStack matrixStack, int x, int y, boolean legacy)
src/main/java/mcjty/theoneprobe/apiimpl/client/ElementTextRender.java:20
↓ 4 callers
Method
setLegacy
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/ElementText.java:57
↓ 4 callers
Method
toBytes
Persist this element to the given network buffer. This should be symmetrical to what IElementFactory.createElement() expects.
src/main/java/mcjty/theoneprobe/api/IElement.java:30
↓ 4 callers
Method
updateDefaultOverlayStyle
()
src/main/java/mcjty/theoneprobe/config/Config.java:465
↓ 3 callers
Method
addEnergyInfo
(IProbeInfo probeInfo, ProbeConfig config, long energy, long maxEnergy)
src/main/java/mcjty/theoneprobe/apiimpl/providers/DefaultProbeInfoProvider.java:317
↓ 3 callers
Method
addEnumConfig
(Builder builder, String path, String comment,
src/main/java/mcjty/theoneprobe/config/Config.java:277
↓ 3 callers
Method
backgroundColor
(int c)
src/main/java/mcjty/theoneprobe/api/IProgressStyle.java:20
↓ 3 callers
Method
create
()
src/main/java/mcjty/theoneprobe/apiimpl/TheOneProbeImp.java:106
↓ 3 callers
Method
defaultItemStyle
Create a default style for the item element
src/main/java/mcjty/theoneprobe/api/IProbeInfo.java:52
↓ 3 callers
Method
drawVerticalLine
(MatrixStack matrixStack, int x1, int y1, int y2, int color)
src/main/java/mcjty/theoneprobe/rendering/RenderHelper.java:91
↓ 3 callers
Method
getCapability
(Capability<T> capability, Direction facing)
src/api/java/baubles/api/cap/BaublesContainerProvider.java:22
↓ 3 callers
Method
getCapacity
()
src/main/java/mcjty/lib/api/power/IBigPower.java:7
↓ 3 callers
Method
getDefaultConfig
()
src/main/java/mcjty/theoneprobe/config/Config.java:137
↓ 3 callers
Method
getModName
(IForgeRegistryEntry<?> entry)
src/main/java/mcjty/theoneprobe/Tools.java:15
↓ 3 callers
Method
getNumberFormat
()
src/main/java/mcjty/theoneprobe/api/IProgressStyle.java:70
↓ 3 callers
Method
getPickBlock
Access the client-side result of getPickBlock() for the given block. That way you don't have to call this server side because that can sometimes be pr
src/main/java/mcjty/theoneprobe/api/IProbeHitData.java:27
↓ 3 callers
Method
getPrefixComp
()
src/main/java/mcjty/theoneprobe/api/IProgressStyle.java:74
↓ 3 callers
Method
getShowCanBeHarvested
()
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:57
↓ 3 callers
Method
getSuffixComp
()
src/main/java/mcjty/theoneprobe/api/IProgressStyle.java:75
↓ 3 callers
Method
getTextWidth
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/ElementText.java:78
↓ 3 callers
Method
getXPadding
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/AbstractElementPanel.java:94
↓ 3 callers
Method
getYPadding
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/AbstractElementPanel.java:90
↓ 3 callers
Method
isArmorBar
()
src/main/java/mcjty/theoneprobe/api/IProgressStyle.java:82
↓ 3 callers
Method
makeHelmet
(TopArmorMaterial material, int renderIndex, String name)
src/main/java/mcjty/theoneprobe/items/ModItems.java:44
↓ 3 callers
Method
newComponent
(ITextComponent cmp)
src/main/java/mcjty/theoneprobe/api/CompoundText.java:125
↓ 3 callers
Method
registerEntityProvider
Optionally register a provider for your probe information. You don't have to do this. You can also implement IProbeInfoAccessor in your block instead.
src/main/java/mcjty/theoneprobe/api/ITheOneProbe.java:47
↓ 3 callers
Method
registerProvider
Optionally register a provider for your probe information. You don't have to do this. You can also implement IProbeInfoAccessor in your block instead.
src/main/java/mcjty/theoneprobe/api/ITheOneProbe.java:28
↓ 3 callers
Method
renderHUD
(ProbeMode mode, MatrixStack matrixStack, float partialTicks)
src/main/java/mcjty/theoneprobe/rendering/OverlayRenderer.java:73
↓ 3 callers
Method
renderText
(MatrixStack matrixStack, int x, int y, int w, long current, IProgressStyle style)
src/main/java/mcjty/theoneprobe/apiimpl/client/ElementProgressRender.java:55
↓ 3 callers
Method
setInConfig
(MatrixStack matrixStack, int x, int y)
src/main/java/mcjty/theoneprobe/gui/GuiNote.java:120
↓ 3 callers
Method
setProbeNeeded
(int probeNeeded)
src/main/java/mcjty/theoneprobe/config/Config.java:315
↓ 3 callers
Method
setRFMode
Control how RF should be shown @param mode 0 = not, 1 = show as bar, 2 = show as text
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:18
↓ 3 callers
Method
setTankMode
Control how Liquid should be shown @param mode 0 = not, 1 = show as bar, 2 = show as text
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:25
↓ 3 callers
Method
showAnimalOwnerSetting
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:38
↓ 3 callers
Method
showBrewStandSetting
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:41
↓ 3 callers
Method
showCanBeHarvested
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:56
↓ 3 callers
Method
showChestContents
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:62
↓ 3 callers
Method
showChestContentsDetailed
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:66
↓ 3 callers
Method
showCropPercentage
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:59
↓ 3 callers
Method
showHarvestLevel
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:53
↓ 3 callers
Method
showHorseStatSetting
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:35
↓ 3 callers
Method
showLeverSetting
Lever setting is also used for other technical information like the comparator mode and repeater delay
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:32
↓ 3 callers
Method
showMobGrowth
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:75
↓ 3 callers
Method
showMobHealth
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:72
↓ 3 callers
Method
showMobPotionEffects
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:78
↓ 3 callers
Method
showMobSpawnerSetting
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:44
↓ 3 callers
Method
showModName
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:50
↓ 3 callers
Method
showRedstone
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:69
↓ 3 callers
Method
showSilverfish
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:81
↓ 3 callers
Method
showTankSetting
(ConfigMode mode)
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:47
↓ 3 callers
Method
textureHeight
Change the total height of the texture on which the icon sits. Default is 256
src/main/java/mcjty/theoneprobe/api/IIconStyle.java:34
↓ 3 callers
Method
textureWidth
Change the total width of the texture on which the icon sits. Default is 256
src/main/java/mcjty/theoneprobe/api/IIconStyle.java:29
↓ 2 callers
Method
addItemStack
(List<ItemStack> stacks, Set<Item> foundItems, @Nonnull ItemStack stack)
src/main/java/mcjty/theoneprobe/apiimpl/providers/ChestInfoTools.java:61
↓ 2 callers
Method
addProbeInfo
Add information for the probe info for the given block. This is always called server side. The given probeInfo object represents a vertical layout. So
src/main/java/mcjty/theoneprobe/api/IProbeInfoAccessor.java:20
↓ 2 callers
Method
borderOffset
The offset of the border around the box. Use 0 to disable.
src/main/java/mcjty/theoneprobe/api/IOverlayStyle.java:15
↓ 2 callers
Method
borderThickness
The thickness of the border around the overlay. Use 0 to disable.
src/main/java/mcjty/theoneprobe/api/IOverlayStyle.java:22
↓ 2 callers
Method
boxColor
The color of the box.
src/main/java/mcjty/theoneprobe/api/IOverlayStyle.java:39
↓ 2 callers
Method
checkCleanup
()
src/main/java/mcjty/theoneprobe/rendering/OverlayRenderer.java:135
↓ 2 callers
Method
clear
()
src/api/java/baubles/api/inv/BaublesInventoryWrapper.java:110
↓ 2 callers
Method
createElements
(PacketBuffer buf)
src/main/java/mcjty/theoneprobe/apiimpl/ProbeInfo.java:22
↓ 2 callers
Method
darker
()
src/main/java/mcjty/theoneprobe/api/Color.java:19
↓ 2 callers
Method
defaultIconStyle
Create a default style for the icon element
src/main/java/mcjty/theoneprobe/api/IProbeInfo.java:62
↓ 2 callers
Method
drawHorizontalLine
(MatrixStack matrixStack, int x1, int y1, int x2, int color)
src/main/java/mcjty/theoneprobe/rendering/RenderHelper.java:87
↓ 2 callers
Method
entity
entityName can be an old-style entity name (like 'Zombie') or the string representation of a resourcelocation (like 'minecraft:zombie')
src/main/java/mcjty/theoneprobe/api/IProbeInfo.java:75
↓ 2 callers
Method
fromBytes
(PacketBuffer buf)
src/main/java/mcjty/theoneprobe/apiimpl/ProbeInfo.java:14
↓ 2 callers
Method
getBorderOffset
()
src/main/java/mcjty/theoneprobe/api/IOverlayStyle.java:17
↓ 2 callers
Method
getBorderSpacing
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/ElementVertical.java:59
↓ 2 callers
Method
getBorderSpacing
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/ElementHorizontal.java:59
↓ 2 callers
Method
getBorderThickness
()
src/main/java/mcjty/theoneprobe/api/IOverlayStyle.java:24
↓ 2 callers
Method
getChestContents
(World world, BlockPos pos, List<ItemStack> stacks)
src/main/java/mcjty/theoneprobe/apiimpl/providers/ChestInfoTools.java:110
↓ 2 callers
Method
getConfigProviders
()
src/main/java/mcjty/theoneprobe/apiimpl/TheOneProbeImp.java:203
↓ 2 callers
Method
getDisplayName
()
src/api/java/baubles/api/inv/BaublesInventoryWrapper.java:36
↓ 2 callers
Method
getEntityProviders
()
src/main/java/mcjty/theoneprobe/apiimpl/TheOneProbeImp.java:114
↓ 2 callers
Method
getInternalWidth
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/ElementText.java:82
↓ 2 callers
Method
getInventoriesToNotShow
()
src/main/java/mcjty/theoneprobe/config/Config.java:491
↓ 2 callers
Method
getInventoriesToShow
()
src/main/java/mcjty/theoneprobe/config/Config.java:481
↓ 2 callers
Method
getLegacyWidth
(ITextComponent text)
src/main/java/mcjty/theoneprobe/apiimpl/client/ElementTextRender.java:77
↓ 2 callers
Method
getModeForPlayer
()
src/main/java/mcjty/theoneprobe/proxy/ClientProxy.java:122
↓ 2 callers
Method
getProbeConfig
Possibly override the config for this entity. You can make modifications to the given 'config' which starts from default.
src/main/java/mcjty/theoneprobe/api/IProbeConfigProvider.java:18
↓ 2 callers
Method
getProviders
()
src/main/java/mcjty/theoneprobe/apiimpl/TheOneProbeImp.java:110
↓ 2 callers
Method
getRealConfig
()
src/main/java/mcjty/theoneprobe/config/Config.java:145
↓ 2 callers
Method
getScale
()
src/main/java/mcjty/theoneprobe/api/IEntityStyle.java:33
↓ 2 callers
Method
getShowNoteblockInfo
()
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:85
↓ 2 callers
Method
getShowSkullInfo
()
src/main/java/mcjty/theoneprobe/api/IProbeConfig.java:88
↓ 2 callers
Method
getSideHit
()
src/main/java/mcjty/theoneprobe/api/IProbeHitData.java:19
↓ 2 callers
Method
getStored
()
src/main/java/mcjty/theoneprobe/api/TankReference.java:32
↓ 2 callers
Method
getStyle
()
src/main/java/mcjty/theoneprobe/apiimpl/elements/ElementProgress.java:49
↓ 2 callers
Method
getTextStyle
(TextStyleClass styleClass)
src/main/java/mcjty/theoneprobe/config/Config.java:449
↓ 2 callers
Method
getTextureHeight
()
src/main/java/mcjty/theoneprobe/api/IIconStyle.java:38
↓ 2 callers
Method
getTextureWidth
()
src/main/java/mcjty/theoneprobe/api/IIconStyle.java:37
↓ 2 callers
Method
hPadding
(int padding)
src/main/java/mcjty/theoneprobe/api/ITextStyle.java:15
↓ 2 callers
Method
hasProbeInHand
(PlayerEntity player, Hand hand)
src/main/java/mcjty/theoneprobe/items/ModItems.java:96
↓ 2 callers
Method
isItemValidForSlot
Returns true if automation is allowed to insert the given stack (ignoring stack size) into the given slot.
src/api/java/baubles/api/cap/BaublesContainer.java:37
← previous
next →
101–200 of 958, ranked by callers