All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.nukkit.block.BlockInfoUpdate Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.block;

public class BlockInfoUpdate extends Block {

    @Override
    public String getName() {
        return "Info Update Block";
    }

    @Override
    public int getId() {
        return INFO_UPDATE;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy