Newer
Older
void-pack-super-server / work / decompile-ee3ecae0 / net / minecraft / server / ITileEntity.java
Simon Lindgren on 26 Mar 2020 168 bytes first commit
package net.minecraft.server;

import javax.annotation.Nullable;

public interface ITileEntity {

    @Nullable
    TileEntity createTile(IBlockAccess iblockaccess);
}