Class SimpleCopperPipesIntegration

java.lang.Object
net.frozenblock.lib.integration.api.ModIntegration
net.frozenblock.wilderwild.mod_compat.SimpleCopperPipesIntegration

public class SimpleCopperPipesIntegration extends net.frozenblock.lib.integration.api.ModIntegration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull net.minecraft.world.phys.Vec3
    getOutputPosition(@NotNull net.minecraft.core.Position position, @NotNull net.minecraft.core.Direction direction)
     
    static @NotNull net.minecraft.world.phys.Vec3
    getVelocity(@NotNull net.minecraft.util.RandomSource random, @NotNull net.minecraft.core.Direction direction, double randomRange, int i, boolean corroded)
     
    void
     
    static void
    spawnSeedParticleFromPipe(boolean isMilkweed, @NotNull net.minecraft.server.level.ServerLevel level, int i, @NotNull net.minecraft.core.Direction direction, @NotNull net.minecraft.core.Position position, boolean corroded)
     

    Methods inherited from class net.frozenblock.lib.integration.api.ModIntegration

    clientInit, clientInitPreFreeze, getBiomeKey, getBiomeTag, getBlock, getBlockTag, getID, getItem, getItemTag, getTag, getTag, id, initPreFreeze, modLoaded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleCopperPipesIntegration

      public SimpleCopperPipesIntegration()
  • Method Details

    • init

      public void init()
      Specified by:
      init in class net.frozenblock.lib.integration.api.ModIntegration
    • getOutputPosition

      @NotNull @Contract("_, _ -> new") public static @NotNull net.minecraft.world.phys.Vec3 getOutputPosition(@NotNull @NotNull net.minecraft.core.Position position, @NotNull @NotNull net.minecraft.core.Direction direction)
    • getVelocity

      @NotNull public static @NotNull net.minecraft.world.phys.Vec3 getVelocity(@NotNull @NotNull net.minecraft.util.RandomSource random, @NotNull @NotNull net.minecraft.core.Direction direction, double randomRange, int i, boolean corroded)
    • spawnSeedParticleFromPipe

      public static void spawnSeedParticleFromPipe(boolean isMilkweed, @NotNull @NotNull net.minecraft.server.level.ServerLevel level, int i, @NotNull @NotNull net.minecraft.core.Direction direction, @NotNull @NotNull net.minecraft.core.Position position, boolean corroded)