Class EnderChestMock

All Implemented Interfaces:
BlockState, EnderChest, Lidded, TileState, Metadatable, PersistentDataHolder

public class EnderChestMock extends TileStateMock implements EnderChest
A simple mock of the EnderChest BlockState, it is a pretty generic implementation of TileStateMock.
  • Constructor Details

    • EnderChestMock

      public EnderChestMock(@NotNull @NotNull Material material)
    • EnderChestMock

      protected EnderChestMock(@NotNull @NotNull Block block)
    • EnderChestMock

      protected EnderChestMock(@NotNull @NotNull EnderChestMock state)
  • Method Details