file_name
stringlengths
6
86
file_path
stringlengths
45
249
content
stringlengths
47
6.26M
file_size
int64
47
6.26M
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringclasses
767 values
repo_stars
int64
8
14.4k
repo_forks
int64
0
1.17k
repo_open_issues
int64
0
788
repo_created_at
stringclasses
767 values
repo_pushed_at
stringclasses
767 values
ContainerRelay.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerRelay.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
2,984
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerSortingMachine.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerSortingMachine.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
10,154
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerIOExpander.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerIOExpander.java
package net.quetzi.bluepower.containers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.quetzi.bluepower.tileentities.tier3.TileIOExpander; public class ContainerIOExpander extends Container { public Container...
482
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerCanvasBag.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerCanvasBag.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
6,987
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerCPU.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerCPU.java
package net.quetzi.bluepower.containers; import net.quetzi.bluepower.tileentities.tier3.TileCPU; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; public class ContainerCPU extends Container { private final TileCPU cpu; ...
499
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerBuffer.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerBuffer.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
3,010
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerRedbusID.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerRedbusID.java
package net.quetzi.bluepower.containers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.quetzi.bluepower.tileentities.tier3.IRedBusWindow; public class ContainerRedbusID extends Container { private final IRedB...
539
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerSeedBag.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerSeedBag.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
6,679
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerKinect.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerKinect.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
2,140
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerMonitor.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerMonitor.java
package net.quetzi.bluepower.containers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.quetzi.bluepower.tileentities.tier3.TileMonitor; public class ContainerMonitor extends Container { public ContainerMonito...
467
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerDiskDrive.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerDiskDrive.java
package net.quetzi.bluepower.containers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.quetzi.bluepower.tileentities.tier3.TileDiskDrive; public class ContainerDiskDrive extends Container { private final Tile...
541
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerAlloyFurnace.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerAlloyFurnace.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
5,332
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ContainerDeployer.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/ContainerDeployer.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
6,193
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
SlotExclude.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/SlotExclude.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
1,344
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
SlotSeedBag.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/SlotSeedBag.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
1,991
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
SlotLocked.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/SlotLocked.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
1,238
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
SlotMachineInput.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/SlotMachineInput.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
1,245
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
SlotMachineOutput.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/SlotMachineOutput.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
1,268
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
SlotPhantom.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/SlotPhantom.java
package net.quetzi.bluepower.containers.slots; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.Slot; /** * This class is copied from the BuildCraft code, which can be found here: https://github.com/BuildCraft/BuildCraft * @author CovertJagua...
797
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IPhantomSlot.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/slots/IPhantomSlot.java
package net.quetzi.bluepower.containers.slots; /** * This class is copied from the BuildCraft code, which can be found here: https://github.com/BuildCraft/BuildCraft * @author CovertJaguar */ public interface IPhantomSlot { /* * Phantom Slots don't "use" items, they are used for filters and various ...
379
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
InventoryItem.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/containers/inventorys/InventoryItem.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
4,394
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
Color.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/util/Color.java
/* * This file is part of Blue Power. Blue Power is free software: you can redistribute it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Blue Power is * distributed in the hope...
1,544
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
RayTracer.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/util/RayTracer.java
/* * This file is part of Blue Power. Blue Power is free software: you can redistribute it and/or modify it under the terms of the GNU General Public * License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Blue Power is * distributed in the hope...
6,702
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ItemStackUtils.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/util/ItemStackUtils.java
/* * This file is part of Blue Power. * * Blue Power is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Bl...
1,876
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ComparatorMOP.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/util/ComparatorMOP.java
package net.quetzi.bluepower.util; import java.util.Comparator; import net.minecraft.util.MovingObjectPosition; import net.minecraft.util.Vec3; import net.quetzi.bluepower.api.vec.Vector3; public class ComparatorMOP implements Comparator<MovingObjectPosition> { private Vec3 start = null; public Com...
621
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ForgeDirectionUtils.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/main/java/net/quetzi/bluepower/util/ForgeDirectionUtils.java
package net.quetzi.bluepower.util; import net.minecraftforge.common.util.ForgeDirection; public class ForgeDirectionUtils { public static int getSide(ForgeDirection dir) { for (int i = 0; i < ForgeDirection.VALID_DIRECTIONS.length; i++) { if (ForgeDirection.VALID_DIRECTIONS[i] == dir) ...
378
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ComputerCraftAPI.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/ComputerCraftAPI.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api; ...
11,324
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ILuaObject.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/lua/ILuaObject.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.lu...
1,256
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ILuaContext.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/lua/ILuaContext.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.lu...
3,226
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IMedia.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/media/IMedia.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.me...
2,733
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IMediaProvider.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/media/IMediaProvider.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.me...
881
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
TurtleAnimation.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/TurtleAnimation.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
504
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
TurtleSide.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/TurtleSide.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
654
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
TurtleUpgradeType.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/TurtleUpgradeType.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
915
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
TurtleVerb.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/TurtleVerb.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
734
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ITurtleAccess.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/ITurtleAccess.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
4,905
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ITurtleUpgrade.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/ITurtleUpgrade.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
4,566
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ITurtleCommand.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/ITurtleCommand.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
1,240
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
TurtleCommandResult.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/turtle/TurtleCommandResult.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.tu...
1,402
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IComputerAccess.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/peripheral/IComputerAccess.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.pe...
5,444
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IPeripheral.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/peripheral/IPeripheral.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.pe...
5,155
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IPeripheralProvider.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/peripheral/IPeripheralProvider.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.pe...
946
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IWritableMount.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/filesystem/IWritableMount.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.fi...
2,450
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IMount.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/filesystem/IMount.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.fi...
2,602
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
IBundledRedstoneProvider.java
/FileExtraction/Java_unseen/Quetzi_BluePower/src/api/java/dan200/computercraft/api/redstone/IBundledRedstoneProvider.java
/** * This file is part of the public ComputerCraft API - http://www.computercraft.info * Copyright Daniel Ratcliffe, 2011-2014. This API may be redistributed unmodified and in full only. * For help using the API, and posting your mods, visit the forums at computercraft.info. */ package dan200.computercraft.api.re...
1,013
Java
.java
Quetzi/BluePower
33
14
6
2014-05-20T12:41:12Z
2014-08-25T01:35:21Z
ExampleUnitTest.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/test/java/com/herudi/exovideo/ExampleUnitTest.java
package com.herudi.exovideo; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
312
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
PlayerActivity.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/main/java/com/herudi/exovideo/PlayerActivity.java
package com.herudi.exovideo; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.View; /** * Created by herudi-sahimar on 24/04/2017. */ public class PlayerActivity extends Activity { PlayerController playerCtrl; private static final String TAG = "PlayerActiv...
1,972
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
ExoPlayerIntentPackage.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/main/java/com/herudi/exovideo/ExoPlayerIntentPackage.java
package com.herudi.exovideo; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.JavaScriptModule; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.ViewManager; import java.util.Arrays; import java.util.Co...
947
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
PlayerView.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/main/java/com/herudi/exovideo/PlayerView.java
package com.herudi.exovideo; import android.content.Context; import android.graphics.Color; import android.support.v4.content.ContextCompat; import android.widget.ProgressBar; import android.widget.RelativeLayout; import android.widget.TextView; import com.google.android.exoplayer2.SimpleExoPlayer; import com.google....
2,578
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
ExoPlayerIntentModule.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/main/java/com/herudi/exovideo/ExoPlayerIntentModule.java
package com.herudi.exovideo; import android.app.Activity; import android.content.Intent; import android.net.Uri; import com.facebook.react.bridge.ActivityEventListener; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com.facebook.react.brid...
1,466
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
PlayerController.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/main/java/com/herudi/exovideo/PlayerController.java
package com.herudi.exovideo; import android.content.Context; import android.net.Uri; import android.view.View; import com.google.android.exoplayer2.C; import com.google.android.exoplayer2.DefaultLoadControl; import com.google.android.exoplayer2.ExoPlaybackException; import com.google.android.exoplayer2.ExoPlayer; impo...
6,212
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
ApplicationTest.java
/FileExtraction/Java_unseen/herudi_react-native-exoplayer-intent-video/android/src/androidTest/java/com/herudi/exovideo/ApplicationTest.java
package com.herudi.exovideo; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { sup...
350
Java
.java
herudi/react-native-exoplayer-intent-video
15
4
0
2017-04-25T09:08:39Z
2017-04-27T01:36:34Z
MainActivity.java
/FileExtraction/Java_unseen/xtools-at_Android-PWA-Wrapper/app/src/main/java/at/xtools/pwawrapper/MainActivity.java
package at.xtools.pwawrapper; import android.content.Intent; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import at.xtools.pwawrapper.ui.UIManager; import at.xtools.pwawrapper.webview.WebViewHelper; public class MainActivity extends AppCompatActivity { // Glo...
2,397
Java
.java
xtools-at/Android-PWA-Wrapper
341
133
14
2017-10-04T16:41:22Z
2021-12-29T22:38:52Z
Constants.java
/FileExtraction/Java_unseen/xtools-at_Android-PWA-Wrapper/app/src/main/java/at/xtools/pwawrapper/Constants.java
package at.xtools.pwawrapper; public class Constants { public Constants(){} // Root page public static String WEBAPP_URL = "https://www.leasingrechnen.at/"; public static String WEBAPP_HOST = "leasingrechnen.at"; // used for checking Intent-URLs // User Agent tweaks public static boolean POSTFIX_...
1,290
Java
.java
xtools-at/Android-PWA-Wrapper
341
133
14
2017-10-04T16:41:22Z
2021-12-29T22:38:52Z
WebViewHelper.java
/FileExtraction/Java_unseen/xtools-at_Android-PWA-Wrapper/app/src/main/java/at/xtools/pwawrapper/webview/WebViewHelper.java
package at.xtools.pwawrapper.webview; import android.annotation.TargetApi; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.n...
9,233
Java
.java
xtools-at/Android-PWA-Wrapper
341
133
14
2017-10-04T16:41:22Z
2021-12-29T22:38:52Z
UIManager.java
/FileExtraction/Java_unseen/xtools-at_Android-PWA-Wrapper/app/src/main/java/at/xtools/pwawrapper/ui/UIManager.java
package at.xtools.pwawrapper.ui; import android.app.Activity; import android.app.ActivityManager; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Build; import android.util.TypedValue; import android.view.View; import android.view.animation...
4,223
Java
.java
xtools-at/Android-PWA-Wrapper
341
133
14
2017-10-04T16:41:22Z
2021-12-29T22:38:52Z
Stormlight.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/Stormlight.java
package com.legobmw99.stormlight; import com.legobmw99.stormlight.modules.combat.CombatSetup; import com.legobmw99.stormlight.modules.powers.PowersSetup; import com.legobmw99.stormlight.modules.powers.client.PowersClientSetup; import com.legobmw99.stormlight.modules.powers.command.StormlightCommand; import com.legobmw...
3,722
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Languages.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/datagen/Languages.java
package com.legobmw99.stormlight.datagen; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.combat.CombatSetup; import com.legobmw99.stormlight.modules.world.WorldSetup; import com.legobmw99.stormlight.util.Gemstone; import com.legobmw99.stormlight.util.Order; import net.minecraft.dat...
2,844
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Recipes.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/datagen/Recipes.java
package com.legobmw99.stormlight.datagen; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.world.WorldSetup; import net.minecraft.advancements.critereon.InventoryChangeTrigger; import net.minecraft.data.PackOutput; import net.minecraft.data.recipes.FinishedRecipe; import net.minecraf...
3,022
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
DataGenerators.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/datagen/DataGenerators.java
package com.legobmw99.stormlight.datagen; import net.minecraftforge.data.event.GatherDataEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; @Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD) public class DataGenerators { @SubscribeEvent public s...
1,338
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
ItemModels.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/datagen/ItemModels.java
package com.legobmw99.stormlight.datagen; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.world.WorldSetup; import com.legobmw99.stormlight.util.Gemstone; import com.legobmw99.stormlight.util.Order; import net.minecraft.data.DataGenerator; import net.minecraft.data.PackOutput; impor...
3,527
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
BlockStates.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/datagen/BlockStates.java
package com.legobmw99.stormlight.datagen; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.powers.block.AdhesionBlock; import com.legobmw99.stormlight.modules.world.WorldSetup; import net.minecraft.client.renderer.RenderType; import net.minecraft.core.Direction; import net.minecraft....
2,479
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Network.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/network/Network.java
package com.legobmw99.stormlight.network; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.api.ISurgebindingData; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.network.packets.SummonBladePacket; import com.legobmw99.stormlight.net...
2,663
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SurgePacket.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/network/packets/SurgePacket.java
package com.legobmw99.stormlight.network.packets; import com.legobmw99.stormlight.modules.powers.PowersSetup; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.util.Surge; import net.minecraft.core.BlockPos; import net.minecraft.network.FriendlyByteBuf; import ...
2,313
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SummonBladePacket.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/network/packets/SummonBladePacket.java
package com.legobmw99.stormlight.network.packets; import com.legobmw99.stormlight.modules.combat.item.ShardbladeItem; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.network.Network; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.i...
1,530
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SurgebindingDataPacket.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/network/packets/SurgebindingDataPacket.java
package com.legobmw99.stormlight.network.packets; import com.legobmw99.stormlight.api.ISurgebindingData; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import net.minecraft.client.Minecraft; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.FriendlyByteBuf; import net.min...
1,603
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
ISurgebindingData.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/api/ISurgebindingData.java
package com.legobmw99.stormlight.api; import com.legobmw99.stormlight.util.Ideal; import com.legobmw99.stormlight.util.Order; import com.legobmw99.stormlight.util.Surge; import net.minecraft.nbt.CompoundTag; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import javax.annot...
1,700
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
CombatSetup.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/combat/CombatSetup.java
package com.legobmw99.stormlight.modules.combat; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.combat.item.ShardbladeItem; import com.legobmw99.stormlight.util.Order; import net.minecraft.client.renderer.item.ItemProperties; import net.minecraft.resources.ResourceLocation; import ...
1,907
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
ShardbladeItem.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/combat/item/ShardbladeItem.java
package com.legobmw99.stormlight.modules.combat.item; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.world.WorldSetup; import com.legobmw99.stormlight.util.Order; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.Mut...
3,690
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
PowersEventHandler.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/PowersEventHandler.java
package com.legobmw99.stormlight.modules.powers; import com.legobmw99.stormlight.modules.combat.item.ShardbladeItem; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.modules.powers.data.SurgebindingDataProvider; import com.legobmw99.stormlight.modules.powers.e...
7,571
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Surges.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/Surges.java
package com.legobmw99.stormlight.modules.powers; import com.legobmw99.stormlight.modules.powers.container.PortableCraftingContainer; import com.legobmw99.stormlight.modules.powers.container.PortableStonecutterContainer; import com.legobmw99.stormlight.modules.powers.effect.EffectHelper; import com.legobmw99.stormlight...
14,810
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
PowersSetup.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/PowersSetup.java
package com.legobmw99.stormlight.modules.powers; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.powers.command.StormlightArgType; import com.legobmw99.stormlight.modules.powers.effect.GenericEffect; import com.legobmw99.stormlight.modules.powers.effect.StormlightEffect; import net....
5,049
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SurgebindingDataProvider.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/data/SurgebindingDataProvider.java
package com.legobmw99.stormlight.modules.powers.data; import com.legobmw99.stormlight.api.ISurgebindingData; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.capabilities.ICapabilitySerializable; import...
1,401
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SurgebindingCapability.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/data/SurgebindingCapability.java
package com.legobmw99.stormlight.modules.powers.data; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.api.ISurgebindingData; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.capabilities.CapabilityMan...
884
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
DefaultSurgebindingData.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/data/DefaultSurgebindingData.java
package com.legobmw99.stormlight.modules.powers.data; import com.legobmw99.stormlight.api.ISurgebindingData; import com.legobmw99.stormlight.util.Ideal; import com.legobmw99.stormlight.util.Order; import net.minecraft.nbt.CompoundTag; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Ite...
2,605
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
GenericEffect.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/effect/GenericEffect.java
package com.legobmw99.stormlight.modules.powers.effect; import net.minecraft.world.effect.MobEffect; import net.minecraft.world.effect.MobEffectCategory; public class GenericEffect extends MobEffect { public GenericEffect(MobEffectCategory type, int color) { super(type, color); } }
302
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
EffectHelper.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/effect/EffectHelper.java
package com.legobmw99.stormlight.modules.powers.effect; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.world.effect.MobEffect; import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; public ...
2,947
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
StormlightEffect.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/effect/StormlightEffect.java
package com.legobmw99.stormlight.modules.powers.effect; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.world.effect.MobEffectCategory; import net.minecraft.world.entity.LivingEntity; public class StormlightEffect extends GenericEffect { public StormlightEffect(int color) { ...
690
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SurgeEffects.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/client/SurgeEffects.java
package com.legobmw99.stormlight.modules.powers.client; import net.minecraft.client.Minecraft; import net.minecraft.core.BlockPos; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.world.item.BoneMealItem; import net.minecraft.world.phys.Vec3; import javax.annotation.Nonnull; public class Surge...
1,319
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
ClientPowerUtils.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/client/ClientPowerUtils.java
package com.legobmw99.stormlight.modules.powers.client; import com.legobmw99.stormlight.modules.combat.item.ShardbladeItem; import com.legobmw99.stormlight.modules.powers.PowersSetup; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.network.Network; import com...
5,175
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
PowersClientSetup.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/client/PowersClientSetup.java
package com.legobmw99.stormlight.modules.powers.client; import net.minecraft.client.KeyMapping; import net.minecraftforge.client.event.RegisterKeyMappingsEvent; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; import org.lwjgl.glfw.GLFW; public class ...
1,110
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
PowerClientEventHandler.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/client/PowerClientEventHandler.java
package com.legobmw99.stormlight.modules.powers.client; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.client.Minecraft; import net.minecraft.core.BlockPos; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.LiquidBlock; import net.minecraft.world.le...
3,279
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
PortableCraftingContainer.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/container/PortableCraftingContainer.java
package com.legobmw99.stormlight.modules.powers.container; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.entity.player.Player; import net.minecraft.world.inventory.CraftingMenu; public class PortableCraftingContainer extends ...
595
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
PortableStonecutterContainer.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/container/PortableStonecutterContainer.java
package com.legobmw99.stormlight.modules.powers.container; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.entity.player.Player; import net.minecraft.world.inventory.StonecutterMenu; public class PortableStonecutterContainer ex...
608
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
StormlightCommand.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/command/StormlightCommand.java
package com.legobmw99.stormlight.modules.powers.command; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.network.Network; import com.legobmw99.stormlight.util.Ideal; import com.legobmw99.stormlight.util.Order; import com.mojang.brigadier.CommandDispatcher; im...
8,105
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
StormlightArgType.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/command/StormlightArgType.java
package com.legobmw99.stormlight.modules.powers.command; import com.legobmw99.stormlight.util.Ideal; import com.legobmw99.stormlight.util.Order; import com.mojang.brigadier.StringReader; import com.mojang.brigadier.arguments.ArgumentType; import com.mojang.brigadier.context.CommandContext; import com.mojang.brigadier....
3,135
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
AdhesionBlock.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/block/AdhesionBlock.java
package com.legobmw99.stormlight.modules.powers.block; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; im...
6,617
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
AbstractBlockstateMixin.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/mixin/AbstractBlockstateMixin.java
package com.legobmw99.stormlight.modules.powers.mixin; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.level.BlockGet...
2,991
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
IForgeBlockStateMixin.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/mixin/IForgeBlockStateMixin.java
package com.legobmw99.stormlight.modules.powers.mixin; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.core.BlockPos; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.vehicle.Boat; import net.minecraft.world.lev...
1,525
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
LivingEntityMixin.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/powers/mixin/LivingEntityMixin.java
package com.legobmw99.stormlight.modules.powers.mixin; import com.legobmw99.stormlight.modules.powers.PowersSetup; import net.minecraft.core.BlockPos; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.EntityType; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.level...
2,045
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
WorldSetup.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/world/WorldSetup.java
package com.legobmw99.stormlight.modules.world; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.powers.block.AdhesionBlock; import com.legobmw99.stormlight.modules.world.entity.SprenEntity; import com.legobmw99.stormlight.modules.world.entity.client.SprenModel; import com.legobmw99....
4,229
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SprenEntity.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/world/entity/SprenEntity.java
package com.legobmw99.stormlight.modules.world.entity; import com.legobmw99.stormlight.api.ISurgebindingData; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.util.Order; import net.minecraft.core.BlockPos; import net.minecraft.core.particles.ParticleTypes; im...
9,852
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SprenModel.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/world/entity/client/SprenModel.java
package com.legobmw99.stormlight.modules.world.entity.client; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.world.entity.SprenEntity; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import net.minecraft.client.model.HierarchicalModel; ...
2,438
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SprenRenderer.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/world/entity/client/SprenRenderer.java
package com.legobmw99.stormlight.modules.world.entity.client; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.modules.world.entity.SprenEntity; import net.minecraft.client.renderer.entity.EntityRendererProvider; import net.minecraft.client.renderer.entity.MobRenderer; import net.minecraft.c...
976
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
SphereItem.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/modules/world/item/SphereItem.java
package com.legobmw99.stormlight.modules.world.item; import com.legobmw99.stormlight.Stormlight; import com.legobmw99.stormlight.api.ISurgebindingData; import com.legobmw99.stormlight.modules.powers.data.SurgebindingCapability; import com.legobmw99.stormlight.modules.powers.effect.EffectHelper; import com.legobmw99.st...
3,139
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Surge.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/util/Surge.java
package com.legobmw99.stormlight.util; import com.legobmw99.stormlight.modules.powers.Surges; import com.legobmw99.stormlight.modules.powers.client.SurgeEffects; import net.minecraft.core.BlockPos; import net.minecraft.server.level.ServerPlayer; import javax.annotation.Nullable; public enum Surge { ADHESION(Surg...
2,202
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Gemstone.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/util/Gemstone.java
package com.legobmw99.stormlight.util; import net.minecraft.util.StringRepresentable; import java.util.Locale; public enum Gemstone implements StringRepresentable { DIAMOND(5), EMERALD(3), QUARTZ(1); private final int modifier; Gemstone(int mod) { this.modifier = mod; } public ...
610
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Ideal.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/util/Ideal.java
package com.legobmw99.stormlight.util; import java.util.Locale; public enum Ideal { TRAITOR, UNINVESTED, FIRST, SECOND, THIRD, FOURTH, FIFTH; public static Ideal get(int index) { for (Ideal order : values()) { if (order.getIndex() == index) { retur...
869
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Order.java
/FileExtraction/Java_unseen/legobmw99_Stormlight/src/main/java/com/legobmw99/stormlight/util/Order.java
package com.legobmw99.stormlight.util; import java.util.Locale; import static com.legobmw99.stormlight.util.Ideal.*; import static com.legobmw99.stormlight.util.Surge.*; public enum Order { WINDRUNNERS(ADHESION, GRAVITATION), SKYBREAKERS(GRAVITATION, DIVISION), DUSTBRINGERS(DIVISION, ABRASION), EDGED...
2,009
Java
.java
legobmw99/Stormlight
11
1
1
2016-08-30T01:45:37Z
2023-03-19T21:10:24Z
Test.java
/FileExtraction/Java_unseen/GalaxySciTech_tokencore/src/test/java/org/consenlabs/tokencore/Test.java
// package org.consenlabs.tokencore; // import cn.hutool.core.codec.Base64; // import com.fasterxml.jackson.databind.ObjectMapper; // import org.consenlabs.tokencore.foundation.utils.MnemonicUtil; // import org.consenlabs.tokencore.wallet.Identity; // import org.consenlabs.tokencore.wallet.KeystoreStorage; // import o...
4,998
Java
.java
GalaxySciTech/tokencore
418
38
5
2019-01-22T10:30:29Z
2023-12-25T03:34:34Z