Class SemiblockEvent.PlaceEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
me.desht.pneumaticcraft.api.semiblock.SemiblockEvent
me.desht.pneumaticcraft.api.semiblock.SemiblockEvent.PlaceEvent
- Enclosing class:
- SemiblockEvent
Fired when a semiblock has been added to the world. This event is not cancelable.
-
Nested Class Summary
Nested classes/interfaces inherited from class me.desht.pneumaticcraft.api.semiblock.SemiblockEvent
SemiblockEvent.BreakEvent, SemiblockEvent.PlaceEventNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionPlaceEvent(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, ISemiBlock semiBlock) -
Method Summary
Methods inherited from class me.desht.pneumaticcraft.api.semiblock.SemiblockEvent
getPos, getSemiblock, getSide, getWorldMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
PlaceEvent
public PlaceEvent(net.minecraft.world.level.Level world, net.minecraft.core.BlockPos pos, ISemiBlock semiBlock)
-