Class NeighbourUpdateEvent

java.lang.Object
alexiil.mc.lib.multipart.api.event.MultipartEvent
alexiil.mc.lib.multipart.api.event.NeighbourUpdateEvent

public class NeighbourUpdateEvent
extends MultipartEvent
Fired when a neighbouring block was updated.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    net.minecraft.util.math.BlockPos pos  
  • Constructor Summary

    Constructors 
    Constructor Description
    NeighbourUpdateEvent​(net.minecraft.util.math.BlockPos pos)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pos

      public final net.minecraft.util.math.BlockPos pos
  • Constructor Details