package net.minecraft.server; class RedstoneUpdateInfo { int a; int b; int c; long d; public RedstoneUpdateInfo(int i, int j, int k, long l) { this.a = i; this.b = j; this.c = k; this.d = l; } }