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 -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull net.minecraft.world.phys.Vec3getOutputPosition(@NotNull net.minecraft.core.Position position, @NotNull net.minecraft.core.Direction direction) static @NotNull net.minecraft.world.phys.Vec3getVelocity(@NotNull net.minecraft.util.RandomSource random, @NotNull net.minecraft.core.Direction direction, double randomRange, int i, boolean corroded) voidinit()static voidspawnSeedParticleFromPipe(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
-
Constructor Details
-
SimpleCopperPipesIntegration
public SimpleCopperPipesIntegration()
-
-
Method Details
-
init
public void init()- Specified by:
initin classnet.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)
-