SYMBOL INDEX (4670 symbols across 702 files) FILE: src/main/java/com/flansmod/api/IControllable.java type IControllable (line 11) | public interface IControllable method onMouseMoved (line 19) | void onMouseMoved(int deltaX, int deltaY); method pressKey (line 25) | boolean pressKey(int key, EntityPlayer player, boolean isOnEvent); method serverHandleKeyPress (line 27) | boolean serverHandleKeyPress(int key, EntityPlayer player); method updateKeyHeldState (line 29) | void updateKeyHeldState(int key, boolean held); method getControllingEntity (line 34) | Entity getControllingEntity(); method isDead (line 36) | boolean isDead(); method getPlayerRoll (line 41) | float getPlayerRoll(); method getPrevPlayerRoll (line 43) | float getPrevPlayerRoll(); method getCameraDistance (line 48) | float getCameraDistance(); method getCamera (line 50) | @SideOnly(Side.CLIENT) method getSeat (line 53) | EntitySeat getSeat(EntityLivingBase living); FILE: src/main/java/com/flansmod/api/IExplodeable.java type IExplodeable (line 9) | public interface IExplodeable method explode (line 14) | void explode(); FILE: src/main/java/com/flansmod/apocalypse/client/ClientProxyApocalypse.java class ClientProxyApocalypse (line 52) | public class ClientProxyApocalypse extends CommonProxyApocalypse method preInit (line 58) | @Override method init (line 76) | @Override method postInit (line 84) | @Override method registerSoundEvents (line 90) | @SubscribeEvent method updateApocalypseCountdownTimer (line 98) | public static void updateApocalypseCountdownTimer(int i) method registerModels (line 103) | @SubscribeEvent method tick (line 122) | @SubscribeEvent method tick (line 137) | @SubscribeEvent method eventHandler (line 146) | @SubscribeEvent FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelBuggy.java class ModelBuggy (line 12) | public class ModelBuggy extends ModelVehicle //Same as Filename method ModelBuggy (line 17) | public ModelBuggy() //Same as Filename FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelGroundSkeleton.java class ModelGroundSkeleton (line 11) | public class ModelGroundSkeleton extends ModelItemHolder method ModelGroundSkeleton (line 16) | public ModelGroundSkeleton() FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelGunRack.java class ModelGunRack (line 11) | public class ModelGunRack extends ModelItemHolder method ModelGunRack (line 16) | public ModelGunRack() FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelNukeDrop.java class ModelNukeDrop (line 7) | public class ModelNukeDrop extends ModelBase method ModelNukeDrop (line 13) | public ModelNukeDrop() method renderNuke (line 44) | public void renderNuke(float scale) method renderMushroomCloud (line 49) | public void renderMushroomCloud(float scale) method renderBall (line 54) | public void renderBall(float scale) FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelPowerCube.java class ModelPowerCube (line 11) | public class ModelPowerCube extends ModelBase method ModelPowerCube (line 18) | public ModelPowerCube() method render (line 75) | public void render() method renderPower (line 85) | public void renderPower() FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelSkullBoss.java class ModelSkullBoss (line 7) | public class ModelSkullBoss extends ModelBase method ModelSkullBoss (line 12) | public ModelSkullBoss() method renderHead (line 23) | public void renderHead(float scale) method renderJaw (line 28) | public void renderJaw(float scale) FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelSkullDrone.java class ModelSkullDrone (line 13) | public class ModelSkullDrone extends ModelBase method ModelSkullDrone (line 28) | public ModelSkullDrone() method renderBase (line 57) | public void renderBase(float scale) method renderPropeller (line 63) | public void renderPropeller(float scale) FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelSlumpedSkeleton.java class ModelSlumpedSkeleton (line 11) | public class ModelSlumpedSkeleton extends ModelItemHolder method ModelSlumpedSkeleton (line 16) | public ModelSlumpedSkeleton() FILE: src/main/java/com/flansmod/apocalypse/client/model/ModelTeleporter.java class ModelTeleporter (line 7) | public class ModelTeleporter extends ModelBase method ModelTeleporter (line 11) | public ModelTeleporter() method render (line 19) | public void render(float f) FILE: src/main/java/com/flansmod/apocalypse/client/model/RenderFakePlayer.java class RenderFakePlayer (line 14) | public class RenderFakePlayer extends RenderBiped method RenderFakePlayer (line 18) | public RenderFakePlayer(RenderManager man, ModelBiped model, float f) method getEntityTexture (line 25) | protected ResourceLocation getEntityTexture(EntityFakePlayer entity) class Factory (line 30) | public static class Factory implements IRenderFactory method createRenderFor (line 32) | @Override FILE: src/main/java/com/flansmod/apocalypse/client/model/RenderNukeDrop.java class RenderNukeDrop (line 20) | public class RenderNukeDrop extends Render method RenderNukeDrop (line 25) | public RenderNukeDrop(RenderManager rm) method render (line 32) | public void render(EntityNukeDrop entity, double x, double y, double z... method getEntityTexture (line 81) | @Override method renderWorld (line 87) | @SubscribeEvent class Factory (line 146) | public static class Factory implements IRenderFactory method createRenderFor (line 148) | @Override FILE: src/main/java/com/flansmod/apocalypse/client/model/RenderPowerCube.java class RenderPowerCube (line 9) | public class RenderPowerCube extends TileEntitySpecialRenderer method RenderSkullBoss (line 26) | public RenderSkullBoss(RenderManager rm) method doRender (line 32) | public void doRender(EntitySkullBoss entity, double x, double y, doubl... method getEntityTexture (line 64) | @Override class Factory (line 70) | public static class Factory implements IRenderFactory method createRenderFor (line 72) | @Override FILE: src/main/java/com/flansmod/apocalypse/client/model/RenderSkullDrone.java class RenderSkullDrone (line 34) | public class RenderSkullDrone extends Render method RenderSkullDrone (line 41) | public RenderSkullDrone(RenderManager rm) method doRender (line 48) | public void doRender(EntitySkullDrone entity, double x, double y, doub... method getEntityTexture (line 108) | @Override class Factory (line 114) | public static class Factory implements IRenderFactory method createRenderFor (line 116) | @Override FILE: src/main/java/com/flansmod/apocalypse/client/model/RenderSurvivor.java class RenderSurvivor (line 14) | public class RenderSurvivor extends RenderBiped method RenderSurvivor (line 18) | public RenderSurvivor(RenderManager man, ModelBiped model, float f) method getEntityTexture (line 25) | protected ResourceLocation getEntityTexture(EntitySurvivor entity) class Factory (line 30) | public static class Factory implements IRenderFactory method createRenderFor (line 32) | @Override FILE: src/main/java/com/flansmod/apocalypse/client/model/RenderTeleporter.java class RenderTeleporter (line 14) | public class RenderTeleporter extends Render method RenderTeleporter (line 20) | public RenderTeleporter(RenderManager renderManager) method doRender (line 26) | public void doRender(EntityTeleporter entity, double x, double y, doub... method getEntityTexture (line 66) | @Override class Factory (line 72) | public static class Factory implements IRenderFactory method createRenderFor (line 74) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/ApocalypseData.java class ApocalypseData (line 22) | public class ApocalypseData method worldData (line 29) | @SubscribeEvent method savePerWorldData (line 45) | private void savePerWorldData(WorldEvent event, World world) method loadPerWorldData (line 87) | private void loadPerWorldData(WorldEvent event, World world) FILE: src/main/java/com/flansmod/apocalypse/common/CommonProxyApocalypse.java class CommonProxyApocalypse (line 49) | public class CommonProxyApocalypse method preInit (line 60) | public void preInit(FMLPreInitializationEvent event) method init (line 68) | public void init(FMLInitializationEvent event) method postInit (line 73) | public void postInit(FMLPostInitializationEvent event) method tick (line 81) | @SubscribeEvent method sendPlayerToApocalypse (line 208) | private void sendPlayerToApocalypse(EntityPlayer player) method giveStarterKit (line 228) | private void giveStarterKit(EntityPlayer player) method itemPlaced (line 236) | @SubscribeEvent method playerDied (line 255) | @SubscribeEvent method playerRespawned (line 269) | @SubscribeEvent method getApocalypseCountdown (line 296) | public int getApocalypseCountdown() method setApocalypseCountdown (line 301) | private void setApocalypseCountdown(int apocalypseCountdown) FILE: src/main/java/com/flansmod/apocalypse/common/FlansModApocalypse.java class FlansModApocalypse (line 68) | @Mod(modid = FlansModApocalypse.MODID, name = "Flan's Mod: Apocalypse", ... method registerItems (line 144) | @SubscribeEvent method registerBlocks (line 153) | @SubscribeEvent method registerBiomes (line 162) | @SubscribeEvent method registerRecipes (line 174) | @SubscribeEvent method preInit (line 193) | @EventHandler method init (line 238) | @EventHandler method postInit (line 291) | @EventHandler method populateOverworldChunk (line 300) | @SubscribeEvent method registerEntities (line 313) | @SubscribeEvent method getLootGenerator (line 335) | public static FlansModLootGenerator getLootGenerator() method syncConfig (line 340) | public static void syncConfig() type TeleportOption (line 363) | public enum TeleportOption method getOption (line 367) | public static TeleportOption getOption(String s) method GetContentFolder (line 383) | @Override method RegisterModelRedirects (line 389) | @Override method TriggerBossFight (line 404) | public void TriggerBossFight(World world, EntityLivingBase placer) method UpdateBossFight (line 419) | public void UpdateBossFight(World world) FILE: src/main/java/com/flansmod/apocalypse/common/FlansModLootGenerator.java class FlansModLootGenerator (line 49) | public class FlansModLootGenerator method FlansModLootGenerator (line 59) | public FlansModLootGenerator() method getRandomLoadedGun (line 114) | public ItemStack getRandomLoadedGun(Random rand, boolean explosivesAll... method getRandomUnloadedGun (line 139) | public ItemStack getRandomUnloadedGun(Random rand) method addRandomLoot (line 149) | public void addRandomLoot(TileEntityItemHolder holder, Random rand, bo... method fillVillageChest (line 160) | public void fillVillageChest(Random rand, TileEntityChest chest) method getRandomFuel (line 220) | public PartType getRandomFuel(Random rand) method loadAndPaintGun (line 226) | public ItemStack loadAndPaintGun(GunType gun, Random rand) method dressMeUp (line 249) | public void dressMeUp(EntityLivingBase entity, Random rand) method getRandomWeaponBox (line 286) | public Block getRandomWeaponBox(Random rand) method getRandomDriveable (line 308) | public DriveableType getRandomDriveable(Random rand) method getRandomEngine (line 321) | public PartType getRandomEngine(DriveableType type, Random rand) method getRandomPlane (line 332) | public PlaneType getRandomPlane(Random rand) method fillBrewingStand (line 339) | public void fillBrewingStand(Random rand, TileEntityBrewingStand tilee... method fillLiquidLabChest (line 346) | public void fillLiquidLabChest(Random rand, TileEntityChest chest) method fillWeaponChest (line 384) | public void fillWeaponChest(Random rand, TileEntityChest chest) method getRandomAmmo (line 405) | private ItemStack getRandomAmmo(Random rand) method getRandomAttachment (line 414) | private ItemStack getRandomAttachment(Random rand) method getRandomDungeonMecha (line 420) | public MechaType getRandomDungeonMecha(Random rand) method fillDyeFactoryChest (line 427) | public void fillDyeFactoryChest(TileEntityChest chest, Random rand) method getScientistJournal (line 453) | public ItemStack getScientistJournal(Random rand) method getSurvivorJournal (line 503) | public ItemStack getSurvivorJournal(Random rand) FILE: src/main/java/com/flansmod/apocalypse/common/PropertyFloat.java class PropertyFloat (line 5) | public class PropertyFloat implements IUnlistedProperty method PropertyFloat (line 11) | public PropertyFloat(String name) method PropertyFloat (line 16) | public PropertyFloat(String name, float minValue, float maxValue) method getName (line 23) | @Override method isValid (line 29) | @Override method getType (line 35) | @Override method valueToString (line 41) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/blocks/BlockPowerCube.java class BlockPowerCube (line 23) | public class BlockPowerCube extends Block implements ITileEntityProvider method BlockPowerCube (line 25) | public BlockPowerCube(Material material) method createNewTileEntity (line 30) | @Override method shouldSideBeRendered (line 36) | public boolean shouldSideBeRendered(IBlockAccess iblockaccess, int i, ... method canPlaceBlockAt (line 41) | @Override method isOpaqueCube (line 48) | @Override method getBoundingBox (line 56) | @Override method onBlockPlacedBy (line 62) | @Override method isPortal (line 104) | private boolean isPortal(World world, BlockPos pos) FILE: src/main/java/com/flansmod/apocalypse/common/blocks/BlockStatic.java class BlockStatic (line 6) | public class BlockStatic extends Block method BlockStatic (line 8) | public BlockStatic(Material material) FILE: src/main/java/com/flansmod/apocalypse/common/blocks/BlockSulphur.java class BlockSulphur (line 12) | public class BlockSulphur extends Block method BlockSulphur (line 14) | public BlockSulphur() method getItemDropped (line 19) | @Override method quantityDropped (line 25) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/blocks/BlockSulphuricAcid.java class BlockSulphuricAcid (line 18) | public class BlockSulphuricAcid extends BlockFluidClassic method BlockSulphuricAcid (line 22) | public BlockSulphuricAcid(Fluid fluid, Material material) method onEntityCollision (line 28) | @Override method registerRenderer (line 34) | @SideOnly(Side.CLIENT) FILE: src/main/java/com/flansmod/apocalypse/common/blocks/TileEntityPowerCube.java class TileEntityPowerCube (line 6) | public class TileEntityPowerCube extends TileEntity implements ITickable method update (line 10) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/entity/EntityAIGoSomewhere.java class EntityAIGoSomewhere (line 8) | public class EntityAIGoSomewhere extends EntityAIBase method EntityAIGoSomewhere (line 18) | public EntityAIGoSomewhere(EntityCreature creature, double speed, doub... method shouldExecute (line 32) | public boolean shouldExecute() method startExecuting (line 54) | public void startExecuting() method continueExecuting (line 62) | public boolean continueExecuting() FILE: src/main/java/com/flansmod/apocalypse/common/entity/EntityAIMecha.java class EntityAIMecha (line 18) | public class EntityAIMecha extends EntityMecha method EntityAIMecha (line 26) | public EntityAIMecha(World world) method EntityAIMecha (line 31) | public EntityAIMecha(World world, double x, double y, double z, MechaT... method onUpdate (line 36) | public void onUpdate() method processInitialInteract (line 51) | @Override method moveAI (line 57) | @Override method creative (line 161) | @Override method isBetterTarget (line 167) | private boolean isBetterTarget(Entity currentTarget, double distToCurr... method hasFuel (line 174) | @Override method hasEnoughFuel (line 180) | @Override method attackEntityFrom (line 186) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/entity/EntityFakePlayer.java class EntityFakePlayer (line 11) | public class EntityFakePlayer extends EntityFlansModShooter method EntityFakePlayer (line 15) | public EntityFakePlayer(World world) method EntityFakePlayer (line 20) | public EntityFakePlayer(World world, EntityPlayer player) method dropFewItems (line 34) | @Override method readEntityFromNBT (line 47) | @Override method writeEntityToNBT (line 58) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/entity/EntityFlansModShooter.java class EntityFlansModShooter (line 51) | public class EntityFlansModShooter extends AbstractSkeleton class EntityAIAttackRangedGun (line 54) | public class EntityAIAttackRangedGun extends EntityAIAttackRangedBow getPossibleCreatures(EnumCreatureTyp... method isInsideStructure (line 511) | public boolean isInsideStructure(World worldIn, String structureName, ... method getNearestStructurePos (line 531) | @Nullable method recreateStructures (line 557) | public void recreateStructures(Chunk chunkIn, int x, int z) FILE: src/main/java/com/flansmod/apocalypse/common/world/GenLayerApocalypse.java class GenLayerApocalypse (line 7) | public abstract class GenLayerApocalypse extends GenLayer method GenLayerApocalypse (line 9) | public GenLayerApocalypse(long l) method makeTheWorld (line 14) | public static GenLayer[] makeTheWorld(long l) FILE: src/main/java/com/flansmod/apocalypse/common/world/GenLayerBiomes.java class GenLayerBiomes (line 7) | public class GenLayerBiomes extends GenLayer method GenLayerBiomes (line 14) | public GenLayerBiomes(long l, GenLayer genlayer) method GenLayerBiomes (line 20) | public GenLayerBiomes(long l) method getInts (line 25) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/TeleporterApocalypse.java class TeleporterApocalypse (line 8) | public class TeleporterApocalypse extends Teleporter method TeleporterApocalypse (line 13) | public TeleporterApocalypse(WorldServer world, BlockPos targetTeleporter) method makePortal (line 20) | @Override method placeInExistingPortal (line 26) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/WorldGenSulphurPool.java class WorldGenSulphurPool (line 14) | public class WorldGenSulphurPool extends WorldGenerator method WorldGenSulphurPool (line 18) | public WorldGenSulphurPool(Block block) method generate (line 23) | public boolean generate(World world, Random rand, BlockPos pos) FILE: src/main/java/com/flansmod/apocalypse/common/world/WorldProviderApocalypse.java class WorldProviderApocalypse (line 15) | public class WorldProviderApocalypse extends WorldProvider method init (line 17) | @Override method createChunkGenerator (line 26) | @Override method canRespawnHere (line 32) | @Override method canCoordinateBeSpawn (line 38) | @Override method getFogColor (line 47) | @Override method getSkyColor (line 63) | @SideOnly(Side.CLIENT) method canDoLightning (line 69) | @Override method canDoRainSnowIce (line 75) | @Override method getDimensionType (line 81) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/MapGenAbandonedVillage.java class MapGenAbandonedVillage (line 19) | public class MapGenAbandonedVillage extends MapGenStructure method MapGenAbandonedVillage (line 30) | public MapGenAbandonedVillage() method getStructureName (line 36) | @Override method canSpawnStructureAtCoords (line 42) | @Override method getStructureStart (line 72) | @Override class Start (line 78) | public static class Start extends StructureStart method Start (line 82) | public Start() method Start (line 86) | public Start(World world, Random rand, int x, int z, int size) method generateStructure (line 125) | @Override method isSizeableStructure (line 171) | @Override method writeToNBT (line 177) | @Override method readFromNBT (line 184) | @Override method getNearestStructurePos (line 192) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/StructureAbandonedVillagePieces.java class StructureAbandonedVillagePieces (line 40) | public class StructureAbandonedVillagePieces method registerVillagePieces (line 44) | public static void registerVillagePieces() method getStructureVillageWeightedPieceList (line 62) | public static List getStructureVillageWeightedPieceList(Random p_75084... method func_75079_a (line 88) | private static int func_75079_a(List p_75079_0_) method func_176065_a (line 107) | private static StructureAbandonedVillagePieces.Village func_176065_a(S... method func_176067_c (line 152) | private static StructureAbandonedVillagePieces.Village func_176067_c(S... method func_176066_d (line 212) | private static StructureComponent func_176066_d(StructureAbandonedVill... method func_176069_e (line 246) | private static StructureComponent func_176069_e(StructureAbandonedVill... class Church (line 281) | public static class Church extends StructureAbandonedVillagePieces.Vil... method Church (line 285) | public Church() method Church (line 289) | public Church(StructureAbandonedVillagePieces.Start p_i45564_1_, int... method func_175854_a (line 296) | public static StructureAbandonedVillagePieces.Church func_175854_a(S... method addComponentParts (line 306) | public boolean addComponentParts(World worldIn, Random rand, Structu... method func_180779_c (line 397) | protected int func_180779_c(int p_180779_1_, int p_180779_2_) class Field1 (line 403) | public static class Field1 extends StructureAbandonedVillagePieces.Vil... method Field1 (line 423) | public Field1() method Field1 (line 427) | public Field1(StructureAbandonedVillagePieces.Start p_i45570_1_, int... method writeStructureToNBT (line 441) | protected void writeStructureToNBT(NBTTagCompound p_143012_1_) method readStructureFromNBT (line 453) | protected void readStructureFromNBT(NBTTagCompound p_143011_1_, Temp... method func_151559_a (line 462) | private Block func_151559_a(Random p_151559_1_) method func_175851_a (line 475) | public static StructureAbandonedVillagePieces.Field1 func_175851_a(S... method addComponentParts (line 485) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class Field2 (line 536) | public static class Field2 extends StructureAbandonedVillagePieces.Vil... method Field2 (line 548) | public Field2() method Field2 (line 552) | public Field2(StructureAbandonedVillagePieces.Start p_i45569_1_, int... method writeStructureToNBT (line 564) | protected void writeStructureToNBT(NBTTagCompound p_143012_1_) method readStructureFromNBT (line 574) | protected void readStructureFromNBT(NBTTagCompound p_143011_1_, Temp... method func_151560_a (line 581) | private Block func_151560_a(Random p_151560_1_) method func_175852_a (line 594) | public static StructureAbandonedVillagePieces.Field2 func_175852_a(S... method addComponentParts (line 604) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class Hall (line 651) | public static class Hall extends StructureAbandonedVillagePieces.Village method Hall (line 655) | public Hall() method Hall (line 659) | public Hall(StructureAbandonedVillagePieces.Start p_i45567_1_, int p... method func_175857_a (line 666) | public static StructureAbandonedVillagePieces.Hall func_175857_a(Str... method addComponentParts (line 676) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... method func_180779_c (line 769) | protected int func_180779_c(int p_180779_1_, int p_180779_2_) class Library (line 775) | public static class Library extends StructureAbandonedVillagePieces.Vi... method Library (line 780) | public Library() method Library (line 784) | public Library(StructureAbandonedVillagePieces.Start p_i45571_1_, in... method func_175850_a (line 791) | public static StructureAbandonedVillagePieces.Library func_175850_a(... method writeStructureToNBT (line 797) | protected void writeStructureToNBT(NBTTagCompound p_143012_1_) method readStructureFromNBT (line 803) | protected void readStructureFromNBT(NBTTagCompound p_143011_1_, Temp... method addComponentParts (line 813) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... method func_180779_c (line 928) | protected int func_180779_c(int p_180779_1_, int p_180779_2_) class Blacksmith (line 934) | public static class Blacksmith extends StructureAbandonedVillagePieces... method Blacksmith (line 943) | public Blacksmith() method Blacksmith (line 947) | public Blacksmith(StructureAbandonedVillagePieces.Start p_i45563_1_,... method func_175855_a (line 954) | public static StructureAbandonedVillagePieces.Blacksmith func_175855... method writeStructureToNBT (line 963) | protected void writeStructureToNBT(NBTTagCompound p_143012_1_) method readStructureFromNBT (line 972) | protected void readStructureFromNBT(NBTTagCompound p_143011_1_, Temp... method addComponentParts (line 982) | public boolean addComponentParts(World worldIn, Random rand, Structu... method func_180779_c (line 1096) | protected int func_180779_c(int p_180779_1_, int p_180779_2_) class House3 (line 1102) | public static class House3 extends StructureAbandonedVillagePieces.Vil... method House3 (line 1106) | public House3() method House3 (line 1110) | public House3(StructureAbandonedVillagePieces.Start p_i45561_1_, int... method func_175849_a (line 1117) | public static StructureAbandonedVillagePieces.House3 func_175849_a(S... method addComponentParts (line 1127) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class House4Garden (line 1265) | public static class House4Garden extends StructureAbandonedVillagePiec... method House4Garden (line 1270) | public House4Garden() method House4Garden (line 1274) | public House4Garden(StructureAbandonedVillagePieces.Start p_i45566_1... method writeStructureToNBT (line 1285) | protected void writeStructureToNBT(NBTTagCompound p_143012_1_) method readStructureFromNBT (line 1294) | protected void readStructureFromNBT(NBTTagCompound p_143011_1_, Temp... method func_175858_a (line 1300) | public static StructureAbandonedVillagePieces.House4Garden func_1758... method addComponentParts (line 1310) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class Path (line 1358) | public static class Path extends StructureAbandonedVillagePieces.Road method Path (line 1363) | public Path() method Path (line 1367) | public Path(StructureAbandonedVillagePieces.Start p_i45562_1_, int p... method writeStructureToNBT (line 1378) | protected void writeStructureToNBT(NBTTagCompound p_143012_1_) method readStructureFromNBT (line 1387) | protected void readStructureFromNBT(NBTTagCompound p_143011_1_, Temp... method buildComponent (line 1396) | public void buildComponent(StructureComponent p_74861_1_, List p_748... method func_175848_a (line 1461) | public static StructureBoundingBox func_175848_a(StructureAbandonedV... method addComponentParts (line 1480) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class PieceWeight (line 1504) | public static class PieceWeight method PieceWeight (line 1515) | public PieceWeight(Class p_i2098_1_, int p_i2098_2_, int p_i2098_3_) method canSpawnMoreVillagePiecesOfType (line 1522) | public boolean canSpawnMoreVillagePiecesOfType(int p_75085_1_) method canSpawnMoreVillagePieces (line 1527) | public boolean canSpawnMoreVillagePieces() class Road (line 1533) | public abstract static class Road extends StructureAbandonedVillagePie... method Road (line 1537) | public Road() method Road (line 1541) | protected Road(StructureAbandonedVillagePieces.Start p_i2108_1_, int... class Start (line 1547) | public static class Start extends StructureAbandonedVillagePieces.Well method Start (line 1571) | public Start() method Start (line 1575) | public Start(BiomeProvider p_i2104_1_, int p_i2104_2_, Random p_i210... method getBiomeProvider (line 1587) | public BiomeProvider getBiomeProvider() class SwitchEnumFacing (line 1593) | static final class SwitchEnumFacing class Torch (line 1634) | public static class Torch extends StructureAbandonedVillagePieces.Village method Torch (line 1638) | public Torch() method Torch (line 1642) | public Torch(StructureAbandonedVillagePieces.Start p_i45568_1_, int ... method func_175856_a (line 1649) | public static StructureBoundingBox func_175856_a(StructureAbandonedV... method addComponentParts (line 1659) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class Village (line 1687) | public abstract static class Village extends StructureComponent method Village (line 1698) | public Village() method Village (line 1702) | protected Village(StructureAbandonedVillagePieces.Start p_i2107_1_, ... method writeStructureToNBT (line 1716) | @Override method readStructureFromNBT (line 1727) | @Override method getNextComponentNN (line 1738) | protected StructureComponent getNextComponentNN(StructureAbandonedVi... method getNextComponentPP (line 1761) | protected StructureComponent getNextComponentPP(StructureAbandonedVi... method getAverageGroundLevel (line 1785) | protected int getAverageGroundLevel(World worldIn, StructureBounding... method canVillageGoDeeper (line 1814) | protected static boolean canVillageGoDeeper(StructureBoundingBox p_7... method spawnVillagers (line 1823) | protected void spawnVillagers(World worldIn, StructureBoundingBox p_... method func_180779_c (line 1828) | protected int func_180779_c(int p_180779_1_, int p_180779_2_) method func_175847_a (line 1833) | protected IBlockState func_175847_a(IBlockState p_175847_1_) method setBlockState (line 1874) | protected void setBlockState(World worldIn, IBlockState p_175811_2_,... method fillWithBlocks (line 1880) | protected void fillWithBlocks(World worldIn, StructureBoundingBox bo... method replaceAirAndLiquidDownwards (line 1887) | protected void replaceAirAndLiquidDownwards(World worldIn, IBlockSta... method func_175846_a (line 1893) | protected void func_175846_a(boolean p_175846_1_) method destroyBuilding (line 1898) | protected void destroyBuilding(World world, int x, int z, int blocks... method destroyBuilding (line 1909) | protected void destroyBuilding(World world, int[][] blocksToDestroy,... class Well (line 1918) | public static class Well extends StructureAbandonedVillagePieces.Village method Well (line 1922) | public Well() method Well (line 1926) | public Well(StructureAbandonedVillagePieces.Start p_i2109_1_, int p_... method buildComponent (line 1945) | public void buildComponent(StructureComponent p_74861_1_, List p_748... method addComponentParts (line 1957) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... class WoodHut (line 1998) | public static class WoodHut extends StructureAbandonedVillagePieces.Vi... method WoodHut (line 2004) | public WoodHut() method WoodHut (line 2008) | public WoodHut(StructureAbandonedVillagePieces.Start p_i45565_1_, in... method writeStructureToNBT (line 2020) | @Override method readStructureFromNBT (line 2031) | @Override method func_175853_a (line 2039) | public static StructureAbandonedVillagePieces.WoodHut func_175853_a(... method addComponentParts (line 2049) | public boolean addComponentParts(World worldIn, Random p_74875_2_, S... FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenAbandonedPortal.java class WorldGenAbandonedPortal (line 33) | public class WorldGenAbandonedPortal extends WorldGenFlan method generate (line 35) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenBossPillar.java class WorldGenBossPillar (line 14) | public class WorldGenBossPillar extends WorldGenerator method generate (line 26) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenDeadTree.java class WorldGenDeadTree (line 10) | public class WorldGenDeadTree extends WorldGenFlan method generate (line 12) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenDyeFactory.java class WorldGenDyeFactory (line 16) | public class WorldGenDyeFactory extends WorldGenFlan method generate (line 18) | @Override method fillChest (line 117) | private void fillChest(World world, Random rand, int i, int j, int k) method buildVat (line 123) | private void buildVat(World world, Random rand, int x, int y, int z) FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenFlan.java class WorldGenFlan (line 8) | public abstract class WorldGenFlan extends WorldGenerator method fillArea (line 10) | protected void fillArea(World world, int x1, int y1, int z1, int x2, i... method fillArea (line 15) | protected void fillArea(World world, int x1, int y1, int z1, int x2, i... method replaceEmpty (line 31) | protected void replaceEmpty(World world, int x1, int y1, int z1, int x... FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenResearchLab.java class WorldGenResearchLab (line 35) | public class WorldGenResearchLab extends WorldGenFlan method generate (line 37) | @Override method spawnMecha (line 271) | private void spawnMecha(World world, Random rand, int x, int y, int z) method generateServerPower (line 308) | private void generateServerPower(World world, Random rand, int x, int ... method generateServerRack (line 319) | private void generateServerRack(World world, Random rand, int x, int y... method generateWeapons (line 330) | private void generateWeapons(World world, Random rand, int x, int y, i... method generateFurnace (line 351) | private void generateFurnace(World world, Random rand, int x, int y, i... method generatePlantPots (line 361) | private void generatePlantPots(World world, Random rand, int x, int y,... method generateFarm (line 375) | private void generateFarm(World world, Random rand, int x, int y, int z) method generateGunRack (line 408) | private void generateGunRack(World world, Random rand, int x, int y, i... method generateTarget (line 419) | private void generateTarget(World world, Random rand, int x, int y, in... method generateLiquidsLab (line 432) | private void generateLiquidsLab(World world, Random rand, int x, int y... method generateLiquidContainer (line 476) | private void generateLiquidContainer(World world, Random rand, int x, ... method getRandomLiquid (line 490) | private IBlockState getRandomLiquid(Random rand) method generateRoom (line 502) | private void generateRoom(World world, Random rand, int chunkX, int la... FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenRoads.java class WorldGenRoads (line 18) | public class WorldGenRoads extends WorldGenerator method generate (line 31) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenRunway.java class WorldGenRunway (line 22) | public class WorldGenRunway extends WorldGenFlan method generate (line 24) | @Override FILE: src/main/java/com/flansmod/apocalypse/common/world/buildings/WorldGenSkeleton.java class WorldGenSkeleton (line 14) | public class WorldGenSkeleton extends WorldGenerator method generate (line 16) | @Override FILE: src/main/java/com/flansmod/client/ClientProxy.java class ClientProxy (line 116) | @SideOnly(Side.CLIENT) method preInit (line 128) | @Override method init (line 134) | @Override method registerSoundEvents (line 147) | @SubscribeEvent method registerModels (line 161) | @SubscribeEvent method forceReload (line 227) | @Override method LoadAssetsFromFlanFolder (line 237) | @Override method registerRenderers (line 287) | @Override method doTutorialStuff (line 315) | @Override method changeControlMode (line 341) | @Override method mouseControlEnabled (line 351) | @Override method getClientGui (line 360) | @Override method openDriveableMenu (line 387) | @Override method getModelName (line 398) | private String getModelName(String in) method loadModel (line 428) | @Override method loadSound (line 448) | @Override method isThePlayer (line 466) | @Override method buyGun (line 473) | @Override method buyArmour (line 481) | @Override method craftDriveable (line 489) | @Override method repairDriveable (line 498) | @Override method isScreenOpen (line 510) | @Override method isKeyDown (line 519) | @Override method keyDown (line 545) | @Override method playerClick (line 551) | @SubscribeEvent method addMissingJSONs (line 605) | @Override method createJSONFile (line 680) | private void createJSONFile(File file, String contents) throws Exception FILE: src/main/java/com/flansmod/client/ClientRenderHooks.java class ClientRenderHooks (line 80) | @SideOnly(Side.CLIENT) method mouseXYChange (line 92) | @Override method ClientRenderHooks (line 105) | public ClientRenderHooks() method renderItemFrame (line 121) | public void renderItemFrame(RenderItemInFrameEvent event) method renderHeldItem (line 148) | public void renderHeldItem(RenderSpecificHandEvent event) method hurtCameraEffect (line 265) | private void hurtCameraEffect(float partialTicks) method setupViewBobbing (line 293) | private void setupViewBobbing(float partialTicks) method getFOVModifier (line 312) | private float getFOVModifier(float partialTicks) method update (line 331) | public void update() method setPartialTick (line 407) | public void setPartialTick(float partialTick) method renderThirdPersonWeapons (line 412) | public void renderThirdPersonWeapons(RenderLivingEvent.Pre event) method interpolateRotation (line 534) | private float interpolateRotation(float prevYawOffset, float yawOffset... method renderPlayer (line 553) | public void renderPlayer(RenderPlayerEvent.Pre event) method updatePlayerView (line 598) | public void updatePlayerView() method cameraSetup (line 620) | public void cameraSetup(CameraSetup event) method modifyHUD (line 640) | public void modifyHUD(RenderGameOverlayEvent event) method renderScopeOverlay (line 675) | private void renderScopeOverlay(int i, int j) method renderHitMarker (line 717) | private void renderHitMarker(Tessellator tessellator, int i, int j) method renderPlayerAmmo (line 747) | private void renderPlayerAmmo(int i, int j) method renderTeamInfo (line 813) | private void renderTeamInfo(Tessellator tessellator, int i, int j) method renderKillMessages (line 922) | private void renderKillMessages(int i, int j) method renderVehicleDebug (line 952) | private void renderVehicleDebug() method drawSlotInventory (line 980) | private void drawSlotInventory(FontRenderer fontRenderer, ItemStack it... method addKillMessage (line 988) | public static void addKillMessage(boolean headshot, InfoType infoType,... class KillMessage (line 999) | private static class KillMessage method KillMessage (line 1001) | public KillMessage(boolean head, InfoType infoType, String killer, S... FILE: src/main/java/com/flansmod/client/EntityCamera.java class EntityCamera (line 12) | public class EntityCamera extends EntityLivingBase method EntityCamera (line 16) | public EntityCamera(World world) method EntityCamera (line 22) | public EntityCamera(World world, EntityDriveable d) method onUpdate (line 29) | @Override method getArmorInventoryList (line 61) | @Override method getItemStackFromSlot (line 67) | @Override method setItemStackToSlot (line 73) | @Override method getPrimaryHand (line 79) | @Override FILE: src/main/java/com/flansmod/client/FlansModClient.java class FlansModClient (line 55) | @SideOnly(Side.CLIENT) method getWorldRenderer (line 139) | public static WorldRenderer getWorldRenderer() method load (line 144) | public void load() method DoTextureTrim (line 150) | private static void DoTextureTrim() method tick (line 259) | public static void tick() method setScope (line 342) | public static void setScope(IScope scope) method updateCameraZoom (line 370) | public static void updateCameraZoom(float smoothing) method flipControlMode (line 387) | public static boolean flipControlMode() method reloadModels (line 396) | public static void reloadModels(boolean reloadSkins) method getTeam (line 411) | public static Team getTeam(int spawnerTeamID) method isCurrentMap (line 418) | public static boolean isCurrentMap(String map) method getParticle (line 423) | @SideOnly(Side.CLIENT) method getGunAnimations (line 497) | public static GunAnimations getGunAnimations(EntityLivingBase living, ... method addHitMarker (line 523) | public static void addHitMarker() method updateFlashlights (line 531) | public static void updateFlashlights(Minecraft mc) method lightBlock (line 646) | private static void lightBlock(Minecraft mc, BlockPos blockPos, int li... FILE: src/main/java/com/flansmod/client/MovingSoundDriveable.java class MovingSoundDriveable (line 4) | public class MovingSoundDriveable // extends MovingSound FILE: src/main/java/com/flansmod/client/TileEntitySpawnerRenderer.java class TileEntitySpawnerRenderer (line 11) | public class TileEntitySpawnerRenderer extends TileEntitySpecialRenderer... method render (line 13) | @Override method RenderBox (line 66) | private void RenderBox(WorldRenderer wr, double x0, double x1, double ... FILE: src/main/java/com/flansmod/client/debug/EntityDebugAABB.java class EntityDebugAABB (line 10) | public class EntityDebugAABB extends Entity method EntityDebugAABB (line 21) | public EntityDebugAABB(World w, Vector3f u, Vector3f v, int i, float r... method EntityDebugAABB (line 36) | public EntityDebugAABB(World w, Vector3f u, Vector3f v, int i, float r... method EntityDebugAABB (line 41) | public EntityDebugAABB(World w, Vector3f u, Vector3f v, int i, float r... method EntityDebugAABB (line 46) | public EntityDebugAABB(World w, Vector3f u, Vector3f v, int i) method onUpdate (line 51) | @Override method getCollisionBoundingBox (line 59) | @Override method entityInit (line 66) | @Override method readEntityFromNBT (line 72) | @Override method writeEntityToNBT (line 78) | @Override FILE: src/main/java/com/flansmod/client/debug/EntityDebugColor.java class EntityDebugColor (line 13) | public abstract class EntityDebugColor extends Entity method EntityDebugColor (line 23) | public EntityDebugColor(World w) method entityInit (line 28) | @Override method readEntityFromNBT (line 36) | @Override method writeEntityToNBT (line 44) | @Override method setColorRed (line 57) | public void setColorRed(Float red) method getColorRed (line 67) | public Float getColorRed() method setColorGreen (line 77) | public void setColorGreen(Float green) method getColorGreen (line 87) | public Float getColorGreen() method setColorBlue (line 97) | public void setColorBlue(Float blue) method getColorBlue (line 107) | public Float getColorBlue() method setColor (line 120) | public void setColor(Float red, Float green, Float blue) FILE: src/main/java/com/flansmod/client/debug/EntityDebugDot.java class EntityDebugDot (line 11) | public class EntityDebugDot extends EntityDebugColor method EntityDebugDot (line 18) | public EntityDebugDot(World w) method EntityDebugDot (line 31) | public EntityDebugDot(World w, Vector3f pos, int l) method EntityDebugDot (line 47) | public EntityDebugDot(World w, Vector3f pos, int l, float r, float g, ... method onUpdate (line 55) | @Override FILE: src/main/java/com/flansmod/client/debug/EntityDebugVector.java class EntityDebugVector (line 15) | public class EntityDebugVector extends EntityDebugColor method EntityDebugVector (line 27) | public EntityDebugVector(World w) method EntityDebugVector (line 44) | public EntityDebugVector(World w, Vector3f u, Vector3f v, int i, float... method EntityDebugVector (line 59) | public EntityDebugVector(World w, Vector3f u, Vector3f v, int i) method onUpdate (line 64) | @Override method entityInit (line 73) | @Override method readEntityFromNBT (line 82) | @Override method writeEntityToNBT (line 91) | @Override method setPointingX (line 103) | public void setPointingX(Float x) method getPointingX (line 111) | public Float getPointingX() method setPointingY (line 119) | public void setPointingY(Float y) method getPointingY (line 127) | public Float getPointingY() method setPointingZ (line 135) | public void setPointingZ(Float z) method getPointingZ (line 143) | public Float getPointingZ() method setPointing (line 156) | public void setPointing(Float x, Float y, Float z) FILE: src/main/java/com/flansmod/client/debug/RenderDebugAABB.java class RenderDebugAABB (line 12) | public class RenderDebugAABB extends Render method RenderDebugAABB (line 14) | public RenderDebugAABB(RenderManager renderManager) method doRender (line 19) | @Override method getEntityTexture (line 40) | @Override class Factory (line 46) | public static class Factory implements IRenderFactory method createRenderFor (line 48) | @Override FILE: src/main/java/com/flansmod/client/debug/RenderDebugDot.java class RenderDebugDot (line 13) | public class RenderDebugDot extends Render method RenderDebugDot (line 16) | public RenderDebugDot(RenderManager renderManager) method doRender (line 21) | @Override method getEntityTexture (line 41) | @Override class Factory (line 47) | public static class Factory implements IRenderFactory method createRenderFor (line 49) | @Override FILE: src/main/java/com/flansmod/client/debug/RenderDebugVector.java class RenderDebugVector (line 13) | public class RenderDebugVector extends Render method RenderDebugVector (line 16) | public RenderDebugVector(RenderManager renderManager) method doRender (line 21) | @Override method getEntityTexture (line 42) | @Override class Factory (line 48) | public static class Factory implements IRenderFactory method createRenderFor (line 50) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiArmourBox.java class GuiArmourBox (line 24) | public class GuiArmourBox extends GuiScreen method GuiArmourBox (line 36) | public GuiArmourBox(InventoryPlayer playerinventory, ArmourBoxType type) method updateScreen (line 45) | @Override method drawScreen (line 52) | @Override method drawRecipe (line 109) | private void drawRecipe(FontRenderer fontrenderer, int m, int n, int q) method drawSlotInventory (line 149) | private void drawSlotInventory(ItemStack itemstack, int i, int j) method mouseClicked (line 158) | @Override method keyTyped (line 203) | @Override method doesGuiPauseGame (line 212) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiDriveableController.java class GuiDriveableController (line 18) | public class GuiDriveableController extends GuiScreen method GuiDriveableController (line 24) | public GuiDriveableController(IControllable thePlane) method initGui (line 30) | @Override method onGuiClosed (line 37) | @Override method handleMouseInput (line 44) | @Override method keyTyped (line 88) | @Override method updateScreen (line 112) | @Override method handleInput (line 120) | @Override method doesGuiPauseGame (line 225) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiDriveableCrafting.java class GuiDriveableCrafting (line 29) | public class GuiDriveableCrafting extends GuiScreen method GuiDriveableCrafting (line 104) | public GuiDriveableCrafting(InventoryPlayer playerInventory) method initGui (line 110) | @Override method actionPerformed (line 165) | @Override method drawScreen (line 197) | @Override method getEngineItemToRender (line 242) | private List getEngineItemToRender(ItemStack engineStack) method getBestEngineStackForType (line 258) | private ItemStack getBestEngineStackForType(DriveableType selectedType) method getPlayersEnginesForType (line 277) | private HashMap getPlayersEnginesForType(Driveabl... method getRecipeItemsToRender (line 304) | private List getRecipeItemsToRender(DriveableType select... method drawStats (line 353) | private void drawStats(DriveableType selectedType) method drawPreview (line 383) | private void drawPreview(DriveableType selectedType) method getBlueprintItemsToRender (line 422) | private List getBlueprintItemsToRender() method drawSlotInventory (line 463) | private void drawSlotInventory(ItemStack itemstack, int x, int y, int ... method drawTooltip (line 472) | private void drawTooltip(String text, int x, int y, int mouseX, int mo... method keyTyped (line 480) | @Override method mouseClicked (line 489) | @Override method doesGuiPauseGame (line 520) | @Override method updateButtons (line 526) | private void updateButtons() class ArrowButton (line 544) | private static class ArrowButton extends GuiButton method ArrowButton (line 555) | public ArrowButton(int buttonId, int x, int y, Direction direction) method drawButton (line 575) | @Override class ItemToRender (line 594) | private static class ItemToRender method ItemToRender (line 600) | public ItemToRender(ItemStack itemStack, int x, int y) type Direction (line 608) | private enum Direction FILE: src/main/java/com/flansmod/client/gui/GuiDriveableFuel.java class GuiDriveableFuel (line 15) | public class GuiDriveableFuel extends GuiContainer method GuiDriveableFuel (line 25) | public GuiDriveableFuel(InventoryPlayer inventoryplayer, World world1,... method drawGuiContainerForegroundLayer (line 34) | @Override method drawGuiContainerBackgroundLayer (line 41) | @Override method drawScreen (line 68) | @Override method mouseClicked (line 75) | @Override method doesGuiPauseGame (line 87) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiDriveableInventory.java class GuiDriveableInventory (line 22) | public class GuiDriveableInventory extends GuiContainer method GuiDriveableInventory (line 35) | public GuiDriveableInventory(InventoryPlayer inventoryplayer, World wo... method drawGuiContainerForegroundLayer (line 48) | @Override method drawScreen (line 98) | @Override method drawStack (line 105) | private void drawStack(ItemStack itemstack, int x, int y) method getGunSlotName (line 112) | private static String getGunSlotName(int i) method drawGuiContainerBackgroundLayer (line 128) | @Override method mouseClicked (line 166) | @Override method doesGuiPauseGame (line 194) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiDriveableMenu.java class GuiDriveableMenu (line 16) | public class GuiDriveableMenu extends GuiContainer method GuiDriveableMenu (line 24) | public GuiDriveableMenu(InventoryPlayer inventoryplayer, World world1,... method initGui (line 33) | @Override method actionPerformed (line 67) | @Override method drawGuiContainerForegroundLayer (line 104) | @Override method drawGuiContainerBackgroundLayer (line 111) | @Override method drawScreen (line 121) | @Override method doesGuiPauseGame (line 128) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiDriveableRepair.java class GuiDriveableRepair (line 23) | public class GuiDriveableRepair extends GuiScreen method GuiDriveableRepair (line 49) | public GuiDriveableRepair(EntityPlayer player) method initGui (line 65) | @Override method actionPerformed (line 76) | @Override method updateButtons (line 82) | private void updateButtons() method drawScreen (line 96) | @Override method mouseClicked (line 211) | @Override method drawSlotInventory (line 230) | private void drawSlotInventory(ItemStack itemstack, int i, int j) method doesGuiPauseGame (line 238) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiGunBox.java class GuiGunBox (line 26) | public class GuiGunBox extends GuiContainer method GuiGunBox (line 50) | public GuiGunBox(InventoryPlayer inventory, GunBoxType type) method updateScreen (line 62) | @Override method initGui (line 89) | @Override method actionPerformed (line 128) | @Override method drawGuiContainerBackgroundLayer (line 172) | @Override method drawScreen (line 250) | @Override method renderInfoType (line 257) | private void renderInfoType(InfoType type, int x, int y) method renderPanelBackground (line 267) | private void renderPanelBackground(GunBoxEntry entry, int x, int y) method renderPanelForeground (line 288) | private void renderPanelForeground(GunBoxEntry entry, int x, int y) method drawSlotInventory (line 386) | private void drawSlotInventory(ItemStack itemstack, int i, int j) method mouseClicked (line 396) | @Override method keyTyped (line 430) | @Override method doesGuiPauseGame (line 439) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiGunModTable.java class GuiGunModTable (line 28) | public class GuiGunModTable extends GuiContainer method GuiGunModTable (line 36) | public GuiGunModTable(InventoryPlayer inv, World w) method drawGuiContainerForegroundLayer (line 43) | @Override method drawGuiContainerBackgroundLayer (line 81) | @Override method drawScreen (line 229) | @Override method handleMouseInput (line 236) | @Override method mouseClicked (line 275) | @Override method doesGuiPauseGame (line 288) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiMechaInventory.java class GuiMechaInventory (line 24) | public class GuiMechaInventory extends GuiContainer method GuiMechaInventory (line 44) | public GuiMechaInventory(InventoryPlayer inventoryplayer, World world1... method drawScreen (line 57) | @Override method drawGuiContainerForegroundLayer (line 64) | @Override method drawGuiContainerBackgroundLayer (line 71) | @Override method drawTexturedModalRect (line 124) | @Override method initGui (line 138) | @Override method actionPerformed (line 146) | @Override method mouseClicked (line 159) | @Override method doesGuiPauseGame (line 177) | @Override FILE: src/main/java/com/flansmod/client/gui/GuiPaintjobTable.java class GuiPaintjobTable (line 41) | public class GuiPaintjobTable extends GuiContainer method ResetPalette (line 82) | private static void ResetPalette() method GuiPaintjobTable (line 127) | public GuiPaintjobTable(InventoryPlayer inv, World w, TileEntityPaintj... method updateScreen (line 137) | @Override method GetMainPageX (line 171) | private int GetMainPageX() method GetMainPageY (line 176) | private int GetMainPageY() method GetCustomPageX (line 181) | private int GetCustomPageX() method GetCustomPageY (line 186) | private int GetCustomPageY() method GetFlatTextureWindowX (line 191) | private int GetFlatTextureWindowX() method GetFlatTextureWindowY (line 196) | private int GetFlatTextureWindowY() method GetRenderOrigin (line 201) | private Vector3f GetRenderOrigin() method drawGuiContainerForegroundLayer (line 207) | @Override method drawGuiContainerBackgroundLayer (line 313) | @Override method drawScreen (line 509) | @Override method copyImageToTexture (line 516) | public static void copyImageToTexture() method bindWorkingTexture (line 521) | public void bindWorkingTexture() method SetCustomMode (line 526) | private void SetCustomMode(boolean active) method copyTextureFromGunToCustomTexture (line 542) | private void copyTextureFromGunToCustomTexture() method handleInput (line 568) | @Override method handleMouseInput (line 616) | @Override method mouseClicked (line 713) | @Override method doesGuiPauseGame (line 726) | @Override FILE: src/main/java/com/flansmod/client/gui/config/ModGuiConfig.java class ModGuiConfig (line 10) | public class ModGuiConfig extends GuiConfig method ModGuiConfig (line 12) | public ModGuiConfig(GuiScreen parent) FILE: src/main/java/com/flansmod/client/gui/config/ModGuiFactory.java class ModGuiFactory (line 9) | public class ModGuiFactory implements IModGuiFactory method initialize (line 11) | @Override method runtimeGuiCategories (line 17) | @Override method hasConfigGui (line 23) | @Override method createConfigGui (line 29) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/EnumLoadoutSlot.java type EnumLoadoutSlot (line 3) | public enum EnumLoadoutSlot method EnumLoadoutSlot (line 11) | EnumLoadoutSlot(String s, boolean b) FILE: src/main/java/com/flansmod/client/gui/teams/GuiBaseEditor.java class GuiBaseEditor (line 18) | public class GuiBaseEditor extends GuiScreen method GuiBaseEditor (line 35) | public GuiBaseEditor(PacketBaseEdit packet) method initGui (line 40) | public void initGui() method drawScreen (line 76) | @Override method actionPerformed (line 101) | @Override method updateScreen (line 120) | @Override method mouseClicked (line 142) | @Override method keyTyped (line 156) | @Override method onGuiClosed (line 169) | @Override method doesGuiPauseGame (line 178) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiChooseLoadout.java class GuiChooseLoadout (line 17) | public class GuiChooseLoadout extends GuiTeamsBase method GuiChooseLoadout (line 24) | public GuiChooseLoadout() method initGui (line 29) | @Override method actionPerformed (line 61) | @Override method drawScreen (line 77) | @Override method doesGuiPauseGame (line 120) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiEditLoadout.java class GuiEditLoadout (line 38) | public class GuiEditLoadout extends GuiTeamsBase method GuiEditLoadout (line 61) | public GuiEditLoadout(int i) method initGui (line 69) | @Override method actionPerformed (line 84) | @Override method drawScreen (line 100) | @Override method IsInSquare (line 347) | private boolean IsInSquare(int clickX, int clickY, int x, int y, int w... method mouseClicked (line 353) | @Override method SelectItem (line 423) | public void SelectItem(LoadoutEntry entry) class LoadoutComparator (line 506) | public class LoadoutComparator implements Comparator method compare (line 508) | @Override method RecalculateAvailableEntries (line 526) | public void RecalculateAvailableEntries() method doesGuiPauseGame (line 622) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiLandingPage.java class GuiLandingPage (line 15) | public class GuiLandingPage extends GuiTeamsBase method GuiLandingPage (line 24) | public GuiLandingPage() method initGui (line 29) | @Override method actionPerformed (line 71) | @Override method drawScreen (line 91) | @Override method DrawRewardBoxPanel (line 159) | private void DrawRewardBoxPanel(LoadoutPool pool, PlayerRankData data,... method doesGuiPauseGame (line 166) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiMissionResults.java class GuiMissionResults (line 25) | public class GuiMissionResults extends GuiTeamsBase type EnumResultsState (line 34) | private enum EnumResultsState class MissionResultsUnlock (line 73) | private static class MissionResultsUnlock method GuiMissionResults (line 93) | public GuiMissionResults() method initGui (line 129) | @Override method actionPerformed (line 143) | @Override method updateScreen (line 153) | @Override method EnterState (line 233) | private void EnterState(EnumResultsState newState) method drawScreen (line 317) | @Override method DrawUnlock (line 443) | private void DrawUnlock(MissionResultsUnlock entry, int i, int j) method doesGuiPauseGame (line 469) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiOpenRewardBox.java class GuiOpenRewardBox (line 28) | public class GuiOpenRewardBox extends GuiTeamsBase type EnumPageState (line 30) | private enum EnumPageState method SetTarget (line 56) | public void SetTarget(Paintjob paint) method initGui (line 69) | @Override method actionPerformed (line 85) | @Override method GuiOpenRewardBox (line 94) | public GuiOpenRewardBox(RewardBox rewardBox) method updateScreen (line 114) | @Override method SimulateSpinner (line 179) | private void SimulateSpinner() method InitialVelocity (line 191) | private float InitialVelocity() method Acceleration (line 196) | private float Acceleration() method SwitchToState (line 201) | private void SwitchToState(EnumPageState newState) method drawScreen (line 206) | @Override method doesGuiPauseGame (line 291) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiTeamScores.java class GuiTeamScores (line 15) | public class GuiTeamScores extends GuiTeamsBase method drawScreen (line 20) | @Override method renderTwoTeamGUI (line 39) | public void renderTwoTeamGUI(PacketTeamInfo teamInfo) method renderDMGUI (line 158) | public void renderDMGUI(PacketTeamInfo teamInfo) method doesGuiPauseGame (line 222) | @Override method AllowEscape (line 228) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiTeamSelect.java class GuiTeamSelect (line 18) | public class GuiTeamSelect extends GuiScreen method GuiTeamSelect (line 33) | public GuiTeamSelect() method GuiTeamSelect (line 44) | public GuiTeamSelect(Team[] teams) method GuiTeamSelect (line 51) | public GuiTeamSelect(PlayerClass[] classes) method initGui (line 58) | @Override method drawScreen (line 88) | @Override method actionPerformed (line 126) | @Override method drawSlotInventory (line 141) | private void drawSlotInventory(ItemStack itemstack, int i, int j) method doesGuiPauseGame (line 147) | @Override method keyTyped (line 153) | @Override method onGuiClosed (line 168) | @Override FILE: src/main/java/com/flansmod/client/gui/teams/GuiTeamsBase.java class GuiTeamsBase (line 26) | public class GuiTeamsBase extends GuiScreen method GuiTeamsBase (line 40) | public GuiTeamsBase() method initGui (line 48) | @Override method drawScreen (line 54) | @Override method DrawLoadoutPanel (line 64) | protected void DrawLoadoutPanel(LoadoutPool pool, PlayerRankData data,... method DrawRarityBackground (line 98) | protected void DrawRarityBackground(EnumPaintjobRarity rarity, int i, ... method DrawGun (line 129) | protected void DrawGun(ItemStack stack, int x, int y, float scale) method DrawRankIcon (line 162) | protected void DrawRankIcon(int rank, int prestige, int x, int y, bool... method drawSlotInventory (line 177) | protected void drawSlotInventory(ItemStack itemstack, int i, int j) method doesGuiPauseGame (line 185) | @Override method keyTyped (line 191) | @Override method AllowEscape (line 200) | protected boolean AllowEscape() FILE: src/main/java/com/flansmod/client/gui/teams/GuiVoting.java class GuiVoting (line 14) | public class GuiVoting extends GuiScreen method GuiVoting (line 20) | public GuiVoting() method initGui (line 25) | @Override method actionPerformed (line 41) | @Override method drawScreen (line 48) | @Override method doesGuiPauseGame (line 85) | @Override FILE: src/main/java/com/flansmod/client/handlers/ClientEventHandler.java class ClientEventHandler (line 32) | @SideOnly(Side.CLIENT) method renderTick (line 39) | @SubscribeEvent method clientTick (line 59) | @SubscribeEvent method chatMessage (line 84) | @SubscribeEvent method checkMouseInput (line 93) | @SideOnly(Side.CLIENT) method onKeyInput (line 109) | @SideOnly(Side.CLIENT) method renderWorld (line 116) | @SubscribeEvent method renderItemFrame (line 125) | @SubscribeEvent method renderHeldItem (line 131) | @SubscribeEvent method renderThirdPersonWeapons (line 137) | @SubscribeEvent method renderPlayer (line 143) | @SubscribeEvent method cameraSetup (line 149) | @SubscribeEvent method ModifyHUD (line 155) | @SubscribeEvent FILE: src/main/java/com/flansmod/client/handlers/FlansModResourceHandler.java class FlansModResourceHandler (line 25) | public class FlansModResourceHandler method getIcon (line 41) | public static ResourceLocation getIcon(InfoType infoType) method getTexture (line 52) | public static ResourceLocation getTexture(InfoType infoType) method getDeployableTexture (line 67) | public static ResourceLocation getDeployableTexture(GunType gunType) method getScope (line 78) | public static ResourceLocation getScope(String scopeTexture) method getSoundEvent (line 89) | public static SoundEvent getSoundEvent(String sound) method getPaintjobTexture (line 102) | public static ResourceLocation getPaintjobTexture(Paintjob paintjob) method getBlockTexture (line 113) | public static ResourceLocation getBlockTexture(String texturePath) method getIcon (line 124) | public static ResourceLocation getIcon(PaintableType paintableType, Pa... method getTrailTexture (line 135) | public static ResourceLocation getTrailTexture(String trailTexture) method HasResourceForHash (line 150) | public static boolean HasResourceForHash(int customPaintHash) method CreateSkinResourceFromByteArray (line 155) | public static void CreateSkinResourceFromByteArray(byte[] byteArray, i... method CreateIconResourceFromByteArray (line 185) | public static void CreateIconResourceFromByteArray(byte[] byteArray, i... method GetSkinResourceFromHash (line 208) | public static ResourceLocation GetSkinResourceFromHash(int customPaint... method GetIconResourceFromHash (line 213) | public static ResourceLocation GetIconResourceFromHash(int customPaint... FILE: src/main/java/com/flansmod/client/handlers/KeyInputHandler.java class KeyInputHandler (line 34) | @SideOnly(value = Side.CLIENT) method KeyInputHandler (line 116) | KeyInputHandler() method checkTickKeys (line 140) | void checkTickKeys() method checkEventKeys (line 175) | void checkEventKeys() FILE: src/main/java/com/flansmod/client/handlers/MouseInputHandler.java class MouseInputHandler (line 12) | @SideOnly(Side.CLIENT) method MouseInputHandler (line 17) | public MouseInputHandler() method checkMouseInput (line 22) | public void checkMouseInput(MouseEvent event) FILE: src/main/java/com/flansmod/client/model/AnimTankTrack.java class AnimTankTrack (line 8) | public class AnimTankTrack method AnimTankTrack (line 14) | public AnimTankTrack(ArrayList trackPoints, float linkLength) method setLinkLength (line 20) | public void setLinkLength(float length) method distBetweenPoints (line 25) | public float distBetweenPoints(Vector3f p1, Vector3f p2) method getTrackLength (line 36) | public float getTrackLength() method getTrackPart (line 46) | public int getTrackPart(float distance) method getProgressAlongTrackPart (line 64) | public float getProgressAlongTrackPart(float distance, int trackPart) method getPositionOnTrack (line 77) | public Vector3f getPositionOnTrack(float distance) method lerp (line 92) | public float lerp(float a, float b, float f) FILE: src/main/java/com/flansmod/client/model/AnimTrackLink.java class AnimTrackLink (line 6) | public class AnimTrackLink method AnimTrackLink (line 16) | public AnimTrackLink(float prog) FILE: src/main/java/com/flansmod/client/model/CustomItemRenderType.java type CustomItemRenderType (line 3) | public enum CustomItemRenderType FILE: src/main/java/com/flansmod/client/model/CustomItemRenderer.java type CustomItemRenderer (line 6) | public interface CustomItemRenderer method renderItem (line 8) | void renderItem(CustomItemRenderType type, EnumHand hand, ItemStack it... FILE: src/main/java/com/flansmod/client/model/EnumAnimationType.java type EnumAnimationType (line 3) | public enum EnumAnimationType FILE: src/main/java/com/flansmod/client/model/EnumMeleeAnimation.java type EnumMeleeAnimation (line 3) | public enum EnumMeleeAnimation FILE: src/main/java/com/flansmod/client/model/GunAnimations.java class GunAnimations (line 7) | public class GunAnimations type LookAtState (line 54) | public enum LookAtState method GunAnimations (line 64) | public GunAnimations() method update (line 69) | public void update() method addMinigunBarrelRotationSpeed (line 160) | public void addMinigunBarrelRotationSpeed(Float speed) method doShoot (line 165) | public void doShoot(int pumpDelay, int pumpTime) method doReload (line 173) | public void doReload(int reloadTime, int pumpDelay, int pumpTime) method doMelee (line 182) | public void doMelee(int meleeTime) FILE: src/main/java/com/flansmod/client/model/InstantBulletRenderer.java class InstantBulletRenderer (line 19) | public class InstantBulletRenderer method AddTrail (line 24) | public static void AddTrail(InstantShotTrail trail) method RenderAllTrails (line 29) | public static void RenderAllTrails(float partialTicks) method UpdateAllTrails (line 37) | public static void UpdateAllTrails() class InstantShotTrail (line 48) | public static class InstantShotTrail method InstantShotTrail (line 60) | public InstantShotTrail(Vector3f origin, Vector3f hitPos, float widt... method Update (line 81) | public boolean Update() method Render (line 87) | public void Render(float partialTicks) FILE: src/main/java/com/flansmod/client/model/ModelAAGun.java class ModelAAGun (line 8) | public class ModelAAGun extends ModelBase method renderBase (line 12) | public void renderBase(float f, float f1, float f2, float f3, float f4... method renderGun (line 20) | public void renderGun(float f, float f1, float f2, float f3, float f4,... method setRotationAngles (line 64) | public void setRotationAngles(float f, float f1, float f2, float f3, f... method flipAll (line 68) | public void flipAll() FILE: src/main/java/com/flansmod/client/model/ModelAttachment.java class ModelAttachment (line 8) | public class ModelAttachment extends ModelBase method renderAttachment (line 18) | public void renderAttachment(float f) method flipAll (line 25) | public void flipAll() method translate (line 34) | protected void translate(ModelRendererTurbo[] model, float x, float y,... method translateAll (line 44) | public void translateAll(float x, float y, float z) FILE: src/main/java/com/flansmod/client/model/ModelBomb.java class ModelBomb (line 8) | public class ModelBomb extends ModelBase method ModelBomb (line 10) | public ModelBomb() method render (line 26) | @Override method setRotationAngles (line 35) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/client/model/ModelBullet.java class ModelBullet (line 10) | public class ModelBullet extends ModelBase method ModelBullet (line 14) | public ModelBullet() method render (line 20) | @Override FILE: src/main/java/com/flansmod/client/model/ModelCustomArmour.java class ModelCustomArmour (line 17) | public class ModelCustomArmour extends ModelBiped method render (line 30) | public void render(Entity entity, float f, float f1, float f2, float f... method render (line 90) | public void render(ModelRendererTurbo[] models, ModelRenderer bodyPart... method setBodyPart (line 102) | public void setBodyPart(ModelRendererTurbo[] models, ModelRenderer bod... FILE: src/main/java/com/flansmod/client/model/ModelDefaultMuzzleFlash.java class ModelDefaultMuzzleFlash (line 9) | public class ModelDefaultMuzzleFlash extends ModelMuzzleFlash method ModelDefaultMuzzleFlash (line 13) | public ModelDefaultMuzzleFlash() method renderMuzzleFlash (line 27) | @Override method GetTexture (line 36) | @Override method setRotationAngles (line 42) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/client/model/ModelDriveable.java class ModelDriveable (line 16) | public class ModelDriveable extends ModelBase method render (line 34) | public void render(EntityDriveable driveable, float f1) method render (line 41) | public void render(DriveableType type) method renderPart (line 53) | public void renderPart(ModelRendererTurbo[] part) method registerGunModel (line 61) | public void registerGunModel(String name, ModelRendererTurbo[][] gunMo... method flip (line 66) | protected void flip(ModelRendererTurbo[] model) method flipAll (line 75) | public void flipAll() method translate (line 89) | protected void translate(ModelRendererTurbo[] model, float x, float y,... method translateAll (line 99) | public void translateAll(float x, float y, float z) method translateAll (line 113) | public void translateAll(int x, int y, int z) method renderOffsetAABB (line 122) | public static void renderOffsetAABB(AxisAlignedBB boundingBox, double ... FILE: src/main/java/com/flansmod/client/model/ModelFlagpole.java class ModelFlagpole (line 9) | public class ModelFlagpole extends ModelBase method ModelFlagpole (line 11) | public ModelFlagpole() method renderPole (line 33) | public void renderPole(float f, float f1, float f2, float f3, float f4... method renderFlag (line 41) | public void renderFlag(float f, float f1, float f2, float f3, float f4... method setRotationAngles (line 49) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/client/model/ModelGun.java class ModelGun (line 8) | public class ModelGun extends ModelBase method renderGun (line 127) | public void renderGun(float f) method renderCustom (line 132) | public void renderCustom(float f, GunAnimations anims) method renderSlide (line 137) | public void renderSlide(float f) method renderPump (line 142) | public void renderPump(float f) method renderDefaultScope (line 147) | public void renderDefaultScope(float f) method renderDefaultBarrel (line 152) | public void renderDefaultBarrel(float f) method renderDefaultStock (line 157) | public void renderDefaultStock(float f) method renderDefaultGrip (line 162) | public void renderDefaultGrip(float f) method renderAmmo (line 167) | public void renderAmmo(float f) method renderMinigunBarrel (line 172) | public void renderMinigunBarrel(float f) method renderRevolverBarrel (line 177) | public void renderRevolverBarrel(float f) method renderBreakAction (line 182) | public void renderBreakAction(float f) method render (line 191) | protected void render(ModelRendererTurbo[] models, float f) method flipAll (line 201) | public void flipAll() method flip (line 216) | protected void flip(ModelRendererTurbo[] model) method translateAll (line 228) | public void translateAll(float x, float y, float z) method translate (line 247) | protected void translate(ModelRendererTurbo[] model, float x, float y,... method translateAttachment (line 257) | protected void translateAttachment(Vector3f vector, float x, float y, ... FILE: src/main/java/com/flansmod/client/model/ModelItemHolder.java class ModelItemHolder (line 8) | public class ModelItemHolder extends ModelBase method render (line 14) | public void render() method flipAll (line 25) | public void flipAll() method flip (line 30) | protected void flip(ModelRendererTurbo[] model) method translateAll (line 42) | public void translateAll(float x, float y, float z) method translate (line 47) | protected void translate(ModelRendererTurbo[] model, float x, float y,... FILE: src/main/java/com/flansmod/client/model/ModelMG.java class ModelMG (line 8) | public class ModelMG extends ModelBase method renderBipod (line 15) | public void renderBipod(float f, float f1, float f2, float f3, float f... method renderGun (line 30) | public void renderGun(float f, float f1, float f2, float f3, float f4,... method flipAll (line 48) | public void flipAll() FILE: src/main/java/com/flansmod/client/model/ModelMecha.java class ModelMecha (line 13) | public class ModelMecha extends ModelDriveable method render (line 40) | @Override method render (line 46) | @Override method render (line 79) | public void render(float f5, EntityMecha mecha, float f) method renderLeftArm (line 101) | public void renderLeftArm(float f5, EntityMecha mecha, float f) method renderLeftHand (line 107) | public void renderLeftHand(float f5, EntityMecha mecha, float f) method renderRightArm (line 113) | public void renderRightArm(float f5, EntityMecha mecha, float f) method renderRightHand (line 119) | public void renderRightHand(float f5, EntityMecha mecha, float f) method renderRightFoot (line 125) | public void renderRightFoot(float f5, EntityMecha mecha, float f) method renderLeftFoot (line 131) | public void renderLeftFoot(float f5, EntityMecha mecha, float f) method renderRightLeg (line 137) | public void renderRightLeg(float f5, EntityMecha mecha, float f) method renderLeftLeg (line 143) | public void renderLeftLeg(float f5, EntityMecha mecha, float f) method renderRightRearFoot (line 149) | public void renderRightRearFoot(float f5, EntityMecha mecha, float f) method renderLeftRearFoot (line 155) | public void renderLeftRearFoot(float f5, EntityMecha mecha, float f) method renderRightRearLeg (line 161) | public void renderRightRearLeg(float f5, EntityMecha mecha, float f) method renderLeftRearLeg (line 167) | public void renderLeftRearLeg(float f5, EntityMecha mecha, float f) method renderRightFrontFoot (line 173) | public void renderRightFrontFoot(float f5, EntityMecha mecha, float f) method renderLeftFrontFoot (line 179) | public void renderLeftFrontFoot(float f5, EntityMecha mecha, float f) method renderRightFrontLeg (line 185) | public void renderRightFrontLeg(float f5, EntityMecha mecha, float f) method renderLeftFrontLeg (line 191) | public void renderLeftFrontLeg(float f5, EntityMecha mecha, float f) method renderHips (line 197) | public void renderHips(float f5, EntityMecha mecha, float f) method flipAll (line 203) | @Override method translateAll (line 228) | @Override FILE: src/main/java/com/flansmod/client/model/ModelMechaTool.java class ModelMechaTool (line 9) | public class ModelMechaTool extends ModelBase method render (line 24) | public void render(EntityMecha mecha, float f1) method renderDrill (line 32) | public void renderDrill(EntityMecha mecha, float f1) method renderSaw (line 40) | public void renderSaw(EntityMecha mecha, float f1, boolean spin) FILE: src/main/java/com/flansmod/client/model/ModelMuzzleFlash.java class ModelMuzzleFlash (line 9) | public abstract class ModelMuzzleFlash extends ModelBase method ModelMuzzleFlash (line 11) | public ModelMuzzleFlash() method render (line 15) | @Override method GetTexture (line 21) | public abstract ResourceLocation GetTexture(); method renderMuzzleFlash (line 23) | public abstract void renderMuzzleFlash(float f5); method setRotationAngles (line 25) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/client/model/ModelNull.java class ModelNull (line 5) | public class ModelNull extends ModelBase FILE: src/main/java/com/flansmod/client/model/ModelPlane.java class ModelPlane (line 17) | public class ModelPlane extends ModelDriveable method render (line 61) | @Override method render (line 67) | @Override method render (line 105) | public void render(float f5, EntityPlane plane, float f) method renderRotor (line 364) | public void renderRotor(EntityPlane plane, float f5, int i) method renderTailRotor (line 380) | public void renderTailRotor(EntityPlane plane, float f5, int i) method flipAll (line 393) | @Override method translateAll (line 437) | @Override FILE: src/main/java/com/flansmod/client/model/ModelVehicle.java class ModelVehicle (line 13) | public class ModelVehicle extends ModelDriveable method render (line 51) | @Override method render (line 57) | @Override method render (line 85) | public void render(float f5, EntityVehicle vehicle, float f) method renderTurret (line 269) | public void renderTurret(float f, float f1, float f2, float f3, float ... method renderAnimBarrel (line 347) | public void renderAnimBarrel(float f, float f1, float f2, float f3, fl... method renderDrillBit (line 359) | public void renderDrillBit(EntityVehicle vehicle, float f) method renderFancyTracks (line 370) | public void renderFancyTracks(EntityVehicle vehicle, float f) method flipAll (line 378) | @Override method translateAll (line 407) | @Override FILE: src/main/java/com/flansmod/client/model/RenderAAGun.java class RenderAAGun (line 13) | public class RenderAAGun extends Render method RenderAAGun (line 15) | public RenderAAGun(RenderManager renderManager) method render (line 21) | public void render(EntityAAGun aa, double d, double d1, double d2, flo... method doRender (line 46) | @Override method getEntityTexture (line 52) | @Override class Factory (line 58) | public static class Factory implements IRenderFactory method createRenderFor (line 60) | @Override FILE: src/main/java/com/flansmod/client/model/RenderBullet.java class RenderBullet (line 13) | public class RenderBullet extends Render method RenderBullet (line 15) | public RenderBullet(RenderManager renderManager) method render (line 21) | public void render(EntityBullet bullet, double d, double d1, double d2... method doRender (line 37) | @Override method getEntityTexture (line 43) | @Override class Factory (line 49) | public static class Factory implements IRenderFactory method createRenderFor (line 51) | @Override FILE: src/main/java/com/flansmod/client/model/RenderFlag.java class RenderFlag (line 14) | public class RenderFlag extends Render method RenderFlag (line 21) | public RenderFlag(RenderManager renderManager) method doRender (line 27) | @Override method getEntityTexture (line 74) | @Override class Factory (line 80) | public static class Factory implements IRenderFactory method createRenderFor (line 82) | @Override FILE: src/main/java/com/flansmod/client/model/RenderFlagpole.java class RenderFlagpole (line 11) | public class RenderFlagpole extends Render method RenderFlagpole (line 17) | public RenderFlagpole(RenderManager renderManager) method doRender (line 23) | @Override method getEntityTexture (line 38) | @Override class Factory (line 44) | public static class Factory implements IRenderFactory method createRenderFor (line 46) | @Override FILE: src/main/java/com/flansmod/client/model/RenderGrenade.java class RenderGrenade (line 18) | public class RenderGrenade extends Render implements Cust... method RenderGrenade (line 20) | public RenderGrenade(RenderManager renderManager) method doRender (line 26) | @Override method getEntityTexture (line 71) | @Override method handleRenderType (line 80) | public boolean handleRenderType(ItemStack item, CustomItemRenderType t... method renderItem (line 91) | @Override class Factory (line 135) | public static class Factory implements IRenderFactory method createRenderFor (line 137) | @Override FILE: src/main/java/com/flansmod/client/model/RenderGun.java class RenderGun (line 26) | public class RenderGun implements CustomItemRenderer method renderItem (line 33) | @Override method renderOffHandGun (line 57) | public void renderOffHandGun(EntityPlayer player, ItemStack offHandIte... method renderGun (line 69) | private void renderGun(CustomItemRenderType type, ItemStack item, GunT... method renderGun (line 327) | public void renderGun(ItemStack item, GunType type, float f, ModelGun ... FILE: src/main/java/com/flansmod/client/model/RenderGunItem.java class RenderGunItem (line 16) | public class RenderGunItem extends RenderEntityItem method RenderGunItem (line 20) | public RenderGunItem(RenderManager renderManager, RenderItem renderItem) method doRender (line 26) | @Override class Factory (line 46) | public static class Factory implements IRenderFactory method createRenderFor (line 48) | @Override FILE: src/main/java/com/flansmod/client/model/RenderItemHolder.java class RenderItemHolder (line 19) | public class RenderItemHolder extends TileEntitySpecialRenderer method RenderMG (line 14) | public RenderMG(RenderManager renderManager) method doRender (line 20) | @Override method getEntityTexture (line 38) | @Override class Factory (line 44) | public static class Factory implements IRenderFactory method createRenderFor (line 46) | @Override FILE: src/main/java/com/flansmod/client/model/RenderMecha.java class RenderMecha (line 39) | public class RenderMecha extends Render implements CustomIt... method RenderMecha (line 45) | public RenderMecha(RenderManager manager) method doRender (line 52) | public void doRender(EntityMecha mecha, double d, double d1, double d2... method getEntityTexture (line 386) | @Override method renderItem (line 394) | private void renderItem(EntityMecha mecha, ItemStack stack, int par3, ... method renderItem (line 444) | @Override class Factory (line 497) | public static class Factory implements IRenderFactory method createRenderFor (line 499) | @Override FILE: src/main/java/com/flansmod/client/model/RenderNull.java class RenderNull (line 17) | public class RenderNull extends Render method RenderNull (line 21) | public RenderNull(RenderManager renderManager) method func_157_a (line 27) | public void func_157_a(Entity entity, double d, double d1, double d2, ... method doRender (line 31) | @Override method getEntityTexture (line 57) | @Override class Factory (line 65) | public static class Factory implements IRenderFactor... method createRenderFor (line 67) | @Override FILE: src/main/java/com/flansmod/client/model/RenderParachute.java class RenderParachute (line 13) | public class RenderParachute extends Render method RenderParachute (line 15) | public RenderParachute(RenderManager renderManager) method doRender (line 21) | @Override method getEntityTexture (line 34) | @Override class Factory (line 40) | public static class Factory implements IRenderFactory method createRenderFor (line 42) | @Override FILE: src/main/java/com/flansmod/client/model/RenderPlane.java class RenderPlane (line 37) | public class RenderPlane extends Render implements CustomIt... method RenderPlane (line 39) | public RenderPlane(RenderManager renderManager) method render (line 46) | public void render(EntityPlane entityPlane, double d, double d1, doubl... method shouldRender (line 175) | @Override method doRender (line 181) | @Override method getEntityTexture (line 187) | @Override method renderWorld (line 195) | @SubscribeEvent(priority = EventPriority.HIGHEST) method renderItem (line 256) | @Override class Factory (line 319) | public static class Factory implements IRenderFactory method createRenderFor (line 321) | @Override FILE: src/main/java/com/flansmod/client/model/RenderVehicle.java class RenderVehicle (line 36) | public class RenderVehicle extends Render implements Cust... method RenderVehicle (line 38) | public RenderVehicle(RenderManager renderManager) method render (line 45) | public void render(EntityVehicle vehicle, double d, double d1, double ... method doRender (line 282) | @Override method getEntityTexture (line 289) | @Override method renderItem (line 297) | @Override method renderWorld (line 358) | @SubscribeEvent(priority = EventPriority.HIGHEST) class Factory (line 420) | public static class Factory implements IRenderFactory method createRenderFor (line 422) | @Override FILE: src/main/java/com/flansmod/client/teams/ClientTeamsData.java class ClientTeamsData (line 21) | public class ClientTeamsData type RoundFinishedStage (line 23) | public enum RoundFinishedStage method Tick (line 42) | public static void Tick() method StageFinished (line 94) | private static boolean StageFinished() method SwitchTo (line 99) | private static void SwitchTo(RoundFinishedStage s) method OpenMenu (line 105) | private static void OpenMenu() method SetRoundFinishedData (line 132) | public static void SetRoundFinishedData(RoundFinishedData data) method StartTimers (line 145) | public static void StartTimers() method UpdateNumVotes (line 156) | public static void UpdateNumVotes(RoundFinishedData data) method UnlockReward (line 176) | public static void UnlockReward(int boxHash, int unlockHash) method OpenLandingPage (line 211) | public static void OpenLandingPage() method OpenEditLoadoutPage (line 216) | public static void OpenEditLoadoutPage(int loadout) method OpenTeamSelectPage (line 221) | public static void OpenTeamSelectPage() method OpenRewardBox (line 226) | public static void OpenRewardBox(int i) method AddRewardBox (line 232) | public static void AddRewardBox(int boxHash) FILE: src/main/java/com/flansmod/client/tmt/Angle3D.java class Angle3D (line 9) | public class Angle3D method Angle3D (line 18) | public Angle3D(float x, float y, float z) method addAngles (line 32) | public void addAngles(float x, float y, float z) method addAngles (line 44) | public void addAngles(Angle3D angles) method multiplyAngles (line 58) | public void multiplyAngles(float x, float y, float z) method multiplyAngles (line 70) | public void multiplyAngles(Angle3D angles) method getCenter (line 84) | public static Angle3D getCenter(Angle3D angles1, Angle3D angles2) method copy (line 98) | public Angle3D copy() FILE: src/main/java/com/flansmod/client/tmt/Bone.java class Bone (line 100) | public class Bone method Bone (line 110) | public Bone(float x, float y, float z, float l) method Bone (line 138) | public Bone(float xOrig, float yOrig, float zOrig, float xRot, float y... method Bone (line 154) | public Bone(float x, float y, float z, float l, Bone parent) method detachBone (line 163) | public void detachBone() method attachBone (line 175) | public void attachBone(Bone parent) method setOffset (line 197) | public Vec3d setOffset(float x, float y, float z) method resetOffset (line 217) | public void resetOffset() method resetOffset (line 227) | public void resetOffset(boolean doRecursive) method setNeutralRotation (line 252) | public void setNeutralRotation(float x, float y, float z) method getRootParent (line 264) | public Bone getRootParent() method addModel (line 278) | public void addModel(ModelRenderer model) method addModel (line 291) | public void addModel(ModelRenderer model, boolean inherit) method addModel (line 306) | public void addModel(ModelRenderer model, boolean inherit, boolean isU... method addModel (line 319) | public void addModel(ModelRenderer model, float x, float y, float z) method addModel (line 334) | public void addModel(ModelRenderer model, float x, float y, float z, b... method addModel (line 351) | public void addModel(ModelRenderer model, float x, float y, float z, b... method removeModel (line 370) | public void removeModel(ModelRenderer model) method getAbsoluteAngle (line 383) | public Angle3D getAbsoluteAngle() method getPosition (line 394) | public Vec3d getPosition() method addChildBone (line 399) | protected void addChildBone(Bone bone) method prepareDraw (line 408) | public void prepareDraw() method setRotations (line 426) | public void setRotations(float x, float y, float z) method setAbsoluteRotations (line 433) | protected void setAbsoluteRotations() method setAbsoluteRotations (line 444) | protected void setAbsoluteRotations(float x, float y, float z) method setVectorRotations (line 456) | protected void setVectorRotations(Vec3d vector) method setVectorRotations (line 464) | protected void setVectorRotations(Vec3d vector, float xRot, float yRot... method add (line 494) | protected void add(Vec3d destVec, Vec3d srcVec) method setVectors (line 499) | protected void setVectors() method setVectors (line 511) | protected void setVectors(Vec3d vector) method setAnglesToModels (line 527) | public void setAnglesToModels() FILE: src/main/java/com/flansmod/client/tmt/Coord2D.java class Coord2D (line 9) | public class Coord2D method Coord2D (line 11) | public Coord2D(double x, double y) method Coord2D (line 20) | public Coord2D(double x, double y, int u, int v) FILE: src/main/java/com/flansmod/client/tmt/ModelPool.java class ModelPool (line 11) | public class ModelPool method addFile (line 13) | public static ModelPoolEntry addFile(String file, Class modelClass, Ma... FILE: src/main/java/com/flansmod/client/tmt/ModelPoolEntry.java class ModelPoolEntry (line 9) | public abstract class ModelPoolEntry method checkValidPath (line 11) | public File checkValidPath(String path) method getModel (line 29) | public abstract void getModel(File file); method setGroup (line 38) | protected void setGroup(String groupName) method setGroup (line 52) | protected void setGroup(String groupName, Bone bone, double weight) method setTextureGroup (line 69) | protected void setTextureGroup(String groupName) method applyGroups (line 78) | protected void applyGroups(Map groupsMap, Map<... FILE: src/main/java/com/flansmod/client/tmt/ModelPoolObjEntry.java class ModelPoolObjEntry (line 11) | public class ModelPoolObjEntry extends ModelPoolEntry method ModelPoolObjEntry (line 13) | public ModelPoolObjEntry() method getModel (line 18) | @Override FILE: src/main/java/com/flansmod/client/tmt/ModelRendererTurbo.java class ModelRendererTurbo (line 35) | public class ModelRendererTurbo extends ModelRenderer method ModelRendererTurbo (line 37) | public ModelRendererTurbo(ModelBase modelbase, String s) method ModelRendererTurbo (line 61) | public ModelRendererTurbo(ModelBase modelbase) method ModelRendererTurbo (line 74) | public ModelRendererTurbo(ModelBase modelbase, int textureX, int textu... method ModelRendererTurbo (line 90) | public ModelRendererTurbo(ModelBase modelbase, int textureX, int textu... method addPolygon (line 104) | public void addPolygon(PositionTextureVertex[] verts) method addPolygon (line 115) | public void addPolygon(PositionTextureVertex[] verts, int[][] uv) method addPolygon (line 139) | public void addPolygon(PositionTextureVertex[] verts, int u1, int v1, ... method addPolygonReturn (line 144) | private TexturedPolygon addPolygonReturn(PositionTextureVertex[] verts... method addPolygonReturn (line 192) | private TexturedPolygon addPolygonReturn(PositionTextureVertex[] verts... method addRectShape (line 256) | public void addRectShape(float[] v, float[] v1, float[] v2, float[] v3... method addRectShape (line 279) | public void addRectShape(float[] v, float[] v1, float[] v2, float[] v3... method addBox (line 345) | @Override method addBox (line 363) | @Override method addBox (line 381) | public void addBox(float x, float y, float z, int w, int h, int d, flo... method addTrapezoid (line 435) | public void addTrapezoid(float x, float y, float z, int w, int h, int ... method addFlexBox (line 567) | public void addFlexBox(float x, float y, float z, int w, int h, int d,... method addFlexTrapezoid (line 701) | public void addFlexTrapezoid(float x, float y, float z, int w, int h, ... method addBox (line 855) | public void addBox(float x, float y, float z, float w, float h, float d) method addShapeBox (line 889) | public void addShapeBox(float x, float y, float z, int w, int h, int d... method addShape3D (line 953) | public void addShape3D(float x, float y, float z, Coord2D[] coordinate... method addShape3D (line 974) | public void addShape3D(float x, float y, float z, Coord2D[] coordinate... method addShape3D (line 993) | public void addShape3D(float x, float y, float z, ArrayList c... method addShape3D (line 1014) | public void addShape3D(float x, float y, float z, ArrayList c... method addShape3D (line 1033) | public void addShape3D(float x, float y, float z, Shape2D shape, float... method addShape3D (line 1054) | public void addShape3D(float x, float y, float z, Shape2D shape, float... method addShape3D (line 1098) | public void addShape3D(float x, float y, float z, Shape2D shape, float... method addShape3D (line 1103) | public void addShape3D(float x, float y, float z, Shape2D shape, float... method addPixel (line 1131) | public void addPixel(float x, float y, float z, float width, float hei... method addPixel (line 1149) | public void addPixel(float x, float y, float z, float[] scale, int w, ... method addSprite (line 1219) | public void addSprite(float x, float y, float z, int w, int h, float e... method addSprite (line 1242) | public void addSprite(float x, float y, float z, int w, int h, boolean... method addSprite (line 1266) | public void addSprite(float x, float y, float z, int w, int h, int d, ... method addSprite (line 1291) | public void addSprite(float x, float y, float z, int w, int h, int d, ... method addSprite (line 1324) | public void addSprite(float x, float y, float z, String[] mask, int d,... method getPixelSize (line 1431) | private float getPixelSize(float wScale, float hScale, float dScale, i... method addSphere (line 1448) | public void addSphere(float x, float y, float z, float r, int segs, in... method addCone (line 1547) | public void addCone(float x, float y, float z, float radius, float len... method addCone (line 1565) | public void addCone(float x, float y, float z, float radius, float len... method addCone (line 1587) | public void addCone(float x, float y, float z, float radius, float len... method addCone (line 1613) | public void addCone(float x, float y, float z, float radius, float len... method addCylinder (line 1628) | public void addCylinder(float x, float y, float z, float radius, float... method addCylinder (line 1648) | public void addCylinder(float x, float y, float z, float radius, float... method addCylinder (line 1672) | public void addCylinder(float x, float y, float z, float radius, float... method addCylinder (line 1702) | public void addCylinder(float x, float y, float z, float radius, float... method addObj (line 1819) | public void addObj(String file) method addModel (line 1831) | public void addModel(String file, Class modelFormat) method setTextureOffset (line 1855) | @Override method setPosition (line 1871) | public void setPosition(float x, float y, float z) method doMirror (line 1885) | public void doMirror(boolean x, boolean y, boolean z) method setMirrored (line 1906) | public void setMirrored(boolean isMirrored) method setFlipped (line 1918) | public void setFlipped(boolean isFlipped) method clear (line 1928) | public void clear() method copyTo (line 1945) | public void copyTo(PositionTextureVertex[] verts, TexturedPolygon[] poly) method copyTo (line 1950) | public void copyTo(PositionTextureVertex[] verts, TexturedPolygon[] po... method copyTo (line 1977) | public void copyTo(PositionTextureVertex[] verts, TexturedQuad[] quad) method setGroup (line 1995) | public void setGroup(String groupName) method setGroup (line 2009) | public void setGroup(String groupName, Bone bone, double weight) method getGroup (line 2021) | public TransformGroup getGroup() method getGroup (line 2031) | public TransformGroup getGroup(String groupName) method setTextureGroup (line 2048) | public void setTextureGroup(String groupName) method getTextureGroup (line 2062) | public TextureGroup getTextureGroup() method getTextureGroup (line 2073) | public TextureGroup getTextureGroup(String groupName) method setGroupTexture (line 2085) | public void setGroupTexture(String s) method setDefaultTexture (line 2098) | public void setDefaultTexture(String s) method render (line 2108) | @Override method render (line 2121) | public void render(float worldScale, boolean oldRotateOrder) method renderWithRotation (line 2195) | @Override method postRender (line 2228) | @Override method callDisplayList (line 2265) | private void callDisplayList() method compileDisplayList (line 2287) | private void compileDisplayList(float worldScale) method compileLegacyDisplayList (line 2316) | private void compileLegacyDisplayList(float worldScale) FILE: src/main/java/com/flansmod/client/tmt/PositionTextureVertex.java class PositionTextureVertex (line 5) | public class PositionTextureVertex extends net.minecraft.client.model.Po... method PositionTextureVertex (line 9) | public PositionTextureVertex(float par1, float par2, float par3, float... method PositionTextureVertex (line 14) | public PositionTextureVertex(float par1, float par2, float par3, float... method setTexturePosition (line 19) | @Override method setTexturePosition (line 25) | public PositionTextureVertex setTexturePosition(float par1, float par2... method PositionTextureVertex (line 30) | public PositionTextureVertex(PositionTextureVertex par1PositionTexture... method PositionTextureVertex (line 35) | public PositionTextureVertex(PositionTextureVertex par1PositionTexture... method PositionTextureVertex (line 41) | public PositionTextureVertex(Vec3d par1Vec3, float par2, float par3) method PositionTextureVertex (line 46) | public PositionTextureVertex(Vec3d par1Vec3, float par2, float par3, f... FILE: src/main/java/com/flansmod/client/tmt/PositionTransformVertex.java class PositionTransformVertex (line 7) | public class PositionTransformVertex extends PositionTextureVertex method PositionTransformVertex (line 9) | public PositionTransformVertex(float x, float y, float z, float u, flo... method PositionTransformVertex (line 14) | public PositionTransformVertex(PositionTextureVertex vertex, float u, ... method PositionTransformVertex (line 23) | public PositionTransformVertex(PositionTextureVertex vertex) method PositionTransformVertex (line 28) | public PositionTransformVertex(Vec3d vector, float u, float v) method setTransformation (line 34) | public void setTransformation() method addGroup (line 57) | public void addGroup(TransformGroup group) method removeGroup (line 62) | public void removeGroup(TransformGroup group) FILE: src/main/java/com/flansmod/client/tmt/Shape2D.java class Shape2D (line 9) | public class Shape2D method Shape2D (line 11) | public Shape2D() method Shape2D (line 16) | public Shape2D(Coord2D[] coordArray) method Shape2D (line 23) | public Shape2D(ArrayList coordList) method getCoordArray (line 28) | public Coord2D[] getCoordArray() method extrude (line 33) | public Shape3D extrude(float x, float y, float z, float rotX, float ro... method setVectorRotations (line 119) | protected Vec3d setVectorRotations(Vec3d vector, float xRot, float yRo... FILE: src/main/java/com/flansmod/client/tmt/Shape3D.java class Shape3D (line 3) | public class Shape3D method Shape3D (line 5) | public Shape3D(PositionTransformVertex[] verts, TexturedPolygon[] poly) FILE: src/main/java/com/flansmod/client/tmt/TextureGroup.java class TextureGroup (line 9) | public class TextureGroup method TextureGroup (line 11) | public TextureGroup() method addPoly (line 17) | public void addPoly(TexturedPolygon polygon) method loadTexture (line 22) | public void loadTexture() method loadTexture (line 27) | public void loadTexture(int defaultTexture) FILE: src/main/java/com/flansmod/client/tmt/TexturedPolygon.java class TexturedPolygon (line 9) | public class TexturedPolygon method TexturedPolygon (line 11) | public TexturedPolygon(PositionTextureVertex[] apositionTexturevertex) method TexturedPolygon (line 20) | public TexturedPolygon(PositionTextureVertex[] apositionTexturevertex,... method setInvertNormal (line 31) | public void setInvertNormal(boolean isSet) method setNormals (line 36) | public void setNormals(float x, float y, float z) method flipFace (line 41) | public void flipFace() method setNormals (line 53) | public void setNormals(ArrayList vec) method draw (line 58) | public void draw(TmtTessellator tessellator, float f) FILE: src/main/java/com/flansmod/client/tmt/TmtTessellator.java class TmtTessellator (line 22) | @SideOnly(Side.CLIENT) method TmtTessellator (line 185) | private TmtTessellator(int par1) method TmtTessellator (line 190) | public TmtTessellator() method draw (line 210) | @Override method reset (line 370) | private void reset() method startDrawingQuads (line 381) | public void startDrawingQuads() method startDrawing (line 389) | public void startDrawing(int par1) method setTextureUV (line 411) | public void setTextureUV(double par1, double par3) method setTextureUVW (line 422) | public void setTextureUVW(double par1, double par3, double par4) method setBrightness (line 430) | public void setBrightness(int par1) method setColorOpaque_F (line 440) | public void setColorOpaque_F(float par1, float par2, float par3) method setColorRGBA_F (line 448) | public void setColorRGBA_F(float par1, float par2, float par3, float p... method setColorOpaque (line 456) | public void setColorOpaque(int par1, int par2, int par3) method setColorRGBA (line 464) | public void setColorRGBA(int par1, int par2, int par3, int par4) method addVertexWithUV (line 524) | public void addVertexWithUV(double par1, double par3, double par5, dou... method addVertexWithUVW (line 530) | public void addVertexWithUVW(double par1, double par3, double par5, do... method addVertex (line 540) | public void addVertex(double par1, double par3, double par5) method setColorOpaque_I (line 622) | public void setColorOpaque_I(int par1) method setColorRGBA_I (line 633) | public void setColorRGBA_I(int par1, int par2) method disableColor (line 644) | public void disableColor() method setNormal (line 652) | public void setNormal(float par1, float par2, float par3) method setTranslation (line 664) | public void setTranslation(double par1, double par3, double par5) method addTranslation (line 674) | public void addTranslation(float par1, float par2, float par3) FILE: src/main/java/com/flansmod/client/tmt/TransformGroup.java class TransformGroup (line 5) | public abstract class TransformGroup method getWeight (line 7) | public abstract double getWeight(); method doTransformation (line 9) | public abstract Vec3d doTransformation(PositionTransformVertex vertex); FILE: src/main/java/com/flansmod/client/tmt/TransformGroupBone.java class TransformGroupBone (line 11) | public class TransformGroupBone extends TransformGroup method TransformGroupBone (line 13) | public TransformGroupBone(Bone bone, double wght) method getBaseAngles (line 21) | public Angle3D getBaseAngles() method getTransformAngle (line 26) | public Angle3D getTransformAngle() method getBaseVector (line 35) | public Vec3d getBaseVector() method getTransformVector (line 40) | public Vec3d getTransformVector() method getCurrentVector (line 45) | public Vec3d getCurrentVector() method getWeight (line 50) | @Override method attachBone (line 56) | public void attachBone(Bone bone) method doTransformation (line 63) | @Override method setVectorRotations (line 74) | protected void setVectorRotations(Vec3d vector, float xRot, float yRot... FILE: src/main/java/com/flansmod/client/util/FlansKeyConflictContext.java type FlansKeyConflictContext (line 11) | @SideOnly(Side.CLIENT) method isActive (line 16) | @Override method conflicts (line 24) | @Override method isActive (line 33) | @Override method conflicts (line 40) | @Override FILE: src/main/java/com/flansmod/client/util/WorldRenderer.java class WorldRenderer (line 6) | public class WorldRenderer method WorldRenderer (line 10) | public WorldRenderer() method startDrawingQuads (line 15) | public void startDrawingQuads() method addVertexWithUV (line 21) | public void addVertexWithUV(double x, double y, double z, double u, do... method draw (line 26) | public void draw() FILE: src/main/java/com/flansmod/common/BlockFlansWorkbench.java class BlockFlansWorkbench (line 17) | public class BlockFlansWorkbench extends Block method BlockFlansWorkbench (line 21) | public BlockFlansWorkbench(int j, int k) method getSubBlocks (line 31) | @Override method onBlockActivated (line 42) | @Override method createBlockState (line 58) | @Override method getStateFromMeta (line 64) | @Override method getMetaFromState (line 70) | @Override method damageDropped (line 76) | @Override FILE: src/main/java/com/flansmod/common/BlockItemHolder.java class BlockItemHolder (line 23) | public class BlockItemHolder extends BlockContainer method BlockItemHolder (line 28) | public BlockItemHolder(ItemHolderType type) method doesSideBlockRendering (line 44) | @Override method onBlockPlacedBy (line 50) | @Override method getStateFromMeta (line 57) | @Override method getMetaFromState (line 63) | @Override method createBlockState (line 70) | @Override method canPlaceBlockAt (line 77) | @Override method getBoundingBox (line 85) | @Override method isOpaqueCube (line 91) | @Override method isFullCube (line 97) | @Override method createNewTileEntity (line 103) | @Override method onBlockActivated (line 109) | @Override method breakBlock (line 138) | @Override FILE: src/main/java/com/flansmod/common/CommonGuiHandler.java class CommonGuiHandler (line 14) | public class CommonGuiHandler implements IGuiHandler method getServerGuiElement (line 16) | @Override method getClientGuiElement (line 22) | @Override method openGunBoxGui (line 28) | @SideOnly(Side.CLIENT) FILE: src/main/java/com/flansmod/common/CommonProxy.java class CommonProxy (line 42) | public class CommonProxy method LoadAssetsFromFlanFolder (line 46) | public void LoadAssetsFromFlanFolder() method addMissingJSONs (line 51) | public void addMissingJSONs(HashMap types) method preInit (line 59) | public void preInit() method init (line 63) | public void init() method forceReload (line 67) | public void forceReload() method registerRenderers (line 71) | public void registerRenderers() method doTutorialStuff (line 75) | public void doTutorialStuff(EntityPlayer player, EntityDriveable entit... method changeControlMode (line 79) | public void changeControlMode(EntityPlayer player) method mouseControlEnabled (line 83) | public boolean mouseControlEnabled() method openDriveableMenu (line 88) | public void openDriveableMenu(EntityPlayer player, World world, Entity... method loadModel (line 92) | public T loadModel(String s, String shortName, Class typeClass) method loadSound (line 97) | public void loadSound(String contentPack, String type, String sound) method isThePlayer (line 101) | public boolean isThePlayer(EntityPlayer player) method buyGun (line 106) | public void buyGun(GunBoxType type, InfoType gun) method getClientGui (line 113) | public Object getClientGui(int ID, EntityPlayer player, World world, i... method getServerGui (line 121) | public Container getServerGui(int ID, EntityPlayer player, World world... method playBlockBreakSound (line 147) | public void playBlockBreakSound(int x, int y, int z, Block blockHit) method craftDriveable (line 152) | public void craftDriveable(EntityPlayer player, DriveableType type) method repairDriveable (line 293) | public void repairDriveable(EntityPlayer driver, EntityDriveable drivi... method isScreenOpen (line 354) | public boolean isScreenOpen() method isKeyDown (line 359) | public boolean isKeyDown(int key) method keyDown (line 364) | public boolean keyDown(int keycode) method buyArmour (line 369) | public void buyArmour(String shortName, int piece, ArmourBoxType type) FILE: src/main/java/com/flansmod/common/CommonTickHandler.java class CommonTickHandler (line 9) | public class CommonTickHandler method CommonTickHandler (line 11) | public CommonTickHandler() method tick (line 16) | @SubscribeEvent method tick (line 33) | @SubscribeEvent FILE: src/main/java/com/flansmod/common/ContentManager.java class ContentManager (line 62) | public class ContentManager class ContentPackMod (line 64) | public class ContentPackMod implements IFlansModContentProvider method ContentPackMod (line 66) | public ContentPackMod(ModContainer c, IFlansModContentProvider p) method GetContentFolder (line 74) | @Override method RegisterModelRedirects (line 80) | @Override class ContentPackFlanFolder (line 87) | public class ContentPackFlanFolder implements IFlansModContentProvider method ContentPackFlanFolder (line 89) | public ContentPackFlanFolder(String n, File f) { folder = f; name = ... method GetContentFolder (line 93) | @Override method RegisterModelRedirects (line 99) | @Override method LoadedAnyContentFromFlanFolder (line 156) | public boolean LoadedAnyContentFromFlanFolder() method FindContentInFlanFolder (line 161) | public void FindContentInFlanFolder() method LoadAssetsFromFlanFolder (line 185) | public void LoadAssetsFromFlanFolder() method RegisterModelRedirects (line 190) | public void RegisterModelRedirects() method FindContentInModsFolder (line 196) | public void FindContentInModsFolder() method LoadTypesFromDirectory (line 232) | private void LoadTypesFromDirectory(String contentPackName, File conte... method LoadTypesFromArchive (line 274) | private void LoadTypesFromArchive(String contentPackName, File content... method LoadTypes (line 329) | public void LoadTypes() method CreateItems (line 366) | public void CreateItems() method GetFolderContentPacks (line 431) | public List GetFolderContentPacks() FILE: src/main/java/com/flansmod/common/CraftingInstance.java class CraftingInstance (line 11) | public class CraftingInstance method CraftingInstance (line 24) | public CraftingInstance(IInventory i, List in, List in, ItemSta... method canCraft (line 36) | public boolean canCraft() method craft (line 58) | public void craft(EntityPlayer player) FILE: src/main/java/com/flansmod/common/CreativeTabFlan.java class CreativeTabFlan (line 18) | public class CreativeTabFlan extends CreativeTabs method CreativeTabFlan (line 24) | public CreativeTabFlan(int i) method createIcon (line 30) | @Override method displayAllRelevantItems (line 46) | @Override class ItemSorter (line 55) | private static class ItemSorter implements Comparator method compare (line 57) | @Override FILE: src/main/java/com/flansmod/common/EntityItemCustomRender.java class EntityItemCustomRender (line 8) | public class EntityItemCustomRender extends EntityItem method EntityItemCustomRender (line 10) | public EntityItemCustomRender(Entity entity, ItemStack itemStack) method EntityItemCustomRender (line 19) | public EntityItemCustomRender(World world, double posX, double posY, d... method EntityItemCustomRender (line 24) | public EntityItemCustomRender(World world) method EntityItemCustomRender (line 29) | public EntityItemCustomRender(World w, double x, double y, double z) FILE: src/main/java/com/flansmod/common/FlansHooks.java class FlansHooks (line 7) | public class FlansHooks method hook (line 16) | public void hook() method getBuildCraftItem (line 27) | public ItemStack getBuildCraftItem(String name) FILE: src/main/java/com/flansmod/common/FlansMod.java class FlansMod (line 143) | @Mod(modid = FlansMod.MODID, name = "Flan's Mod", version = FlansMod.VER... method Pick (line 215) | public static float Pick(float totalWeight) method RegisterModelRedirect (line 226) | public static void RegisterModelRedirect(String key, String redirect) method preInit (line 234) | @EventHandler method init (line 314) | @EventHandler method registerRecipes (line 346) | @SubscribeEvent method registerItems (line 409) | @SubscribeEvent method registerBlocks (line 429) | @SubscribeEvent method registerEntities (line 445) | @SubscribeEvent method registerLoot (line 490) | @SubscribeEvent class FMLootFunction (line 542) | private class FMLootFunction extends LootFunction method FMLootFunction (line 546) | protected FMLootFunction(LootCondition[] conditionsIn) method apply (line 551) | @Override method postInit (line 563) | @EventHandler method playerDrops (line 574) | @SubscribeEvent method playerDrops (line 586) | @SubscribeEvent method registerCommand (line 597) | @EventHandler method onConfigChanged (line 604) | @SubscribeEvent method onLivingSpecialSpawn (line 611) | @SubscribeEvent method onAttackEntity (line 654) | @SubscribeEvent method getTypeFiles (line 666) | private void getTypeFiles(List contentPacks) method getPacketHandler (line 764) | public static PacketHandler getPacketHandler() method syncConfig (line 769) | public static void syncConfig() method Assert (line 781) | public static void Assert(boolean b, String string) method getParticleType (line 789) | public static EnumParticleTypes getParticleType(String s) FILE: src/main/java/com/flansmod/common/FlansModExplosion.java class FlansModExplosion (line 38) | public class FlansModExplosion extends Explosion method FlansModExplosion (line 54) | public FlansModExplosion(World world, Entity entity, Optional shootPoints(boolean s) method alternate (line 982) | public boolean alternate(boolean s) method weaponType (line 987) | public EnumWeaponType weaponType(boolean s) method shootDelay (line 992) | public int shootDelay(boolean s) method shootSound (line 997) | public String shootSound(boolean s) method numEngines (line 1002) | public int numEngines() method ammoSlots (line 1007) | public int ammoSlots() method isValidAmmo (line 1012) | public boolean isValidAmmo(BulletType bulletType, EnumWeaponType weapo... method getItemsRequired (line 1021) | public ArrayList getItemsRequired(DriveablePart part, PartT... method getDriveable (line 1050) | public static DriveableType getDriveable(String find) method addLoot (line 1060) | @Override class ParticleEmitter (line 1066) | public class ParticleEmitter method GetModel (line 1110) | @Override method GetRecommendedScale (line 1117) | @Override FILE: src/main/java/com/flansmod/common/driveables/EntityDamageSourceCollision.java class EntityDamageSourceCollision (line 5) | public class EntityDamageSourceCollision extends EntityDamageSource method EntityDamageSourceCollision (line 9) | public EntityDamageSourceCollision(EntityDriveable driveable) FILE: src/main/java/com/flansmod/common/driveables/EntityDriveable.java class EntityDriveable (line 73) | public abstract class EntityDriveable extends Entity implements IControl... method EntityDriveable (line 147) | public EntityDriveable(World world) method EntityDriveable (line 158) | public EntityDriveable(World world, DriveableType t, DriveableData d) method initType (line 166) | protected void initType(DriveableType type, boolean firstSpawn, boolea... method isInRangeToRender3d (line 196) | @SideOnly(Side.CLIENT) method writeEntityToNBT (line 208) | @Override method readEntityFromNBT (line 218) | @Override method writeSpawnData (line 231) | @Override method readSpawnData (line 253) | @Override method onMouseMoved (line 294) | @Override method getCamera (line 297) | @Override method canSit (line 304) | protected boolean canSit(int seat) method canTriggerWalking (line 309) | @Override method entityInit (line 315) | @Override method getCollisionBox (line 320) | @Override method canBePushed (line 326) | @Override method getMountedYOffset (line 332) | @Override method getYOffset (line 338) | @Override method attackEntityFrom (line 347) | @Override method setDead (line 353) | @Override method reportVehicleError (line 373) | @SideOnly(Side.CLIENT) method canBeCollidedWith (line 380) | @Override method applyEntityCollision (line 386) | @Override method setPositionAndRotationDirect (line 393) | @Override method setPositionRotationAndMotion (line 427) | public void setPositionRotationAndMotion(double x, double y, double z,... method setVelocity (line 458) | @Override method serverHandleKeyPress (line 466) | @Override method pressKey (line 491) | @Override method updateKeyHeldState (line 540) | @Override method shoot (line 561) | public void shoot(boolean secondary) method driverIsCreative (line 590) | public boolean driverIsCreative() method getDriver (line 596) | public EntityPlayer getDriver() method shootFromPoint (line 608) | private void shootFromPoint( method fireGun (line 639) | private void fireGun(DriveableType type, ShootPoint shootPoint, int sh... method fireShell (line 697) | private void fireShell(DriveableType type, boolean secondary, EnumWeap... method dropBomb (line 716) | private void dropBomb(DriveableType type, boolean secondary, EnumWeapo... method getSpeed (line 735) | public double getSpeed() method getOrigin (line 740) | public Vector3f getOrigin(ShootPoint shootPoint) method getLookVector (line 759) | public Vector3f getLookVector(ShootPoint shootPoint) method shootProjectile (line 764) | private void shootProjectile(final Integer slot, Vector3f gunVec, Vect... method onUpdate (line 815) | @Override method PostUpdate (line 1229) | public void PostUpdate() method tryRecoil (line 1249) | public void tryRecoil() method setRecoilTimer (line 1268) | public void setRecoilTimer() method getRandPosInBoundingBox (line 1287) | private Vector3f getRandPosInBoundingBox(DriveablePart part) method moveTowardServerPosition (line 1296) | protected void moveTowardServerPosition() method checkForCollisions (line 1312) | public void checkForCollisions() method fall (line 1375) | @Override method attackPart (line 1389) | public boolean attackPart(EnumDriveablePart ep, DamageSource source, f... method rotate (line 1399) | public Vector3f rotate(Vector3f inVec) method rotate (line 1408) | public Vector3f rotate(Vec3d inVec) method rotate (line 1417) | public Vector3f rotate(double x, double y, double z) method rotateYaw (line 1425) | public void rotateYaw(float rotateBy) method rotatePitch (line 1436) | public void rotatePitch(float rotateBy) method rotateRoll (line 1447) | public void rotateRoll(float rotateBy) method updatePrevAngles (line 1455) | public void updatePrevAngles() method setRotation (line 1477) | public void setRotation(float rotYaw, float rotPitch, float rotRoll) method isPartOfThis (line 1483) | public boolean isPartOfThis(Entity entity) method getDriveableType (line 1502) | public DriveableType getDriveableType() method getDriveableData (line 1507) | public DriveableData getDriveableData() method isDead (line 1512) | @Override method getControllingEntity (line 1518) | @Override method getPickedResult (line 1524) | @Override method hasFuel (line 1535) | public boolean hasFuel() method hasEnoughFuel (line 1542) | public boolean hasEnoughFuel() method getSpeedXYZ (line 1550) | public double getSpeedXYZ() method getSpeedXZ (line 1555) | public double getSpeedXZ() method landVehicle (line 1563) | public boolean landVehicle() method gearDown (line 1571) | public boolean gearDown() method onGround (line 1579) | public boolean onGround() method attackFromBullet (line 1589) | public ArrayList attackFromBullet(Vector3f origin, Vector3f... method bulletHit (line 1613) | public float bulletHit(BulletType bulletType, float damage, DriveableH... method raytraceParts (line 1633) | public DriveablePart raytraceParts(Vector3f origin, Vector3f motion) method canHitPart (line 1654) | public boolean canHitPart(EnumDriveablePart part) method checkParts (line 1663) | public void checkParts() method killPart (line 1692) | private void killPart(DriveablePart part) method getPartLocalVectorGlobally (line 1762) | private Vector3f getPartLocalVectorGlobally(DriveablePart part) method dropItemsOnPartDeath (line 1773) | protected abstract void dropItemsOnPartDeath(Vector3f midpoint, Drivea... method getPlayerRoll (line 1775) | @Override method getPrevPlayerRoll (line 1781) | @Override method explode (line 1787) | @Override method getCameraDistance (line 1793) | @Override method isPartIntact (line 1799) | public boolean isPartIntact(EnumDriveablePart part) method hasMouseControlMode (line 1805) | public abstract boolean hasMouseControlMode(); method getBombInventoryName (line 1807) | public abstract String getBombInventoryName(); method getMissileInventoryName (line 1809) | public abstract String getMissileInventoryName(); method rotateWithTurret (line 1811) | public boolean rotateWithTurret(Seat seat) method getName (line 1816) | @Override method showInventory (line 1822) | @SideOnly(Side.CLIENT) method getShootDelay (line 1828) | public float getShootDelay(boolean secondary) method getMinigunSpeed (line 1833) | public float getMinigunSpeed(boolean secondary) method getCurrentShootPointIndex (line 1838) | public int getCurrentShootPointIndex(boolean secondary) method setShootDelay (line 1843) | public void setShootDelay(float f, boolean secondary) method setMinigunSpeed (line 1850) | public void setMinigunSpeed(float f, boolean secondary) method setCurrentShootPointIndex (line 1857) | public void setCurrentShootPointIndex(int i, boolean secondary) method canFitPassenger (line 1865) | @Override method updatePassenger (line 1876) | @Override method removePassenger (line 1882) | @Override method getSeat (line 1888) | public EntitySeat getSeat(EntityLivingBase passenger) method addPassenger (line 1900) | @Override method registerSeat (line 1910) | public void registerSeat(EntitySeat seat) method registerWheel (line 1915) | public void registerWheel(EntityWheel wheel) method getSeats (line 1920) | public EntitySeat[] getSeats() method getSeat (line 1925) | public EntitySeat getSeat(int id) method getWheel (line 1947) | public EntityWheel getWheel(int id) method togglePerspective (line 1968) | @SideOnly(Side.CLIENT) FILE: src/main/java/com/flansmod/common/driveables/EntityPlane.java class EntityPlane (line 25) | public class EntityPlane extends EntityDriveable method EntityPlane (line 60) | public EntityPlane(World world) method EntityPlane (line 65) | public EntityPlane(World world, double x, double y, double z, PlaneTyp... method EntityPlane (line 75) | public EntityPlane(World world, double x, double y, double z, EntityPl... method initType (line 83) | @Override method writeEntityToNBT (line 90) | @Override method readEntityFromNBT (line 100) | @Override method onMouseMoved (line 115) | @Override method setPositionRotationAndMotion (line 132) | @Override method processInitialInteract (line 142) | @Override method serverHandleKeyPress (line 172) | public boolean serverHandleKeyPress(int key, EntityPlayer player) method pressKey (line 177) | @Override method updateKeyHeldState (line 314) | @Override method onUpdate (line 320) | @Override method canThrust (line 745) | public boolean canThrust() method setDead (line 752) | @Override method gearDown (line 758) | @Override method hasWorkingProp (line 764) | private boolean hasWorkingProp() method attackEntityFrom (line 778) | public boolean attackEntityFrom(DamageSource damagesource, float i, bo... method canHitPart (line 798) | @Override method attackEntityFrom (line 805) | @Override method getPlaneType (line 811) | public PlaneType getPlaneType() method dropItemsOnPartDeath (line 816) | @Override method getBombInventoryName (line 821) | @Override method getMissileInventoryName (line 827) | @Override method hasMouseControlMode (line 833) | @Override FILE: src/main/java/com/flansmod/common/driveables/EntitySeat.java class EntitySeat (line 47) | public class EntitySeat extends Entity implements IControllable, IEntity... method EntitySeat (line 102) | public EntitySeat(World world) method EntitySeat (line 115) | public EntitySeat(World world, EntityDriveable d, int id) method onUpdate (line 130) | @Override method updateSeatRotation (line 215) | @SideOnly(Side.CLIENT) method updatePosition (line 394) | public void updatePosition() method getCamera (line 514) | @Override method canBeCollidedWith (line 521) | @Override method entityInit (line 527) | @Override method readEntityFromNBT (line 532) | @Override method writeEntityToNBT (line 554) | @Override method writeToNBTOptional (line 561) | @Override method onMouseMoved (line 567) | @Override method updateKeyHeldState (line 641) | @Override method pressKey (line 659) | @Override method serverHandleKeyPress (line 687) | @Override method processInitialInteract (line 758) | @Override method getControllingEntity (line 822) | @Override method getControllingPassenger (line 828) | @Override method isDead (line 834) | @Override method setDead (line 840) | @Override method reallySetDead (line 846) | public void reallySetDead() method getSeat (line 851) | public EntitySeat getSeat(EntityLivingBase living) method isDriverSeat (line 856) | public boolean isDriverSeat() method startRiding (line 861) | @Override method updatePassenger (line 877) | @Override method getPickedResult (line 894) | @Override method getPlayerRoll (line 902) | @Override method getPrevPlayerRoll (line 908) | @Override method getCameraDistance (line 914) | @Override method attackEntityFrom (line 920) | @Override method writeSpawnData (line 928) | @Override method readSpawnData (line 943) | @Override method getExpectedSeatID (line 962) | public int getExpectedSeatID() method getMinigunSpeed (line 967) | public float getMinigunSpeed() method updateRidden (line 972) | @Override FILE: src/main/java/com/flansmod/common/driveables/EntityVehicle.java class EntityVehicle (line 29) | public class EntityVehicle extends EntityDriveable implements IExplodeable method EntityVehicle (line 66) | public EntityVehicle(World world) method EntityVehicle (line 73) | public EntityVehicle(World world, double x, double y, double z, Vehicl... method EntityVehicle (line 82) | public EntityVehicle(World world, double x, double y, double z, Entity... method setupTracks (line 92) | public void setupTracks(DriveableType type) method initType (line 122) | @Override method readSpawnData (line 129) | @Override method writeEntityToNBT (line 135) | @Override method readEntityFromNBT (line 142) | @Override method onMouseMoved (line 155) | @Override method setPositionRotationAndMotion (line 160) | @Override method processInitialInteract (line 170) | @Override method pressKey (line 200) | @Override method getLookVector (line 270) | @Override method onUpdate (line 276) | @Override method canThrust (line 607) | private boolean canThrust(DriveableData data, EntityPlayer driver) { method animateFancyTracks (line 613) | public void animateFancyTracks() method rotateTowards (line 662) | public float rotateTowards(Vector3f point, Vector3f original) method Lerp (line 669) | public float Lerp(float start, float end, float percent) method Clamp (line 676) | public static float Clamp(float val, float min, float max) method averageAngles (line 681) | private float averageAngles(float a, float b) method subtract (line 699) | private Vec3d subtract(Vec3d a, Vec3d b) method crossProduct (line 704) | private Vec3d crossProduct(Vec3d a, Vec3d b) method landVehicle (line 709) | @Override method attackEntityFrom (line 715) | @Override method getVehicleType (line 736) | public VehicleType getVehicleType() method getPlayerRoll (line 741) | @Override method dropItemsOnPartDeath (line 747) | @Override method getBombInventoryName (line 752) | @Override method getMissileInventoryName (line 758) | @Override method hasMouseControlMode (line 764) | @Override method getCamera (line 770) | @Override method setDead (line 777) | @Override FILE: src/main/java/com/flansmod/common/driveables/EntityWheel.java class EntityWheel (line 14) | public class EntityWheel extends Entity implements IEntityAdditionalSpaw... method EntityWheel (line 30) | public EntityWheel(World world) method EntityWheel (line 37) | public EntityWheel(World world, EntityDriveable entity, int i) method initPosition (line 47) | public void initPosition() method fall (line 59) | @Override method entityInit (line 69) | @Override method readEntityFromNBT (line 74) | @Override method writeEntityToNBT (line 94) | @Override method onUpdate (line 104) | @Override method setDead (line 123) | @Override method canBeCollidedWith (line 129) | @Override method reallySetDead (line 136) | public void reallySetDead() method getSpeedXZ (line 141) | public double getSpeedXZ() method setPositionAndRotationDirect (line 146) | @Override method writeSpawnData (line 151) | @Override method readSpawnData (line 158) | @Override method getExpectedWheelID (line 169) | public int getExpectedWheelID() method updateRidden (line 174) | @Override FILE: src/main/java/com/flansmod/common/driveables/EnumDriveablePart.java type EnumDriveablePart (line 5) | public enum EnumDriveablePart method EnumDriveablePart (line 50) | EnumDriveablePart(EnumDriveablePart[] parts, String s, String s2) method getChildren (line 60) | public EnumDriveablePart[] getChildren() method getParents (line 68) | public EnumDriveablePart[] getParents() method getShortName (line 82) | public String getShortName() method getName (line 87) | public String getName() method getPart (line 95) | public static EnumDriveablePart getPart(String s) method isWheel (line 103) | public static boolean isWheel(EnumDriveablePart part) FILE: src/main/java/com/flansmod/common/driveables/EnumPlaneMode.java type EnumPlaneMode (line 3) | public enum EnumPlaneMode method getMode (line 7) | public static EnumPlaneMode getMode(String s) FILE: src/main/java/com/flansmod/common/driveables/EnumWeaponType.java type EnumWeaponType (line 3) | public enum EnumWeaponType FILE: src/main/java/com/flansmod/common/driveables/ItemPlane.java class ItemPlane (line 36) | public class ItemPlane extends Item implements IPaintableItem method ItemPlane (line 40) | public ItemPlane(PlaneType type1) method getShareTag (line 49) | @Override method getTagCompound (line 56) | private NBTTagCompound getTagCompound(ItemStack stack, World world) method getOldTagCompound (line 73) | private NBTTagCompound getOldTagCompound(ItemStack stack, World world) method addInformation (line 100) | @Override method onItemRightClick (line 110) | @Override method spawnPlane (line 153) | public Entity spawnPlane(World world, double x, double y, double z, It... method getPlaneData (line 168) | public DriveableData getPlaneData(ItemStack itemstack, World world) method getSubItems (line 176) | @Override method getInfoType (line 196) | @Override method GetPaintableType (line 202) | @Override FILE: src/main/java/com/flansmod/common/driveables/ItemVehicle.java class ItemVehicle (line 37) | public class ItemVehicle extends ItemMapBase implements IPaintableItem method ItemVehicle (line 41) | public ItemVehicle(VehicleType type1) method getShareTag (line 50) | @Override method getTagCompound (line 57) | private NBTTagCompound getTagCompound(ItemStack stack, World world) method getOldTagCompound (line 74) | private NBTTagCompound getOldTagCompound(ItemStack stack, World world) method addInformation (line 97) | @Override method onItemRightClick (line 111) | @Override method spawnVehicle (line 151) | public Entity spawnVehicle(World world, double x, double y, double z, ... method getData (line 161) | public DriveableData getData(ItemStack itemstack, World world) method getSubItems (line 169) | @Override method getInfoType (line 189) | @Override method GetPaintableType (line 195) | @Override FILE: src/main/java/com/flansmod/common/driveables/PilotGun.java class PilotGun (line 6) | public class PilotGun extends DriveablePosition method PilotGun (line 13) | public PilotGun(String[] split) FILE: src/main/java/com/flansmod/common/driveables/PlaneType.java class PlaneType (line 16) | public class PlaneType extends DriveableType method read (line 148) | @Override method PlaneType (line 168) | public PlaneType(TypeFile file) method preRead (line 174) | @Override method numEngines (line 180) | @Override method getItemsRequired (line 195) | @Override method getPlane (line 212) | public static PlaneType getPlane(String find) method reloadModel (line 225) | public void reloadModel() method createDriveable (line 230) | @Override FILE: src/main/java/com/flansmod/common/driveables/Propeller.java class Propeller (line 6) | public class Propeller method Propeller (line 25) | public Propeller(int i, int x, int y, int z, EnumDriveablePart part, P... method getPosition (line 35) | public Vector3f getPosition() FILE: src/main/java/com/flansmod/common/driveables/Seat.java class Seat (line 6) | public class Seat method Seat (line 82) | public Seat(String[] split) method Seat (line 109) | public Seat(int dx, int dy, int dz) method Seat (line 121) | public Seat(int dx, int dy, int dz, float y1, float y2, float p1, floa... FILE: src/main/java/com/flansmod/common/driveables/ShootPoint.java class ShootPoint (line 4) | public class ShootPoint method ShootPoint (line 10) | public ShootPoint(DriveablePosition driverPos, Vector3f offsetPos) FILE: src/main/java/com/flansmod/common/driveables/VehicleType.java class VehicleType (line 15) | public class VehicleType extends DriveableType method VehicleType (line 75) | public VehicleType(TypeFile file) method preRead (line 81) | @Override method read (line 88) | @Override method getItemsRequired (line 112) | @Override method getVehicle (line 125) | public static VehicleType getVehicle(String find) method reloadModel (line 138) | public void reloadModel() method createDriveable (line 143) | @Override FILE: src/main/java/com/flansmod/common/driveables/collisions/CollisionPlane.java class CollisionPlane (line 5) | public class CollisionPlane { method CollisionPlane (line 12) | public CollisionPlane(Vector3f origin, Vector3f normal) method CollisionPlane (line 26) | public CollisionPlane(Vector3f p1, Vector3f p2, Vector3f p3) method isFrontFacingTo (line 43) | public boolean isFrontFacingTo(Vector3f direction) method signedDistanceTo (line 51) | public double signedDistanceTo(Vector3f point) FILE: src/main/java/com/flansmod/common/driveables/collisions/CollisionShapeBox.java class CollisionShapeBox (line 5) | public class CollisionShapeBox { method CollisionShapeBox (line 11) | public CollisionShapeBox(Vector3f position, Vector3f boxsize, Vector3f... FILE: src/main/java/com/flansmod/common/driveables/collisions/CollisionTest.java class CollisionTest (line 7) | public class CollisionTest { method CollisionTest (line 37) | public CollisionTest(Vector3f ellipsoid, Vector3f origin, Vector3f mot... method checkTriangle (line 50) | public void checkTriangle(CollisionTest test, Vector3f p1, Vector3f p2... method getLowestRoot (line 282) | public float getLowestRoot(float a, float b, float c, float maxR) method checkPointInTriangle (line 312) | public boolean checkPointInTriangle(Vector3f point, Vector3f p1, Vecto... method ConvertR3ToESpace (line 333) | public Vector3f ConvertR3ToESpace(Vector3f r3) method ConvertESpaceToR3 (line 338) | public Vector3f ConvertESpaceToR3(Vector3f esp) FILE: src/main/java/com/flansmod/common/driveables/collisions/RidingEntityPosition.java class RidingEntityPosition (line 6) | public class RidingEntityPosition { method RidingEntityPosition (line 14) | public RidingEntityPosition(float hitX, float hitY, float hitZ, int su... method length (line 22) | public float length(Vector3f pos1, Vector3f pos2) FILE: src/main/java/com/flansmod/common/driveables/mechas/ContainerMechaInventory.java class ContainerMechaInventory (line 10) | public class ContainerMechaInventory extends Container method ContainerMechaInventory (line 19) | public ContainerMechaInventory(InventoryPlayer inv, World w, EntityMec... method onContainerClosed (line 78) | @Override method updateScroll (line 85) | public void updateScroll(int scrololol) method canInteractWith (line 101) | @Override method transferStackInSlot (line 107) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/EntityMecha.java class EntityMecha (line 76) | public class EntityMecha extends EntityDriveable method EntityMecha (line 119) | public EntityMecha(World world) method EntityMecha (line 128) | public EntityMecha(World world, double x, double y, double z, MechaTyp... method EntityMecha (line 139) | public EntityMecha(World world, double x, double y, double z, EntityPl... method initType (line 148) | @Override method writeEntityToNBT (line 156) | @Override method readEntityFromNBT (line 164) | @Override method writeSpawnData (line 172) | @Override method readSpawnData (line 179) | @Override method getYOffset (line 189) | @Override method onMouseMoved (line 195) | @Override method processInitialInteract (line 200) | @Override method getMechaType (line 223) | public MechaType getMechaType() method pressKey (line 228) | @Override method creative (line 263) | protected boolean creative() method useItem (line 268) | protected boolean useItem(boolean left) method shoot (line 374) | private void shoot(ItemStack stack, GunType gunType, ItemStack bulletS... method fall (line 438) | @Override method attackEntityFrom (line 444) | @Override method onUpdate (line 496) | @Override method mineBlock (line 690) | private void mineBlock(Entity driver, EntityPlayer playerDriver, boole... method vacuumItems (line 783) | private void vacuumItems(boolean isCreative, MechaType type, Driveable... method updateHeadPosition (line 853) | private void updateHeadPosition( method updateDespawn (line 893) | private void updateDespawn(Entity driver) { method updateHeight (line 903) | private void updateHeight(MechaType type) { method detectDiamonds (line 917) | private void detectDiamonds(EntityPlayer playerDriver) { method autoRepair (line 946) | private void autoRepair(EntityPlayer playerDriver, boolean isCreative,... method updateDelays (line 964) | private void updateDelays() { method moveAI (line 975) | protected void moveAI(Vector3f actualMotion) method tailFloat (line 980) | private float tailFloat(float f) method stopFallDamage (line 991) | public boolean stopFallDamage() method breakBlocksUponFalling (line 1004) | public boolean breakBlocksUponFalling() method canVacuumItems (line 1017) | public boolean canVacuumItems() method refineIron (line 1030) | public boolean refineIron() method canDetectDiamonds (line 1043) | public boolean canDetectDiamonds() method getDiamondDetectingUpgrade (line 1053) | public Option getDiamondDetectingUpgrade() method wasteCompact (line 1066) | public Boolean wasteCompact() method diamondMultiplier (line 1079) | public float diamondMultiplier() method speedMultiplier (line 1092) | public float speedMultiplier() method coalMultiplier (line 1105) | public float coalMultiplier() method redstoneMultiplier (line 1118) | public float redstoneMultiplier() method vulnerability (line 1131) | public float vulnerability() method emeraldMultiplier (line 1144) | public float emeraldMultiplier() method ironMultiplier (line 1157) | public float ironMultiplier() method lightLevel (line 1170) | public int lightLevel() method forceDark (line 1183) | public boolean forceDark() method autoCoal (line 1196) | public boolean autoCoal() method canAutoRepair (line 1209) | public boolean canAutoRepair() method shouldFloat (line 1222) | public boolean shouldFloat() method infiniteAmmo (line 1235) | public boolean infiniteAmmo() method rocketPack (line 1248) | public MechaItemType rocketPack() method shouldFly (line 1258) | public boolean shouldFly() method jetPackPower (line 1266) | public float jetPackPower() method getUpgradeTypes (line 1276) | public ArrayList getUpgradeTypes() method showInventory (line 1289) | @SideOnly(Side.CLIENT) method dropItemsOnPartDeath (line 1296) | @Override method hasMouseControlMode (line 1309) | @Override method getBombInventoryName (line 1315) | @Override method getMissileInventoryName (line 1321) | @Override method getCamera (line 1327) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/EnumMechaItemType.java type EnumMechaItemType (line 3) | public enum EnumMechaItemType method getToolType (line 7) | public static EnumMechaItemType getToolType(String s) method getValidSlots (line 17) | public EnumMechaSlotType[] getValidSlots() FILE: src/main/java/com/flansmod/common/driveables/mechas/EnumMechaSlotType.java type EnumMechaSlotType (line 3) | public enum EnumMechaSlotType method accepts (line 7) | public boolean accepts(EnumMechaItemType type) FILE: src/main/java/com/flansmod/common/driveables/mechas/EnumMechaToolType.java type EnumMechaToolType (line 5) | public enum EnumMechaToolType method getToolType (line 9) | public static EnumMechaToolType getToolType(String s) method effectiveAgainst (line 19) | public boolean effectiveAgainst(Material material) FILE: src/main/java/com/flansmod/common/driveables/mechas/ItemMecha.java class ItemMecha (line 32) | public class ItemMecha extends Item implements IPaintableItem method ItemMecha (line 36) | public ItemMecha(MechaType type1) method addInformation (line 45) | @Override method getShareTag (line 59) | @Override method getTagCompound (line 66) | private NBTTagCompound getTagCompound(ItemStack stack, World world) method onItemRightClick (line 81) | @Override method getData (line 117) | public DriveableData getData(ItemStack itemstack, World world) method getSubItems (line 122) | @Override method getInfoType (line 142) | @Override method GetPaintableType (line 148) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/ItemMechaAddon.java class ItemMechaAddon (line 15) | public class ItemMechaAddon extends Item implements IFlanItem method ItemMechaAddon (line 19) | public ItemMechaAddon(MechaItemType type1) method addInformation (line 28) | @Override method getInfoType (line 37) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/MechaInventory.java class MechaInventory (line 15) | public class MechaInventory implements IInventory method MechaInventory (line 20) | public MechaInventory(EntityMecha m) method MechaInventory (line 30) | public MechaInventory(EntityMecha m, NBTTagCompound tags) method readFromNBT (line 36) | public void readFromNBT(NBTTagCompound tags) method writeToNBT (line 46) | public NBTTagCompound writeToNBT(NBTTagCompound tags) method getSizeInventory (line 58) | @Override method getStackInSlot (line 64) | @Override method getStackInSlot (line 70) | public ItemStack getStackInSlot(EnumMechaSlotType e) method decrStackSize (line 75) | @Override method setInventorySlotContents (line 95) | @Override method setInventorySlotContents (line 101) | public void setInventorySlotContents(EnumMechaSlotType e, ItemStack it... method getInventoryStackLimit (line 107) | @Override method markDirty (line 113) | @Override method isItemValidForSlot (line 120) | @Override method getName (line 134) | @Override method hasCustomName (line 140) | @Override method getDisplayName (line 146) | @Override method openInventory (line 152) | @Override method closeInventory (line 158) | @Override method getField (line 164) | @Override method setField (line 170) | @Override method getFieldCount (line 176) | @Override method clear (line 182) | @Override method isEmpty (line 188) | @Override method removeStackFromSlot (line 194) | @Override method isUsableByPlayer (line 200) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/MechaItemType.java class MechaItemType (line 15) | public class MechaItemType extends InfoType method MechaItemType (line 84) | public MechaItemType(TypeFile file) method read (line 90) | @Override method getTool (line 171) | public static MechaItemType getTool(String find) method reloadModel (line 181) | public void reloadModel() method preRead (line 187) | @Override method postRead (line 192) | @Override method GetModel (line 197) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/MechaType.java class MechaType (line 20) | public class MechaType extends DriveableType method MechaType (line 114) | public MechaType(TypeFile file) method read (line 120) | @Override method getItemsRequired (line 215) | @Override method reloadModel (line 231) | public void reloadModel() method getMecha (line 236) | public static MechaType getMecha(String find) method createDriveable (line 246) | @Override FILE: src/main/java/com/flansmod/common/driveables/mechas/SlotMecha.java class SlotMecha (line 10) | public class SlotMecha extends Slot method SlotMecha (line 14) | public SlotMecha(IInventory inv, EnumMechaSlotType e, int x, int y) method isItemValid (line 20) | @Override method putStack (line 37) | @Override FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentDuelist.java class EnchantmentDuelist (line 7) | public class EnchantmentDuelist extends Enchantment method EnchantmentDuelist (line 9) | protected EnchantmentDuelist() method getMaxLevel (line 14) | @Override method canApplyTogether (line 20) | @Override FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentJuggernaut.java class EnchantmentJuggernaut (line 9) | public class EnchantmentJuggernaut extends Enchantment method EnchantmentJuggernaut (line 11) | protected EnchantmentJuggernaut() method getMaxLevel (line 23) | @Override method isTreasureEnchantment (line 29) | @Override method getMinEnchantability (line 35) | @Override method getMaxEnchantability (line 41) | @Override FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentLumberjack.java class EnchantmentLumberjack (line 8) | public class EnchantmentLumberjack extends Enchantment method EnchantmentLumberjack (line 10) | protected EnchantmentLumberjack() method getMaxLevel (line 15) | @Override method canApplyTogether (line 21) | @Override FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentModule.java class EnchantmentModule (line 24) | public class EnchantmentModule method EnchantmentModule (line 37) | public EnchantmentModule() method PreInit (line 42) | public void PreInit() method Init (line 53) | public void Init() method PostInit (line 58) | public void PostInit() method RegisterEnchants (line 63) | @SubscribeEvent method AttackEvent (line 74) | @SubscribeEvent method ModifyGun (line 147) | public static void ModifyGun(FireableGun fireableGun, EntityLivingBase... method ModifyReloadTime (line 167) | public static float ModifyReloadTime(float reloadTime, EntityLivingBas... FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentNimble.java class EnchantmentNimble (line 7) | public class EnchantmentNimble extends Enchantment method EnchantmentNimble (line 9) | protected EnchantmentNimble() method getMaxLevel (line 14) | @Override FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentSharpshooter.java class EnchantmentSharpshooter (line 8) | public class EnchantmentSharpshooter extends Enchantment method EnchantmentSharpshooter (line 10) | protected EnchantmentSharpshooter() method getMaxLevel (line 15) | @Override method canApplyTogether (line 21) | @Override FILE: src/main/java/com/flansmod/common/enchantments/EnchantmentSteady.java class EnchantmentSteady (line 7) | public class EnchantmentSteady extends Enchantment method EnchantmentSteady (line 9) | protected EnchantmentSteady() method getMaxLevel (line 14) | @Override FILE: src/main/java/com/flansmod/common/enchantments/GloveType.java class GloveType (line 18) | public class GloveType extends InfoType method GloveType (line 32) | public GloveType(TypeFile file) method preRead (line 37) | @Override method read (line 44) | @Override method postRead (line 66) | @Override method getGlove (line 72) | public static GloveType getGlove(String s) FILE: src/main/java/com/flansmod/common/enchantments/ItemGlove.java class ItemGlove (line 18) | public class ItemGlove extends Item implements IFlanItem method ItemGlove (line 23) | public ItemGlove(GloveType glove) method getInfoType (line 34) | @Override method getItemEnchantability (line 40) | @Override method addInformation (line 46) | @SideOnly(Side.CLIENT) FILE: src/main/java/com/flansmod/common/eventhandlers/PlayerDeathEventListener.java class PlayerDeathEventListener (line 15) | public class PlayerDeathEventListener method PlayerDeathEventListener (line 17) | public PlayerDeathEventListener() method PlayerDied (line 22) | @EventHandler FILE: src/main/java/com/flansmod/common/guns/AAGunType.java class AAGunType (line 18) | public class AAGunType extends InfoType method AAGunType (line 54) | public AAGunType(TypeFile file) method read (line 60) | @Override method isAmmo (line 141) | public boolean isAmmo(BulletType type) method isAmmo (line 146) | public boolean isAmmo(ItemStack stack) method getAAGun (line 153) | public static AAGunType getAAGun(String s) method reloadModel (line 166) | public void reloadModel() method addLoot (line 171) | @Override method preRead (line 177) | @Override method postRead (line 182) | @Override method GetModel (line 192) | @Override FILE: src/main/java/com/flansmod/common/guns/AttachmentType.java class AttachmentType (line 17) | public class AttachmentType extends PaintableType implements IScope method AttachmentType (line 110) | public AttachmentType(TypeFile file) method read (line 116) | @Override method reloadModel (line 186) | public void reloadModel() method getFromNBT (line 192) | public static AttachmentType getFromNBT(NBTTagCompound tags) method getZoomFactor (line 200) | @Override method hasZoomOverlay (line 206) | @Override method getZoomOverlay (line 212) | @Override method getFOVFactor (line 218) | @Override method getAttachment (line 224) | public static AttachmentType getAttachment(String s) method preRead (line 234) | @Override method postRead (line 240) | @Override method GetModel (line 246) | @Override method GetRecommendedScale (line 253) | @Override FILE: src/main/java/com/flansmod/common/guns/BulletType.java class BulletType (line 14) | public class BulletType extends ShootableType method BulletType (line 62) | public BulletType(TypeFile file) method read (line 69) | @Override method getBullet (line 134) | public static BulletType getBullet(String s) method getBullet (line 144) | public static BulletType getBullet(Item item) method reloadModel (line 157) | public void reloadModel() FILE: src/main/java/com/flansmod/common/guns/ContainerGunModTable.java class ContainerGunModTable (line 14) | public class ContainerGunModTable extends Container method ContainerGunModTable (line 20) | public ContainerGunModTable(InventoryPlayer i, World w) method onContainerClosed (line 60) | @Override method canInteractWith (line 67) | @Override method transferStackInSlot (line 73) | @Override method pressButton (line 137) | public void pressButton(boolean paint, boolean left) method clickPaintjob (line 142) | public void clickPaintjob(int i) method clickPaintjob (line 152) | public void clickPaintjob(Paintjob paintjob) FILE: src/main/java/com/flansmod/common/guns/EntityAAGun.java class EntityAAGun (line 37) | public class EntityAAGun extends Entity implements IEntityAdditionalSpaw... method EntityAAGun (line 90) | public EntityAAGun(World world) method EntityAAGun (line 101) | public EntityAAGun(World world, AAGunType type1, double d, double d1, ... method setPosition (line 111) | @Override method setPositionAndRotationDirect (line 122) | @Override method initType (line 133) | public void initType() method entityInit (line 144) | @Override method onCollideWithPlayer (line 149) | @Override method applyEntityCollision (line 155) | @Override method getCollisionBox (line 162) | @Override method canBePushed (line 168) | @Override method getMountedYOffset (line 174) | @Override method setMouseHeld (line 180) | public void setMouseHeld(boolean held) method attackEntityFrom (line 185) | @Override method rotate (line 213) | public Vec3d rotate(double x, double y, double z) method canBeCollidedWith (line 227) | @Override method onUpdate (line 233) | @Override method isSentry (line 422) | public boolean isSentry() method getValidTarget (line 427) | public Entity getValidTarget() method checkForShooting (line 463) | @SideOnly(Side.CLIENT) method setDead (line 479) | @Override method updatePassenger (line 495) | @Override method writeEntityToNBT (line 513) | @Override method readEntityFromNBT (line 532) | @Override method processInitialInteract (line 547) | @Override method findAmmo (line 586) | public int findAmmo(EntityPlayer player) method writeSpawnData (line 599) | @Override method readSpawnData (line 605) | @Override method canRiderInteract (line 621) | @Override method getPickedResult (line 627) | @Override FILE: src/main/java/com/flansmod/common/guns/EntityBullet.java class EntityBullet (line 41) | public class EntityBullet extends EntityShootable implements IEntityAddi... method EntityBullet (line 66) | public EntityBullet(World world) method EntityBullet (line 72) | public EntityBullet(World world, FiredShot shot, Vec3d origin, Vec3d d... method entityInit (line 88) | @Override method setArrowHeading (line 94) | public void setArrowHeading(double d, double d1, double d2, float spre... method getLockOnTarget (line 120) | private void getLockOnTarget() method setVelocity (line 154) | @Override method onUpdate (line 169) | @Override method onUpdateClient (line 362) | @SideOnly(Side.CLIENT) method spawnParticles (line 380) | @SideOnly(Side.CLIENT) method setDead (line 401) | @Override method writeEntityToNBT (line 409) | @Override method readEntityFromNBT (line 441) | @Override method writeSpawnData (line 470) | @Override method readSpawnData (line 478) | @Override method isBurning (line 495) | @Override method canBePushed (line 501) | @Override method getFiredShot (line 507) | public FiredShot getFiredShot() FILE: src/main/java/com/flansmod/common/guns/EntityDamageSourceFlan.java class EntityDamageSourceFlan (line 16) | public class EntityDamageSourceFlan extends EntityDamageSourceIndirect{ method EntityDamageSourceFlan (line 27) | public EntityDamageSourceFlan(String s, Entity entity, EntityPlayer pl... method EntityDamageSourceFlan (line 39) | public EntityDamageSourceFlan(String s, Entity entity, EntityPlayer pl... method getDeathMessage (line 47) | @Override method getWeapon (line 65) | public InfoType getWeapon() method getCausedPlayer (line 73) | public EntityPlayer getCausedPlayer() method isHeadshot (line 81) | public boolean isHeadshot() method getDamageLocation (line 86) | @Override FILE: src/main/java/com/flansmod/common/guns/EntityGrenade.java class EntityGrenade (line 47) | public class EntityGrenade extends EntityShootable implements IEntityAdd... method EntityGrenade (line 96) | public EntityGrenade(World w) method EntityGrenade (line 110) | public EntityGrenade(World w, Vector3f pos, GrenadeType g, float rotat... method EntityGrenade (line 138) | public EntityGrenade(EntityLivingBase entity, GrenadeType g) method EntityGrenade (line 150) | public EntityGrenade(EntityPlayer player, GrenadeType g) method EntityGrenade (line 168) | public EntityGrenade(World w, Vector3f pos, GrenadeType g, float rotat... method onUpdate (line 175) | @Override method attackEntityFrom (line 474) | @Override method detonate (line 482) | public void detonate() method setPositionAndRotationDirect (line 560) | @Override method getGrenadeDamage (line 566) | private DamageSource getGrenadeDamage() method entityInit (line 575) | @Override method readEntityFromNBT (line 581) | @Override method writeEntityToNBT (line 591) | @Override method writeSpawnData (line 606) | @Override method readSpawnData (line 616) | @Override method isBurning (line 633) | @Override method canBeCollidedWith (line 639) | @Override method processInitialInteract (line 645) | @Override FILE: src/main/java/com/flansmod/common/guns/EntityMG.java class EntityMG (line 38) | public class EntityMG extends Entity implements IEntityAdditionalSpawnData method EntityMG (line 56) | public EntityMG(World world) method EntityMG (line 63) | public EntityMG(World world, int x, int y, int z, int dir, GunType gun... method canBeCollidedWith (line 82) | @Override method onUpdate (line 88) | @Override method checkForShooting (line 184) | @SideOnly(Side.CLIENT) method mouseHeld (line 200) | public void mouseHeld(boolean held) method fire (line 205) | private void fire() method attackEntityFrom (line 241) | @Override method processInitialInteract (line 267) | @Override method mountGun (line 315) | public void mountGun(EntityPlayer player, boolean mounting) method findAmmo (line 334) | public int findAmmo(EntityPlayer player) method setDead (line 347) | @Override method writeEntityToNBT (line 372) | @Override method readEntityFromNBT (line 383) | @Override method entityInit (line 394) | @Override method writeSpawnData (line 399) | @Override method readSpawnData (line 410) | @Override method getPickedResult (line 430) | @Override FILE: src/main/java/com/flansmod/common/guns/EntityShootable.java class EntityShootable (line 6) | public abstract class EntityShootable extends Entity method EntityShootable (line 8) | public EntityShootable(World w) FILE: src/main/java/com/flansmod/common/guns/EnumAttachmentType.java type EnumAttachmentType (line 3) | public enum EnumAttachmentType method get (line 7) | public static EnumAttachmentType get(String s) FILE: src/main/java/com/flansmod/common/guns/EnumFireMode.java type EnumFireMode (line 3) | public enum EnumFireMode method getFireMode (line 7) | public static EnumFireMode getFireMode(String s) FILE: src/main/java/com/flansmod/common/guns/EnumSecondaryFunction.java type EnumSecondaryFunction (line 3) | public enum EnumSecondaryFunction method get (line 7) | public static EnumSecondaryFunction get(String s) FILE: src/main/java/com/flansmod/common/guns/EnumSpreadPattern.java type EnumSpreadPattern (line 3) | public enum EnumSpreadPattern method get (line 11) | public static EnumSpreadPattern get(String s) FILE: src/main/java/com/flansmod/common/guns/FireableGun.java class FireableGun (line 8) | public class FireableGun method FireableGun (line 28) | public FireableGun(InfoType type, float damage, float spread, float bu... method FireableGun (line 40) | public FireableGun(InfoType type, float damage, float vehicledamage, f... method getGunSpread (line 53) | public float getGunSpread() method getSpreadPattern (line 58) | public EnumSpreadPattern getSpreadPattern() method getShortName (line 66) | public String getShortName() method getInfoType (line 74) | public InfoType getInfoType() method getDamage (line 82) | public float getDamage() method getBulletSpeed (line 90) | public float getBulletSpeed() method getDamageAgainstVehicles (line 98) | public float getDamageAgainstVehicles() method MultiplySpread (line 103) | public void MultiplySpread(float multiplier) { spread *= multiplier; } method MultiplyDamage (line 104) | public void MultiplyDamage(float multiplier) { damage *= multiplier; } FILE: src/main/java/com/flansmod/common/guns/FiredShot.java class FiredShot (line 15) | public class FiredShot { method FiredShot (line 38) | public FiredShot(FireableGun weapon, BulletType bullet) method FiredShot (line 51) | public FiredShot(FireableGun weapon, BulletType bullet, EntityPlayerMP... method FiredShot (line 64) | public FiredShot(FireableGun weapon, BulletType bullet, Entity shooter) method FiredShot (line 78) | public FiredShot(FireableGun weapon, BulletType bullet, Entity shooter... method getFireableGun (line 89) | public FireableGun getFireableGun() method getBulletType (line 97) | public BulletType getBulletType() method getDamageSource (line 105) | public DamageSource getDamageSource() method getDamageSource (line 113) | public DamageSource getDamageSource(Boolean headshot) method getPlayerOptional (line 128) | public Optional getPlayerOptional() method getShooterOptional (line 136) | public Optional getShooterOptional() FILE: src/main/java/com/flansmod/common/guns/GrenadeType.java class GrenadeType (line 11) | public class GrenadeType extends ShootableType method GrenadeType (line 148) | public GrenadeType(TypeFile file) method postRead (line 154) | @Override method read (line 160) | @Override method getGrenade (line 253) | public static GrenadeType getGrenade(String s) method reloadModel (line 266) | public void reloadModel() FILE: src/main/java/com/flansmod/common/guns/GunType.java class GunType (line 24) | public class GunType extends PaintableType implements IScope method GunType (line 301) | public GunType(TypeFile file) method postRead (line 306) | @Override method checkMF (line 320) | @SideOnly(Side.CLIENT) method read (line 329) | @Override method isCorrectAmmo (line 543) | public boolean isCorrectAmmo(ShootableType type) method isCorrectAmmo (line 548) | public boolean isCorrectAmmo(ItemStack stack) method reloadModel (line 566) | public void reloadModel() method getZoomFactor (line 571) | @Override method hasZoomOverlay (line 577) | @Override method getZoomOverlay (line 583) | @Override method getFOVFactor (line 589) | @Override method getCurrentScope (line 600) | public IScope getCurrentScope(ItemStack gunStack) method getCurrentAttachments (line 609) | public ArrayList getCurrentAttachments(ItemStack gun) method appendToList (line 629) | private void appendToList(ItemStack gun, String name, ArrayList getRecipe(String[] split) method getBox (line 139) | public static GunBoxType getBox(String s) method getBox (line 144) | public static GunBoxType getBox(Block block) class GunBoxPage (line 264) | public static class GunBoxPage method GunBoxPage (line 273) | public GunBoxPage(String s) method addNewEntry (line 279) | public void addNewEntry(InfoType type, List requiredParts) method addAmmoToCurrentEntry (line 286) | public void addAmmoToCurrentEntry(InfoType type, List req... class GunBoxEntry (line 295) | public static class GunBoxEntry method GunBoxEntry (line 300) | public GunBoxEntry(InfoType type, List requiredParts) method haveEnoughOf (line 306) | public boolean haveEnoughOf(InventoryPlayer inv, ItemStack stackNeeded) method haveEnoughOf (line 318) | private boolean haveEnoughOf(InventoryPlayer temporaryInventory, Ite... method canCraft (line 349) | public boolean canCraft(InventoryPlayer inv, boolean takeItems) class GunBoxEntryTopLevel (line 383) | public static class GunBoxEntryTopLevel extends GunBoxEntry method GunBoxEntryTopLevel (line 387) | public GunBoxEntryTopLevel(InfoType type, List requiredPa... method addAmmo (line 393) | public void addAmmo(InfoType type, List requiredParts) method canCraft (line 399) | public GunBoxEntry canCraft(InfoType type) FILE: src/main/java/com/flansmod/common/guns/raytracing/EnumHitboxType.java type EnumHitboxType (line 3) | public enum EnumHitboxType FILE: src/main/java/com/flansmod/common/guns/raytracing/FlansModRaytracer.java class FlansModRaytracer (line 32) | public class FlansModRaytracer method Raytrace (line 35) | public static List Raytrace(World world, Entity playerToIgn... method raytraceBlock (line 171) | private static List raytraceBlock( method GetPlayerMuzzlePosition (line 229) | public static Vector3f GetPlayerMuzzlePosition(EntityPlayer player, En... class BulletHit (line 246) | public static abstract class BulletHit implements Comparable method BulletHit (line 253) | public BulletHit(float f) method compareTo (line 258) | @Override method GetEntity (line 268) | public abstract Entity GetEntity(); class BlockHit (line 271) | public static class BlockHit extends BulletHit method BlockHit (line 276) | public BlockHit(RayTraceResult mop, Float f, IBlockState blockstate) method GetEntity (line 283) | @Override method getIBlockState (line 289) | public IBlockState getIBlockState() method getRayTraceResult (line 294) | public RayTraceResult getRayTraceResult() class EntityHit (line 300) | public static class EntityHit extends BulletHit method EntityHit (line 304) | public EntityHit(Entity e, float f) method GetEntity (line 310) | @Override class DriveableHit (line 317) | public static class DriveableHit extends BulletHit method DriveableHit (line 322) | public DriveableHit(EntityDriveable d, EnumDriveablePart p, float f) method GetEntity (line 329) | @Override class PlayerBulletHit (line 340) | public static class PlayerBulletHit extends BulletHit method PlayerBulletHit (line 347) | public PlayerBulletHit(PlayerHitbox box, float f) method GetEntity (line 353) | @Override FILE: src/main/java/com/flansmod/common/guns/raytracing/PlayerHitbox.java class PlayerHitbox (line 24) | public class PlayerHitbox method PlayerHitbox (line 49) | public PlayerHitbox(EntityPlayer player, RotatedAxes axes, Vector3f ro... method renderHitbox (line 59) | @SideOnly(Side.CLIENT) method raytrace (line 79) | public PlayerBulletHit raytrace(Vector3f origin, Vector3f motion) method hitByBullet (line 155) | public float hitByBullet(FiredShot shot, Float damage, Float penetrati... FILE: src/main/java/com/flansmod/common/guns/raytracing/PlayerSnapshot.java class PlayerSnapshot (line 25) | public class PlayerSnapshot method PlayerSnapshot (line 44) | public PlayerSnapshot(EntityPlayer p) method raytrace (line 107) | public ArrayList raytrace(Vector3f origin, Vector3f motion) method renderSnapshot (line 127) | @SideOnly(Side.CLIENT) method GetHitbox (line 136) | public PlayerHitbox GetHitbox(EnumHitboxType type) method GetMuzzleLocation (line 148) | public Vector3f GetMuzzleLocation(GunType gunType, AttachmentType barr... FILE: src/main/java/com/flansmod/common/network/PacketAAGunAngles.java class PacketAAGunAngles (line 11) | public class PacketAAGunAngles extends PacketBase method PacketAAGunAngles (line 17) | public PacketAAGunAngles() method PacketAAGunAngles (line 21) | public PacketAAGunAngles(EntityAAGun entity) method encodeInto (line 28) | @Override method decodeInto (line 36) | @Override method handleServerSide (line 44) | @Override method handleClientSide (line 50) | @Override FILE: src/main/java/com/flansmod/common/network/PacketAddSingleRewardBoxInstance.java class PacketAddSingleRewardBoxInstance (line 11) | public class PacketAddSingleRewardBoxInstance extends PacketBase method encodeInto (line 15) | @Override method decodeInto (line 21) | @Override method handleServerSide (line 27) | @Override method handleClientSide (line 33) | @Override FILE: src/main/java/com/flansmod/common/network/PacketBase.java class PacketBase (line 14) | public abstract class PacketBase method encodeInto (line 19) | public abstract void encodeInto(ChannelHandlerContext ctx, ByteBuf data); method decodeInto (line 24) | public abstract void decodeInto(ChannelHandlerContext ctx, ByteBuf data); method handleServerSide (line 29) | public abstract void handleServerSide(EntityPlayerMP playerEntity); method handleClientSide (line 34) | @SideOnly(Side.CLIENT) method writeUTF (line 40) | public static void writeUTF(ByteBuf data, String s) method readUTF (line 48) | public static String readUTF(ByteBuf data) FILE: src/main/java/com/flansmod/common/network/PacketBaseEdit.java class PacketBaseEdit (line 22) | public class PacketBaseEdit extends PacketBase method PacketBaseEdit (line 43) | public PacketBaseEdit() method PacketBaseEdit (line 50) | public PacketBaseEdit(int baseID, String baseName, String[] maps, int ... method PacketBaseEdit (line 58) | public PacketBaseEdit(int baseID, String baseName, String[] maps, int ... method encodeInto (line 68) | @Override method decodeInto (line 81) | @Override method handleServerSide (line 95) | @Override method handleClientSide (line 118) | @Override FILE: src/main/java/com/flansmod/common/network/PacketBlockHitEffect.java class PacketBlockHitEffect (line 22) | public class PacketBlockHitEffect extends PacketBase method PacketBlockHitEffect (line 38) | public PacketBlockHitEffect() { method PacketBlockHitEffect (line 42) | public PacketBlockHitEffect(Vector3f hit, Vector3f direction, BlockPos... method PacketBlockHitEffect (line 47) | public PacketBlockHitEffect(Float x, Float y, Float z, Float direction... method encodeInto (line 64) | @Override method decodeInto (line 82) | @Override method handleServerSide (line 100) | @Override method handleClientSide (line 106) | @Override FILE: src/main/java/com/flansmod/common/network/PacketBreakSound.java class PacketBreakSound (line 21) | public class PacketBreakSound extends PacketBase method PacketBreakSound (line 26) | public PacketBreakSound() method PacketBreakSound (line 30) | public PacketBreakSound(int x, int y, int z, Block block) method encodeInto (line 38) | @Override method decodeInto (line 47) | @Override method handleServerSide (line 56) | @Override method handleClientSide (line 62) | @Override FILE: src/main/java/com/flansmod/common/network/PacketBulletTrail.java class PacketBulletTrail (line 13) | public class PacketBulletTrail extends PacketBase method PacketBulletTrail (line 23) | public PacketBulletTrail() method PacketBulletTrail (line 27) | public PacketBulletTrail(Vector3f origin, Vector3f hitPos, Float width... method encodeInto (line 37) | @Override method decodeInto (line 56) | @Override method handleServerSide (line 71) | @Override method handleClientSide (line 77) | @Override FILE: src/main/java/com/flansmod/common/network/PacketBuyArmour.java class PacketBuyArmour (line 13) | public class PacketBuyArmour extends PacketBase method PacketBuyArmour (line 19) | public PacketBuyArmour() method PacketBuyArmour (line 23) | public PacketBuyArmour(String box, String armour, int i) method encodeInto (line 30) | @Override method decodeInto (line 38) | @Override method handleServerSide (line 46) | @Override method handleClientSide (line 53) | @Override FILE: src/main/java/com/flansmod/common/network/PacketBuyWeapon.java class PacketBuyWeapon (line 14) | public class PacketBuyWeapon extends PacketBase method PacketBuyWeapon (line 19) | public PacketBuyWeapon() method PacketBuyWeapon (line 23) | public PacketBuyWeapon(GunBoxType box, InfoType type) method encodeInto (line 29) | @Override method decodeInto (line 36) | @Override method handleServerSide (line 43) | @Override method handleClientSide (line 50) | @Override FILE: src/main/java/com/flansmod/common/network/PacketCraftDriveable.java class PacketCraftDriveable (line 13) | public class PacketCraftDriveable extends PacketBase method PacketCraftDriveable (line 17) | public PacketCraftDriveable() method PacketCraftDriveable (line 21) | public PacketCraftDriveable(String s) method encodeInto (line 26) | @Override method decodeInto (line 32) | @Override method handleServerSide (line 38) | @Override method handleClientSide (line 46) | @Override FILE: src/main/java/com/flansmod/common/network/PacketDriveableControl.java class PacketDriveableControl (line 15) | public class PacketDriveableControl extends PacketBase method PacketDriveableControl (line 26) | public PacketDriveableControl() method PacketDriveableControl (line 30) | public PacketDriveableControl(EntityDriveable driveable) method encodeInto (line 59) | @Override method decodeInto (line 80) | @Override method handleServerSide (line 101) | @Override method updateDriveable (line 120) | protected void updateDriveable(EntityDriveable driveable, boolean clie... method handleClientSide (line 126) | @Override FILE: src/main/java/com/flansmod/common/network/PacketDriveableDamage.java class PacketDriveableDamage (line 16) | public class PacketDriveableDamage extends PacketBase method PacketDriveableDamage (line 22) | public PacketDriveableDamage() method PacketDriveableDamage (line 28) | public PacketDriveableDamage(EntityDriveable driveable) method encodeInto (line 42) | @Override method decodeInto (line 53) | @Override method handleServerSide (line 64) | @Override method handleClientSide (line 70) | @Override FILE: src/main/java/com/flansmod/common/network/PacketDriveableGUI.java class PacketDriveableGUI (line 14) | public class PacketDriveableGUI extends PacketBase method PacketDriveableGUI (line 18) | public PacketDriveableGUI() method PacketDriveableGUI (line 22) | public PacketDriveableGUI(int i) method encodeInto (line 27) | @Override method decodeInto (line 33) | @Override method handleServerSide (line 39) | @Override method handleClientSide (line 69) | @Override FILE: src/main/java/com/flansmod/common/network/PacketDriveableKey.java class PacketDriveableKey (line 13) | public class PacketDriveableKey extends PacketBase method PacketDriveableKey (line 17) | public PacketDriveableKey() method PacketDriveableKey (line 21) | public PacketDriveableKey(int k) method encodeInto (line 26) | @Override method decodeInto (line 32) | @Override method handleServerSide (line 38) | @Override method handleClientSide (line 47) | @Override FILE: src/main/java/com/flansmod/common/network/PacketDriveableKeyHeld.java class PacketDriveableKeyHeld (line 13) | public class PacketDriveableKeyHeld extends PacketBase method PacketDriveableKeyHeld (line 18) | public PacketDriveableKeyHeld() method PacketDriveableKeyHeld (line 22) | public PacketDriveableKeyHeld(int key, boolean held) method encodeInto (line 28) | @Override method decodeInto (line 35) | @Override method handleServerSide (line 42) | @Override method handleClientSide (line 51) | @Override FILE: src/main/java/com/flansmod/common/network/PacketFlak.java class PacketFlak (line 18) | public class PacketFlak extends PacketBase method PacketFlak (line 35) | public PacketFlak() method PacketFlak (line 39) | public PacketFlak(double x1, double y1, double z1, int n, String s) method encodeInto (line 48) | @Override method decodeInto (line 58) | @Override method handleServerSide (line 68) | @Override method handleClientSide (line 74) | @Override FILE: src/main/java/com/flansmod/common/network/PacketGunAnimation.java class PacketGunAnimation (line 16) | public class PacketGunAnimation extends PacketBase method PacketGunAnimation (line 28) | public PacketGunAnimation() method PacketGunAnimation (line 33) | public PacketGunAnimation(EnumHand hand, Integer pumpdelay, Integer pu... method PacketGunAnimation (line 42) | public PacketGunAnimation(EnumHand hand, Integer pumpdelay, Integer pu... method PacketGunAnimation (line 49) | public PacketGunAnimation(EnumHand hand, Float minigunAddSpeed) method PacketGunAnimation (line 56) | public PacketGunAnimation(EnumHand hand, Integer reloadtime, Integer p... method encodeInto (line 65) | @Override method encodeInto (line 76) | private void encodeInto(ChannelHandlerContext ctx, ByteBuf data,Animat... method decodeInto (line 101) | @Override method decodeInto (line 111) | private void decodeInto(ChannelHandlerContext ctx, ByteBuf data,Animat... method handleServerSide (line 136) | @Override method handleClientSide (line 142) | @Override method handleAnimation (line 151) | private void handleAnimation(GunAnimations animations, AnimationType t... method decode (line 181) | private static AnimationType decode(Integer i) method encode (line 196) | private static Integer encode(AnimationType a) type AnimationType (line 210) | public static enum AnimationType FILE: src/main/java/com/flansmod/common/network/PacketGunFire.java class PacketGunFire (line 16) | public class PacketGunFire extends PacketBase method PacketGunFire (line 20) | public PacketGunFire() { method PacketGunFire (line 24) | public PacketGunFire(EnumHand hand) method encodeInto (line 29) | @Override method decodeInto (line 36) | @Override method handleServerSide (line 43) | @Override method handleClientSide (line 58) | @Override FILE: src/main/java/com/flansmod/common/network/PacketGunPaint.java class PacketGunPaint (line 11) | public class PacketGunPaint extends PacketBase method PacketGunPaint (line 15) | public PacketGunPaint() method PacketGunPaint (line 20) | public PacketGunPaint(int i) method encodeInto (line 25) | @Override method decodeInto (line 31) | @Override method handleServerSide (line 37) | @Override method handleClientSide (line 52) | @Override FILE: src/main/java/com/flansmod/common/network/PacketHandler.java class PacketHandler (line 37) | @ChannelHandler.Sharable method registerPacket (line 56) | public boolean registerPacket(Class cl) method encode (line 78) | @Override method decode (line 110) | @Override method handleClientPackets (line 156) | @SideOnly(Side.CLIENT) method handleServerPackets (line 166) | public void handleServerPackets() method initialise (line 183) | public void initialise() method postInitialise (line 230) | public void postInitialise() method getClientPlayer (line 246) | @SideOnly(Side.CLIENT) method sendToAll (line 255) | public void sendToAll(PacketBase packet) method sendTo (line 264) | public void sendTo(PacketBase packet, EntityPlayerMP player) method sendToAllAround (line 274) | public void sendToAllAround(PacketBase packet, NetworkRegistry.TargetP... method sendToDimension (line 284) | public void sendToDimension(PacketBase packet, int dimensionID) method sendToServer (line 294) | public void sendToServer(PacketBase packet) method sendToAll (line 305) | public void sendToAll(Packet packet) method sendTo (line 313) | public void sendTo(Packet packet, EntityPlayerMP player) method sendToAllAround (line 321) | public void sendToAllAround(Packet packet, NetworkRegistry.TargetPo... method sendToDimension (line 329) | public void sendToDimension(Packet packet, int dimensionID) method sendToServer (line 337) | public void sendToServer(Packet packet) method sendToAllAround (line 345) | public void sendToAllAround(PacketBase packet, double x, double y, dou... FILE: src/main/java/com/flansmod/common/network/PacketHitMarker.java class PacketHitMarker (line 13) | public class PacketHitMarker extends PacketBase method PacketHitMarker (line 16) | public PacketHitMarker() method encodeInto (line 21) | @Override method decodeInto (line 27) | @Override method handleServerSide (line 33) | @Override method handleClientSide (line 39) | @Override FILE: src/main/java/com/flansmod/common/network/PacketKillMessage.java class PacketKillMessage (line 12) | public class PacketKillMessage extends PacketBase method PacketKillMessage (line 19) | public PacketKillMessage() method PacketKillMessage (line 24) | public PacketKillMessage(boolean head, InfoType weapon, String victim,... method encodeInto (line 32) | @Override method decodeInto (line 41) | @Override method handleServerSide (line 50) | @Override method handleClientSide (line 56) | @Override FILE: src/main/java/com/flansmod/common/network/PacketLoadoutData.java class PacketLoadoutData (line 19) | public class PacketLoadoutData extends PacketBase method PacketLoadoutData (line 26) | public PacketLoadoutData() method encodeInto (line 31) | @Override method decodeInto (line 46) | @Override method handleServerSide (line 62) | @Override method handleClientSide (line 101) | @Override FILE: src/main/java/com/flansmod/common/network/PacketMGFire.java class PacketMGFire (line 15) | public class PacketMGFire extends PacketBase method PacketMGFire (line 19) | public PacketMGFire() method PacketMGFire (line 23) | public PacketMGFire(boolean h) method encodeInto (line 28) | @Override method decodeInto (line 34) | @Override method handleServerSide (line 40) | @Override method handleClientSide (line 54) | @Override FILE: src/main/java/com/flansmod/common/network/PacketMGMount.java class PacketMGMount (line 13) | public class PacketMGMount extends PacketBase method PacketMGMount (line 19) | public PacketMGMount() method PacketMGMount (line 23) | public PacketMGMount(EntityPlayer player, EntityMG mg, boolean mounting) method encodeInto (line 30) | @Override method decodeInto (line 38) | @Override method handleServerSide (line 46) | @Override method handleClientSide (line 52) | @Override FILE: src/main/java/com/flansmod/common/network/PacketMechaControl.java class PacketMechaControl (line 13) | public class PacketMechaControl extends PacketDriveableControl method PacketMechaControl (line 18) | public PacketMechaControl() method PacketMechaControl (line 22) | public PacketMechaControl(EntityDriveable driveable) method encodeInto (line 32) | @Override method decodeInto (line 42) | @Override method updateDriveable (line 54) | @Override FILE: src/main/java/com/flansmod/common/network/PacketOpenRewardBox.java class PacketOpenRewardBox (line 15) | public class PacketOpenRewardBox extends PacketBase method PacketOpenRewardBox (line 20) | public PacketOpenRewardBox() method PacketOpenRewardBox (line 27) | public PacketOpenRewardBox(RewardBox box) method PacketOpenRewardBox (line 32) | public PacketOpenRewardBox(int box, int unlock) method encodeInto (line 38) | @Override method decodeInto (line 45) | @Override method handleServerSide (line 52) | @Override method handleClientSide (line 67) | @SideOnly(Side.CLIENT) FILE: src/main/java/com/flansmod/common/network/PacketPlaneControl.java class PacketPlaneControl (line 10) | public class PacketPlaneControl extends PacketDriveableControl method PacketPlaneControl (line 14) | public PacketPlaneControl() method PacketPlaneControl (line 18) | public PacketPlaneControl(EntityDriveable driveable) method encodeInto (line 27) | @Override method decodeInto (line 36) | @Override method updateDriveable (line 47) | @Override FILE: src/main/java/com/flansmod/common/network/PacketPlaySound.java class PacketPlaySound (line 20) | public class PacketPlaySound extends PacketBase method PacketPlaySound (line 28) | public PacketPlaySound() method sendSoundPacket (line 32) | public static void sendSoundPacket(double x, double y, double z, doubl... method sendSoundPacket (line 37) | public static void sendSoundPacket(double x, double y, double z, doubl... method PacketPlaySound (line 42) | public PacketPlaySound(double x, double y, double z, String s) method PacketPlaySound (line 47) | public PacketPlaySound(double x, double y, double z, String s, boolean... method PacketPlaySound (line 52) | public PacketPlaySound(double x, double y, double z, String s, boolean... method encodeInto (line 66) | @Override method decodeInto (line 79) | @Override method handleServerSide (line 92) | @Override method handleClientSide (line 98) | @Override FILE: src/main/java/com/flansmod/common/network/PacketReload.java class PacketReload (line 23) | public class PacketReload extends PacketBase method PacketReload (line 28) | public PacketReload() method PacketReload (line 32) | public PacketReload(EnumHand hand, boolean isForced) method encodeInto (line 38) | @Override method decodeInto (line 45) | @Override method handleServerSide (line 52) | @Override method handleClientSide (line 84) | @Override FILE: src/main/java/com/flansmod/common/network/PacketRepairDriveable.java class PacketRepairDriveable (line 14) | public class PacketRepairDriveable extends PacketBase method PacketRepairDriveable (line 18) | public PacketRepairDriveable() method PacketRepairDriveable (line 22) | public PacketRepairDriveable(EnumDriveablePart part) method encodeInto (line 27) | @Override method decodeInto (line 33) | @Override method handleServerSide (line 39) | @Override method handleClientSide (line 47) | @Override FILE: src/main/java/com/flansmod/common/network/PacketRequestDebug.java class PacketRequestDebug (line 18) | public class PacketRequestDebug extends PacketBase method PacketRequestDebug (line 20) | public PacketRequestDebug() method encodeInto (line 24) | @Override method decodeInto (line 29) | @Override method handleServerSide (line 34) | @Override method handleClientSide (line 41) | @Override FILE: src/main/java/com/flansmod/common/network/PacketRoundFinished.java class PacketRoundFinished (line 13) | public class PacketRoundFinished extends PacketBase method PacketRoundFinished (line 17) | public PacketRoundFinished() method PacketRoundFinished (line 21) | public PacketRoundFinished(RoundFinishedData data) method encodeInto (line 26) | @Override method decodeInto (line 32) | @Override method handleServerSide (line 38) | @Override method handleClientSide (line 44) | @Override FILE: src/main/java/com/flansmod/common/network/PacketSeatUpdates.java class PacketSeatUpdates (line 15) | public class PacketSeatUpdates extends PacketBase method PacketSeatUpdates (line 20) | public PacketSeatUpdates() method PacketSeatUpdates (line 24) | public PacketSeatUpdates(EntitySeat seat) method encodeInto (line 32) | @Override method decodeInto (line 41) | @Override method handleServerSide (line 52) | @Override method handleClientSide (line 78) | @Override FILE: src/main/java/com/flansmod/common/network/PacketTeamInfo.java class PacketTeamInfo (line 22) | public class PacketTeamInfo extends PacketBase class TeamData (line 36) | public static class TeamData class PlayerScoreData (line 45) | public static class PlayerScoreData method getPlayerScoreData (line 57) | public static PlayerScoreData getPlayerScoreData(String username) method PacketTeamInfo (line 74) | public PacketTeamInfo() method encodeInto (line 78) | @Override method decodeInto (line 207) | @Override method handleServerSide (line 298) | @Override method handleClientSide (line 304) | @Override method getTeam (line 311) | public Team getTeam(int spawnerTeamID) method getTeam (line 321) | public Team getTeam(EntityPlayer player) method roundOver (line 336) | public boolean roundOver() method getWinner (line 348) | public Team getWinner() FILE: src/main/java/com/flansmod/common/network/PacketTeamSelect.java class PacketTeamSelect (line 17) | public class PacketTeamSelect extends PacketBase method PacketTeamSelect (line 29) | public PacketTeamSelect() method PacketTeamSelect (line 33) | public PacketTeamSelect(Team[] t, boolean i) method PacketTeamSelect (line 41) | public PacketTeamSelect(Team[] t) method PacketTeamSelect (line 46) | public PacketTeamSelect(PlayerClass[] c) method PacketTeamSelect (line 53) | public PacketTeamSelect(String shortName, boolean classPacket) method encodeInto (line 60) | @Override method decodeInto (line 94) | @Override method handleServerSide (line 131) | @Override method handleClientSide (line 152) | @Override FILE: src/main/java/com/flansmod/common/network/PacketVehicleControl.java class PacketVehicleControl (line 10) | public class PacketVehicleControl extends PacketDriveableControl method PacketVehicleControl (line 14) | public PacketVehicleControl() method PacketVehicleControl (line 18) | public PacketVehicleControl(EntityDriveable driveable) method encodeInto (line 25) | @Override method decodeInto (line 32) | @Override method updateDriveable (line 41) | @Override FILE: src/main/java/com/flansmod/common/network/PacketVoteCast.java class PacketVoteCast (line 14) | public class PacketVoteCast extends PacketBase method PacketVoteCast (line 18) | public PacketVoteCast() method PacketVoteCast (line 22) | public PacketVoteCast(int vote) method encodeInto (line 27) | @Override method decodeInto (line 33) | @Override method handleServerSide (line 39) | @Override method handleClientSide (line 51) | @Override FILE: src/main/java/com/flansmod/common/network/PacketVoting.java class PacketVoting (line 14) | public class PacketVoting extends PacketBase method PacketVoting (line 18) | public PacketVoting() method PacketVoting (line 23) | public PacketVoting(RoundFinishedData data) method encodeInto (line 28) | @Override method decodeInto (line 34) | @Override method handleServerSide (line 40) | @Override method handleClientSide (line 46) | @Override FILE: src/main/java/com/flansmod/common/paintjob/BlockPaintjobTable.java class BlockPaintjobTable (line 18) | public class BlockPaintjobTable extends BlockContainer method BlockPaintjobTable (line 20) | public BlockPaintjobTable() method canPlaceBlockAt (line 30) | @Override method createNewTileEntity (line 36) | @Override method onBlockActivated (line 42) | @Override method breakBlock (line 60) | @Override FILE: src/main/java/com/flansmod/common/paintjob/ContainerPaintjobTable.java class ContainerPaintjobTable (line 13) | public class ContainerPaintjobTable extends Container method ContainerPaintjobTable (line 19) | public ContainerPaintjobTable(InventoryPlayer i, World w, TileEntityPa... method onContainerClosed (line 46) | @Override method canInteractWith (line 52) | @Override method transferStackInSlot (line 58) | @Override method pressButton (line 101) | public void pressButton(boolean paint, boolean left) method clickPaintjob (line 106) | public void clickPaintjob(int i) method clickPaintjob (line 116) | public void clickPaintjob(Paintjob paintjob) FILE: src/main/java/com/flansmod/common/paintjob/IPaintableItem.java type IPaintableItem (line 5) | public interface IPaintableItem extends IFlanItem method GetPaintableType (line 7) | PaintableType GetPaintableType(); FILE: src/main/java/com/flansmod/common/paintjob/PaintableType.java class PaintableType (line 25) | public abstract class PaintableType extends InfoType method GetPaintableType (line 44) | public static PaintableType GetPaintableType(int iHash) method GetPaintableType (line 49) | public static PaintableType GetPaintableType(String name) method PaintableType (line 54) | public PaintableType(TypeFile file) method postRead (line 59) | @Override method read (line 92) | protected void read(String[] split, TypeFile file) method getPaintjob (line 126) | public Paintjob getPaintjob(String s) method getPaintjob (line 143) | public Paintjob getPaintjob(int i) method addLoot (line 150) | @Override method GetRecommendedScale (line 179) | public float GetRecommendedScale() method HasCustomPaintjob (line 184) | public static boolean HasCustomPaintjob(ItemStack stack) method GetCustomPaintjobSkinResource (line 198) | public static ResourceLocation GetCustomPaintjobSkinResource(ItemStack... method GetCustomPaintjobIconResource (line 212) | public static ResourceLocation GetCustomPaintjobIconResource(ItemStack... FILE: src/main/java/com/flansmod/common/paintjob/TileEntityPaintjobTable.java class TileEntityPaintjobTable (line 12) | public class TileEntityPaintjobTable extends TileEntity implements IInve... method TileEntityPaintjobTable (line 18) | public TileEntityPaintjobTable() method getName (line 23) | @Override method hasCustomName (line 29) | @Override method getSizeInventory (line 35) | @Override method getStackInSlot (line 41) | @Override method decrStackSize (line 47) | @Override method setInventorySlotContents (line 67) | @Override method getInventoryStackLimit (line 73) | @Override method openInventory (line 79) | @Override method closeInventory (line 84) | @Override method isItemValidForSlot (line 89) | @Override method getField (line 95) | @Override method setField (line 101) | @Override method getFieldCount (line 106) | @Override method clear (line 112) | @Override method writeToNBT (line 121) | @Override method readFromNBT (line 137) | @Override method update (line 148) | @Override method getUpdatePacket (line 153) | @Override method onDataPacket (line 161) | @Override method getPaintableStack (line 167) | public ItemStack getPaintableStack() method setPaintableStack (line 172) | public void setPaintableStack(ItemStack stack) method getPaintCans (line 177) | public ItemStack getPaintCans() method getDisplayName (line 183) | @Override method isEmpty (line 189) | @Override method removeStackFromSlot (line 195) | @Override method isUsableByPlayer (line 203) | @Override FILE: src/main/java/com/flansmod/common/parts/EnumPartCategory.java type EnumPartCategory (line 3) | public enum EnumPartCategory FILE: src/main/java/com/flansmod/common/parts/ItemPart.java class ItemPart (line 14) | public class ItemPart extends Item implements IFlanItem method ItemPart (line 18) | public ItemPart(PartType type1) method addInformation (line 34) | @Override method getInfoType (line 43) | @Override FILE: src/main/java/com/flansmod/common/parts/PartType.java class PartType (line 18) | public class PartType extends InfoType method PartType (line 85) | public PartType(TypeFile file) method postRead (line 91) | @Override method read (line 111) | @Override method isInferiorEngine (line 169) | public boolean isInferiorEngine(PartType quitePossiblyAnInferiorEngine) method getPart (line 174) | public static PartType getPart(String s) method getCategory (line 184) | private EnumPartCategory getCategory(String s) method preRead (line 211) | @Override method GetModel (line 216) | @Override FILE: src/main/java/com/flansmod/common/teams/ArmourBoxType.java class ArmourBoxType (line 16) | public class ArmourBoxType extends BoxType method ArmourBoxType (line 27) | public ArmourBoxType(TypeFile file) method postRead (line 32) | @Override method read (line 39) | @Override method registerItem (line 89) | @Override method registerBlock (line 96) | @Override class ArmourBoxEntry (line 105) | public class ArmourBoxEntry method ArmourBoxEntry (line 112) | public ArmourBoxEntry(String s, String s1) method getBox (line 125) | public static ArmourBoxType getBox(String boxShortName) FILE: src/main/java/com/flansmod/common/teams/ArmourType.java class ArmourType (line 15) | public class ArmourType extends InfoType method ArmourType (line 64) | public ArmourType(TypeFile file) method read (line 70) | @Override method getArmourType (line 119) | public static ArmourType getArmourType(String string) method reloadModel (line 132) | public void reloadModel() method preRead (line 139) | @Override method postRead (line 144) | @Override method GetModel (line 149) | @Override FILE: src/main/java/com/flansmod/common/teams/BlockArmourBox.java class BlockArmourBox (line 19) | public class BlockArmourBox extends Block method BlockArmourBox (line 23) | public BlockArmourBox(ArmourBoxType t) method buyArmour (line 37) | public void buyArmour(String shortName, int piece, InventoryPlayer inv... method onBlockActivated (line 59) | @Override FILE: src/main/java/com/flansmod/common/teams/BlockSpawner.java class BlockSpawner (line 25) | public class BlockSpawner extends BlockContainer method BlockSpawner (line 31) | public BlockSpawner(Material material) method getSubBlocks (line 39) | @Override method getBoundingBox (line 50) | @Override method isOpaqueCube (line 56) | @Override method isFullCube (line 62) | @Override method canPlaceBlockAt (line 68) | @Override method createNewTileEntity (line 74) | @Override method onBlockActivated (line 80) | @Override method createBlockState (line 111) | @Override method getStateFromMeta (line 117) | @Override method getMetaFromState (line 123) | @Override method damageDropped (line 129) | @Override FILE: src/main/java/com/flansmod/common/teams/CommandTeams.java class CommandTeams (line 16) | public class CommandTeams extends CommandBase method getName (line 20) | @Override method getRequiredPermissionLevel (line 26) | @Override method execute (line 32) | @Override method sendHelpInformation (line 801) | public void sendHelpInformation(ICommandSender sender, int page) method getPlayer (line 868) | public EntityPlayerMP getPlayer(String name) method getUsage (line 873) | @Override FILE: src/main/java/com/flansmod/common/teams/EntityConnectingLine.java class EntityConnectingLine (line 8) | public class EntityConnectingLine extends EntityFishHook method EntityConnectingLine (line 14) | public EntityConnectingLine(World world, EntityPlayer player) method EntityConnectingLine (line 20) | public EntityConnectingLine(World world, EntityPlayer player, ITeamBas... method EntityConnectingLine (line 33) | public EntityConnectingLine(World world, EntityPlayer player, ITeamObj... method onUpdate (line 46) | @Override FILE: src/main/java/com/flansmod/common/teams/EntityFlag.java class EntityFlag (line 20) | public class EntityFlag extends Entity implements ITeamObject method EntityFlag (line 29) | public EntityFlag(World world) method isInRangeToRender3d (line 37) | @SideOnly(Side.CLIENT) method EntityFlag (line 49) | public EntityFlag(World world, EntityFlagpole pole) method canBeCollidedWith (line 56) | @Override method entityInit (line 62) | @Override method onUpdate (line 68) | @Override method dismountRidingEntity (line 117) | @Override method reset (line 127) | public void reset() method writeToNBTOptional (line 141) | @Override method readEntityFromNBT (line 147) | @Override method writeEntityToNBT (line 154) | @Override method getBase (line 161) | @Override method onBaseSet (line 167) | @Override method onBaseCapture (line 175) | @Override method tick (line 181) | @Override method setBase (line 187) | @Override method destroy (line 198) | @Override method getPosX (line 204) | @Override method getPosY (line 210) | @Override method getPosZ (line 216) | @Override method getTeamID (line 222) | public int getTeamID() method isSpawnPoint (line 227) | @Override method processInitialInteract (line 233) | @Override method getPickedResult (line 243) | @Override method forceChunkLoading (line 249) | @Override method isBurning (line 255) | @Override FILE: src/main/java/com/flansmod/common/teams/EntityFlagpole.java class EntityFlagpole (line 26) | public class EntityFlagpole extends Entity implements ITeamBase method EntityFlagpole (line 55) | public EntityFlagpole(World world) method EntityFlagpole (line 61) | public EntityFlagpole(World world, double x, double y, double z) method EntityFlagpole (line 73) | public EntityFlagpole(World world, int x, int y, int z) method EntityFlagpole (line 78) | public EntityFlagpole(World world, BlockPos pos) method isInRangeToRender3d (line 83) | @SideOnly(Side.CLIENT) method getCollisionBoundingBox (line 95) | @Override method canBeCollidedWith (line 101) | @Override method entityInit (line 107) | @Override method readEntityFromNBT (line 113) | @Override method writeEntityToNBT (line 123) | @Override method getMap (line 132) | @Override method setMap (line 138) | @Override method setMapFirstTime (line 152) | public void setMapFirstTime(TeamsMap newMap) method getObjects (line 165) | @Override method tick (line 171) | @Override method startRound (line 177) | @Override method addObject (line 183) | @Override method getBaseName (line 193) | @Override method setBaseName (line 199) | @Override method destroy (line 205) | @Override method getEntity (line 215) | @Override method getPosX (line 221) | @Override method getPosY (line 227) | @Override method getPosZ (line 233) | @Override method getWorld (line 239) | @Override method roundCleanup (line 245) | @Override method getFlag (line 252) | @Override method onUpdate (line 258) | @Override method setDead (line 289) | @Override method processInitialInteract (line 295) | @Override method getPickedResult (line 309) | @Override method setBaseID (line 315) | @Override method getBaseID (line 321) | @Override method getDefaultOwnerID (line 327) | @Override method setDefaultOwnerID (line 333) | @Override method getOwnerID (line 341) | @Override method setOwnerID (line 347) | @Override method isBurning (line 353) | @Override FILE: src/main/java/com/flansmod/common/teams/EntityGunItem.java class EntityGunItem (line 32) | public class EntityGunItem extends EntityItemCustomRender method EntityGunItem (line 39) | public EntityGunItem(World w) method EntityGunItem (line 44) | public EntityGunItem(EntityItem entity) method EntityGunItem (line 52) | public EntityGunItem(World w, double x, double y, double z, method EntityGunItem (line 66) | public EntityGunItem(World w, double x, double y, double z) method canBeCollidedWith (line 71) | @Override method canTriggerWalking (line 77) | @Override method getCollisionBoundingBox (line 83) | @Override method onUpdate (line 89) | @Override method attackEntityFrom (line 167) | @Override method onCollideWithPlayer (line 173) | @Override method processInitialInteract (line 214) | @Override method isBurning (line 260) | @Override FILE: src/main/java/com/flansmod/common/teams/EntityTeamItem.java class EntityTeamItem (line 20) | public class EntityTeamItem extends EntityItemCustomRender implements IE... method EntityTeamItem (line 28) | public EntityTeamItem(TileEntitySpawner te, int i) method EntityTeamItem (line 38) | public EntityTeamItem(World world) method setPositionAndRotationDirect (line 43) | @Override method onUpdate (line 49) | @Override method attackEntityFrom (line 69) | public boolean attackEntityFrom(DamageSource par1DamageSource, int par2) method onCollideWithPlayer (line 74) | @Override method writeSpawnData (line 115) | @Override method readSpawnData (line 137) | @Override method readEntityFromNBT (line 147) | @Override method isBurning (line 153) | @Override FILE: src/main/java/com/flansmod/common/teams/Gametype.java class Gametype (line 24) | public abstract class Gametype method getGametype (line 30) | public static Gametype getGametype(String type) method Gametype (line 39) | public Gametype(String s, String s1, int numTeams) method roundStart (line 50) | public abstract void roundStart(); method roundEnd (line 55) | public abstract void roundEnd(); method roundCleanup (line 60) | public abstract void roundCleanup(); method teamHasWon (line 62) | public abstract boolean teamHasWon(Team team); method tick (line 64) | public void tick() method getTeamsCanSpawnAs (line 68) | public Team[] getTeamsCanSpawnAs(TeamsRound currentRound, EntityPlayer... method playerJoined (line 73) | public void playerJoined(EntityPlayerMP player) method playerRespawned (line 77) | public void playerRespawned(EntityPlayerMP player) method playerQuit (line 81) | public void playerQuit(EntityPlayerMP player) method playerAttacked (line 86) | public boolean playerAttacked(EntityPlayerMP player, DamageSource source) method playerKilled (line 91) | public void playerKilled(EntityPlayerMP player, DamageSource source) method baseAttacked (line 95) | public void baseAttacked(ITeamBase base, DamageSource source) method objectAttacked (line 99) | public void objectAttacked(ITeamObject object, DamageSource source) method baseClickedByPlayer (line 103) | public void baseClickedByPlayer(ITeamBase base, EntityPlayerMP player) method objectClickedByPlayer (line 107) | public void objectClickedByPlayer(ITeamObject object, EntityPlayerMP p... method playerCanLoot (line 111) | public boolean playerCanLoot(ItemStack stack, InfoType infoType, Entit... method getSpawnPoint (line 116) | public abstract Vec3d getSpawnPoint(EntityPlayerMP player); method setVariable (line 119) | public boolean setVariable(String variable, String value) method readFromNBT (line 124) | public abstract void readFromNBT(NBTTagCompound tags); method saveToNBT (line 126) | public abstract void saveToNBT(NBTTagCompound tags); method sortScoreboardByTeam (line 128) | public boolean sortScoreboardByTeam() method showZombieScore (line 133) | public boolean showZombieScore() method playerCanAttack (line 141) | public boolean playerCanAttack(EntityPlayerMP attacker, Team attackerT... method entityKilled (line 149) | public void entityKilled(Entity entity, DamageSource source) method playerChoseTeam (line 153) | public void playerChoseTeam(EntityPlayerMP player, Team team, Team new... method playerChoseNewClass (line 157) | public void playerChoseNewClass(EntityPlayerMP player, IPlayerClass pl... method playerDefected (line 161) | public void playerDefected(EntityPlayerMP player, Team team, Team newT... method playerEnteredTheGame (line 165) | public void playerEnteredTheGame(EntityPlayerMP player, Team team, IPl... method getPlayer (line 173) | public EntityPlayerMP getPlayer(String username) method getPlayerData (line 178) | public static PlayerData getPlayerData(EntityPlayerMP player) method sendPacketToPlayer (line 183) | public static void sendPacketToPlayer(PacketBase packet, EntityPlayerM... method getPlayerNames (line 188) | public static String[] getPlayerNames() method getPlayers (line 193) | public static List getPlayers() method givePoints (line 198) | public static void givePoints(EntityPlayerMP player, int points) method getPlayerFromDamageSource (line 206) | public static EntityPlayerMP getPlayerFromDamageSource(DamageSource so... method shouldAutobalance (line 222) | public boolean shouldAutobalance() FILE: src/main/java/com/flansmod/common/teams/GametypeCTF.java class GametypeCTF (line 14) | public class GametypeCTF extends Gametype method GametypeCTF (line 22) | public GametypeCTF() method roundStart (line 27) | @Override method roundEnd (line 32) | @Override method roundCleanup (line 37) | @Override method tick (line 43) | @Override method playerQuit (line 49) | @Override method playerCanAttack (line 55) | @Override method playerAttacked (line 61) | @Override method playerKilled (line 81) | @Override method baseAttacked (line 113) | @Override method objectAttacked (line 119) | @Override method baseClickedByPlayer (line 125) | @Override method objectClickedByPlayer (line 132) | @Override method getSpawnPoint (line 202) | @Override method playerRespawned (line 223) | @Override method setVariable (line 229) | @Override method readFromNBT (line 250) | @Override method saveToNBT (line 258) | @Override method sortScoreboardByTeam (line 266) | @Override method teamHasWon (line 272) | @Override FILE: src/main/java/com/flansmod/common/teams/GametypeDM.java class GametypeDM (line 14) | public class GametypeDM extends Gametype method GametypeDM (line 20) | public GametypeDM() method roundStart (line 25) | @Override method roundEnd (line 31) | @Override method roundCleanup (line 37) | @Override method tick (line 43) | @Override method playerQuit (line 48) | @Override method playerAttacked (line 53) | @Override method playerKilled (line 73) | @Override method baseAttacked (line 94) | @Override method objectAttacked (line 100) | @Override method baseClickedByPlayer (line 106) | @Override method objectClickedByPlayer (line 112) | @Override method getSpawnPoint (line 118) | @Override method playerRespawned (line 149) | @Override method setVariable (line 155) | @Override method readFromNBT (line 166) | @Override method saveToNBT (line 172) | @Override method sortScoreboardByTeam (line 179) | @Override method shouldAutobalance (line 185) | public boolean shouldAutobalance() method teamHasWon (line 190) | @Override FILE: src/main/java/com/flansmod/common/teams/GametypeTDM.java class GametypeTDM (line 14) | public class GametypeTDM extends Gametype method GametypeTDM (line 23) | public GametypeTDM() method roundStart (line 28) | @Override method roundEnd (line 34) | @Override method roundCleanup (line 40) | @Override method tick (line 46) | @Override method playerJoined (line 51) | @Override method playerQuit (line 56) | @Override method playerAttacked (line 61) | @Override method playerCanAttack (line 81) | @Override method playerKilled (line 87) | @Override method baseAttacked (line 115) | @Override method objectAttacked (line 121) | @Override method baseClickedByPlayer (line 127) | @Override method objectClickedByPlayer (line 133) | @Override method getSpawnPoint (line 139) | @Override method playerRespawned (line 160) | @Override method setVariable (line 166) | @Override method readFromNBT (line 187) | @Override method saveToNBT (line 195) | @Override method sortScoreboardByTeam (line 203) | @Override method teamHasWon (line 209) | @Override FILE: src/main/java/com/flansmod/common/teams/GametypeZombies.java class GametypeZombies (line 17) | public class GametypeZombies extends Gametype method GametypeZombies (line 22) | public GametypeZombies() method roundStart (line 27) | @Override method roundEnd (line 33) | @Override method roundCleanup (line 39) | @Override method tick (line 45) | @Override method zombifySomeone (line 67) | public void zombifySomeone() method getTeamsCanSpawnAs (line 77) | public Team[] getTeamsCanSpawnAs(TeamsRound currentRound, EntityPlayer... method playerAttacked (line 84) | @Override method playerCanAttack (line 104) | @Override method playerKilled (line 110) | @Override method teamHasWon (line 158) | @Override method isHuman (line 173) | public boolean isHuman(Team team) method isZombie (line 181) | public boolean isZombie(Team team) method getSpawnPoint (line 186) | @Override method showZombieScore (line 217) | @Override method playerCanLoot (line 224) | public boolean playerCanLoot(ItemStack stack, InfoType infoType, Entit... method readFromNBT (line 229) | @Override method saveToNBT (line 235) | @Override method setVariable (line 242) | @Override FILE: src/main/java/com/flansmod/common/teams/IPlayerClass.java type IPlayerClass (line 7) | public interface IPlayerClass method GetStartingItems (line 9) | List GetStartingItems(); method GetHorse (line 11) | boolean GetHorse(); method GetHat (line 13) | ItemStack GetHat(); method GetChest (line 15) | ItemStack GetChest(); method GetLegs (line 17) | ItemStack GetLegs(); method GetShoes (line 19) | ItemStack GetShoes(); method GetName (line 21) | String GetName(); method GetShortName (line 23) | String GetShortName(); FILE: src/main/java/com/flansmod/common/teams/ITeamBase.java type ITeamBase (line 13) | public interface ITeamBase method getBaseName (line 16) | String getBaseName(); method setBaseName (line 19) | void setBaseName(String newName); method setBaseID (line 22) | void setBaseID(int i); method getBaseID (line 25) | int getBaseID(); method getDefaultOwnerID (line 29) | int getDefaultOwnerID(); method setDefaultOwnerID (line 31) | void setDefaultOwnerID(int id); method getOwnerID (line 34) | int getOwnerID(); method setOwnerID (line 36) | void setOwnerID(int id); method startRound (line 39) | void startRound(); method roundCleanup (line 41) | void roundCleanup(); method getMap (line 44) | TeamsMap getMap(); method setMap (line 47) | void setMap(TeamsMap newMap); method setMapFirstTime (line 50) | void setMapFirstTime(TeamsMap newMap); method getObjects (line 53) | List getObjects(); method addObject (line 56) | void addObject(ITeamObject object); method tick (line 59) | void tick(); method destroy (line 62) | void destroy(); method getEntity (line 65) | Entity getEntity(); method getPosX (line 68) | double getPosX(); method getPosY (line 70) | double getPosY(); method getPosZ (line 72) | double getPosZ(); method getWorld (line 75) | World getWorld(); method getFlag (line 78) | ITeamObject getFlag(); FILE: src/main/java/com/flansmod/common/teams/ITeamObject.java type ITeamObject (line 8) | public interface ITeamObject method getBase (line 12) | ITeamBase getBase(); method onBaseSet (line 16) | void onBaseSet(int newTeamID); method onBaseCapture (line 20) | void onBaseCapture(int newTeamID); method setBase (line 23) | void setBase(ITeamBase base); method tick (line 26) | void tick(); method destroy (line 29) | void destroy(); method getPosX (line 32) | double getPosX(); method getPosY (line 34) | double getPosY(); method getPosZ (line 36) | double getPosZ(); method isSpawnPoint (line 39) | boolean isSpawnPoint(); method forceChunkLoading (line 42) | boolean forceChunkLoading(); FILE: src/main/java/com/flansmod/common/teams/ItemFlagpole.java class ItemFlagpole (line 20) | public class ItemFlagpole extends Item method ItemFlagpole (line 22) | public ItemFlagpole() method onItemRightClick (line 28) | @Override method isSolid (line 72) | private boolean isSolid(World world, BlockPos pos) FILE: src/main/java/com/flansmod/common/teams/ItemOpStick.java class ItemOpStick (line 13) | public class ItemOpStick extends Item method ItemOpStick (line 18) | public ItemOpStick() method shouldRotateAroundWhenRendering (line 26) | @Override method isFull3D (line 32) | @Override method clickedEntity (line 38) | public void clickedEntity(World world, EntityPlayer player, Entity cli... method openBaseEditGUI (line 48) | public static void openBaseEditGUI(ITeamBase base, EntityPlayerMP player) method clickedBase (line 70) | public void clickedBase(World world, EntityPlayerMP player, ITeamBase ... method clickedObject (line 137) | public void clickedObject(World world, EntityPlayerMP player, ITeamObj... method getTranslationKey (line 190) | @Override FILE: src/main/java/com/flansmod/common/teams/ItemRewardBox.java class ItemRewardBox (line 11) | public class ItemRewardBox extends Item method ItemRewardBox (line 15) | public ItemRewardBox(RewardBox box) method addInformation (line 23) | @Override FILE: src/main/java/com/flansmod/common/teams/ItemTeamArmour.java class ItemTeamArmour (line 32) | public class ItemTeamArmour extends ItemArmor implements IFlanItem //, I... method ItemTeamArmour (line 38) | public ItemTeamArmour(ArmourType t) method ItemTeamArmour (line 61) | public ItemTeamArmour(ItemArmor.ArmorMaterial armorMaterial, int rende... method getItemEnchantability (line 66) | @Override method getArmorTexture (line 92) | @Override method getArmorModel (line 98) | @Override method addInformation (line 105) | @Override method getAttributeModifiers (line 125) | @Override method getInfoType (line 150) | @Override method onArmorTick (line 156) | @Override FILE: src/main/java/com/flansmod/common/teams/LoadoutPool.java class LoadoutPool (line 13) | public class LoadoutPool extends InfoType class LoadoutEntry (line 17) | public static class LoadoutEntry class LoadoutEntryPaintjob (line 24) | public static class LoadoutEntryPaintjob extends LoadoutEntry class LoadoutEntryInfoType (line 30) | public static class LoadoutEntryInfoType extends LoadoutEntry method LoadoutPool (line 47) | public LoadoutPool(TypeFile file) method read (line 64) | @Override method ParseLoadoutEntry (line 167) | private boolean ParseLoadoutEntry(String keyword, EnumLoadoutSlot slot... method GetXPForLevel (line 206) | public int GetXPForLevel(int level) method GetPool (line 216) | public static LoadoutPool GetPool(String s) method GetPool (line 228) | public static LoadoutPool GetPool(int iHash) method GetLoadoutEntryForInfoType (line 240) | public LoadoutEntryInfoType GetLoadoutEntryForInfoType(int loadoutSlot... FILE: src/main/java/com/flansmod/common/teams/PermanentBaseData.java class PermanentBaseData (line 9) | public class PermanentBaseData method writeBaseToNBT (line 15) | public void writeBaseToNBT(NBTTagCompound tags) method readBaseFromNBT (line 29) | public void readBaseFromNBT(NBTTagCompound tags) method addObject (line 39) | public void addObject(ITeamObject object) FILE: src/main/java/com/flansmod/common/teams/PlayerClass.java class PlayerClass (line 22) | public class PlayerClass extends InfoType implements IPlayerClass method GetStartingItems (line 35) | @Override method GetHorse (line 41) | @Override method GetHat (line 47) | @Override method GetChest (line 53) | @Override method GetLegs (line 59) | @Override method GetShoes (line 65) | @Override method GetName (line 71) | @Override method GetShortName (line 77) | @Override method PlayerClass (line 83) | public PlayerClass(TypeFile file) method read (line 89) | @Override method postRead (line 148) | @Override method getClass (line 336) | public static PlayerClass getClass(String s) method preRead (line 346) | @Override method GetModel (line 351) | @Override FILE: src/main/java/com/flansmod/common/teams/PlayerClassCustom.java class PlayerClassCustom (line 12) | public class PlayerClassCustom implements IPlayerClass method PlayerClassCustom (line 19) | public PlayerClassCustom(int i, PlayerLoadout playerLoadout) method GetStartingItems (line 56) | @Override method GetHorse (line 62) | @Override method GetHat (line 68) | @Override method GetChest (line 74) | @Override method GetLegs (line 80) | @Override method GetShoes (line 86) | @Override method GetName (line 92) | @Override method GetShortName (line 98) | @Override FILE: src/main/java/com/flansmod/common/teams/PlayerLoadout.java class PlayerLoadout (line 18) | public class PlayerLoadout method PlayerLoadout (line 22) | public PlayerLoadout() method copy (line 31) | public PlayerLoadout copy() method writeToBuf (line 41) | public void writeToBuf(ByteBuf data) method readFromBuf (line 49) | public void readFromBuf(ByteBuf data) method readFromNBT (line 57) | public void readFromNBT(NBTTagCompound tags) method writeToNBT (line 67) | public void writeToNBT(NBTTagCompound tags) method Verify (line 80) | public boolean Verify(int currentLevel, ArrayList r... method VerifyType (line 137) | private boolean VerifyType(InfoType target, ArrayList method compare (line 238) | @Override method preRead (line 250) | @Override method postRead (line 255) | @Override method GetModel (line 260) | @Override FILE: src/main/java/com/flansmod/common/teams/TeamsManager.java class TeamsManager (line 70) | public class TeamsManager method TeamsManager (line 164) | public TeamsManager() method reset (line 189) | public void reset() method getInstance (line 205) | public static TeamsManager getInstance() method tick (line 210) | public void tick() method OnRoundEnded (line 304) | protected void OnRoundEnded() method needAutobalance (line 315) | public boolean needAutobalance() method autobalance (line 326) | public void autobalance() method randomTimeOutString (line 355) | public String randomTimeOutString() method displayScoreboardGUI (line 370) | public void displayScoreboardGUI() method displayVotingGUI (line 382) | public void displayVotingGUI() method pickVoteOptions (line 386) | public void pickVoteOptions() method start (line 399) | public void start() method startNextRound (line 419) | public void startNextRound() method startRound (line 504) | public void startRound() method showTeamsMenuToAll (line 525) | public void showTeamsMenuToAll() method showTeamsMenuToAll (line 530) | public void showTeamsMenuToAll(boolean info) method onPlayerInteract (line 546) | @SubscribeEvent method onEntityHurt (line 563) | @SubscribeEvent method onEntityKilled (line 629) | @SubscribeEvent method OnPlayerKilled (line 645) | public void OnPlayerKilled(EntityPlayerMP player, DamageSource source) method entityJoinedWorld (line 656) | @SubscribeEvent method playerUseEntity (line 669) | @SubscribeEvent method playerInteracted (line 696) | @SubscribeEvent method playerDrops (line 736) | @SubscribeEvent method playerLoot (line 816) | @SubscribeEvent method onPlayerRespawn (line 832) | @SubscribeEvent method onPlayerLogin (line 843) | public void onPlayerLogin(EntityPlayer player) method onPlayerLogout (line 856) | public void onPlayerLogout(EntityPlayer player) method respawnPlayer (line 862) | public void respawnPlayer(EntityPlayer player, boolean firstSpawn) method setPlayersNextSpawnpoint (line 899) | private void setPlayersNextSpawnpoint(EntityPlayerMP player, BlockPos ... method setPlayersNextSpawnpoint (line 904) | private void setPlayersNextSpawnpoint(EntityPlayerMP player) method forceRespawn (line 926) | public void forceRespawn(EntityPlayerMP player) method sendTeamsMenuToPlayer (line 937) | public void sendTeamsMenuToPlayer(EntityPlayerMP player) method sendTeamsMenuToPlayer (line 942) | public void sendTeamsMenuToPlayer(EntityPlayerMP player, boolean info) method sendClassMenuToPlayer (line 958) | public void sendClassMenuToPlayer(EntityPlayerMP player) method playerIsOp (line 972) | public boolean playerIsOp(EntityPlayer player) method autoBalance (line 978) | public boolean autoBalance() method playerSelectedTeam (line 984) | public void playerSelectedTeam(EntityPlayerMP player, String teamName) method playerSelectedClass (line 1058) | public void playerSelectedClass(EntityPlayerMP player, String className) method playerSelectedClass (line 1080) | public void playerSelectedClass(EntityPlayerMP player, IPlayerClass pl... method resetInventory (line 1133) | public void resetInventory(EntityPlayer player) method chunkLoaded (line 1188) | @SubscribeEvent method worldData (line 1215) | @SubscribeEvent method loadPerWorldData (line 1233) | private void loadPerWorldData(Event event, WorldServer world) method savePerWorldData (line 1263) | private void savePerWorldData(Event event, WorldServer world) method ReadFromNBT (line 1284) | protected void ReadFromNBT(NBTTagCompound tags, World world) method WriteToNBT (line 1331) | protected void WriteToNBT(NBTTagCompound tags) method createTeamsFile (line 1401) | private static boolean createTeamsFile(WorldServer world) method getTeamsFile (line 1437) | private static File getTeamsFile(WorldServer world) method resetScores (line 1446) | public void resetScores() method getBase (line 1458) | public ITeamBase getBase(int ID) method registerBase (line 1468) | public void registerBase(ITeamBase base) method registerObject (line 1475) | public void registerObject(ITeamObject obj) method getPlayer (line 1480) | public static EntityPlayerMP getPlayer(String username) method log (line 1485) | public static void log(String s) method messagePlayer (line 1490) | public static void messagePlayer(EntityPlayerMP player, String s) method messageAll (line 1495) | public static void messageAll(String s) method sendPacketToPlayer (line 1504) | public static void sendPacketToPlayer(PacketBase packet, EntityPlayerM... method getPlayers (line 1509) | public static List getPlayers() method getTeam (line 1517) | public Team getTeam(int spawnerTeamID) method getMapFromFullName (line 1529) | public TeamsMap getMapFromFullName(String string) method SelectTeam (line 1539) | @SideOnly(Side.CLIENT) FILE: src/main/java/com/flansmod/common/teams/TeamsManagerClassic.java class TeamsManagerClassic (line 19) | public class TeamsManagerClassic extends TeamsManager method GetInstance (line 23) | public static TeamsManagerClassic GetInstance() method TeamsManagerClassic (line 28) | public TeamsManagerClassic() method OnRoundEnded (line 34) | @Override method onPlayerLogout (line 40) | @Override method OnPlayerKilled (line 46) | @Override method startRound (line 53) | @Override method tick (line 59) | @Override method onPlayerLogin (line 65) | @Override method showTeamsMenuToAll (line 79) | @Override method sendTeamsMenuToPlayer (line 96) | @Override method sendClassMenuToPlayer (line 112) | @Override method ReadFromNBT (line 126) | @Override method WriteToNBT (line 132) | @Override method playerSelectedClass (line 138) | @Override method SelectTeam (line 160) | @Override FILE: src/main/java/com/flansmod/common/teams/TeamsManagerRanked.java class TeamsManagerRanked (line 31) | public class TeamsManagerRanked extends TeamsManager method GetInstance (line 41) | public static TeamsManagerRanked GetInstance() method TeamsManagerRanked (line 46) | public TeamsManagerRanked() method startRound (line 51) | @Override method tick (line 77) | @Override method sendLoadoutData (line 104) | public void sendLoadoutData(EntityPlayerMP player) method onPlayerLogin (line 124) | @Override method onPlayerLogout (line 162) | @Override method OnPlayerKilled (line 168) | @Override method AwardXP (line 191) | public static void AwardXP(EntityPlayerMP player, int amount) method ResetRank (line 200) | public static void ResetRank(EntityPlayerMP player) method OnRoundEnded (line 210) | @Override method UpdateRoundFinishedTemplate (line 225) | private void UpdateRoundFinishedTemplate() method SendRoundFinishedDataToPlayer (line 238) | private void SendRoundFinishedDataToPlayer(EntityPlayerMP player) method SendRankDataToPlayer (line 269) | private void SendRankDataToPlayer(EntityPlayerMP player) method ProcessRankData (line 303) | private void ProcessRankData(EntityPlayerMP player) method GiveRewardsForLevelUp (line 329) | private void GiveRewardsForLevelUp(int level, EntityPlayerMP player) method showTeamsMenuToAll (line 339) | @Override method sendTeamsMenuToPlayer (line 345) | @Override method sendClassMenuToPlayer (line 354) | @Override method ReadFromNBT (line 360) | @Override method WriteToNBT (line 382) | @Override method playerSelectedClass (line 406) | @Override method ConfirmLoadoutChanges (line 422) | @SideOnly(Side.CLIENT) method ChooseLoadout (line 430) | @SideOnly(Side.CLIENT) method SelectTeam (line 442) | @Override method LocalPlayerOwnsUnlock (line 457) | @SideOnly(Side.CLIENT) method PlayerOwnsUnlock (line 463) | public static boolean PlayerOwnsUnlock(int hashCode, UUID uuid) method OpenRewardBox (line 468) | public static void OpenRewardBox(EntityPlayerMP player, RewardBox box) method GetRankData (line 486) | public static PlayerRankData GetRankData(EntityPlayer player) method GetRankData (line 491) | public static PlayerRankData GetRankData(UUID id) FILE: src/main/java/com/flansmod/common/teams/TeamsMap.java class TeamsMap (line 13) | public class TeamsMap method TeamsMap (line 22) | public TeamsMap(World world, String sn, String n) method getBasesPerTeam (line 28) | public ArrayList getBasesPerTeam(int teamID) method getValidSpawnPoints (line 39) | public void getValidSpawnPoints(int teamID, List validSpawnP... method addBase (line 50) | public void addBase(ITeamBase base) method getPermanentData (line 71) | private PermanentBaseData getPermanentData(ITeamBase base) method addBaseFirstTime (line 81) | public void addBaseFirstTime(ITeamBase base) method removeBase (line 86) | public void removeBase(ITeamBase base) method addObject (line 104) | public void addObject(ITeamBase base, ITeamObject object) method addObjectFirstTime (line 116) | public void addObjectFirstTime(ITeamBase base, ITeamObject object) method TeamsMap (line 120) | public TeamsMap(World world, NBTTagCompound tags) method writeToNBT (line 136) | public void writeToNBT(NBTTagCompound tags) FILE: src/main/java/com/flansmod/common/teams/TeamsRound.java class TeamsRound (line 14) | public class TeamsRound implements Comparable method TeamsRound (line 39) | public TeamsRound(TeamsMap map2, Gametype gametype2, Team[] teams2, in... method TeamsRound (line 49) | public TeamsRound(NBTTagCompound tags) method writeToNBT (line 70) | public void writeToNBT(NBTTagCompound tags) method getTeamID (line 86) | public int getTeamID(Team team) method getTeam (line 97) | public Team getTeam(int id) method getOtherTeam (line 110) | public Team getOtherTeam(Team team) method getTeam (line 119) | public Optional getTeam(EntityPlayer player) method getWeight (line 135) | public float getWeight() method compareTo (line 140) | @Override FILE: src/main/java/com/flansmod/common/teams/TileEntitySpawner.java class TileEntitySpawner (line 23) | public class TileEntitySpawner extends TileEntity implements ITeamObject... method TileEntitySpawner (line 47) | public TileEntitySpawner() method getUpdatePacket (line 52) | @Override method onDataPacket (line 61) | @Override method update (line 68) | @Override method writeToNBT (line 137) | @Override method readFromNBT (line 156) | @Override method getBase (line 173) | @Override method getTeamID (line 179) | public int getTeamID() method onBaseSet (line 186) | @Override method onBaseCapture (line 192) | @Override method setBase (line 198) | @Override method tick (line 210) | @Override method destroy (line 216) | @Override method getPosX (line 222) | @Override method getPosY (line 228) | @Override method getPosZ (line 234) | @Override method isSpawnPoint (line 240) | @Override method isSpawnPointByMetadata (line 246) | private boolean isSpawnPointByMetadata() method forceChunkLoading (line 302) | @Override method setWorldCreate (line 308) | @Override FILE: src/main/java/com/flansmod/common/tools/EntityParachute.java class EntityParachute (line 24) | public class EntityParachute extends Entity implements IEntityAdditional... method EntityParachute (line 28) | public EntityParachute(World w) method EntityParachute (line 35) | public EntityParachute(World w, ToolType t, EntityPlayer player) method onUpdate (line 42) | @Override method fall (line 82) | @Override method attackEntityFrom (line 88) | @Override method entityInit (line 95) | @Override method getControllingPassenger (line 100) | @Nullable method readEntityFromNBT (line 108) | @Override method writeEntityToNBT (line 114) | @Override method getPickedResult (line 120) | @Override method writeSpawnData (line 126) | @Override method readSpawnData (line 132) | @Override FILE: src/main/java/com/flansmod/common/tools/ItemTool.java class ItemTool (line 33) | public class ItemTool extends ItemFood implements IFlanItem method ItemTool (line 37) | public ItemTool(ToolType t) method addInformation (line 55) | @Override method onItemRightClick (line 64) | @Override method toString (line 212) | @Override method getInfoType (line 218) | @Override FILE: src/main/java/com/flansmod/common/tools/ToolType.java class ToolType (line 22) | public class ToolType extends InfoType method ToolType (line 67) | public ToolType(TypeFile file) method postRead (line 72) | @Override method read (line 81) | @Override method addRecipe (line 126) | @Override method getType (line 143) | public static ToolType getType(String shortName) method preRead (line 148) | @Override method GetModel (line 153) | @Override FILE: src/main/java/com/flansmod/common/types/EnumPaintjobRarity.java type EnumPaintjobRarity (line 3) | public enum EnumPaintjobRarity FILE: src/main/java/com/flansmod/common/types/EnumType.java type EnumType (line 47) | public enum EnumType method EnumType (line 57) | EnumType(String s) method get (line 62) | public static EnumType get(String s) method getTypeClass (line 72) | public Class getTypeClass() method getFromObject (line 100) | public static EnumType getFromObject(Object o) FILE: src/main/java/com/flansmod/common/types/IFlanItem.java type IFlanItem (line 3) | public interface IFlanItem method getInfoType (line 5) | InfoType getInfoType(); FILE: src/main/java/com/flansmod/common/types/InfoType.java class InfoType (line 39) | public class InfoType type ParseFunc (line 68) | public interface ParseFunc method Parse (line 70) | void Parse(String[] split, T d); method InfoType (line 87) | public InfoType(TypeFile file) method read (line 92) | public void read(TypeFile file) method preRead (line 118) | protected void preRead(TypeFile file) method postRead (line 125) | protected void postRead(TypeFile file) method GetModel (line 138) | @SideOnly(Side.CLIENT) method read (line 147) | protected void read(String[] split, TypeFile file) method KeyMatches (line 222) | protected boolean KeyMatches(String[] split, String key) method Read (line 227) | protected int Read(String[] split, String key, int currentValue) method Read (line 251) | protected float Read(String[] split, String key, float currentValue) method Read (line 275) | protected double Read(String[] split, String key, double currentValue) method Read (line 299) | protected String Read(String[] split, String key, String currentValue) method ReadAndConcatenateMultipleStrings (line 316) | protected String ReadAndConcatenateMultipleStrings(String[] split, Str... method Read (line 337) | protected boolean Read(String[] split, String key, boolean currentValue) method LogError (line 366) | protected static void LogError(String shortName, String s) method toString (line 371) | @Override method registerItem (line 377) | public void registerItem(IForgeRegistry registry) method registerBlock (line 383) | public void registerBlock(IForgeRegistry registry) method addRecipe (line 388) | public void addRecipe(IForgeRegistry registry) method addRecipe (line 396) | public void addRecipe(IForgeRegistry registry, Item par1Item) method getDyeDamageValue (line 507) | protected int getDyeDamageValue(String dyeName) method getItem (line 521) | public Item getItem() method getRecipeElement (line 526) | public static ItemStack getRecipeElement(String str) method getRecipeIngredient (line 539) | public static Ingredient getRecipeIngredient(String str) method getRecipeIngredient (line 552) | public static Ingredient getRecipeIngredient(String id, int amount, in... method getRecipeElement (line 576) | public static ItemStack getRecipeElement(String id, int amount, int da... method reloadModel (line 634) | public void reloadModel() method hashCode (line 639) | @Override method getType (line 645) | public static InfoType getType(String s) method getType (line 650) | public static InfoType getType(int hash) method getType (line 660) | public static InfoType getType(ItemStack itemStack) method getPotionEffect (line 670) | public static PotionEffect getPotionEffect(String[] split) method getMaterial (line 678) | public static Material getMaterial(String mat) method addLoot (line 683) | public void addLoot(LootTableLoadEvent event) method InitializeSpecialIngredients (line 704) | public static void InitializeSpecialIngredients() method AddModEntry (line 748) | private static void AddModEntry(String name, String resLoc, Ingredient... method AddOreDictEntry (line 757) | private static void AddOreDictEntry(String name, Ingredient fallback) FILE: src/main/java/com/flansmod/common/types/TypeFile.java class TypeFile (line 7) | public class TypeFile method TypeFile (line 26) | public TypeFile(String contentPack, EnumType t, String s) method TypeFile (line 31) | public TypeFile(String contentPack, EnumType t, String s, boolean addT... method parseLine (line 41) | public void parseLine(String line) method readLine (line 47) | public String readLine() method getLines (line 54) | public List getLines() method hashCode (line 59) | @Override FILE: src/main/java/com/flansmod/common/util/BlockUtil.java class BlockUtil (line 14) | public class BlockUtil method destroyBlock (line 16) | public static boolean destroyBlock(WorldServer world, BlockPos pos, En... FILE: src/main/java/com/flansmod/common/vector/Matrix.java class Matrix (line 45) | public abstract class Matrix implements Serializable method Matrix (line 51) | protected Matrix() method setIdentity (line 61) | public abstract Matrix setIdentity(); method invert (line 69) | public abstract Matrix invert(); method load (line 79) | public abstract Matrix load(FloatBuffer buf); method loadTranspose (line 89) | public abstract Matrix loadTranspose(FloatBuffer buf); method negate (line 97) | public abstract Matrix negate(); method store (line 107) | public abstract Matrix store(FloatBuffer buf); method storeTranspose (line 117) | public abstract Matrix storeTranspose(FloatBuffer buf); method transpose (line 125) | public abstract Matrix transpose(); method setZero (line 133) | public abstract Matrix setZero(); method determinant (line 139) | public abstract float determinant(); FILE: src/main/java/com/flansmod/common/vector/Matrix2f.java class Matrix2f (line 11) | public class Matrix2f method Matrix2f (line 16) | public Matrix2f(InfoType t) method Matrix2f (line 22) | public Matrix2f(int hash, int value) method generateAudioMatrix (line 28) | public static Matrix2f generateAudioMatrix(double x, double y, double z) method verifyMatrixNormals (line 39) | public static void verifyMatrixNormals(Matrix2f matrix) FILE: src/main/java/com/flansmod/common/vector/Matrix3f.java class Matrix3f (line 6) | public class Matrix3f method Matrix3f (line 11) | public Matrix3f(float[][] Matrix) method Matrix3f (line 19) | public Matrix3f(float m11, float m12, float m13, float m21, float m22,... method mult (line 32) | public Matrix3f mult(Matrix3f m) method mult (line 37) | public Vec3d mult(Vec3d v) method getMatrixRotX (line 42) | public static Matrix3f getMatrixRotX(float r) method getMatrixRotY (line 55) | public static Matrix3f getMatrixRotY(float r) method getMatrixRotZ (line 68) | public static Matrix3f getMatrixRotZ(float r) method multVec (line 81) | public static Vec3d multVec(Matrix3f m, Vec3d vec) method multMatrix (line 96) | public static Matrix3f multMatrix(Matrix3f m1, Matrix3f m2) FILE: src/main/java/com/flansmod/common/vector/Matrix4f.java class Matrix4f (line 42) | public class Matrix4f extends Matrix implements Serializable method Matrix4f (line 51) | public Matrix4f() method Matrix4f (line 57) | public Matrix4f(final Matrix4f src) method toString (line 66) | @Override method setIdentity (line 77) | @Override method setIdentity (line 89) | public static Matrix4f setIdentity(Matrix4f m) method setZero (line 116) | @Override method setZero (line 128) | public static Matrix4f setZero(Matrix4f m) method load (line 156) | public Matrix4f load(Matrix4f src) method load (line 168) | public static Matrix4f load(Matrix4f src, Matrix4f dest) method load (line 199) | @Override method loadTranspose (line 230) | @Override method store (line 260) | @Override method storeTranspose (line 288) | @Override method store3f (line 316) | public Matrix store3f(FloatBuffer buf) method add (line 338) | public static Matrix4f add(Matrix4f left, Matrix4f right, Matrix4f dest) method sub (line 371) | public static Matrix4f sub(Matrix4f left, Matrix4f right, Matrix4f dest) method mul (line 404) | public static Matrix4f mul(Matrix4f left, Matrix4f right, Matrix4f dest) method transform (line 455) | public static Vector4f transform(Matrix4f left, Vector4f right, Vector... method transpose (line 478) | @Override method translate (line 490) | public Matrix4f translate(Vector2f vec) method translate (line 501) | public Matrix4f translate(Vector3f vec) method scale (line 512) | public Matrix4f scale(Vector3f vec) method scale (line 525) | public static Matrix4f scale(Vector3f vec, Matrix4f src, Matrix4f dest) method rotate (line 551) | public Matrix4f rotate(float angle, Vector3f axis) method rotate (line 564) | public Matrix4f rotate(float angle, Vector3f axis, Matrix4f dest) method rotate (line 579) | public static Matrix4f rotate(float angle, Vector3f axis, Matrix4f src... method translate (line 641) | public Matrix4f translate(Vector3f vec, Matrix4f dest) method translate (line 654) | public static Matrix4f translate(Vector3f vec, Matrix4f src, Matrix4f ... method translate (line 674) | public Matrix4f translate(Vector2f vec, Matrix4f dest) method translate (line 687) | public static Matrix4f translate(Vector2f vec, Matrix4f src, Matrix4f ... method transpose (line 706) | public Matrix4f transpose(Matrix4f dest) method transpose (line 718) | public static Matrix4f transpose(Matrix4f src, Matrix4f dest) method determinant (line 762) | @Override method determinant3x3 (line 795) | private static float determinant3x3(float t00, float t01, float t02, method invert (line 809) | @Override method invert (line 822) | public static Matrix4f invert(Matrix4f src, Matrix4f dest) method negate (line 887) | @Override method negate (line 899) | public Matrix4f negate(Matrix4f dest) method negate (line 911) | public static Matrix4f negate(Matrix4f src, Matrix4f dest) FILE: src/main/java/com/flansmod/common/vector/ReadableVector.java type ReadableVector (line 39) | public interface ReadableVector method length (line 44) | float length(); method lengthSquared (line 49) | float lengthSquared(); method store (line 57) | Vector store(FloatBuffer buf); FILE: src/main/java/com/flansmod/common/vector/ReadableVector2f.java type ReadableVector2f (line 37) | public interface ReadableVector2f extends ReadableVector method getX (line 42) | float getX(); method getY (line 47) | float getY(); FILE: src/main/java/com/flansmod/common/vector/ReadableVector3f.java type ReadableVector3f (line 37) | public interface ReadableVector3f extends ReadableVector2f method getZ (line 42) | float getZ(); FILE: src/main/java/com/flansmod/common/vector/ReadableVector4f.java type ReadableVector4f (line 37) | public interface ReadableVector4f extends ReadableVector3f method getW (line 43) | float getW(); FILE: src/main/java/com/flansmod/common/vector/Vector.java class Vector (line 46) | public abstract class Vector implements Serializable, ReadableVector method Vector (line 52) | protected Vector() method length (line 60) | @Override method lengthSquared (line 70) | @Override method load (line 79) | public abstract Vector load(FloatBuffer buf); method negate (line 86) | public abstract Vector negate(); method normalise (line 94) | public final Vector normalise() method store (line 116) | @Override method scale (line 126) | public abstract Vector scale(float scale); FILE: src/main/java/com/flansmod/common/vector/Vector2f.java class Vector2f (line 45) | public class Vector2f extends Vector implements Serializable, ReadableVe... method Vector2f (line 55) | public Vector2f() method Vector2f (line 63) | public Vector2f(ReadableVector2f src) method Vector2f (line 71) | public Vector2f(float x, float y) method set (line 79) | @Override method set (line 92) | public Vector2f set(ReadableVector2f src) method lengthSquared (line 102) | @Override method translate (line 115) | public Vector2f translate(float x, float y) method negate (line 127) | @Override method negate (line 141) | public Vector2f negate(Vector2f dest) method normalise (line 157) | public Vector2f normalise(Vector2f dest) method dot (line 177) | public static float dot(Vector2f left, Vector2f right) method angle (line 190) | public static float angle(Vector2f a, Vector2f b) method add (line 209) | public static Vector2f add(Vector2f left, Vector2f right, Vector2f dest) method sub (line 229) | public static Vector2f sub(Vector2f left, Vector2f right, Vector2f dest) method store (line 246) | @Override method load (line 260) | @Override method scale (line 271) | @Override method toString (line 284) | @Override method getX (line 294) | @Override method getY (line 303) | @Override method setX (line 314) | @Override method setY (line 325) | @Override FILE: src/main/java/com/flansmod/common/vector/Vector3f.java class Vector3f (line 50) | public class Vector3f extends Vector implements Serializable, ReadableVe... method Vector3f (line 60) | public Vector3f() method Vector3f (line 65) | public Vector3f(String input, String typeName) method Vector3f (line 85) | public Vector3f(ReadableVector3f src) method Vector3f (line 93) | public Vector3f(float x, float y, float z) method Vector3f (line 98) | public Vector3f(Vec3d vec) method Vector3f (line 103) | public Vector3f(double x, double y, double z) method toVec3 (line 108) | public Vec3d toVec3() method set (line 116) | @Override method set (line 126) | @Override method set (line 140) | public Vector3f set(ReadableVector3f src) method lengthSquared (line 151) | @Override method translate (line 164) | public Vector3f translate(float x, float y, float z) method add (line 181) | public static Vector3f add(Vector3f left, Vector3f right, Vector3f dest) method sub (line 201) | public static Vector3f sub(Vector3f left, Vector3f right, Vector3f dest) method cross (line 220) | public static Vector3f cross( method negate (line 244) | @Override method negate (line 259) | public Vector3f negate(Vector3f dest) method normalise (line 276) | public Vector3f normalise(Vector3f dest) method dot (line 296) | public static float dot(Vector3f left, Vector3f right) method angle (line 308) | public static float angle(Vector3f a, Vector3f b) method load (line 321) | @Override method scale (line 333) | @Override method store (line 348) | @Override method toString (line 362) | @Override method getX (line 372) | @Override method getY (line 381) | @Override method setX (line 392) | @Override method setY (line 403) | @Override method setZ (line 414) | @Override method getZ (line 423) | @Override method writeToBuffer (line 429) | public void writeToBuffer(ByteBuf data) method readFromBuffer (line 436) | public static Vector3f readFromBuffer(ByteBuf data) FILE: src/main/java/com/flansmod/common/vector/Vector3i.java class Vector3i (line 7) | public class Vector3i extends Vector method Vector3i (line 13) | public Vector3i() method Vector3i (line 18) | public Vector3i(int x, int y, int z) method Vector3i (line 23) | public Vector3i(Vec3d vec) method Vector3i (line 28) | public Vector3i(double x, double y, double z) method Vector3i (line 33) | public Vector3i(Vector3i v) method toVec3 (line 38) | public Vec3d toVec3() method set (line 43) | public void set(int x, int y, int z) method lengthSquared (line 50) | public float lengthSquared() method translate (line 55) | public Vector3i translate(int x, int y, int z) method add (line 63) | public static Vector3i add(Vector3i left, Vector3i right, Vector3i dest) method sub (line 74) | public static Vector3i sub(Vector3i left, Vector3i right, Vector3i dest) method cross (line 85) | public static Vector3i cross(Vector3i left, Vector3i right, Vector3i d... method negate (line 99) | public Vector negate() method negate (line 107) | public Vector3i negate(Vector3i dest) method normalise (line 117) | public Vector3i normalise(Vector3i dest) method dot (line 129) | public static float dot(Vector3i left, Vector3i right) method angle (line 134) | public static float angle(Vector3i a, Vector3i b) method load (line 144) | public Vector load(FloatBuffer buf) method scale (line 152) | public Vector scale(float scale) method store (line 161) | public Vector store(FloatBuffer buf) method toString (line 170) | public String toString() method getX (line 176) | public final int getX() method getY (line 181) | public final int getY() method setX (line 186) | public final void setX(int x) method setY (line 191) | public final void setY(int y) method setZ (line 196) | public void setZ(int z) method getZ (line 201) | public int getZ() FILE: src/main/java/com/flansmod/common/vector/Vector4f.java class Vector4f (line 45) | public class Vector4f extends Vector implements Serializable, ReadableVe... method Vector4f (line 55) | public Vector4f() method Vector4f (line 63) | public Vector4f(ReadableVector4f src) method Vector4f (line 71) | public Vector4f(float x, float y, float z, float w) method set (line 79) | @Override method set (line 89) | @Override method set (line 100) | @Override method set (line 115) | public Vector4f set(ReadableVector4f src) method lengthSquared (line 127) | @Override method translate (line 140) | public Vector4f translate(float x, float y, float z, float w) method add (line 158) | public static Vector4f add(Vector4f left, Vector4f right, Vector4f dest) method sub (line 178) | public static Vector4f sub(Vector4f left, Vector4f right, Vector4f dest) method negate (line 195) | @Override method negate (line 211) | public Vector4f negate(Vector4f dest) method normalise (line 229) | public Vector4f normalise(Vector4f dest) method dot (line 249) | public static float dot(Vector4f left, Vector4f right) method angle (line 261) | public static float angle(Vector4f a, Vector4f b) method load (line 274) | @Override method scale (line 287) | @Override method store (line 300) | @Override method toString (line 312) | @Override method getX (line 321) | @Override method getY (line 330) | @Override method setX (line 341) | @Override method setY (line 352) | @Override method setZ (line 363) | @Override method getZ (line 373) | @Override method setW (line 384) | @Override method getW (line 393) | @Override FILE: src/main/java/com/flansmod/common/vector/WritableVector2f.java type WritableVector2f (line 41) | public interface WritableVector2f method setX (line 49) | void setX(float x); method setY (line 56) | void setY(float y); method set (line 64) | void set(float x, float y); FILE: src/main/java/com/flansmod/common/vector/WritableVector3f.java type WritableVector3f (line 41) | public interface WritableVector3f extends WritableVector2f method setZ (line 49) | void setZ(float z); method set (line 58) | void set(float x, float y, float z); FILE: src/main/java/com/flansmod/common/vector/WritableVector4f.java type WritableVector4f (line 41) | public interface WritableVector4f extends WritableVector3f method setW (line 49) | void setW(float w); method set (line 59) | void set(float x, float y, float z, float w); FILE: src/main/java/com/flansmod/mechaparts/common/MechaPartsPackMod.java class MechaPartsPackMod (line 8) | @Mod(modid = MechaPartsPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/Model1887.java class Model1887 (line 8) | public class Model1887 extends ModelGun method Model1887 (line 10) | public Model1887() FILE: src/main/java/com/flansmod/modernweapons/client/model/Model2xScope.java class Model2xScope (line 15) | public class Model2xScope extends ModelAttachment //Same as Filename method Model2xScope (line 20) | public Model2xScope() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/Model4xScope.java class Model4xScope (line 15) | public class Model4xScope extends ModelAttachment //Same as Filename method Model4xScope (line 20) | public Model4xScope() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/Model8xScope.java class Model8xScope (line 15) | public class Model8xScope extends ModelAttachment //Same as Filename method Model8xScope (line 20) | public Model8xScope() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelA10.java class ModelA10 (line 10) | public class ModelA10 extends ModelPlane //Same as Filename method ModelA10 (line 15) | public ModelA10() //Same as Filename method makeProp1 (line 1831) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) method makeProp2 (line 1849) | private ModelRendererTurbo[] makeProp2(float i, float j, float k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelA91.java class ModelA91 (line 11) | public class ModelA91 extends ModelGun method ModelA91 (line 16) | public ModelA91() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAA12.java class ModelAA12 (line 19) | public class ModelAA12 extends ModelGun //Same as Filename method ModelAA12 (line 24) | public ModelAA12() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelACOG.java class ModelACOG (line 15) | public class ModelACOG extends ModelAttachment //Same as Filename method ModelACOG (line 20) | public ModelACOG() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelACR.java class ModelACR (line 19) | public class ModelACR extends ModelGun //Same as Filename method ModelACR (line 24) | public ModelACR() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelADAR15.java class ModelADAR15 (line 19) | public class ModelADAR15 extends ModelGun //Same as Filename method ModelADAR15 (line 24) | public ModelADAR15() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAK47.java class ModelAK47 (line 12) | public class ModelAK47 extends ModelGun //Same as Filename method ModelAK47 (line 17) | public ModelAK47() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAK74.java class ModelAK74 (line 19) | public class ModelAK74 extends ModelGun //Same as Filename method ModelAK74 (line 24) | public ModelAK74() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAN94.java class ModelAN94 (line 19) | public class ModelAN94 extends ModelGun //Same as Filename method ModelAN94 (line 24) | public ModelAN94() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelASH12.java class ModelASH12 (line 19) | public class ModelASH12 extends ModelGun //Same as Filename method ModelASH12 (line 24) | public ModelASH12() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAT4.java class ModelAT4 (line 19) | public class ModelAT4 extends ModelGun //Same as Filename method ModelAT4 (line 24) | public ModelAT4() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAUG.java class ModelAUG (line 19) | public class ModelAUG extends ModelGun //Same as Filename method ModelAUG (line 24) | public ModelAUG() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAbrams.java class ModelAbrams (line 10) | public class ModelAbrams extends ModelVehicle //Same as Filename method ModelAbrams (line 15) | public ModelAbrams() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelAmmoBag.java class ModelAmmoBag (line 16) | public class ModelAmmoBag extends ModelBase method ModelAmmoBag (line 21) | public ModelAmmoBag() method render (line 118) | @Override method setRotationAngles (line 127) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelApacheAH64.java class ModelApacheAH64 (line 17) | public class ModelApacheAH64 extends ModelPlane //Same as Filename method ModelApacheAH64 (line 22) | public ModelApacheAH64() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelB4CrossBow.java class ModelB4CrossBow (line 19) | public class ModelB4CrossBow extends ModelGun //Same as Filename method ModelB4CrossBow (line 24) | public ModelB4CrossBow() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelB52.java class ModelB52 (line 10) | public class ModelB52 extends ModelPlane //Same as Filename method ModelB52 (line 15) | public ModelB52() //Same as Filename method initbodyModel_1 (line 47) | private void initbodyModel_1() method initnoseModel_1 (line 1213) | private void initnoseModel_1() method inittailModel_1 (line 1261) | private void inittailModel_1() method initleftWingModel_1 (line 1301) | private void initleftWingModel_1() method initrightWingModel_1 (line 1649) | private void initrightWingModel_1() method inittopWingModel_1 (line 1997) | private void inittopWingModel_1() method initpitchFlapLeftModel_1 (line 2005) | private void initpitchFlapLeftModel_1() method initpitchFlapRightModel_1 (line 2013) | private void initpitchFlapRightModel_1() method initbodyWheelModel_1 (line 2021) | private void initbodyWheelModel_1() method initleftWingWheelModel_1 (line 2297) | private void initleftWingWheelModel_1() method initrightWingWheelModel_1 (line 2325) | private void initrightWingWheelModel_1() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelBarrett.java class ModelBarrett (line 19) | public class ModelBarrett extends ModelGun //Same as Filename method ModelBarrett (line 24) | public ModelBarrett() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelBinoculars.java class ModelBinoculars (line 10) | public class ModelBinoculars extends ModelGun //Same as Filename method ModelBinoculars (line 15) | public ModelBinoculars() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelBizon.java class ModelBizon (line 19) | public class ModelBizon extends ModelGun //Same as Filename method ModelBizon (line 24) | public ModelBizon() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelBlackHawk.java class ModelBlackHawk (line 11) | public class ModelBlackHawk extends ModelPlane //Same as Filename method ModelBlackHawk (line 16) | public ModelBlackHawk() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelBlackHawkUH60.java class ModelBlackHawkUH60 (line 17) | public class ModelBlackHawkUH60 extends ModelPlane //Same as Filename method ModelBlackHawkUH60 (line 22) | public ModelBlackHawkUH60() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelBulletFlash1.java class ModelBulletFlash1 (line 9) | public class ModelBulletFlash1 extends ModelBase method ModelBulletFlash1 (line 14) | public ModelBulletFlash1() method render (line 33) | @Override method setRotationAngles (line 42) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelC4.java class ModelC4 (line 8) | public class ModelC4 extends ModelBase method ModelC4 (line 12) | public ModelC4() method render (line 21) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelChallengerII.java class ModelChallengerII (line 10) | public class ModelChallengerII extends ModelVehicle //Same as Filename method ModelChallengerII (line 15) | public ModelChallengerII() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelCharmBase.java class ModelCharmBase (line 15) | public class ModelCharmBase extends ModelAttachment //Same as Filename method ModelCharmBase (line 20) | public ModelCharmBase() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelCharmBasePanel.java class ModelCharmBasePanel (line 15) | public class ModelCharmBasePanel extends ModelAttachment //Same as Filename method ModelCharmBasePanel (line 20) | public ModelCharmBasePanel() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelCharmBaseSight.java class ModelCharmBaseSight (line 15) | public class ModelCharmBaseSight extends ModelAttachment //Same as Filename method ModelCharmBaseSight (line 20) | public ModelCharmBaseSight() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelChinook.java class ModelChinook (line 17) | public class ModelChinook extends ModelPlane //Same as Filename method ModelChinook (line 22) | public ModelChinook() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelClaymore.java class ModelClaymore (line 8) | public class ModelClaymore extends ModelBase method ModelClaymore (line 12) | public ModelClaymore() method render (line 21) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelCloakerGoggles.java class ModelCloakerGoggles (line 6) | public class ModelCloakerGoggles extends ModelCustomArmour method ModelCloakerGoggles (line 8) | public ModelCloakerGoggles() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelCobra.java class ModelCobra (line 7) | public class ModelCobra extends ModelPlane method ModelCobra (line 9) | public ModelCobra() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelColdWarE2.java class ModelColdWarE2 (line 19) | public class ModelColdWarE2 extends ModelGun //Same as Filename method ModelColdWarE2 (line 24) | public ModelColdWarE2() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelDeployableBag.java class ModelDeployableBag (line 8) | public class ModelDeployableBag extends ModelBase method ModelDeployableBag (line 12) | public ModelDeployableBag() method render (line 22) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelDesertEagle.java class ModelDesertEagle (line 8) | public class ModelDesertEagle extends ModelGun method ModelDesertEagle (line 10) | public ModelDesertEagle() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelDevotionX55.java class ModelDevotionX55 (line 19) | public class ModelDevotionX55 extends ModelGun //Same as Filename method ModelDevotionX55 (line 24) | public ModelDevotionX55() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelDragunov.java class ModelDragunov (line 19) | public class ModelDragunov extends ModelGun //Same as Filename method ModelDragunov (line 24) | public ModelDragunov() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelEC665.java class ModelEC665 (line 11) | public class ModelEC665 extends ModelPlane method ModelEC665 (line 16) | public ModelEC665() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelEMP4.java class ModelEMP4 (line 19) | public class ModelEMP4 extends ModelGun //Same as Filename method ModelEMP4 (line 24) | public ModelEMP4() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelElDiablo.java class ModelElDiablo (line 19) | public class ModelElDiablo extends ModelGun //Same as Filename method ModelElDiablo (line 24) | public ModelElDiablo() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelExecutioner.java class ModelExecutioner (line 19) | public class ModelExecutioner extends ModelGun //Same as Filename method ModelExecutioner (line 24) | public ModelExecutioner() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelExoskeletonBody.java class ModelExoskeletonBody (line 10) | public class ModelExoskeletonBody extends ModelCustomArmour method ModelExoskeletonBody (line 15) | public ModelExoskeletonBody() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelExoskeletonBoots.java class ModelExoskeletonBoots (line 6) | public class ModelExoskeletonBoots extends ModelCustomArmour method ModelExoskeletonBoots (line 8) | public ModelExoskeletonBoots() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelExoskeletonHelmet.java class ModelExoskeletonHelmet (line 6) | public class ModelExoskeletonHelmet extends ModelCustomArmour method ModelExoskeletonHelmet (line 8) | public ModelExoskeletonHelmet() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelExoskeletonLegs.java class ModelExoskeletonLegs (line 6) | public class ModelExoskeletonLegs extends ModelCustomArmour method ModelExoskeletonLegs (line 8) | public ModelExoskeletonLegs() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelF22.java class ModelF22 (line 10) | public class ModelF22 extends ModelPlane //Same as Filename method ModelF22 (line 15) | public ModelF22() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFAMAS.java class ModelFAMAS (line 19) | public class ModelFAMAS extends ModelGun //Same as Filename method ModelFAMAS (line 24) | public ModelFAMAS() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFMG.java class ModelFMG (line 19) | public class ModelFMG extends ModelGun //Same as Filename method ModelFMG (line 24) | public ModelFMG() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFNSCAR.java class ModelFNSCAR (line 19) | public class ModelFNSCAR extends ModelGun //Same as Filename method ModelFNSCAR (line 24) | public ModelFNSCAR() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFS10.java class ModelFS10 (line 17) | public class ModelFS10 extends ModelPlane //Same as Filename method ModelFS10 (line 22) | public ModelFS10() //Same as Filename method makeProp1 (line 559) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) method makeProp2 (line 565) | private ModelRendererTurbo[] makeProp2(float i, float j, float k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFlamethrower.java class ModelFlamethrower (line 19) | public class ModelFlamethrower extends ModelGun //Same as Filename method ModelFlamethrower (line 24) | public ModelFlamethrower() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFlareGun.java class ModelFlareGun (line 19) | public class ModelFlareGun extends ModelGun //Same as Filename method ModelFlareGun (line 24) | public ModelFlareGun() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelFlashlight.java class ModelFlashlight (line 6) | public class ModelFlashlight extends ModelAttachment method ModelFlashlight (line 8) | public ModelFlashlight() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelForegrip.java class ModelForegrip (line 15) | public class ModelForegrip extends ModelAttachment //Same as Filename method ModelForegrip (line 20) | public ModelForegrip() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelG3.java class ModelG3 (line 19) | public class ModelG3 extends ModelGun //Same as Filename method ModelG3 (line 24) | public ModelG3() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelG36.java class ModelG36 (line 19) | public class ModelG36 extends ModelGun //Same as Filename method ModelG36 (line 24) | public ModelG36() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelGAU19.java class ModelGAU19 (line 19) | public class ModelGAU19 extends ModelGun //Same as Filename method ModelGAU19 (line 24) | public ModelGAU19() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelGL1.java class ModelGL1 (line 19) | public class ModelGL1 extends ModelGun //Same as Filename method ModelGL1 (line 24) | public ModelGL1() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelGL6.java class ModelGL6 (line 19) | public class ModelGL6 extends ModelGun //Same as Filename method ModelGL6 (line 24) | public ModelGL6() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelGalil.java class ModelGalil (line 19) | public class ModelGalil extends ModelGun //Same as Filename method ModelGalil (line 24) | public ModelGalil() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelGlock.java class ModelGlock (line 19) | public class ModelGlock extends ModelGun //Same as Filename method ModelGlock (line 24) | public ModelGlock() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHCAR.java class ModelHCAR (line 19) | public class ModelHCAR extends ModelGun //Same as Filename method ModelHCAR (line 24) | public ModelHCAR() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHCOG.java class ModelHCOG (line 15) | public class ModelHCOG extends ModelAttachment //Same as Filename method ModelHCOG (line 20) | public ModelHCOG() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHESatchel.java class ModelHESatchel (line 16) | public class ModelHESatchel extends ModelBase method ModelHESatchel (line 21) | public ModelHESatchel() method render (line 48) | @Override method setRotationAngles (line 57) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHK416.java class ModelHK416 (line 19) | public class ModelHK416 extends ModelGun //Same as Filename method ModelHK416 (line 24) | public ModelHK416() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHind.java class ModelHind (line 17) | public class ModelHind extends ModelPlane method ModelHind (line 22) | public ModelHind() method makeProp (line 705) | private ModelRendererTurbo[] makeProp(int i, int j, int k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHindMI24.java class ModelHindMI24 (line 17) | public class ModelHindMI24 extends ModelPlane //Same as Filename method ModelHindMI24 (line 22) | public ModelHindMI24() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHoneyBadger.java class ModelHoneyBadger (line 19) | public class ModelHoneyBadger extends ModelGun //Same as Filename method ModelHoneyBadger (line 24) | public ModelHoneyBadger() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelHumvee.java class ModelHumvee (line 10) | public class ModelHumvee extends ModelVehicle //Same as Filename method ModelHumvee (line 15) | public ModelHumvee() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelJudge.java class ModelJudge (line 19) | public class ModelJudge extends ModelGun //Same as Filename method ModelJudge (line 24) | public ModelJudge() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelJury.java class ModelJury (line 19) | public class ModelJury extends ModelGun //Same as Filename method ModelJury (line 24) | public ModelJury() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelKCASmart50.java class ModelKCASmart50 (line 19) | public class ModelKCASmart50 extends ModelGun //Same as Filename method ModelKCASmart50 (line 24) | public ModelKCASmart50() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelKCASmartcarbine.java class ModelKCASmartcarbine (line 19) | public class ModelKCASmartcarbine extends ModelGun //Same as Filename method ModelKCASmartcarbine (line 24) | public ModelKCASmartcarbine() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelKCASmartpistol.java class ModelKCASmartpistol (line 19) | public class ModelKCASmartpistol extends ModelGun //Same as Filename method ModelKCASmartpistol (line 24) | public ModelKCASmartpistol() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelKCAWolverineIV.java class ModelKCAWolverineIV (line 17) | public class ModelKCAWolverineIV extends ModelPlane //Same as Filename method ModelKCAWolverineIV (line 22) | public ModelKCAWolverineIV() //Same as Filename method makeProp1 (line 455) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelKrissVector.java class ModelKrissVector (line 19) | public class ModelKrissVector extends ModelGun //Same as Filename method ModelKrissVector (line 24) | public ModelKrissVector() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelL86.java class ModelL86 (line 19) | public class ModelL86 extends ModelGun //Same as Filename method ModelL86 (line 24) | public ModelL86() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelL96.java class ModelL96 (line 19) | public class ModelL96 extends ModelGun //Same as Filename method ModelL96 (line 24) | public ModelL96() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelLDCIGScope.java class ModelLDCIGScope (line 15) | public class ModelLDCIGScope extends ModelAttachment //Same as Filename method ModelLDCIGScope (line 20) | public ModelLDCIGScope() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelLeopard2A6.java class ModelLeopard2A6 (line 12) | public class ModelLeopard2A6 extends ModelVehicle //Same as Filename method ModelLeopard2A6 (line 17) | public ModelLeopard2A6() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelLittleBird.java class ModelLittleBird (line 11) | public class ModelLittleBird extends ModelPlane //Same as Filename method ModelLittleBird (line 16) | public ModelLittleBird() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelLittleBirdMH6.java class ModelLittleBirdMH6 (line 17) | public class ModelLittleBirdMH6 extends ModelPlane //Same as Filename method ModelLittleBirdMH6 (line 22) | public ModelLittleBirdMH6() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelLongBarrel.java class ModelLongBarrel (line 6) | public class ModelLongBarrel extends ModelAttachment method ModelLongBarrel (line 8) | public ModelLongBarrel() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM1014.java class ModelM1014 (line 19) | public class ModelM1014 extends ModelGun //Same as Filename method ModelM1014 (line 24) | public ModelM1014() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM14.java class ModelM14 (line 19) | public class ModelM14 extends ModelGun //Same as Filename method ModelM14 (line 24) | public ModelM14() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM16A4.java class ModelM16A4 (line 12) | public class ModelM16A4 extends ModelGun //Same as Filename method ModelM16A4 (line 17) | public ModelM16A4() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM1911.java class ModelM1911 (line 19) | public class ModelM1911 extends ModelGun //Same as Filename method ModelM1911 (line 24) | public ModelM1911() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM21.java class ModelM21 (line 19) | public class ModelM21 extends ModelGun //Same as Filename method ModelM21 (line 24) | public ModelM21() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM249.java class ModelM249 (line 19) | public class ModelM249 extends ModelGun //Same as Filename method ModelM249 (line 24) | public ModelM249() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM40A3.java class ModelM40A3 (line 19) | public class ModelM40A3 extends ModelGun //Same as Filename method ModelM40A3 (line 24) | public ModelM40A3() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM60E4.java class ModelM60E4 (line 19) | public class ModelM60E4 extends ModelGun //Same as Filename method ModelM60E4 (line 24) | public ModelM60E4() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM72LAW.java class ModelM72LAW (line 19) | public class ModelM72LAW extends ModelGun //Same as Filename method ModelM72LAW (line 24) | public ModelM72LAW() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelM9.java class ModelM9 (line 19) | public class ModelM9 extends ModelGun //Same as Filename method ModelM9 (line 24) | public ModelM9() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMIM23.java class ModelMIM23 (line 6) | public class ModelMIM23 extends ModelVehicle method ModelMIM23 (line 8) | public ModelMIM23() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMIM23Rocket.java class ModelMIM23Rocket (line 8) | public class ModelMIM23Rocket extends ModelBullet method ModelMIM23Rocket (line 12) | public ModelMIM23Rocket() method render (line 38) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMLRS6.java class ModelMLRS6 (line 19) | public class ModelMLRS6 extends ModelGun //Same as Filename method ModelMLRS6 (line 24) | public ModelMLRS6() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMP5.java class ModelMP5 (line 19) | public class ModelMP5 extends ModelGun //Same as Filename method ModelMP5 (line 24) | public ModelMP5() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMP7.java class ModelMP7 (line 19) | public class ModelMP7 extends ModelGun //Same as Filename method ModelMP7 (line 24) | public ModelMP7() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMTAR.java class ModelMTAR (line 19) | public class ModelMTAR extends ModelGun //Same as Filename method ModelMTAR (line 24) | public ModelMTAR() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMWParachute.java class ModelMWParachute (line 8) | public class ModelMWParachute extends ModelBase method ModelMWParachute (line 13) | public ModelMWParachute() method render (line 38) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMakarov.java class ModelMakarov (line 19) | public class ModelMakarov extends ModelGun //Same as Filename method ModelMakarov (line 24) | public ModelMakarov() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMastiff1218.java class ModelMastiff1218 (line 19) | public class ModelMastiff1218 extends ModelGun //Same as Filename method ModelMastiff1218 (line 24) | public ModelMastiff1218() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMedicBag.java class ModelMedicBag (line 16) | public class ModelMedicBag extends ModelBase method ModelMedicBag (line 21) | public ModelMedicBag() method render (line 114) | @Override method setRotationAngles (line 123) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMiniUzi.java class ModelMiniUzi (line 19) | public class ModelMiniUzi extends ModelGun //Same as Filename method ModelMiniUzi (line 24) | public ModelMiniUzi() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMinigun.java class ModelMinigun (line 11) | public class ModelMinigun extends ModelGun method ModelMinigun (line 16) | public ModelMinigun() method renderCustom (line 259) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMolotov.java class ModelMolotov (line 8) | public class ModelMolotov extends ModelBase method ModelMolotov (line 14) | public ModelMolotov() method render (line 26) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelMuzzleBreak.java class ModelMuzzleBreak (line 6) | public class ModelMuzzleBreak extends ModelAttachment //Same as Filename method ModelMuzzleBreak (line 11) | public ModelMuzzleBreak() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelNTW20.java class ModelNTW20 (line 19) | public class ModelNTW20 extends ModelGun //Same as Filename method ModelNTW20 (line 24) | public ModelNTW20() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelP90.java class ModelP90 (line 19) | public class ModelP90 extends ModelGun //Same as Filename method ModelP90 (line 24) | public ModelP90() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelPAW20.java class ModelPAW20 (line 19) | public class ModelPAW20 extends ModelGun //Same as Filename method ModelPAW20 (line 24) | public ModelPAW20() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelPanzerfaust3.java class ModelPanzerfaust3 (line 19) | public class ModelPanzerfaust3 extends ModelGun //Same as Filename method ModelPanzerfaust3 (line 24) | public ModelPanzerfaust3() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelPeaceKeeper.java class ModelPeaceKeeper (line 19) | public class ModelPeaceKeeper extends ModelGun //Same as Filename method ModelPeaceKeeper (line 24) | public ModelPeaceKeeper() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelPistolFlashlight.java class ModelPistolFlashlight (line 6) | public class ModelPistolFlashlight extends ModelAttachment method ModelPistolFlashlight (line 8) | public ModelPistolFlashlight() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelPr3.java class ModelPr3 (line 19) | public class ModelPr3 extends ModelGun //Same as Filename method ModelPr3 (line 24) | public ModelPr3() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelPredator37mm.java class ModelPredator37mm (line 19) | public class ModelPredator37mm extends ModelGun //Same as Filename method ModelPredator37mm (line 24) | public ModelPredator37mm() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelProximityMine.java class ModelProximityMine (line 16) | public class ModelProximityMine extends ModelBase method ModelProximityMine (line 21) | public ModelProximityMine() method render (line 40) | @Override method setRotationAngles (line 49) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelQuickReloadGrip.java class ModelQuickReloadGrip (line 6) | public class ModelQuickReloadGrip extends ModelAttachment method ModelQuickReloadGrip (line 8) | public ModelQuickReloadGrip() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelR700.java class ModelR700 (line 19) | public class ModelR700 extends ModelGun //Same as Filename method ModelR700 (line 24) | public ModelR700() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelR870.java class ModelR870 (line 19) | public class ModelR870 extends ModelGun //Same as Filename method ModelR870 (line 24) | public ModelR870() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRPD.java class ModelRPD (line 19) | public class ModelRPD extends ModelGun //Same as Filename method ModelRPD (line 24) | public ModelRPD() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRPG.java class ModelRPG (line 19) | public class ModelRPG extends ModelGun //Same as Filename method ModelRPG (line 24) | public ModelRPG() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRPGRocket.java class ModelRPGRocket (line 9) | public class ModelRPGRocket extends ModelBase method ModelRPGRocket (line 13) | public ModelRPGRocket() method render (line 30) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRPK.java class ModelRPK (line 19) | public class ModelRPK extends ModelGun //Same as Filename method ModelRPK (line 24) | public ModelRPK() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRaptorF22.java class ModelRaptorF22 (line 17) | public class ModelRaptorF22 extends ModelPlane //Same as Filename method ModelRaptorF22 (line 22) | public ModelRaptorF22() //Same as Filename method makeProp1 (line 444) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRedDot.java class ModelRedDot (line 15) | public class ModelRedDot extends ModelAttachment //Same as Filename method ModelRedDot (line 20) | public ModelRedDot() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRiotShield.java class ModelRiotShield (line 6) | public class ModelRiotShield extends ModelGun method ModelRiotShield (line 8) | public ModelRiotShield() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRocket.java class ModelRocket (line 7) | public class ModelRocket extends ModelBase method ModelRocket (line 12) | public ModelRocket() method render (line 31) | @Override method setRotationAngles (line 40) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelRoundGrenade.java class ModelRoundGrenade (line 16) | public class ModelRoundGrenade extends ModelBase method ModelRoundGrenade (line 21) | public ModelRoundGrenade() method render (line 36) | @Override method setRotationAngles (line 45) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSG550.java class ModelSG550 (line 19) | public class ModelSG550 extends ModelGun //Same as Filename method ModelSG550 (line 24) | public ModelSG550() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSIGP226.java class ModelSIGP226 (line 19) | public class ModelSIGP226 extends ModelGun //Same as Filename method ModelSIGP226 (line 24) | public ModelSIGP226() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSIGP232.java class ModelSIGP232 (line 19) | public class ModelSIGP232 extends ModelGun //Same as Filename method ModelSIGP232 (line 24) | public ModelSIGP232() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSPAS.java class ModelSPAS (line 19) | public class ModelSPAS extends ModelGun //Same as Filename method ModelSPAS (line 24) | public ModelSPAS() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSU25.java class ModelSU25 (line 10) | public class ModelSU25 extends ModelPlane method ModelSU25 (line 15) | public ModelSU25() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSentryGun.java class ModelSentryGun (line 6) | public class ModelSentryGun extends ModelAAGun method ModelSentryGun (line 8) | public ModelSentryGun() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelShockAbsorbentStock.java class ModelShockAbsorbentStock (line 6) | public class ModelShockAbsorbentStock extends ModelAttachment method ModelShockAbsorbentStock (line 8) | public ModelShockAbsorbentStock() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSideWinder7.java class ModelSideWinder7 (line 19) | public class ModelSideWinder7 extends ModelGun //Same as Filename method ModelSideWinder7 (line 24) | public ModelSideWinder7() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSilencer.java class ModelSilencer (line 6) | public class ModelSilencer extends ModelAttachment method ModelSilencer (line 8) | public ModelSilencer() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSkorpion.java class ModelSkorpion (line 19) | public class ModelSkorpion extends ModelGun //Same as Filename method ModelSkorpion (line 24) | public ModelSkorpion() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelStinger.java class ModelStinger (line 19) | public class ModelStinger extends ModelGun //Same as Filename method ModelStinger (line 24) | public ModelStinger() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelStingerMissile.java class ModelStingerMissile (line 8) | public class ModelStingerMissile extends ModelBullet method ModelStingerMissile (line 12) | public ModelStingerMissile() method render (line 30) | @Override FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSuperHeavyBoots.java class ModelSuperHeavyBoots (line 6) | public class ModelSuperHeavyBoots extends ModelCustomArmour method ModelSuperHeavyBoots (line 8) | public ModelSuperHeavyBoots() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSuperHeavyChest.java class ModelSuperHeavyChest (line 6) | public class ModelSuperHeavyChest extends ModelCustomArmour method ModelSuperHeavyChest (line 8) | public ModelSuperHeavyChest() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSuperHeavyHelmet.java class ModelSuperHeavyHelmet (line 6) | public class ModelSuperHeavyHelmet extends ModelCustomArmour method ModelSuperHeavyHelmet (line 8) | public ModelSuperHeavyHelmet() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelSuperHeavyLegs.java class ModelSuperHeavyLegs (line 6) | public class ModelSuperHeavyLegs extends ModelCustomArmour method ModelSuperHeavyLegs (line 8) | public ModelSuperHeavyLegs() FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelT90.java class ModelT90 (line 10) | public class ModelT90 extends ModelVehicle //Same as Filename method ModelT90 (line 15) | public ModelT90() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelTiger665.java class ModelTiger665 (line 17) | public class ModelTiger665 extends ModelPlane //Same as Filename method ModelTiger665 (line 22) | public ModelTiger665() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelTornado.java class ModelTornado (line 16) | public class ModelTornado extends ModelPlane method ModelTornado (line 21) | public ModelTornado() method makeProp (line 409) | private ModelRendererTurbo[] makeProp(int i, int j, int k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelTornadoGR4.java class ModelTornadoGR4 (line 17) | public class ModelTornadoGR4 extends ModelPlane //Same as Filename method ModelTornadoGR4 (line 22) | public ModelTornadoGR4() //Same as Filename method makeProp1 (line 398) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelTripleTake.java class ModelTripleTake (line 19) | public class ModelTripleTake extends ModelGun //Same as Filename method ModelTripleTake (line 24) | public ModelTripleTake() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelUSP.java class ModelUSP (line 19) | public class ModelUSP extends ModelGun //Same as Filename method ModelUSP (line 24) | public ModelUSP() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelUnderBarrelLaser.java class ModelUnderBarrelLaser (line 15) | public class ModelUnderBarrelLaser extends ModelAttachment //Same as Fil... method ModelUnderBarrelLaser (line 20) | public ModelUnderBarrelLaser() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelVoltV3.java class ModelVoltV3 (line 19) | public class ModelVoltV3 extends ModelGun //Same as Filename method ModelVoltV3 (line 24) | public ModelVoltV3() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/client/model/ModelW1200.java class ModelW1200 (line 19) | public class ModelW1200 extends ModelGun //Same as Filename method ModelW1200 (line 24) | public ModelW1200() //Same as Filename FILE: src/main/java/com/flansmod/modernweapons/common/ModernWeaponsPackMod.java class ModernWeaponsPackMod (line 8) | @Mod(modid = ModernWeaponsPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/nerf/client/model/ModelDisc.java class ModelDisc (line 7) | public class ModelDisc extends ModelBase method ModelDisc (line 11) | public ModelDisc() method render (line 17) | @Override method setRotationAngles (line 23) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/nerf/client/model/ModelVulcan.java class ModelVulcan (line 6) | public class ModelVulcan extends ModelMG method ModelVulcan (line 8) | public ModelVulcan() FILE: src/main/java/com/flansmod/nerf/common/NerfPackMod.java class NerfPackMod (line 8) | @Mod(modid = NerfPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/simple/common/SimplePartsPackMod.java class SimplePartsPackMod (line 8) | @Mod(modid = SimplePartsPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/steampunk/common/SteampunkPackMod.java class SteampunkPackMod (line 8) | @Mod(modid = SteampunkPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/titan/client/model/ModelCircularSaw.java class ModelCircularSaw (line 6) | public class ModelCircularSaw extends ModelMechaTool method ModelCircularSaw (line 8) | public ModelCircularSaw() FILE: src/main/java/com/flansmod/titan/client/model/ModelDrill.java class ModelDrill (line 6) | public class ModelDrill extends ModelMechaTool method ModelDrill (line 8) | public ModelDrill() FILE: src/main/java/com/flansmod/titan/client/model/ModelExcavator.java class ModelExcavator (line 6) | public class ModelExcavator extends ModelMechaTool method ModelExcavator (line 8) | public ModelExcavator() FILE: src/main/java/com/flansmod/titan/client/model/ModelProtoTitan.java class ModelProtoTitan (line 9) | public class ModelProtoTitan extends ModelMecha method ModelProtoTitan (line 11) | public ModelProtoTitan() FILE: src/main/java/com/flansmod/titan/client/model/ModelRocketPack.java class ModelRocketPack (line 6) | public class ModelRocketPack extends ModelMechaTool method ModelRocketPack (line 8) | public ModelRocketPack() FILE: src/main/java/com/flansmod/titan/client/model/ModelZeroTitan.java class ModelZeroTitan (line 11) | public class ModelZeroTitan extends ModelMecha method ModelZeroTitan (line 17) | public ModelZeroTitan() FILE: src/main/java/com/flansmod/titan/common/TitanPackMod.java class TitanPackMod (line 8) | @Mod(modid = TitanPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/utility/client/model/ModelTunnelBore.java class ModelTunnelBore (line 11) | public class ModelTunnelBore extends ModelVehicle method ModelTunnelBore (line 16) | public ModelTunnelBore() FILE: src/main/java/com/flansmod/utility/common/UtilityPackMod.java class UtilityPackMod (line 8) | @Mod(modid = UtilityPackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/ww2/client/model/Model105leFH18B2.java class Model105leFH18B2 (line 17) | public class Model105leFH18B2 extends ModelVehicle //Same as Filename method Model105leFH18B2 (line 22) | public Model105leFH18B2() //Same as Filename method initbodyModel_1 (line 46) | private void initbodyModel_1() method initturretModel_1 (line 2365) | private void initturretModel_1() method initbarrelModel_1 (line 2441) | private void initbarrelModel_1() method initleftTrackWheelModels_1 (line 2632) | private void initleftTrackWheelModels_1() method initrightTrackWheelModels_1 (line 2712) | private void initrightTrackWheelModels_1() method initleftTrackModel_1 (line 2792) | private void initleftTrackModel_1() method initrightTrackModel_1 (line 2871) | private void initrightTrackModel_1() FILE: src/main/java/com/flansmod/ww2/client/model/Model50Cal.java class Model50Cal (line 10) | public class Model50Cal extends ModelMG //Same as Filename method Model50Cal (line 15) | public Model50Cal() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelAmericanBoots.java class ModelAmericanBoots (line 15) | public class ModelAmericanBoots extends ModelCustomArmour //Same as File... method ModelAmericanBoots (line 20) | public ModelAmericanBoots() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelAmericanChest.java class ModelAmericanChest (line 15) | public class ModelAmericanChest extends ModelCustomArmour //Same as File... method ModelAmericanChest (line 20) | public ModelAmericanChest() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelAmericanHelmet.java class ModelAmericanHelmet (line 15) | public class ModelAmericanHelmet extends ModelCustomArmour //Same as Fil... method ModelAmericanHelmet (line 20) | public ModelAmericanHelmet() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelAmericanPants.java class ModelAmericanPants (line 15) | public class ModelAmericanPants extends ModelCustomArmour //Same as File... method ModelAmericanPants (line 20) | public ModelAmericanPants() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelAmmoBag.java class ModelAmmoBag (line 17) | public class ModelAmmoBag extends ModelBase method ModelAmmoBag (line 22) | public ModelAmmoBag() method render (line 600) | @Override method setRotationAngles (line 609) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/ww2/client/model/ModelB1.java class ModelB1 (line 17) | public class ModelB1 extends ModelVehicle //Same as Filename method ModelB1 (line 22) | public ModelB1() //Same as Filename method initbodyModel_1 (line 52) | private void initbodyModel_1() method initbodyDoorOpenModel_1 (line 2289) | private void initbodyDoorOpenModel_1() method initbodyDoorCloseModel_1 (line 2313) | private void initbodyDoorCloseModel_1() method initturretModel_1 (line 2333) | private void initturretModel_1() method initbarrelModel_1 (line 2469) | private void initbarrelModel_1() method initleftTrackWheelModels_1 (line 2513) | private void initleftTrackWheelModels_1() method initrightTrackWheelModels_1 (line 2605) | private void initrightTrackWheelModels_1() method initleftTrackModel_1 (line 2697) | private void initleftTrackModel_1() method initrightTrackModel_1 (line 2776) | private void initrightTrackModel_1() method initGuns (line 2855) | private void initGuns() FILE: src/main/java/com/flansmod/ww2/client/model/ModelBAR.java class ModelBAR (line 12) | public class ModelBAR extends ModelGun //Same as Filename method ModelBAR (line 17) | public ModelBAR() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelBF109.java class ModelBF109 (line 12) | public class ModelBF109 extends ModelPlane //Same as Filename method ModelBF109 (line 17) | public ModelBF109() //Same as Filename method makeProp1 (line 568) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) FILE: src/main/java/com/flansmod/ww2/client/model/ModelBMWR75.java class ModelBMWR75 (line 15) | public class ModelBMWR75 extends ModelVehicle //Same as Filename method ModelBMWR75 (line 20) | public ModelBMWR75() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelBazooka.java class ModelBazooka (line 12) | public class ModelBazooka extends ModelGun //Same as Filename method ModelBazooka (line 17) | public ModelBazooka() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelBinoculars.java class ModelBinoculars (line 10) | public class ModelBinoculars extends ModelGun //Same as Filename method ModelBinoculars (line 15) | public ModelBinoculars() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelBofors.java class ModelBofors (line 12) | public class ModelBofors extends ModelVehicle //Same as Filename method ModelBofors (line 17) | public ModelBofors() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelBren.java class ModelBren (line 10) | public class ModelBren extends ModelMG //Same as Filename method ModelBren (line 15) | public ModelBren() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelBrowning.java class ModelBrowning (line 10) | public class ModelBrowning extends ModelMG //Same as Filename method ModelBrowning (line 15) | public ModelBrowning() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelC96.java class ModelC96 (line 17) | public class ModelC96 extends ModelGun //Same as Filename method ModelC96 (line 22) | public ModelC96() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelCamel.java class ModelCamel (line 6) | public class ModelCamel extends ModelPlane method ModelCamel (line 8) | public ModelCamel() FILE: src/main/java/com/flansmod/ww2/client/model/ModelChaffee.java class ModelChaffee (line 12) | public class ModelChaffee extends ModelVehicle //Same as Filename method ModelChaffee (line 17) | public ModelChaffee() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelChiHa.java class ModelChiHa (line 16) | public class ModelChiHa extends ModelVehicle method ModelChiHa (line 21) | public ModelChiHa() FILE: src/main/java/com/flansmod/ww2/client/model/ModelChiNu.java class ModelChiNu (line 10) | public class ModelChiNu extends ModelVehicle method ModelChiNu (line 15) | public ModelChiNu() FILE: src/main/java/com/flansmod/ww2/client/model/ModelChurchill.java class ModelChurchill (line 10) | public class ModelChurchill extends ModelVehicle method ModelChurchill (line 15) | public ModelChurchill() FILE: src/main/java/com/flansmod/ww2/client/model/ModelColt.java class ModelColt (line 12) | public class ModelColt extends ModelGun //Same as Filename method ModelColt (line 17) | public ModelColt() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelCromwell.java class ModelCromwell (line 10) | public class ModelCromwell extends ModelVehicle method ModelCromwell (line 15) | public ModelCromwell() FILE: src/main/java/com/flansmod/ww2/client/model/ModelCrusader.java class ModelCrusader (line 10) | public class ModelCrusader extends ModelVehicle method ModelCrusader (line 15) | public ModelCrusader() FILE: src/main/java/com/flansmod/ww2/client/model/ModelDP28.java class ModelDP28 (line 6) | public class ModelDP28 extends ModelMG method ModelDP28 (line 8) | public ModelDP28() FILE: src/main/java/com/flansmod/ww2/client/model/ModelFg42.java class ModelFg42 (line 17) | public class ModelFg42 extends ModelGun //Same as Filename method ModelFg42 (line 22) | public ModelFg42() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelFlak88.java class ModelFlak88 (line 10) | public class ModelFlak88 extends ModelVehicle //Same as Filename method ModelFlak88 (line 15) | public ModelFlak88() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelFlakvierling.java class ModelFlakvierling (line 10) | public class ModelFlakvierling extends ModelVehicle //Same as Filename method ModelFlakvierling (line 15) | public ModelFlakvierling() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelFlamethrower.java class ModelFlamethrower (line 18) | public class ModelFlamethrower extends ModelGun method ModelFlamethrower (line 23) | public ModelFlamethrower() FILE: src/main/java/com/flansmod/ww2/client/model/ModelFokker.java class ModelFokker (line 6) | public class ModelFokker extends ModelPlane method ModelFokker (line 8) | public ModelFokker() FILE: src/main/java/com/flansmod/ww2/client/model/ModelFragGrenade.java class ModelFragGrenade (line 9) | public class ModelFragGrenade extends ModelBase method ModelFragGrenade (line 14) | public ModelFragGrenade() method render (line 24) | @Override FILE: src/main/java/com/flansmod/ww2/client/model/ModelFragGrenade2.java class ModelFragGrenade2 (line 18) | public class ModelFragGrenade2 extends ModelBase method ModelFragGrenade2 (line 23) | public ModelFragGrenade2() method render (line 596) | @Override method setRotationAngles (line 608) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/ww2/client/model/ModelFury.java class ModelFury (line 10) | public class ModelFury extends ModelVehicle method ModelFury (line 15) | public ModelFury() FILE: src/main/java/com/flansmod/ww2/client/model/ModelG43.java class ModelG43 (line 12) | public class ModelG43 extends ModelGun method ModelG43 (line 17) | public ModelG43() FILE: src/main/java/com/flansmod/ww2/client/model/ModelGermanBoots.java class ModelGermanBoots (line 15) | public class ModelGermanBoots extends ModelCustomArmour //Same as Filename method ModelGermanBoots (line 20) | public ModelGermanBoots() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelGermanChest.java class ModelGermanChest (line 15) | public class ModelGermanChest extends ModelCustomArmour //Same as Filename method ModelGermanChest (line 20) | public ModelGermanChest() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelGermanHelmet.java class ModelGermanHelmet (line 15) | public class ModelGermanHelmet extends ModelCustomArmour //Same as Filename method ModelGermanHelmet (line 20) | public ModelGermanHelmet() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelGermanPants.java class ModelGermanPants (line 15) | public class ModelGermanPants extends ModelCustomArmour //Same as Filename method ModelGermanPants (line 20) | public ModelGermanPants() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelGothaGV.java class ModelGothaGV (line 16) | public class ModelGothaGV extends ModelPlane method ModelGothaGV (line 21) | public ModelGothaGV() method makeProp (line 258) | private ModelRendererTurbo[] makeProp(int i, int j, int k) FILE: src/main/java/com/flansmod/ww2/client/model/ModelGreaseGun.java class ModelGreaseGun (line 12) | public class ModelGreaseGun extends ModelGun //Same as Filename method ModelGreaseGun (line 17) | public ModelGreaseGun() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelGreyhound.java class ModelGreyhound (line 12) | public class ModelGreyhound extends ModelVehicle //Same as Filename method ModelGreyhound (line 17) | public ModelGreyhound() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelHellcat.java class ModelHellcat (line 17) | public class ModelHellcat extends ModelVehicle //Same as Filename method ModelHellcat (line 22) | public ModelHellcat() //Same as Filename method initbodyModel_1 (line 48) | private void initbodyModel_1() method initturretModel_1 (line 1526) | private void initturretModel_1() method initbarrelModel_1 (line 2193) | private void initbarrelModel_1() method initleftTrackWheelModels_1 (line 2349) | private void initleftTrackWheelModels_1() method initrightTrackWheelModels_1 (line 2469) | private void initrightTrackWheelModels_1() method initleftTrackModel_1 (line 2589) | private void initleftTrackModel_1() method initrightTrackModel_1 (line 2662) | private void initrightTrackModel_1() method initGuns (line 2735) | private void initGuns() FILE: src/main/java/com/flansmod/ww2/client/model/ModelIS2.java class ModelIS2 (line 12) | public class ModelIS2 extends ModelVehicle //Same as Filename method ModelIS2 (line 17) | public ModelIS2() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelJeep.java class ModelJeep (line 12) | public class ModelJeep extends ModelVehicle //Same as Filename method ModelJeep (line 17) | public ModelJeep() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelKV1.java class ModelKV1 (line 10) | public class ModelKV1 extends ModelVehicle //Same as Filename method ModelKV1 (line 15) | public ModelKV1() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelKar98k.java class ModelKar98k (line 12) | public class ModelKar98k extends ModelGun //Same as Filename method ModelKar98k (line 17) | public ModelKar98k() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelKar98kSniper.java class ModelKar98kSniper (line 12) | public class ModelKar98kSniper extends ModelGun //Same as Filename method ModelKar98kSniper (line 17) | public ModelKar98kSniper() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelKubel.java class ModelKubel (line 12) | public class ModelKubel extends ModelVehicle //Same as Filename method ModelKubel (line 17) | public ModelKubel() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelLancaster.java class ModelLancaster (line 8) | public class ModelLancaster extends ModelPlane method ModelLancaster (line 29) | public ModelLancaster() method makeProp (line 361) | private ModelRendererTurbo[] makeProp(int i, int j, int k) FILE: src/main/java/com/flansmod/ww2/client/model/ModelLeeenfield.java class ModelLeeenfield (line 18) | public class ModelLeeenfield extends ModelGun method ModelLeeenfield (line 23) | public ModelLeeenfield() FILE: src/main/java/com/flansmod/ww2/client/model/ModelLeeenfieldS.java class ModelLeeenfieldS (line 18) | public class ModelLeeenfieldS extends ModelGun method ModelLeeenfieldS (line 23) | public ModelLeeenfieldS() FILE: src/main/java/com/flansmod/ww2/client/model/ModelLuchs.java class ModelLuchs (line 12) | public class ModelLuchs extends ModelVehicle //Same as Filename method ModelLuchs (line 17) | public ModelLuchs() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelLuger.java class ModelLuger (line 17) | public class ModelLuger extends ModelGun //Same as Filename method ModelLuger (line 22) | public ModelLuger() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelM10.java class ModelM10 (line 17) | public class ModelM10 extends ModelVehicle //Same as Filename method ModelM10 (line 22) | public ModelM10() //Same as Filename method initbodyModel_1 (line 48) | private void initbodyModel_1() method initturretModel_1 (line 2372) | private void initturretModel_1() method initbarrelModel_1 (line 2872) | private void initbarrelModel_1() method initleftTrackWheelModels_1 (line 3000) | private void initleftTrackWheelModels_1() method initrightTrackWheelModels_1 (line 3088) | private void initrightTrackWheelModels_1() method initleftTrackModel_1 (line 3176) | private void initleftTrackModel_1() method initrightTrackModel_1 (line 3234) | private void initrightTrackModel_1() method initGuns (line 3292) | private void initGuns() FILE: src/main/java/com/flansmod/ww2/client/model/ModelM157MM.java class ModelM157MM (line 17) | public class ModelM157MM extends ModelVehicle //Same as Filename method ModelM157MM (line 22) | public ModelM157MM() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelM1Carbine.java class ModelM1Carbine (line 12) | public class ModelM1Carbine extends ModelGun //Same as Filename method ModelM1Carbine (line 17) | public ModelM1Carbine() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelM1Garand.java class ModelM1Garand (line 11) | public class ModelM1Garand extends ModelGun //Same as Filename method ModelM1Garand (line 16) | public ModelM1Garand() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelM3A1GreaseGun.java class ModelM3A1GreaseGun (line 17) | public class ModelM3A1GreaseGun extends ModelGun method ModelM3A1GreaseGun (line 22) | public ModelM3A1GreaseGun() FILE: src/main/java/com/flansmod/ww2/client/model/ModelM3Halftrack.java class ModelM3Halftrack (line 17) | public class ModelM3Halftrack extends ModelVehicle //Same as Filename method ModelM3Halftrack (line 22) | public ModelM3Halftrack() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelM45Quad.java class ModelM45Quad (line 10) | public class ModelM45Quad extends ModelVehicle //Same as Filename method ModelM45Quad (line 15) | public ModelM45Quad() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelM8Smoke.java class ModelM8Smoke (line 18) | public class ModelM8Smoke extends ModelBase method ModelM8Smoke (line 23) | public ModelM8Smoke() method render (line 138) | @Override method setRotationAngles (line 150) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/ww2/client/model/ModelMG34.java class ModelMG34 (line 17) | public class ModelMG34 extends ModelGun //Same as Filename method ModelMG34 (line 22) | public ModelMG34() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelMG42.java class ModelMG42 (line 10) | public class ModelMG42 extends ModelMG //Same as Filename method ModelMG42 (line 15) | public ModelMG42() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelMaus.java class ModelMaus (line 16) | public class ModelMaus extends ModelVehicle method ModelMaus (line 21) | public ModelMaus() FILE: src/main/java/com/flansmod/ww2/client/model/ModelMine.java class ModelMine (line 8) | public class ModelMine extends ModelBase method ModelMine (line 13) | public ModelMine() method render (line 27) | @Override FILE: src/main/java/com/flansmod/ww2/client/model/ModelMosin.java class ModelMosin (line 7) | public class ModelMosin extends ModelGun method ModelMosin (line 9) | public ModelMosin() FILE: src/main/java/com/flansmod/ww2/client/model/ModelMosinSniper.java class ModelMosinSniper (line 5) | public class ModelMosinSniper extends ModelMosin method ModelMosinSniper (line 7) | public ModelMosinSniper() FILE: src/main/java/com/flansmod/ww2/client/model/ModelMp40.java class ModelMp40 (line 17) | public class ModelMp40 extends ModelGun method ModelMp40 (line 22) | public ModelMp40() FILE: src/main/java/com/flansmod/ww2/client/model/ModelMp44.java class ModelMp44 (line 17) | public class ModelMp44 extends ModelGun //Same as Filename method ModelMp44 (line 22) | public ModelMp44() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelMustang.java class ModelMustang (line 12) | public class ModelMustang extends ModelPlane //Same as Filename method ModelMustang (line 17) | public ModelMustang() //Same as Filename method makeProp1 (line 507) | private ModelRendererTurbo[] makeProp1(float i, float j, float k) FILE: src/main/java/com/flansmod/ww2/client/model/ModelPIAT.java class ModelPIAT (line 17) | public class ModelPIAT extends ModelGun method ModelPIAT (line 22) | public ModelPIAT() FILE: src/main/java/com/flansmod/ww2/client/model/ModelPPSH.java class ModelPPSH (line 17) | public class ModelPPSH extends ModelGun method ModelPPSH (line 22) | public ModelPPSH() FILE: src/main/java/com/flansmod/ww2/client/model/ModelPak40.java class ModelPak40 (line 12) | public class ModelPak40 extends ModelVehicle //Same as Filename method ModelPak40 (line 17) | public ModelPak40() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelPanzer.java class ModelPanzer (line 12) | public class ModelPanzer extends ModelVehicle //Same as Filename method ModelPanzer (line 17) | public ModelPanzer() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelPanzerIILuchs.java class ModelPanzerIILuchs (line 10) | public class ModelPanzerIILuchs extends ModelVehicle method ModelPanzerIILuchs (line 15) | public ModelPanzerIILuchs() FILE: src/main/java/com/flansmod/ww2/client/model/ModelPanzerfaust.java class ModelPanzerfaust (line 6) | public class ModelPanzerfaust extends ModelGun method ModelPanzerfaust (line 8) | public ModelPanzerfaust() FILE: src/main/java/com/flansmod/ww2/client/model/ModelPanzerschreck.java class ModelPanzerschreck (line 17) | public class ModelPanzerschreck extends ModelGun //Same as Filename method ModelPanzerschreck (line 22) | public ModelPanzerschreck() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelS100.java class ModelS100 (line 10) | public class ModelS100 extends ModelVehicle //Same as Filename method ModelS100 (line 15) | public ModelS100() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSASJeep.java class ModelSASJeep (line 12) | public class ModelSASJeep extends ModelVehicle //Same as Filename method ModelSASJeep (line 17) | public ModelSASJeep() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSTG44.java class ModelSTG44 (line 15) | public class ModelSTG44 extends ModelGun //Same as Filename method ModelSTG44 (line 20) | public ModelSTG44() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSU112.java class ModelSU112 (line 12) | public class ModelSU112 extends ModelVehicle //Same as Filename method ModelSU112 (line 17) | public ModelSU112() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSdkFz2.java class ModelSdkFz2 (line 17) | public class ModelSdkFz2 extends ModelVehicle //Same as Filename method ModelSdkFz2 (line 22) | public ModelSdkFz2() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSdkFz222.java class ModelSdkFz222 (line 17) | public class ModelSdkFz222 extends ModelVehicle //Same as Filename method ModelSdkFz222 (line 22) | public ModelSdkFz222() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSdkFz251.java class ModelSdkFz251 (line 17) | public class ModelSdkFz251 extends ModelVehicle //Same as Filename method ModelSdkFz251 (line 22) | public ModelSdkFz251() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSherman.java class ModelSherman (line 10) | public class ModelSherman extends ModelVehicle method ModelSherman (line 15) | public ModelSherman() FILE: src/main/java/com/flansmod/ww2/client/model/ModelSpitfire.java class ModelSpitfire (line 6) | public class ModelSpitfire extends ModelPlane method ModelSpitfire (line 8) | public ModelSpitfire() FILE: src/main/java/com/flansmod/ww2/client/model/ModelSpringfield.java class ModelSpringfield (line 12) | public class ModelSpringfield extends ModelGun //Same as Filename method ModelSpringfield (line 17) | public ModelSpringfield() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSpringfieldSniper.java class ModelSpringfieldSniper (line 12) | public class ModelSpringfieldSniper extends ModelGun //Same as Filename method ModelSpringfieldSniper (line 17) | public ModelSpringfieldSniper() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelSten.java class ModelSten (line 18) | public class ModelSten extends ModelGun method ModelSten (line 23) | public ModelSten() FILE: src/main/java/com/flansmod/ww2/client/model/ModelStickGrenade.java class ModelStickGrenade (line 8) | public class ModelStickGrenade extends ModelBase method ModelStickGrenade (line 13) | public ModelStickGrenade() method render (line 23) | @Override FILE: src/main/java/com/flansmod/ww2/client/model/ModelStickGrenade2.java class ModelStickGrenade2 (line 18) | public class ModelStickGrenade2 extends ModelBase method ModelStickGrenade2 (line 23) | public ModelStickGrenade2() method render (line 130) | @Override method setRotationAngles (line 142) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/ww2/client/model/ModelStuG.java class ModelStuG (line 12) | public class ModelStuG extends ModelVehicle //Same as Filename method ModelStuG (line 17) | public ModelStuG() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelT34.java class ModelT34 (line 10) | public class ModelT34 extends ModelVehicle method ModelT34 (line 15) | public ModelT34() FILE: src/main/java/com/flansmod/ww2/client/model/ModelT3485.java class ModelT3485 (line 12) | public class ModelT3485 extends ModelVehicle //Same as Filename method ModelT3485 (line 17) | public ModelT3485() //Same as Filename method initbodyModel_1 (line 43) | private void initbodyModel_1() method initbodyDoorCloseModel_1 (line 1954) | private void initbodyDoorCloseModel_1() method initturretModel_1 (line 1966) | private void initturretModel_1() method initbarrelModel_1 (line 3047) | private void initbarrelModel_1() method initleftTrackWheelModels_1 (line 3107) | private void initleftTrackWheelModels_1() method initrightTrackWheelModels_1 (line 3164) | private void initrightTrackWheelModels_1() method initleftTrackModel_1 (line 3221) | private void initleftTrackModel_1() method initrightTrackModel_1 (line 3349) | private void initrightTrackModel_1() FILE: src/main/java/com/flansmod/ww2/client/model/ModelTT33.java class ModelTT33 (line 8) | public class ModelTT33 extends ModelGun method ModelTT33 (line 10) | public ModelTT33() FILE: src/main/java/com/flansmod/ww2/client/model/ModelThompson.java class ModelThompson (line 12) | public class ModelThompson extends ModelGun //Same as Filename method ModelThompson (line 17) | public ModelThompson() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelTiger.java class ModelTiger (line 10) | public class ModelTiger extends ModelVehicle method ModelTiger (line 15) | public ModelTiger() FILE: src/main/java/com/flansmod/ww2/client/model/ModelTiger131.java class ModelTiger131 (line 10) | public class ModelTiger131 extends ModelVehicle method ModelTiger131 (line 15) | public ModelTiger131() FILE: src/main/java/com/flansmod/ww2/client/model/ModelTigerII.java class ModelTigerII (line 17) | public class ModelTigerII extends ModelVehicle //Same as Filename method ModelTigerII (line 22) | public ModelTigerII() //Same as Filename method initbodyModel_1 (line 46) | private void initbodyModel_1() method initturretModel_1 (line 1473) | private void initturretModel_1() method initbarrelModel_1 (line 2144) | private void initbarrelModel_1() method initleftTrackWheelModels_1 (line 2265) | private void initleftTrackWheelModels_1() method initrightTrackWheelModels_1 (line 2449) | private void initrightTrackWheelModels_1() method initleftTrackModel_1 (line 2633) | private void initleftTrackModel_1() method initrightTrackModel_1 (line 2800) | private void initrightTrackModel_1() FILE: src/main/java/com/flansmod/ww2/client/model/ModelTrenchgun.java class ModelTrenchgun (line 12) | public class ModelTrenchgun extends ModelGun //Same as Filename method ModelTrenchgun (line 17) | public ModelTrenchgun() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelType100.java class ModelType100 (line 15) | public class ModelType100 extends ModelGun //Same as Filename method ModelType100 (line 20) | public ModelType100() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelType14.java class ModelType14 (line 15) | public class ModelType14 extends ModelGun //Same as Filename method ModelType14 (line 20) | public ModelType14() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelType38.java class ModelType38 (line 17) | public class ModelType38 extends ModelGun method ModelType38 (line 22) | public ModelType38() FILE: src/main/java/com/flansmod/ww2/client/model/ModelType38sniper.java class ModelType38sniper (line 17) | public class ModelType38sniper extends ModelGun method ModelType38sniper (line 22) | public ModelType38sniper() FILE: src/main/java/com/flansmod/ww2/client/model/ModelType4HoRo.java class ModelType4HoRo (line 16) | public class ModelType4HoRo extends ModelVehicle method ModelType4HoRo (line 21) | public ModelType4HoRo() FILE: src/main/java/com/flansmod/ww2/client/model/ModelType99.java class ModelType99 (line 6) | public class ModelType99 extends ModelMG method ModelType99 (line 8) | public ModelType99() FILE: src/main/java/com/flansmod/ww2/client/model/ModelUC2Pdr.java class ModelUC2Pdr (line 12) | public class ModelUC2Pdr extends ModelVehicle //Same as Filename method ModelUC2Pdr (line 17) | public ModelUC2Pdr() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelWW2Parachute.java class ModelWW2Parachute (line 8) | public class ModelWW2Parachute extends ModelBase method ModelWW2Parachute (line 13) | public ModelWW2Parachute() method render (line 38) | @Override FILE: src/main/java/com/flansmod/ww2/client/model/ModelWebley.java class ModelWebley (line 18) | public class ModelWebley extends ModelGun method ModelWebley (line 23) | public ModelWebley() FILE: src/main/java/com/flansmod/ww2/client/model/ModelYak9.java class ModelYak9 (line 16) | public class ModelYak9 extends ModelPlane method ModelYak9 (line 21) | public ModelYak9() method makeProp (line 433) | private ModelRendererTurbo[] makeProp(int i, int j, int k) FILE: src/main/java/com/flansmod/ww2/client/model/ModelZF4Scope.java class ModelZF4Scope (line 15) | public class ModelZF4Scope extends ModelAttachment //Same as Filename method ModelZF4Scope (line 20) | public ModelZF4Scope() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelZero.java class ModelZero (line 6) | public class ModelZero extends ModelPlane method ModelZero (line 8) | public ModelZero() FILE: src/main/java/com/flansmod/ww2/client/model/Modelvickersk.java class Modelvickersk (line 10) | public class Modelvickersk extends ModelMG //Same as Filename method Modelvickersk (line 15) | public Modelvickersk() //Same as Filename FILE: src/main/java/com/flansmod/ww2/client/model/ModelvickerskGO.java class ModelvickerskGO (line 10) | public class ModelvickerskGO extends ModelMG //Same as Filename method ModelvickerskGO (line 15) | public ModelvickerskGO() //Same as Filename FILE: src/main/java/com/flansmod/ww2/common/WW2PackMod.java class WW2PackMod (line 8) | @Mod(modid = WW2PackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/yeolde/client/model/ModelArrow.java class ModelArrow (line 14) | public class ModelArrow extends ModelBase method ModelArrow (line 18) | public ModelArrow() method render (line 24) | @Override method setRotationAngles (line 73) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/yeolde/client/model/ModelBiplane.java class ModelBiplane (line 6) | public class ModelBiplane extends ModelPlane method ModelBiplane (line 8) | public ModelBiplane() FILE: src/main/java/com/flansmod/yeolde/client/model/ModelNetherGrip.java class ModelNetherGrip (line 17) | public class ModelNetherGrip extends ModelAttachment method ModelNetherGrip (line 22) | public ModelNetherGrip() //Same as Filename FILE: src/main/java/com/flansmod/yeolde/client/model/ModelRock.java class ModelRock (line 8) | public class ModelRock extends ModelBase method ModelRock (line 12) | public ModelRock() method render (line 18) | @Override method setRotationAngles (line 24) | public void setRotationAngles(float f, float f1, float f2, float f3, f... FILE: src/main/java/com/flansmod/yeolde/client/model/ModelTwoSeatBiplane.java class ModelTwoSeatBiplane (line 6) | public class ModelTwoSeatBiplane extends ModelPlane method ModelTwoSeatBiplane (line 8) | public ModelTwoSeatBiplane() FILE: src/main/java/com/flansmod/yeolde/common/YeOldePackMod.java class YeOldePackMod (line 8) | @Mod(modid = YeOldePackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override FILE: src/main/java/com/flansmod/zombie/client/model/ModelApron.java class ModelApron (line 6) | public class ModelApron extends ModelCustomArmour method ModelApron (line 8) | public ModelApron() FILE: src/main/java/com/flansmod/zombie/client/model/ModelBaseballBat.java class ModelBaseballBat (line 7) | public class ModelBaseballBat extends ModelGun method ModelBaseballBat (line 9) | public ModelBaseballBat() FILE: src/main/java/com/flansmod/zombie/client/model/ModelBearTrap.java class ModelBearTrap (line 8) | public class ModelBearTrap extends ModelBase method ModelBearTrap (line 14) | public ModelBearTrap() method render (line 74) | @Override FILE: src/main/java/com/flansmod/zombie/client/model/ModelCoat.java class ModelCoat (line 6) | public class ModelCoat extends ModelCustomArmour method ModelCoat (line 8) | public ModelCoat() FILE: src/main/java/com/flansmod/zombie/client/model/ModelColtPython.java class ModelColtPython (line 8) | public class ModelColtPython extends ModelGun method ModelColtPython (line 10) | public ModelColtPython() FILE: src/main/java/com/flansmod/zombie/client/model/ModelCombatKnife.java class ModelCombatKnife (line 6) | public class ModelCombatKnife extends ModelGun method ModelCombatKnife (line 8) | public ModelCombatKnife() FILE: src/main/java/com/flansmod/zombie/client/model/ModelDoubleBarrelledShotgun.java class ModelDoubleBarrelledShotgun (line 8) | public class ModelDoubleBarrelledShotgun extends ModelGun method ModelDoubleBarrelledShotgun (line 10) | public ModelDoubleBarrelledShotgun() FILE: src/main/java/com/flansmod/zombie/client/model/ModelDustbinLidChestplate.java class ModelDustbinLidChestplate (line 6) | public class ModelDustbinLidChestplate extends ModelCustomArmour method ModelDustbinLidChestplate (line 8) | public ModelDustbinLidChestplate() FILE: src/main/java/com/flansmod/zombie/client/model/ModelFlareGun.java class ModelFlareGun (line 8) | public class ModelFlareGun extends ModelGun method ModelFlareGun (line 10) | public ModelFlareGun() FILE: src/main/java/com/flansmod/zombie/client/model/ModelFleshLump.java class ModelFleshLump (line 8) | public class ModelFleshLump extends ModelBase method ModelFleshLump (line 12) | public ModelFleshLump() method render (line 22) | @Override FILE: src/main/java/com/flansmod/zombie/client/model/ModelGlock17.java class ModelGlock17 (line 19) | public class ModelGlock17 extends ModelGun //Same as Filename method ModelGlock17 (line 24) | public ModelGlock17() //Same as Filename FILE: src/main/java/com/flansmod/zombie/client/model/ModelM4Carbine.java class ModelM4Carbine (line 8) | public class ModelM4Carbine extends ModelGun method ModelM4Carbine (line 10) | public ModelM4Carbine() FILE: src/main/java/com/flansmod/zombie/client/model/ModelMP5K.java class ModelMP5K (line 8) | public class ModelMP5K extends ModelGun method ModelMP5K (line 10) | public ModelMP5K() FILE: src/main/java/com/flansmod/zombie/client/model/ModelMachete.java class ModelMachete (line 7) | public class ModelMachete extends ModelGun method ModelMachete (line 9) | public ModelMachete() FILE: src/main/java/com/flansmod/zombie/client/model/ModelOlympia.java class ModelOlympia (line 8) | public class ModelOlympia extends ModelGun method ModelOlympia (line 10) | public ModelOlympia() FILE: src/main/java/com/flansmod/zombie/client/model/ModelPanHelmet.java class ModelPanHelmet (line 6) | public class ModelPanHelmet extends ModelCustomArmour method ModelPanHelmet (line 8) | public ModelPanHelmet() FILE: src/main/java/com/flansmod/zombie/client/model/ModelPoliceHat.java class ModelPoliceHat (line 6) | public class ModelPoliceHat extends ModelCustomArmour method ModelPoliceHat (line 11) | public ModelPoliceHat() FILE: src/main/java/com/flansmod/zombie/client/model/ModelRiotShield.java class ModelRiotShield (line 6) | public class ModelRiotShield extends ModelGun method ModelRiotShield (line 8) | public ModelRiotShield() FILE: src/main/java/com/flansmod/zombie/client/model/ModelSamuraiSword.java class ModelSamuraiSword (line 7) | public class ModelSamuraiSword extends ModelGun method ModelSamuraiSword (line 9) | public ModelSamuraiSword() FILE: src/main/java/com/flansmod/zombie/client/model/ModelScrewdriver.java class ModelScrewdriver (line 7) | public class ModelScrewdriver extends ModelGun method ModelScrewdriver (line 9) | public ModelScrewdriver() FILE: src/main/java/com/flansmod/zombie/client/model/ModelSledgehammer.java class ModelSledgehammer (line 7) | public class ModelSledgehammer extends ModelGun method ModelSledgehammer (line 9) | public ModelSledgehammer() FILE: src/main/java/com/flansmod/zombie/client/model/ModelSurgicalAxe.java class ModelSurgicalAxe (line 7) | public class ModelSurgicalAxe extends ModelGun method ModelSurgicalAxe (line 9) | public ModelSurgicalAxe() FILE: src/main/java/com/flansmod/zombie/client/model/ModelWinchesterModel70.java class ModelWinchesterModel70 (line 8) | public class ModelWinchesterModel70 extends ModelGun method ModelWinchesterModel70 (line 10) | public ModelWinchesterModel70() FILE: src/main/java/com/flansmod/zombie/common/ZombiePackMod.java class ZombiePackMod (line 8) | @Mod(modid = ZombiePackMod.MODID, method GetContentFolder (line 17) | @Override method RegisterModelRedirects (line 23) | @Override