Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azanor/Baubles
/ functions
Functions
171 in github.com/Azanor/Baubles
⨍
Functions
171
◇
Types & classes
36
Method
getRarity
(ItemStack par1ItemStack)
src/main/java/baubles/common/items/ItemRing.java:88
Method
getRequiredPermissionLevel
()
src/main/java/baubles/common/event/CommandBaubles.java:43
Method
getServerGuiElement
(int ID, EntityPlayer player, World world, int x, int y, int z)
src/main/java/baubles/common/CommonProxy.java:19
Method
getSlotStackLimit
()
src/main/java/baubles/common/container/ContainerPlayerExpanded.java:56
Method
getSlotTexture
()
src/main/java/baubles/common/container/ContainerPlayerExpanded.java:72
Method
getSubItems
(CreativeTabs tab, NonNullList<ItemStack> list)
src/main/java/baubles/common/items/ItemRing.java:47
Method
getUnlocalizedName
(ItemStack par1ItemStack)
src/main/java/baubles/common/items/ItemRing.java:93
Method
getUsage
(ICommandSender icommandsender)
src/main/java/baubles/common/event/CommandBaubles.java:38
Method
guiPostInit
(GuiScreenEvent.InitGuiEvent.Post event)
src/main/java/baubles/client/gui/GuiEvents.java:11
Method
hasCustomName
()
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:31
Method
hasEffect
(ItemStack par1ItemStack)
src/main/java/baubles/common/items/ItemRing.java:83
Method
init
()
src/main/java/baubles/client/ClientProxy.java:49
Method
init
(FMLInitializationEvent evt)
src/main/java/baubles/common/Baubles.java:73
Method
init
()
src/main/java/baubles/common/CommonProxy.java:36
Method
initGui
Adds the buttons (and other controls) to the screen in question.
src/main/java/baubles/client/gui/GuiPlayerExpanded.java:52
Method
insertItem
(int slot, ItemStack stack, boolean simulate)
src/main/java/baubles/api/cap/BaublesContainer.java:52
Method
isBaubleEquipped
Returns if the passed in item is equipped in a bauble slot. Will return the first slot found @return -1 if not found and slot number if it is found
src/main/java/baubles/api/BaublesApi.java:40
Method
isChanged
(int slot)
src/main/java/baubles/api/cap/BaublesContainer.java:74
Method
isEventBlocked
()
src/main/java/baubles/api/cap/BaublesContainer.java:58
Method
isItemValid
Check if the stack is a valid item for this slot.
src/main/java/baubles/common/container/SlotBauble.java:25
Method
isItemValid
(ItemStack stack)
src/main/java/baubles/common/container/ContainerPlayerExpanded.java:61
Method
isItemValidForSlot
(int index, ItemStack stack)
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:92
Method
isUsableByPlayer
(EntityPlayer player)
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:81
Method
isUsernameIndex
(String[] astring, int i)
src/main/java/baubles/common/event/CommandBaubles.java:48
Method
itemCapabilityAttach
Handles backwards compatibility with items that implement IBauble instead of exposing it as a capability. This adds a IBauble capability wrapper for a
src/main/java/baubles/common/event/EventHandlerItem.java:30
Method
keyTyped
(char par1, int par2)
src/main/java/baubles/client/gui/GuiPlayerExpanded.java:117
Method
markDirty
()
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:78
Method
mousePressed
(Minecraft mc, int mouseX, int mouseY)
src/main/java/baubles/client/gui/GuiBaublesButton.java:26
Method
onConfigChanged
(ConfigChangedEvent.OnConfigChangedEvent eventArgs)
src/main/java/baubles/common/Config.java:38
Method
onContentsChanged
(int slot)
src/main/java/baubles/api/cap/BaublesContainer.java:68
Method
onItemRightClick
(World world, EntityPlayer player, EnumHand hand)
src/main/java/baubles/common/items/ItemRing.java:59
Method
onMessage
(PacketSync message, MessageContext ctx)
src/main/java/baubles/common/network/PacketSync.java:47
Method
onMessage
(PacketOpenBaublesInventory message, MessageContext ctx)
src/main/java/baubles/common/network/PacketOpenBaublesInventory.java:21
Method
onMessage
(PacketOpenNormalInventory message, MessageContext ctx)
src/main/java/baubles/common/network/PacketOpenNormalInventory.java:20
Method
onPlayerLoggedOut
(PlayerLoggedOutEvent event)
src/main/java/baubles/common/event/EventHandlerEntity.java:80
Method
onStartTracking
(PlayerEvent.StartTracking event)
src/main/java/baubles/common/event/EventHandlerEntity.java:72
Method
onUnequipped
(ItemStack itemstack, EntityLivingBase player)
src/main/java/baubles/common/items/ItemRing.java:104
Method
onWornTick
(ItemStack itemstack, EntityLivingBase player)
src/main/java/baubles/common/items/ItemRing.java:76
Method
openInventory
(EntityPlayer player)
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:86
Method
playerDeath
(PlayerDropsEvent event)
src/main/java/baubles/common/event/EventHandlerEntity.java:148
Method
playerJoin
(EntityJoinWorldEvent event)
src/main/java/baubles/common/event/EventHandlerEntity.java:63
Method
playerTick
(PlayerTickEvent event)
src/main/java/baubles/client/ClientEventHandler.java:28
Method
playerTick
(TickEvent.PlayerTickEvent event)
src/main/java/baubles/common/event/EventHandlerEntity.java:86
Method
preInit
(FMLPreInitializationEvent event)
src/main/java/baubles/common/Baubles.java:49
Method
readNBT
(Capability<IBaublesItemHandler> capability, IBaublesItemHandler instance, EnumFacing side, NBTBase nbt)
src/main/java/baubles/api/cap/BaublesCapabilities.java:27
Method
readNBT
(Capability<IBauble> capability, IBauble instance, EnumFacing side, NBTBase nbt)
src/main/java/baubles/api/cap/BaublesCapabilities.java:38
Method
registerEventHandlers
()
src/main/java/baubles/client/ClientProxy.java:24
Method
registerItemModels
(ModelRegistryEvent event)
src/main/java/baubles/client/ClientEventHandler.java:23
Method
registerItems
(RegistryEvent.Register<Item> event)
src/main/java/baubles/common/items/ItemRing.java:42
Method
removeStackFromSlot
(int index)
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:61
Method
rotateIfSneaking
Rotates the render for a bauble correctly if the player is sneaking. Use for renders under {@link RenderType#BODY}.
src/main/java/baubles/api/render/IRenderBauble.java:44
Method
run
()
src/main/java/baubles/common/network/PacketSync.java:49
Method
run
()
src/main/java/baubles/common/network/PacketOpenBaublesInventory.java:24
Method
run
()
src/main/java/baubles/common/network/PacketOpenNormalInventory.java:23
Method
serverLoad
(FMLServerStartingEvent event)
src/main/java/baubles/common/Baubles.java:79
Method
setEventBlock
(boolean blockEvents)
src/main/java/baubles/api/cap/BaublesContainer.java:63
Method
setField
(int id, int value)
src/main/java/baubles/api/inv/BaublesInventoryWrapper.java:102
Method
setPlayer
(EntityLivingBase player)
src/main/java/baubles/api/cap/BaublesContainer.java:90
Method
setSize
(int size)
src/main/java/baubles/api/cap/BaublesContainer.java:20
Method
shouldCombineTextures
()
src/main/java/baubles/client/BaublesRenderLayer.java:69
Method
toBytes
(ByteBuf buffer)
src/main/java/baubles/common/network/PacketSync.java:31
Method
toBytes
(ByteBuf buffer)
src/main/java/baubles/common/network/PacketOpenBaublesInventory.java:15
Method
toBytes
(ByteBuf buffer)
src/main/java/baubles/common/network/PacketOpenNormalInventory.java:14
Method
tooltipEvent
(ItemTooltipEvent event)
src/main/java/baubles/client/ClientEventHandler.java:37
Method
transferStackInSlot
Called when a player shift-clicks on a slot. You must override this or you will crash when someone does that.
src/main/java/baubles/common/container/ContainerPlayerExpanded.java:151
Method
translateToChest
Shifts the render for a bauble correctly to the chest. Use for renders under {@link RenderType#BODY}, and usually after calling {@link Helper#rotateIf
src/main/java/baubles/api/render/IRenderBauble.java:91
Method
translateToFace
Shifts the render for a bauble correctly to the face. Use for renders under {@link RenderType#HEAD}, and usually after calling {@link Helper#translate
src/main/java/baubles/api/render/IRenderBauble.java:72
Method
translateToHeadLevel
Shifts the render for a bauble correctly to the head, including sneaking rotation. Use for renders under {@link RenderType#HEAD}.
src/main/java/baubles/api/render/IRenderBauble.java:62
Method
updateScreen
Called from the main game loop to update the screen.
src/main/java/baubles/client/gui/GuiPlayerExpanded.java:41
Method
writeNBT
(Capability<IBaublesItemHandler> capability, IBaublesItemHandler instance, EnumFacing side)
src/main/java/baubles/api/cap/BaublesCapabilities.java:22
Method
writeNBT
(Capability<IBauble> capability, IBauble instance, EnumFacing side)
src/main/java/baubles/api/cap/BaublesCapabilities.java:33
← previous
101–171 of 171, ranked by callers