Class HauntedBellPulser

java.lang.Object
com.simibubi.create.content.equipment.bell.HauntedBellPulser

public class HauntedBellPulser extends Object
  • Field Details

    • DISTANCE

      public static final int DISTANCE
      See Also:
    • RECHARGE_TICKS

      public static final int RECHARGE_TICKS
      See Also:
    • WARMUP_TICKS

      public static final int WARMUP_TICKS
      See Also:
    • WARMUP

      public static final com.google.common.cache.Cache<UUID,net.createmod.catnip.data.IntAttached<net.minecraft.world.entity.Entity>> WARMUP
  • Constructor Details

    • HauntedBellPulser

      public HauntedBellPulser()
  • Method Details

    • hauntedBellCreatesPulse

      public static void hauntedBellCreatesPulse(net.neoforged.neoforge.event.tick.PlayerTickEvent.Post event)
    • sendPulse

      public static void sendPulse(net.minecraft.server.level.ServerLevel world, net.minecraft.core.BlockPos pos, int distance, boolean canOverlap)