Class HauntedBellPulser
java.lang.Object
com.simibubi.create.content.equipment.bell.HauntedBellPulser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final com.google.common.cache.Cache<UUID, net.createmod.catnip.data.IntAttached<net.minecraft.world.entity.Entity>> static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhauntedBellCreatesPulse(net.neoforged.neoforge.event.tick.PlayerTickEvent.Post event) static voidsendPulse(net.minecraft.server.level.ServerLevel world, net.minecraft.core.BlockPos pos, int distance, boolean canOverlap)
-
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)
-