Class HauntedBellPulser
java.lang.Object
com.simibubi.create.content.curiosities.bell.HauntedBellPulser
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final com.google.common.cache.Cache<UUID,IntAttached<net.minecraft.world.entity.Entity>> static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhauntedBellCreatesPulse(net.minecraftforge.event.TickEvent.PlayerTickEvent event) static voidsendPulse(net.minecraft.world.level.Level 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,IntAttached<net.minecraft.world.entity.Entity>> WARMUP
-
-
Constructor Details
-
HauntedBellPulser
public HauntedBellPulser()
-
-
Method Details
-
hauntedBellCreatesPulse
public static void hauntedBellCreatesPulse(net.minecraftforge.event.TickEvent.PlayerTickEvent event) -
sendPulse
public static void sendPulse(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, int distance, boolean canOverlap)
-