Class HTAnvilLandEvent

  • All Implemented Interfaces:

    
    public final class HTAnvilLandEvent
    extends Event
                        

    金床が着地した時に呼び出されるイベントクラスです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Level level
      private final BlockPos pos
      private final BlockState oldState
      private final BlockState newState
      private final FallingBlockEntity entity
    • Constructor Summary

      Constructors 
      Constructor Description
      HTAnvilLandEvent(Level level, BlockPos pos, BlockState oldState, BlockState newState, FallingBlockEntity entity)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Level getLevel()
      final BlockPos getPos()
      final BlockState getOldState()
      final BlockState getNewState()
      final FallingBlockEntity getEntity()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTAnvilLandEvent

        HTAnvilLandEvent(Level level, BlockPos pos, BlockState oldState, BlockState newState, FallingBlockEntity entity)