Nostr'a Katılın
2026-07-22 11:12:39 UTC

kuuote on Nostr: TileEntity te = getTileEntity(world, x, y); if (te instanceof TileEntityPipe) { ...

TileEntity te = getTileEntity(world, x, y);
if (te instanceof TileEntityPipe) {
TileEntityPipe pipe = (TileEntityPipe)te;
}
みたいなの(うろ覚えなので本物とは違うかも)をひたっすら書いてたので今のプログラミング言語は書きやすくてええのおっていつも思ってる