Tabnine Logo
Pulse.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
slimeknights.mantle.pulsar.pulse.Pulse
constructor

Best Java code snippets using slimeknights.mantle.pulsar.pulse.Pulse.<init> (Showing top 20 results out of 315)

origin: SlimeKnights/TinkersConstruct

@Pulse(id = CraftingTweaks.PulseId, modsRequired = CraftingTweaks.modid, defaultEnable = true)
public class CraftingTweaks {

 public static final String modid = "craftingtweaks";
 public static final String PulseId = modid + "Integration";

 @Subscribe
 public void init(FMLInitializationEvent event) {
  NBTTagCompound tagCompound = new NBTTagCompound();
  tagCompound.setString("ContainerClass", ContainerCraftingStation.class.getName());
  tagCompound.setString("AlignToGrid", "left");
  FMLInterModComms.sendMessage(modid, "RegisterProvider", tagCompound);
 }

}

origin: SlimeKnights/TinkersConstruct

@Pulse(id = Waila.PulseId, modsRequired = Waila.modid, defaultEnable = true)
public class Waila {

 public static final String modid = "waila";
 public static final String PulseId = modid + "Integration";

 @Subscribe
 public void preInit(FMLPreInitializationEvent event) {
  FMLInterModComms.sendMessage(modid, "register", "slimeknights.tconstruct.plugin.waila.WailaRegistrar.wailaCallback");
 }


}

origin: SlimeKnights/TinkersConstruct

@Pulse(id = TheOneProbe.PulseId, modsRequired = TheOneProbe.modid, defaultEnable = true)
public class TheOneProbe {
 public static final String modid = "theoneprobe";
 public static final String PulseId = modid + "Integration";

 @Subscribe
 public void preInit(FMLPreInitializationEvent event) {
  FMLInterModComms.sendFunctionMessage(modid, "getTheOneProbe", "slimeknights.tconstruct.plugin.theoneprobe.GetTheOneProbe");
 }
}

origin: SlimeKnights/TinkersConstruct

@Pulse(id = ChiselAndBits.PulseId, modsRequired = ChiselAndBits.modid, defaultEnable = true)
public class ChiselAndBits {

 public static final String modid = "chiselsandbits";
 public static final String PulseId = modid + "Integration";

 @Subscribe
 public void init(FMLInitializationEvent event) {
  imc(TinkerSmeltery.searedBlock);
  imc(TinkerCommons.blockClearGlass);
  imc(TinkerCommons.blockClearStainedGlass);
  imc(TinkerCommons.blockSlime);
  imc(TinkerCommons.blockSlimeCongealed);
  imc(TinkerWorld.slimeLeaves);
 }

 protected void imc(Block block) {
  if(block != null) {
   FMLInterModComms.sendMessage(modid, "ignoreblocklogic", block.getRegistryName());
  }
 }
}

origin: SlimeKnights/TinkersConstruct

@Pulse(id = Chisel.PulseId, modsRequired = Chisel.modid, defaultEnable = true)
public class Chisel {
 public static final String modid = "chisel";
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerDebug.PulseId, description = "Debug utilities", defaultEnable = false)
public class TinkerDebug {
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerOredict.PulseId, forced = true)
public class TinkerOredict {
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerIntegration.PulseId, forced = true)
public class TinkerIntegration extends TinkerPulse {
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerMaterials.PulseId, description = "All the tool materials added by TConstruct", pulsesRequired = TinkerTools.PulseId, forced = true)
public final class TinkerMaterials {
origin: SlimeKnights/TinkersConstruct

@Pulse(
  id = AggregateModelRegistrar.PulseId,
  description = "Registers tool models and co",
origin: SlimeKnights/TinkersConstruct

@Pulse(
  id = TinkerHarvestTools.PulseId,
  description = "All the tools for harvest in one handy package",
origin: SlimeKnights/TinkersConstruct

@Pulse(
  id = TinkerMeleeWeapons.PulseId,
  description = "All the melee weapons in one handy package",
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerWorld.PulseId, description = "Everything that's found in the world and worldgen")
public class TinkerWorld extends TinkerPulse {
origin: SlimeKnights/TinkersConstruct

@Pulse(
  id = TinkerRangedWeapons.PulseId,
  description = "All the ranged weapons in one handy package",
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerTools.PulseId, description = "All the tools and everything related to it.")
public class TinkerTools extends AbstractToolPulse {
origin: SlimeKnights/TinkersConstruct

@Pulse(
  id = TinkerModifiers.PulseId,
  description = "All the modifiers in one handy package",
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerFluids.PulseId, pulsesRequired = TinkerSmeltery.PulseId, forced = true)
public class TinkerFluids extends TinkerPulse {
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerGadgets.PulseId, description = "All the fun toys")
public class TinkerGadgets extends TinkerPulse {
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerCommons.PulseId, forced = true)
public class TinkerCommons extends TinkerPulse {
origin: SlimeKnights/TinkersConstruct

@Pulse(id = TinkerSmeltery.PulseId, description = "The smeltery and items needed for it")
public class TinkerSmeltery extends TinkerPulse {
slimeknights.mantle.pulsar.pulsePulse<init>

Popular methods of Pulse

  • defaultEnable
  • description
  • forced
  • id
  • modsRequired
  • pulsesRequired

Popular in Java

  • Running tasks concurrently on multiple threads
  • setScale (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • getSupportFragmentManager (FragmentActivity)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • String (java.lang)
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Notification (javax.management)
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now