wiki通知情報

2023年10月からルールが変更されています。再度ルールをご確認ください。
更新情報(2021/5/5) / 重要告知(2021/5/9)

コード貼り付けテスト。 ハイライトされるはず。

public class BlockTNT extends Block
{
 
    public BlockTNT(int i, int j)
    {
        super(i, j, Material.tnt);
    }
 
    public int getBlockTextureFromSide(int i)
    {
        if(i == 0)
        {
            return blockIndexInTexture + 2;
        }
        if(i == 1)
        {
            return blockIndexInTexture + 1;
        } else
        {
            return blockIndexInTexture;
        }
    }
プリント/エキスポート
QRコード
QR Code test4 (generated for current page)