Class ExpandNeighborBlockNotifyEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.block.ExpandNeighborBlockNotifyEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetForceRedstoneUpdate(net.minecraftforge.event.level.BlockEvent.NeighborNotifyEvent internal) static Set<net.minecraft.core.Direction>getNotifiedSides(net.minecraftforge.event.level.BlockEvent.NeighborNotifyEvent internal)
-
Field Details
-
BUS
-
-
Constructor Details
-
ExpandNeighborBlockNotifyEvent
public ExpandNeighborBlockNotifyEvent()
-
-
Method Details
-
getNotifiedSides
public static Set<net.minecraft.core.Direction> getNotifiedSides(net.minecraftforge.event.level.BlockEvent.NeighborNotifyEvent internal) -
getForceRedstoneUpdate
public static boolean getForceRedstoneUpdate(net.minecraftforge.event.level.BlockEvent.NeighborNotifyEvent internal)
-