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

public class BlockBedrock extends Block {

    public BlockBedrock(Block.Info block_info) {
        super(block_info);
    }

    @Override
    public boolean a(IBlockData iblockdata, IBlockAccess iblockaccess, BlockPosition blockposition, EntityTypes<?> entitytypes) {
        return false;
    }
}