package net.minecraft.server;

public enum EnumPistonReaction {

    NORMAL, DESTROY, BLOCK, IGNORE;

    private EnumPistonReaction() {}
}
