public class HauntedBellPulser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DISTANCE |
static int |
RECHARGE_TICKS |
static com.google.common.cache.Cache<java.util.UUID,IntAttached<net.minecraft.entity.Entity>> |
WARMUP |
static int |
WARMUP_TICKS |
| Constructor and Description |
|---|
HauntedBellPulser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
hauntedBellCreatesPulse(net.minecraftforge.event.TickEvent.PlayerTickEvent event) |
static void |
sendPulse(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
int distance,
boolean canOverlap) |
public static final int DISTANCE
public static final int RECHARGE_TICKS
public static final int WARMUP_TICKS
public static final com.google.common.cache.Cache<java.util.UUID,IntAttached<net.minecraft.entity.Entity>> WARMUP